Jeremy Crdeaux recording in his home looking concerned

Black African gangs, $600 an hour to advise govt on ramping

The inescapable fact is that we have imported murderous African gangs into this country and they should be deported…one strike and they’re out. Of course that won’t happen, they have rights but what about the rights of Australians to feel safe and protected by a strong government..if only that could be.

The government is paying a consultant $600 an hour to advise on ambulance ramping; hard to believe but true.

Listen below

Watch below

Jeremy Cordeaux LIVE streaming The Court Of Public Opinion‘ every Friday between 9am – Midday (ACST). To listen and to get involved, simply head to www.jeremycordeaux.com

What Do You Think?

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });