Jacqui Louder: Train Your Mental Health

Jacqui Louder is one of the most revered Psychologists in all of Australia and is also the lead sport Psychologist at Collingwood and Melbourne Storm.

Jacqui has a wealth of knowledge to help all of us who struggle with mental health and raises the question why we don’t focus on it as much as our physical health. A powerful podcast that gives you the tips and tricks to fall back on when times get hard and that there is always a way out of pain.

We hope you enjoy the episode and don’t forget to leave a review or subscribe to the show! 🙂

{loadmoduleid 390}

{loadmoduleid 378}

{loadmoduleid 389}

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