January 24, 2025

Common Wealth Geography

Exploring the World

Paul Reed’s Slick Response to Facing Anthony Davis: He’s a Big Flopper

Anthony Davis and the LA Lakers will face the Philadelphia 76ers on Monday. However, things have already become heated between the two teams since 76ers center Paul Reed called Davis a “flopper.”

Reed made the comment during an interview at the 76ers practice in the team’s practice facility. When asked about the keys to his matchup with Davis, he said that Davis was a big flopper and that could get him in foul trouble in the game.

Reed also added that since Davis flops a lot, getting aggressive against him would not be the best approach.

‘;
});
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) !entry.isIntersecting else
sendRating(index);

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

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else !$(“.post-rating-feedback-note textarea”).value)
showErrorMessage(‘note’);
return;

var selectedOption = $(‘input[name=”drone”]:checked’).value;
var feedbackNote = $(“.post-rating-feedback-note textarea”).value;
requestPayload.rating_feedback_type = selectedOption;
requestPayload.rating_feedback = feedbackNote;

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(1763047)
.then(function(ratingCount) {
if (ratingCount

‘;