$(document).ready(function(){		
  if (document.getElementById('sermonindex')) {
    $('p.feed').replaceWith('<p class="feed"><a href="http://www.harvestpa.org/news/subscribe">Subscribe to Podcast</a><p>');
    }
  else {}
});
