”
], { 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);
});
});
})();
A shooting was reported after 10 AM on Wednesday at a home in Joanne Circle. Officers proceeded to investigate the report and fouind 28-year-old well known Californian Wrestler, Evan Simonds aka Lars Luger, and his mother, 67-year-old Lori Simonds, dead from multiple gunshot wounds, as reported by ABC7 News. It should be noted that despite fan confusion, Lars Luger is no relation to WWE Hall of Famer Lex Luger.
Later, detectives identified a man as the suspect in the case of the shooting of the wrestler and his mother, and obtained a warrant for his arrest, with an automated license plate reader notifying them of his vehicle. They later pulled him over on Thursday evening and he was taken into custody.
He has been booked into Santa Rita Jail on suspicion of two counts of murder, as per the police. The report also stated that multiple forearms were found both in his vehicle as well as his residence.
While the motive remains unclear at the time of this investigation and report, they are being further looked into. A connection has been established, as he had a recent dating relationship with a family member of the two victims.
The police chief has also released a statement on the situation.
“This outcome is the result of our detectives working nonstop on this case. We appreciate the patience of our community as we worked through a rapidly evolving investigation, and I’m proud of the work done to keep the community safe,” Police Chief Tracy Avelar said in a statement.
Further investigations are still underway, and no reports have emerged yet about the arraignment, though it should take some time.
We at Sportskeeda send our condolences to the family and friends of the victims, and anyone else affected by the tragedy.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-breaking-tragedy-strikes-as-shooting-kills-beloved-wrestler-his-mother-arrest-made-in-shooting-of-california-star-lars-luger-s-reports?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


