91³Ô¹ÏÍø

Watch CBS News

Rob Gronkowski, Adam Vinatieri, Logan Mankins named finalists for Patriots Hall of Fame

This year's finalists for the Patriots Hall of Fame were announced on Wednesday, with one very familiar name topping the nominees as Rob Gronkowski appears in the voting for the first time.

The Patriots Hall of Fame Committee recently met to whittle down its list of candidates three. Now, fans will decide between Gronkowski, kicker Adam Vinatieri, and offensive lineman Logan Mankins to select who will receive their red jacket at this summer's ceremony.

Fans can vote on the through 11 p.m. on April 28. The newest member of the team's Hall of Fame will be announced later that week.

Last year, wide receiver Julian Edelman topped Vinatieri and Mankins in the voting. He was inducted alongside former head coach Bill Parcells, who was fast tracked by Patriots owner Robert Kraft.

Gronkowski, likely considered the favorite in this year's voting, played nine seasons in Foxboro. He accumulated 9,286 yards and 92 touchdowns with New England, making the Pro Bowl five times and First Team All-Pro honors four times.

The superstar tight end won three championships in New England. After retiring for the 2019 season, Gronkowski joined Tom Brady in Tampa Bay and went on to win a fourth Super Bowl.

Gronkowski, who officially signed a one-day contract last year to retire a member of the Patriots, is eligible for the Pro Football Hall of Fame in 2027.

Vinatieri has already earned his place in Canton, learning in February that he will be inducted into the Pro Football Hall of Fame this summer.

Considered the most clutch kicker in NFL history, Vinatieri won three Super Bowls in New England and a fourth with the Indianapolis Colts.

His 1,158 career points rank second in Patriots franchise history behind only Stephen Gostkowski's 1,775. 

Mankins, one of the best Patriots offensive linemen ever, played his first nine seasons in New England after being selected in the first round of the 2005 NFL Draft.

A 3-time team captain, Mankins earned First Team All-Pro in 2010. The guard earned seven Pro Bowl appearances during his career.

This is the fourth straight time Mankins has been a finalist for the Patriots Hall of Fame.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });