JamRadio News Desk
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';......
1 day ago
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
By JamRadio News | Social Affairs |
Once upon a time, the Jobcentre was a gateway to work. Today, it’s a bureaucratic checkpoint for benefits compliance. The Department for Work and Pensions (DWP) insists......
By JamRadio News | September 8, 2025
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
In the early hours of Sunday morning, the Royal Courts of Justice became an unlikely canvas for Britain’s most elusive artist. Banksy’s latest mural—raw,......
JamRadio Newsdesk | Social & Political Affairs |
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
Veteran Labour peer Lord George Foulkes has launched a scathing attack on the BBC, accusing the national broadcaster of “persistent platforming” of......
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
JamRadio Newsdesk | Political Affairs Team |
This week marks a seismic shift in British politics—and it starts right here in our backyard. Shabana Mahmood, born and raised in Small Heath, Birmingham, has been......
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
JamRadio News Desk | Political Affairs Team |
In a dramatic turn of events, Deputy Prime Minister Angela Rayner has resigned from government following revelations that she underpaid £40,000 in stamp duty on......
Tracyann Dunkley | JamRadio News Desk
Share this article:
const nativeShareBtn = document.getElementById('native-share');
if (nativeShareBtn && navigator.share) {
nativeShareBtn.addEventListener('click', () => {
navigator.share({
title: document.title,
url: window.location.href
}).catch(err => console.error('Native share failed:', err));
});
}
Thursday 4 September 2025, 14:45 BST
Seventeen people have been injured after a Route 24 double-decker bus mounted the pavement and crashed near Victoria Station in central London this morning.
The incident occurred at approximately 8:20am on Victoria Street, close to Allington......
Share this article
const shareButton = document.getElementById('shareButton');
if (navigator.share) {
shareButton.style.display = 'inline-flex';
shareButton.addEventListener('click', () => {
navigator.share({
title: document.title,
text: 'Check out this news!',
url: window.location.href
}).catch((error) => console.error('Sharing failed', error));
});
} else {
shareButton.style.display = 'none';
}
JamRadio Newsdesk | Political Affairs | 4 September 2025
Newly elected Green Party leader Zack Polanski has ignited a political firestorm after responding to a smear campaign from Labour’s press team with a......
By Tracyann Dunkley | JamRadio News Desk
Share this article:
const nativeShareBtn = document.getElementById('native-share');
if (nativeShareBtn && navigator.share) {
nativeShareBtn.addEventListener('click', () => {
navigator.share({
title: document.title,
url: window.location.href
}).catch(err => console.error('Native share failed:', err));
});
}
In a shocking turn of events, Jay Blades, the popular presenter from the BBC's The Repair Shop, has appeared in court charged with two counts of rape. The news has sent shockwaves through the television world, as the 55-year-old has long been a much-loved figure on British......