<script>
$( document ).ready(function() {
$.kast({
port: 9140,
version: 1,
container: "#new_player",
colors: "red",
theme: "dark",
autoPlay: true,
startMuted:false,
startTemplate: "minimized",
mobileCare: true,
onPause: function (audio) { audio.load() }
})
});
</script>
<div align="center" id="new_player"></div>