THROW THEIR A*SES IN PRISON' - JD Vance Looks Into Cameras

THROW THEIR A*SES IN PRISON' - JD Vance Looks Into Cameras

WASHINGTON, D.C. — Vice President JD Vance is delivering a fiery, uncompromising message that is currently reverberating across the nation, taking a direct and unapologetic stand against the tidal wave of violent crime plaguing American communities. In a blistering rebuke of soft-on-crime policies, the Vice President issued a stern warning to lawless agitators tearing apart the fabric of the country's urban centers.
Speaking to a packed crowd in northeast Ohio on Monday during a high-profile event promoting President Donald J. Trump’s historic tax cuts and sweeping budget reforms, Vance immediately pivoted from economic policy to address a shocking viral video that has utterly outraged millions of Americans.
The disturbing footage, which has spread like wildfire across social media platforms, depicts a brutal, unprovoked mob attack on a public street in Cincinnati that left innocent, law-abiding citizens bloodied, battered, and severely traumatized.
Vance did not mince words. Visibly disgusted by the horrific scenes captured on camera, the Vice President forcefully labeled the attackers a “mob of lawless thugs” and demanded that every single individual involved in the vicious street assault be hunted down, arrested, and prosecuted to the absolute maximum extent of the law.
'A Grown Man Sucker-Punched a Middle-Aged Woman'
Addressing reporters and energized supporters, Vice President Vance singled out the most sickening and cowardly moment captured on the viral footage. He expressed deep, visceral outrage at the total breakdown of basic human decency and public safety that has become all too common in Democrat-run American cities.
“The one part that I saw that was really gruesome is you had a grown man who sucker-punched a middle-aged woman," Vance stated firmly, his voice echoing the boiling frustration of millions of hard-working families across the country. "And where I come from, at least, when you have a grown man who sucker punches a middle-aged woman, that person ought to go to jail for a very long time.”
The Vice President made it crystal clear that the era of coddling violent offenders and making excuses for criminality is officially over under the Trump-Vance administration. He drew a sharp, undeniable line in the sand, warning that this type of street violence will continue to tear apart American communities until local and federal authorities restore real, palpable fear into the hearts of criminals.
“We have got to make great American cities safe again for families and children," Vance declared, laying out the administration's core philosophy on criminal justice. "If you want to take your wife or your children out for a meal, you shouldn’t be worried about street violence. And the only way to destroy that street violence is to take the thugs who engage in that violence and throw their aes in prison.”
The Human Toll: Local Democrats Ignore Single Mother Victim
While the graphic video has shocked the nation and drawn condemnation from the White House, the local fallout in Cincinnati reveals the devastating human cost of soft-on-crime, progressive governance.
Thus far, five individuals have been formally charged in connection with the horrific, unprovoked attack. Local law enforcement officials have confirmed that additional arrests are fully expected as the intense investigation continues to unfold.
Cincinnati Fraternal Order of Police (FOP) President Ken Kober confirmed to the press that the innocent victims suffered severe physical injuries during the assault. Kober emphasized that the brave police officers on the ground are working tirelessly, around the clock, to bring every single perpetrator to justice.
However, the political response from local Democratic leadership has sparked sharp, widespread criticism and exposed a glaring lack of empathy for the victims of violent crime.
Ohio Republican gubernatorial candidate Vivek Ramaswamy recently revealed that he personally reached out to one of the victims of the assault—a hard-working single mother named Holly, who was caught completely off guard in the middle of the mob violence.
Holly shared a heartbreaking, infuriating detail with Ramaswamy during their conversation: despite suffering a traumatic, highly publicized beating on a public street, local Democrat officials had barely made a single effort to reach out, offer support, or ensure her family's safety.
For conservative leaders and law-and-order advocates, Holly's harrowing ordeal serves as a stark, undeniable symbol of a systemic issue crippling the nation: progressive politicians consistently prioritize the rights, feelings, and optics of violent offenders over the safety, security, and dignity of the innocent victims.
The Direct Result of Failed Progressive Policies
This shocking, bloody incident in Cincinnati is far from an isolated event. According to conservative lawmakers and law enforcement advocates, it represents the predictable, catastrophic outcome of years of radical progressive experiments that have transformed once-vibrant American cities into dangerous hotbeds of unrest and criminal impunity.
Under years of unchecked Democrat control, major metropolitan areas across the country have been subjected to a toxic cocktail of policies that prioritize criminals over cops. These include:
Cashless Bail Laws: Mandates that force police to release dangerous, repeat felony offenders right back onto the streets within hours of their arrest, completely removing the deterrent of jail time.
Progressive Prosecutors: Rogue district attorneys who actively refuse to charge violent offenses, routinely downgrading serious felonies to minor misdemeanors and refusing to seek maximum sentences.
The "Defund the Police" Movement: A radical political crusade that has severely demoralized local police departments, drastically drained their operational budgets, and caused dangerous, unprecedented staffing shortages in law enforcement ranks nationwide.
President Donald Trump has repeatedly warned the nation that weak, indecisive leadership breeds chaos. Vice President Vance’s uncompromising, fiery rhetoric in Ohio serves as a definitive, official declaration that the White House will no longer tolerate the surrender of American streets to violent mobs.
While progressive lawmakers push excuses and advocate for restorative justice, the Trump-Vance administration is unequivocally backing law enforcement, demanding the restoration of strict accountability, and putting public safety above all else.
A Political Shift: The American People Demand Law and Order
The stark, undeniable contrast between the Trump administration’s firm, unapologetic stance and the radical left's soft-on-crime approach is rapidly accelerating a massive political realignment across the United States.
Citing collapsing favorability numbers, massive voter registration losses in key battleground states, and deepening internal divisions, political analysts are noting that the radical wing of the Democrat Party is paying a massive, historic price at the ballot box. Hardworking Americans—regardless of their race, background, or prior political affiliation—are overwhelmingly rejecting radical social experiments in favor of safe neighborhoods, strong families, and unwavering law and order.
Under President Trump’s leadership, the current administration is delivering on the exact, uncompromising promises that voters overwhelmingly demanded in the historic 2024 election.
Vice President Vance’s unapologetic call for maximum justice in Ohio serves as a clear, ringing reminder to the entire nation: the federal government will stand squarely and fiercely behind law-abiding citizens and the brave men and women of law enforcement.
The message emanating from the White House is unmistakable, direct, and final—if you choose to commit violent crimes on American streets, you will face swift, harsh, and uncompromising justice.
Report this article
Select a reason for reporting:
Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();
Comments 0
Posting as Guest
Trump admits live on CNN we're...

