Jeremy Cordeux recording in the studio

Brittany Higgins, Skyrocketing Energy costs, AEC promoting the Voice + more

What a can of worms they have opened up in the Brittany Higgins drama. What business is it of the Australian Electoral Commission to promote the Voice referendum to remote aboriginal communities?

The Court of Public Opinion with Jeremy Cordeux AM is in session!

Listen below

Watch below

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'); }); });