Article Categories

<p>KUTR (AM&nbsp;820 and FM 95.3) – 9:45am and 9:30pm daily M-F. </p><p><a href=”http://www.archive.org/details/ViewpointOnMormonism”>Archive</a> To hear all shows, listed chonologically</p>
<p><a href=”http://www.mrm.org/viewpoint”>Organized catalog of all shows</a>
<p><a href=”itpc://feeds.feedburner.com/ViewpointOnMormonism”>Subscribe with iTunes</a></p><p><a href=”http://feeds.feedburner.com/ViewpointOnMormonism?format=xml”>RSS Feed</a></p><p>
<h3>Listen online (hit the refresh button in order to see the most recent shows)</h3>
<ul id=”podcast-list”></ul>

<script>
url = “/sites/www.mrm.org/podcast.xml.php”

$(document).ready(function(){
$.ajax({
type: “GET”,
url: url,
dataType: “xml”,
success: function(xml) {
files = [];
$(xml).find(‘channel > item’).each(function(){
file = {
title: $(this).find(‘title’).text(),
mp3: $(this).find(‘enclosure’).attr(‘url’),
date: $(this).find(‘pubDate’).text()
};
var dateParts = file.date.split(” “);
var displayDate = dateParts[0] + ” ” + dateParts[2] + ” ” + dateParts[1] + “, ” + dateParts[3];
$(‘#podcast-list’).append($(‘<li>’).append($(‘<a>’).attr(‘href’,file.mp3).html(file.title)).append(” (” + displayDate + “)”));
files.push(file);
});

},
error: function(error) {
console.log(error);
}
});

});

</script>

Share this

Check out these related articles...