Type in answers that appear in a list
Type in answers that appear in a list
Classic
Can you name the colleges these players attended?
20m
496 Questions
Give Quiz Kudos
Give Quiz Kudos
Forced OrderAnswers have to be entered in order
Answers have to be entered in order
")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.quest_id, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$j('#snark').hide();$objective.insertAfter($j('#gameOverMsg'));} else if (is_flagship_app_view) {$j('#snark').html();$objective.appendTo($j('#snark'));} else {$objective.appendTo($j('#reckoning .stats-wrapper'));}} else if (showSnark) {var snark = getSnark(userPct);var attachSnarkModalListener = false;if (snark !== '') {snark = ""+snark+"";if (!window.mweb) {if (false) {attachSnarkModalListener = true;snark += "";} else {snark += "";}}} else {$j('#snark').hide();}$j('#snark').html(snark);if(attachSnarkModalListener){ $j('#hide-snark-open-confirmation-modal').on('click', function () { var modalArgs = {title: 'Hide These Messages?',message: 'Are you sure you want to hide post-quiz messages?', onYes: function(remodal){ $j.ajax({ type: "GET", url: "/ajax/user_settings.php", data: {s: 0}, success: function(response) { if (response.success) { $j('#snark').hide(); remodal.close(); } else { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }, error: function(response) { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }); } }; SporcleLib.Modal._openConfirmationModal(modalArgs); }); }} else {$j('#snark').hide();}// Update get reckoning with playlist infovar playlistData;if (mweb) {playlistData = typeof window.playlist === 'object' && window.playlist.hasOwnProperty('games') ? window.playlist : null;} else {playlistData = window.Sporcle.gameData.playlist ? window.Sporcle.gameData.playlist.vm.data : null;}if (playlistData) {playlistReckoning(playlistData, userPct, false && !stopwatch);}$j('#playGameBar').addClass('reckoning');$j('#reckonBox').show();if (mweb) {/* mobile games only */$j('#reckoning-numright').html(numRight);$j('#reckoning-time').html(displayTime(timerSecs));if (stopwatch) {$j('#reckoning-time-title').text("Stopwatch");$j('#reckoning-time, #reckoning-score').addClass('timePast');}var checkToOpenFlorinPlayGoalModal = () => {if (userPct == 0) {return;}if (!florinsPlayGoalData) {return;}var openModal = false;if (florinsPlayGoalData.reward_claimable) {openModal = true;} else if (florinsPlayGoalData.curr_streak + 1 == florinsPlayGoalData.goal_days && florinsPlayGoalData.plays_today == 0) {// First play of the day, this should complete their play goalopenModal = true;}if (openModal) { window.SporcleLib.Modal.openFlorinPlayGoalModal({ // Fudge these values to be at the goal, since we haven't necessarily logged this play yet and it might be the 7th curr_streak : florinsPlayGoalData.goal_days, reward_claimable : true, plays_today : florinsPlayGoalData.plays_today + 1, goal_days : florinsPlayGoalData.goal_days, reward_amount : florinsPlayGoalData.reward_amount, })}}if (is_flagship_app_view) {let animations = window.animations;let hapticType = 'success';let completeMsg;let animConfig = {animationData : animations.checkmark,loop : true,playSegments : [[0, 30], [31, 75]]};if (userPct == 1) {animConfig.animationData = animations.perfectScore;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Perfect Score!";} else if (timerSecs == 0) {hapticType = 'error';animConfig.animationData = animations.outOfTime;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Out of Time!";} else if (_spks && !didGiveUp) {hapticType = 'error';animConfig.animationData = animations.bomb;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "You Hit a Mine!";}window.SporcleLib.Modal.openModalFromTpl($j('#post-game-modal-tpl').html(), {show_loading : false,onInit : (modal) => {let $modal = modal.$modal; $modal.attr('id', 'postGameModal'); postGameAnim = lottie.loadAnimation({container : $modal.find('#postGameIcon')[0],animationData : animConfig.animationData,loop : animConfig.loop,autoplay : false});$modal.find('.modal-close').on('click', () => {window.continuePostQuiz();}); $modal.find('#completeMsg').html(completeMsg); $modal.find('#postPct').html(roundPercentScore(userPct));$modal.find('#postCorrect').html($j('#reckoning-score').text());if (snark) {$modal.find('#snark').html(snark);} else {$modal.find('#snark').hide();}setTimeout(() => {postGameAnim.playSegments(animConfig.playSegments, true);// if (hapticType) {// setTimeout(() => {// window.SporcleApp.api.playHaptic(hapticType);// }, 150);// }}, 150);},onClose : () => {// Need this delay because if we open a new modal right as the close animation finishes,// Then the modal events get confused and the "onOpen" callback never gets calledsetTimeout(() => {checkToOpenFlorinPlayGoalModal();}, 50);}});} else {checkToOpenFlorinPlayGoalModal();}}$j('#playGameBox').empty().hide();$j('#postGameBox').show();}function toggleshow() {showans = !showans;}function roundPercentScore(pctScore) {return _.round(100 * pctScore);}function updateBadge(userPct) {var earned = false;if (quizBadge && userPct > 0) { if (quizBadge.criteria && quizBadge.criteria.length) { var requiredCount = quizBadge.criteria.length; var earnedCount = 0; //Loop through possible badge criteria to see if we earned them quizBadge.criteria.forEach(function (criterion) { var comparison = parseInt(criterion.compare); if(criterion.name === 'percent'){ if ((comparison === 0 && userPct === parseFloat(criterion.value)) || //'0' means percent needs to equal (comparison === 1 && userPct > parseFloat(criterion.value)) || //'1' means percent needs to be greater than (comparison === -1 && userPct < parseFloat(criterion.value)) //'-1' means percent needs to be less than (at the time of writing, no badge exists like this) ) { earnedCount++; } } else if (criterion.name === 'month'){ var d = new Date(); //getMonth() starts at 0 if((d.getMonth() + 1 == criterion.value && comparison === 0) || (d.getMonth() + 1 > criterion.value && comparison === 1) || (d.getMonth() + 1 < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day'){ var d = new Date(); if((d.getDate() == criterion.value && comparison === 0) || (d.getDate() > criterion.value && comparison === 1) || (d.getDate() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day_of_the_week'){ var d = new Date(); if((d.getDay() == criterion.value && comparison === 0) || (d.getDay() > criterion.value && comparison === 1) || (d.getDay() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'avg_percent' && typeof averageScore !== 'undefined') {var roundedUserPct = _.round(userPct, 2); //matches backend precision in badge trackervar roundedAvgPct = _.round(averageScore, 2);if((roundedUserPct == roundedAvgPct && comparison === 0) || (roundedUserPct > roundedAvgPct && comparison === 1) || (roundedUserPct < roundedAvgPct && comparison === -1) ){ earnedCount++; } }}); earned = earnedCount == requiredCount;} else {earned = true;}} if (earned) {quizBadge.condition_earned = true;quizBadge.achieved_count++; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});_(quizBadge.conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {condition.earned = true;}});if (spliceIndex !== null) {quizBadge.remaining_conditions.splice(spliceIndex, 1); quizBadge.condition_earned_date = (new Date()).toLocaleDateString(undefined, { year: 'numeric', month: 'long', day: 'numeric' });; }if (quizBadge.remaining_conditions.length === 0 ) {if (quizBadge.badge_earned && quizBadge.levelable) {quizBadge.achieved_count = 0;quizBadge.level++;var currDate = new Date();quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();} else {quizBadge.badge_earned = true;var currDate = new Date();quizBadge.earned_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();if (quizBadge.levelable) {quizBadge.level = 1;quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();quizBadge.achieved_count = 0;}}}if (badgeTooltip) {badgeTooltip.deactivate();}if (badgeTooltipRightRail) {badgeTooltipRightRail.deactivate();}var template = _.template($j('#quiz-badge-template').html());if (window.mweb) {$j('#main-wrapper .quiz-badge').replaceWith($j(template(quizBadge)));} else {quizBadge.tooltip_trigger_id = 'quiz-badge-art';$j('#main-quiz-content .quiz-badge').replaceWith($j(template(quizBadge)));quizBadge.tooltip_trigger_id = 'quiz-badge-art-right-rail';$j('#right-rail .quiz-badge').replaceWith($j(template(quizBadge)));if (!quizBadge.badge_earned) {if (window.setupUnearnedBadgeTooltip) {window.setupUnearnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupUnearnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);} else {var conditionsTemp = _.template($j('#badge-conditions-template').html());var tooltipHtml = $j(conditionsTemp(quizBadge));const badgeTooltipOptions = { //this should match /sporcle-ui/tooltips/functionalTooltipstarget : true,tipJoint : 'bottom middle',showOn : 'mouseover',hideTriggers : ['target','tip'],stemLength : 8,stemBase : 12,hideOn : 'mouseout',removeElementsOnHide : true,background : 'white',borderColor : '#d8d8d8',borderWidth : 1,shadowOffset : [3,3],shadowBlur : 10,showEffect : 'slide',showEffectDuration : 0.1,hideEffectDuration : 0.3,className : 'badge-tooltip',shadowColor : 'rgba(0,0,0,0.25)'};badgeTooltip = new Opentip('#quiz-badge-art', tooltipHtml.html(), badgeTooltipOptions);badgeTooltipRightRail = new Opentip('#quiz-badge-art-right-rail', tooltipHtml.html(), badgeTooltipOptions);}} else {if (window.setupEarnedBadgeTooltip) {window.setupEarnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupEarnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);}}}}}function showHintTooltip(x, y, hint) {$hint = $j('#hintTooltip');if ($hint.length == 0) {$hint = $j('
').appendTo($j('body'));}if (hint) {var $afterContainer = $hint.find('.afterContainer');var $after = $hint.find('.after');// Set to max width before resize$afterContainer.css({width: '120px'});$hint.show();// Set tooltip text to hint$after.html(hint);// Get width of tooltip with textvar width = Math.ceil($after[0].offsetWidth) + 1;var leftShift = 0;if (mweb) {// Make sure the tooltip doesn't go off either side of the screenvar leftBound = 51;var rightBound = $j('body').width() - 71;var buf = 11;// Shift based on width of textvar shiftLimit = Math.max(width/2 - 20, 0);if (x < leftBound) {// Too close to left edge of screenleftShift = -shiftLimit;x = Math.max(x, buf);} else if (x > rightBound) {// Too close to right edge of screenleftShift = shiftLimit;x = Math.min(x, $j('body').width() - buf);}}// Set the position of the hint$hint.css({left: x + 'px',top: y + 'px',});// Set outer container size and position$afterContainer.css({width: width + 'px',left: '-' + ((width / 2) + leftShift) + 'px'});} else {$hint.hide();}}function getRandomColor() {var r = Math.round(Math.random() * 255);var g = Math.round(Math.random() * 255);var b = Math.round(Math.random() * 255);return 'rgb(' + r + ',' + g + ',' + b + ')';}function hintTooltipIsDisplayed() {return $j('#hintTooltip').is(':visible');}function getCurrentHintText() {return $j('#hintTooltip .afterContainer .after').text();}// This is used to yield execution to the main javascript thread so that we can break longer running tasks into smaller tasks.// See here: https://web.dev/articles/optimize-long-tasks?utm_source=devtoolsfunction yieldToMain () {return new Promise(resolve => {setTimeout(resolve, 0);});}async function runStartCode(stopwatch) {if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {if (window.startTriggered) {return;} else {window.startTriggered = true;}if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}// The `startGame` function does a lot, so we want to yield execution both before and after this call. Yielding before// will allow the existing task to finish, freeing up the runtime to move to the next thing in the message queue before startGame// executes. Yielding after will do the same, before we perform the rest of the actions related to starting a quiz.await yieldToMain();await startGame(1200);await yieldToMain();pickSlot();callSPHooks('postStart');}}function callSPHooks(name) {if (typeof _spHooks != 'undefined') {var hlen = _spHooks[name].length;for (var i = 0; i < hlen; i++) {_spHooks[name][i]();}}}
Quiz is untimed. Quiz plays in practice mode will not be counted towards challenge completion or badge progress.
20:00
Pre-Draft Era |
---|
Jim Thorpe | | Red Grange | | Don Hutson | | Bronko Nagurski | |
| | | |
| | | 1948 |
---|
Bobby Layne | | Y.A. Tittle | |
|
1949 |
---|
Chuck Bednarik | | Norm Van Brocklin | | George Blanda | |
| | | 1952 |
---|
Frank Gifford | | Night Train Lane | |
|
| | 1955 |
---|
Alan Ameche | | Johnny Unitas | |
| 1956 |
---|
Earl Morrall | | Lenny Moore | | Forrest Gregg | | Willie Davis | | Bart Starr | |
|
1957 |
---|
Paul Hornung | | John Brodie | | Len Dawson | | Jim Brown | | Sonny Jurgensen | | Henry Jordan | | Don Maynard | | Jack Kemp | |
| 1958 |
---|
Chuck Howley | | Jim Taylor | | Ray Nitschke | | Jerry Kramer | | John Madden | |
| | 1960 |
---|
Larry Wilson | | Willie Wood | | Jim Otto | |
|
1961 |
---|
Mike Ditka | | Jimmy Johnson | | Herb Adderley | | Bob Lilly | | Fran Tarkenton | | Deacon Jones | |
| 1962 |
---|
Roman Gabriel | | Merlin Olsen | | Lance Alworth | | John Hadl | | Mick Tingelhoff | |
| 1963 |
---|
John Mackey | | Jackie Smith | | Daryle Lamonica | | Willie Brown | |
| 1964 |
---|
Carl Eller | | Paul Warfield | | Paul Krause | | Bill Parcells | | Roger Staubach | |
|
1965 |
---|
Dick Butkus | | Gale Sayers | | Joe Namath | | Fred Biletnikoff | |
| 1967 |
---|
Bob Griese | | Alan Page | | Gene Upshaw | | Willie Lanier | | Ken Houston | | Pat Riley | | Jan Stenerud | | Larry Little | |
| 1968 |
---|
Ron Yary | | Claude Humphrey | | Larry Csonka | | Ken Stabler | | Art Shell | |
| 1969 |
---|
O.J. Simpson | | Joe Greene | | Roger Wehrli | | Ted Hendricks | | Mercury Morris | | Charlie Joiner | | Ken Riley | |
|
1970 |
---|
Terry Bradshaw | | Mel Blount | | Mark Moseley | | Cliff Harris | |
| 1971 |
---|
Jim Plunkett | | Archie Manning | | Dan Pastorini | | John Riggins | | Jack Youngblood | | Jack Ham | | Dan Dierdorf | | Lynn Dickey | | Ken Anderson | | Joe Theismann | | Harold Carmichael | |
| 1972 |
---|
Franco Harris | | Cliff Branch | | Brian Sipe | |
| 1973 |
---|
Bert Jones | | John Hannah | | Ray Guy | | Ron Jaworski | | Dan Fouts | | Drew Pearson | |
|
1974 |
---|
Ed "Too Tall" Jones | | Lynn Swann | | Dave Casper | | Jack Lambert | | Danny White | | John Stallworth | | Mike Webster | | Billy "White Shoes" Johnson | | Donnie Shell | |
| 1975 |
---|
Steve Bartkowski | | Randy White | | Walter Payton | | Jim Zorn | |
| 1976 |
---|
Lee Roy Selmon | | Mike Haynes | | Jackie Slater | | Harry Carson | | Steve Largent | |
| 1977 |
---|
Tony Dorsett | | Tommy Kramer | | Lester Hayes | | Joe Klecko | | Tony Dungy | |
|
1978 |
---|
Earl Campbell | | James Lofton | | Clay Matthews | | Ozzie Newsome | | Warren Moon | |
| 1979 |
---|
Dan Hampton | | Phil Simms | | Ottis Anderson | | Kellen Winslow | | Mark Gastineau | | Joe Montana | | Dwight Clark | | Bill Cowher | |
| 1980 |
---|
Billy Sims | | Anthony Munoz | | Art Monk | | Dwight Stephenson | | Steve McMichael | | Dave Krieg | |
| 1981 |
---|
Lawrence Taylor | | Kenny Easley | | Ronnie Lott | | Cris Collinsworth | | Mike Singletary | | Howie Long | | Rickey Jackson | | Russ Grimm | | Sam Mills | |
|
1982 |
---|
Jim McMahon | | Mike Munchak | | Gerald Riggs | | Marcus Allen | | Andre Tippett | | Mark Duper | | Morten Anderson | | Gary Anderson | | Scott Norwood | |
| 1983 |
---|
John Elway | | Eric Dickerson | | Curt Warner | | Jim Covert | | Bruce Matthews | | Jim Kelly | | Ken O'Brien | | Dan Marino | | Darrell Green | | Henry Ellard | | Roger Craig | | Richard Dent | | Mark Clayton | |
| 1984 |
---|
Irving Fryar | | Carl Banks | | Boomer Esiason | | Jeff Hostetler | |
| 1985 |
---|
Bruce Smith | | Chris Doleman | | Al Toon | | Jerry Rice | | Randall Cunningham | | Andre Reed | | Mark Bavaro | | Kevin Greene | | Herschel Walker | | Jay Novacek | | Bernie Kosar | | Eugene Robinson | |
|
1986 |
---|
Bo Jackson | | Jim Everett | | Neal Anderson | | Ernest Givins | | Pepper Johnson | | John Taylor | | Charles Haley | | Mark Rypien | | Seth Joyner | |
| 1987 |
---|
Vinny Testaverde | | Cornelius Bennett | | Jerome Brown | | Rod Woodson | | Jim Harbaugh | | Christian Okoye | | Rich Gannon | | Don Majkowski | | Cris Carter | | Jessie Tuggle | | John Carney | |
| 1988 |
---|
Tim Brown | | Sterling Sharpe | | Michael Irvin | | Randall McDaniel | | Ickey Woods | | Thurman Thomas | | Dermontti Dawson | | Chris Chandler | | Bill Romanowski | |
| 1989 |
---|
Troy Aikman | | Tony Mandarich | | Barry Sanders | | Derrick Thomas | | Deion Sanders | | Eric Metcalf | | Steve Atwater | | Andre Rison | |
|
1990 |
---|
Jeff George | | Cortez Kennedy | | Junior Seau | | Emmitt Smith | | LeRoy Butler | | Neil O'Donnell | | Shannon Sharpe | | John Randle | |
| 1991 |
---|
Herman Moore | | Todd Marinovich | | Brett Favre | | Ricky Watters | | Aeneas Williams | | Mo Lewis | | Ed McCaffrey | |
| 1992 |
---|
Desmond Howard | | Troy Vincent | | Darren Woodson | | Mark Chmura | | Brad Johnson | |
| 1993 |
---|
Drew Bledsoe | | Rick Mirer | | Garrison Hearst | | Willie Roaf | | Jerome Bettis | | Michael Strahan | | Will Shields | | John Lynch | | Mark Brunell | | Troy Brown | |
|
1994 |
---|
Marshall Faulk | | Willie McGinest | | Trent Dilfer | | Bryant Young | | Isaac Bruce | | Kevin Mawae | | Larry Allen | | Rodney Harrison | | Dorsey Levens | | Jamal Anderson | | Rod Smith | | Kurt Warner | | Jeff Garcia | |
| 1995 |
---|
Ki-Jana Carter | | Tony Boselli | | Steve McNair | | Kerry Collins | | Mike Mamula | | Joey Galloway | | Warren Sapp | | Ty Law | | Derrick Brooks | | Kordell Stewart | | Curtis Martin | | Antonio Freeman | | Terrell Davis | |
| 1996 |
---|
Keyshawn Johnson | | Simeon Rice | | Jonathan Ogden | | Eddie George | | Marvin Harrison | | Eric Moulds | | Ray Lewis | | Amani Toomer | | Mike Alstott | | Lawyer Milloy | | Muhsin Muhammad | | Brian Dawkins | | Tedy Bruschi | | Terrell Owens | | Jon Runyan | | Joe Horn | | Jermaine Lewis | | Zach Thomas | | Adam Vinatieri | |
| 1997 |
---|
Orlando Pace | | Walter Jones | | Warrick Dunn | | Tony Gonzalez | | Tiki Barber | | Jake Plummer | | Corey Dillon | | Sam Madison | | Darren Sharper | | Ronde Barber | | Jason Taylor | | Mike Vrabel | | Derrick Mason | | Priest Holmes | | Jake Delhomme | |
|
1998 |
---|
Peyton Manning | | Ryan Leaf | | Charles Woodson | | Greg Ellis | | Fred Taylor | | Takeo Spikes | | Randy Moss | | Alan Faneca | | Patrick Surtain | | Ahman Green | | Brian Griese | | Hines Ward | | Pat Tillman | | Matt Hasselbeck | | Jeff Saturday | | London Fletcher | |
| 1999 |
---|
Tim Couch | | Donovan McNabb | | Edgerrin James | | Ricky Williams | | Torry Holt | | Champ Bailey | | David Boston | | Daunte Culpepper | | Jevon Kearse | | Antoine Winfield | | Joey Porter | | Martin Gramatica | | Donald Driver | |
| 2000 |
---|
LaVar Arrington | | Jamal Lewis | | Brian Urlacher | | Ron Dayne | | John Abraham | | Bubba Franks | | Sebastian Janikowski | | Chad Pennington | | Shaun Alexander | | Shane Lechler | | Dante Hall | | Marc Bulger | | Tom Brady | |
| 2001 |
---|
Michael Vick | | LaDainian Tomlinson | | Richard Seymour | | Santana Moss | | Steve Hutchinson | | Deuce McAllister | | Reggie Wayne | | Todd Heap | | Drew Brees | | Alge Crumpler | | Chad Ochocinco | | Matt Light | | Steve Smith Sr. | | T.J. Houshmandzadeh | |
|
2002 |
---|
David Carr | | Julius Peppers | | Dwight Freeney | | Jeremy Shockey | | Albert Haynesworth | | Ed Reed | | Clinton Portis | | Deion Branch | | Josh McCown | | Brian Westbrook | | David Garrard | | Matt Bryant | | Ryan Clark | | James Harrison | |
| 2003 |
---|
Carson Palmer | | Andre Johnson | | Byron Leftwich | | Terrell Suggs | | Troy Polamalu | | Rex Grossman | | Willis McGahee | | Dallas Clark | | Larry Johnson | | Nnamdi Asomugha | | Charles Tillman | | Anquan Boldin | | Osi Umenyiora | | Lance Briggs | | Jason Witten | | Asante Samuel | | Robert Mathis | | David Tyree | | Tony Romo | | Antonio Gates | |
| 2004 |
---|
Eli Manning | | Larry Fitzgerald | | Philip Rivers | | Sean Taylor | | Kellen Winslow II | | Roy Williams | | DeAngelo Hall | | Ben Roethlisberger | | Jonathan Vilma | | Lee Evans | | Vince Wilfork | | Steven Jackson | | Karlos Dansby | | Bob Sanders | | Darnell Dockett | | Matt Schaub | | Jared Allen | | Michael Turner | | Andy Lee | | Jason Peters | | Wes Welker | |
| 2005 |
---|
Alex Smith | | Adam "Pac-Man" Jones | | Antrel Rolle | | DeMarcus Ware | | Shawne Merriman | | Thomas Davis | | Derrick Johnson | | Aaron Rodgers | | Roddy White | | Heath Miller | | Logan Mankins | | Nick Collins | | Vincent Jackson | | Frank Gore | | Justin Tuck | | Kyle Orton | | Marion Barber | | Brandon Jacobs | | Darren Sproles | | Dan Orlovsky | | Matt Cassel | | Ryan Fitzpatrick | | Josh Cribbs | | Brandon Browner | | Robbie Gould | | Cameron Wake | | John Kuhn | |
|
2006 |
---|
Mario Williams | | Reggie Bush | | Vince Young | | D'Brickashaw Ferguson | | A.J. Hawk | | Vernon Davis | | Matt Leinart | | Jay Cutler | | Haloti Ngata | | Chad Greenway | | Antonio Cromartie | | Tamba Hali | | Johnathan Joseph | | Santonio Holmes | | DeAngelo Williams | | Marcedes Lewis | | Joseph Addai | | DeMeco Ryans | | Greg Jennings | | Andrew Whitworth | | Devin Hester | | Maurice Jones-Drew | | Jahri Evans | | Stephen Gostkowski | | Brandon Marshall | | Elvis Dumervil | | Brent Grimes | | Matt Prater | | Tramon Williams | |
|