Jack Jenkins: UFC Bound

Jack Jenkins just won the Dana White Contender Series in Vegas earning him a contract to the big time in the UFC.

A boy from Bacchus Marsh on the outskirts of Melbourne who had always had natural combat ability from the time he stepped into a gym. Jack had built a very strong background in kickboxing before turning to MMA where he dominated from the get go and has been touted as a future World Champion in the Featherweight Division. Jack is such a down to earth bloke and the insights of how focused and strategic he is with everything he does was truly astounding.

I hope you enjoy the show and don’t forget to give us a subscribe, like and review if you wish xxx

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