Trump admits live on CNN we're...
WASHINGTON, D.C. — The radical left is in a state of absolute, unvarnished panic, and this time, their primary target is one of their very own.
Following a deeply respectful and solemn phone interview between President Donald J. Trump and CNN anchor Jake Tapper regarding the tragic passing of Republican Senator Lindsey Graham, liberal viewers and mainstream media watchdogs completely lost their minds. Their apparent crime? Tapper treated the Commander-in-Chief with basic human decency, and President Trump dared to suggest that the notoriously biased network should return to objective journalism.
The highly publicized exchange occurred when President Trump graciously phoned into the network to honor the life and legacy of Senator Graham. Displaying true leadership and focus during a moment of national mourning, Trump explicitly declined to take the media's bait when pressed on other subjects, including the recent, highly successful U.S. military strikes on Iran. He kept the focus exactly where it belonged: on the passing of an American patriot.
However, it was a brief exchange at the end of the interview that sent the liberal echo chamber into a complete tailspin.
Addressing the historically hostile relationship between his administration and the network, President Trump bluntly and honestly stated his desire for fair, unbiased coverage.
“We’re trying to have CNN go on a normal path, and we’ll do that,” Trump declared on live national television, signaling his hope that the network would abandon its years-long crusade of fake news and return to the bedrock principles of objective, down-the-middle reporting.
Instead of launching into a combative, partisan argument, Tapper simply accepted the President's premise with basic professional courtesy.
“Well, I’m on a normal path right here, sir, and I appreciate your time. And thank you for calling in,” Tapper replied cordially, closing the segment by telling the President, “we would love to have you back sometime.”
The Left-Wing Backlash
In today’s hyper-polarized media landscape, treating a Republican president with respect is apparently a cardinal sin. The backlash from CNN's liberal viewership was immediate, brutal, and entirely unhinged.
Social media platforms were instantly flooded with outraged left-wing activists labeling Tapper an “enabler” and a “sycophant” simply for conducting a civil interview. Rather than appreciating a moment of bipartisan mourning for a deceased senator, the radical left demanded hostility, confrontation, and grandstanding.
One furious viewer took to social media to complain that it is not up to the president “to direct the ‘path’ any news organization follows.” The outraged user added that if CNN is buying into the concept of fair and normal coverage, the network should “close their doors, or officially merge with Fox.”
Another liberal critic hysterically framed the polite exchange as a sinister plot, writing: “Admitting they are trying to control the media.”
Grasping at Conspiracy Theories
Unable to comprehend that a journalist might simply be showing respect to the President of the United States, liberal media critics immediately resorted to spinning wild, baseless conspiracy theories to explain Tapper's behavior.
Left-wing pundits are now desperately attempting to link Tapper's polite demeanor to the Justice Department’s recent approval of Paramount Skydance’s acquisition of Warner Bros. Discovery, CNN’s parent company. The latest frantic narrative sweeping liberal circles suggests that the multi-billion-dollar merger depends on staying in the administration’s "good graces," twisting Trump's call for a "normal path" into a sinister warning rather than a simple plea for journalistic integrity.
These critics are pointing to statements Tapper made just months ago, where he declared on air that CNN’s job “is not to try and please the president or only report the statements he likes.”
Yet, to the millions of everyday Americans watching, the interview was not an example of a network bowing to a dictator, as the left breathlessly claims. It was a rare, refreshing moment of a mainstream media anchor treating a conservative leader with the dignity the office demands.
The hysterical reaction from the left perfectly illustrates the tragic reality of the modern progressive movement: they do not want a free press or objective reporting. They want a taxpayer-subsidized, anti-Trump resistance echo chamber. And the moment a reporter steps off that radical path to act "normal," the left will immediately try to destroy them.
Report this article
Select a reason for reporting:
Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();
Comments 0
Posting as Guest