Eagles Nation: 7 A-List Celebs Who Bleed Green, featuring Will Smith, Jill Biden and More

One of the league’s iconic teams that attracts supporters from all around the world is the Philadelphia Eagles, a historical NFL franchise.

Every NFL team has a sizable number of famous supporters within its fan base, and many other major organizations have well-known figures wearing their uniforms and supporting them at games.

Now, let’s take a peek at a few of the most well-known Eagles supporters out there.

‘;
});
pollOptions.innerHTML = pollOptionsDom;
pollCount.innerHTML = totalVotes + ‘ votes’;
if (totalVotes > 10)
pollCount.classList.remove(“hidden”);

}
function trackBetsTodayPollImpression() {
var intersectionObserverForArticlePoll = new IntersectionObserver(
function(entries)
entries.forEach(function(entry) else
sendRating(index);

function sendRating()
var requestPayload =
“post_id”: 1755404,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else !$(‘input[name=”drone”]:checked’).value)
showErrorMessage(‘option’);
return;

if (!$(“.post-rating-feedback-note textarea”)
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);

function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 0)
return true;
else
return false;

function getRatingCountByPostId(postId) {
return new Promise(function(resolve, reject)
pureJSAjaxGet(
getRatingCountBaseURL + postId + ‘/rating/count’,
function(data)
try
data = JSON.parse(data);
if (data.meta_value)
resolve(data.meta_value);

reject(“Failed to fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);

,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-error’;
$(messageContainerId).classList.remove(‘hidden’);
window.setInterval(function ()
$(messageContainerId).classList.add(“hidden”);
, 5000);

(function() {
var callFired = false;
function lazyLoadPostRating()
if (callFired) return;
callFired = true;
if (!isPostRatedByUser())
getRatingCountByPostId(1755404)
.then(function(ratingCount)
if (ratingCount > 0)
return true;
else
return false;

)
.then(function(postCount)
if (postCount)
setRatingCount();
else
$(‘form[name=”ratingForm”]’).classList.remove(“hidden”);

);

document.addEventListener(“scroll”, lazyLoadPostRating);
document.addEventListener(“mousemove”, lazyLoadPostRating);
document.addEventListener(“touchstart”, lazyLoadPostRating);
document.addEventListener(“touchend”, lazyLoadPostRating);
lazyLoadPostRating();
});