”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
After a long time following the accusations, the criminal trial of Ted DiBiase Jr has now begun. Jury selection was completed yesterday for the criminal trial of the star. The trial has now begun with prosecutors giving their opening statement.
The third-generation star has been accused of consirping to fraudulently get $3.5 million in federal funds. The money was originally set for families who are in need.
The prosecutors have brought allegations that the WWE star received the money that was originally set for the welfare programs by bringing sham contracts for services that ended up never being provided.
Assistant US Attorney Jon Meynardie said in the opening statements that DiBiase wanted a lot of money so that he could “fund his lavish lifestyle”. He said that DiBiase and his brother squeezed former Demartment of Services Director in Mississippi to give them six contracts for $2.9 million. The statement went on to say that the money was then used to buy cars, boats, and go on vacation, as well as buying a $1.7 million house as well.
He said that the brothers were young handsome men who took advantage of the middle aged Davis, who was lonely and did not have too many friends.
While the trial has just begun, it is expected to last for some time, as it is going to take at least three weeks.
The WWE star’s defense lawyer has said something different
DiBiase has pleaded not guitly to the multiple charges that have been brought against him.
The former champion’s lawyer said that his client was not the greedy conman as described by the prosecutors, and that lawyers had approved and signed off on the state contracts for DiBiase. He also said that Davis was a villain and not a mark.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-breaking-criminal-trial-starts-for-3-time-wwe-champion-facing-multiple-years-in-prison?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













