Former Panthers Icon Cam Newton Considers NFL Comeback as Backup QB Amidst Quarterback Injuries

It’s been about two years since Cam Newton was called about playing in the NFL again. The former Carolina Panthers standout has been tossed around by fans as a short-term replacement idea, but he remains a free agent. He hasn’t retired officially, so a return would be simple. He just needs a team to express some interest.

With quarterback injuries rampant and occurring to contending teams, the former MVP makes some sense as a potential short-term option to salvage the season. Despite inactivity over the last two seasons, Newton has expressed interest in returning.

‘;
});
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”: 1755427,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else
if (!$(‘input[name=”drone”]:checked’)
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(1755427)
.then(function(ratingCount) {
if (ratingCount