<!-- 
    This is a sample iTunes podcast template for use with ExpressionEngine. 
    This is not the only way to do it but hopefully it will get you started.
    
    This template is based off Apple's example RSS template located here:
    
    http://www.apple.com/itunes/store/podcaststechspecs.html
    
    Especially useful is the Common Mistakes info:
    
    http://www.apple.com/itunes/store/podcaststechspecs.html#_Toc526931694
    
    Two most common reasons EE iTunes feeds break:
    
    1. Wrong date/time stamp format. iTunes is very strict about this.
    2. Using non-XML entitles in subtitle, description areas of the feed.

    It is HIGHLY recommended that you remove all comments before using this template 
along with any excess whitespace.
-->
<!-- 
    Start with EE's RSS feed tag. This assumes you have a weblog setup 
    specifically for your podcasts.
-->    


<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<ttl>60</ttl>
<!-- Automatically feed your weblog name and description to iTunes -->
<title>Life Church Jackson Sermons</title>
<description>Sermon Podcast from Life Church Jackson </description>
<!-- You can also autofeed the link to your podcast weblog -->
<link>http://lifechurchjackson.org</link>
<language>en-us</language>
<copyright>Copyright Life Church Jackson</copyright>
<itunes:subtitle>Sermon</itunes:subtitle>
<itunes:author>Frank Hornsby</itunes:author>
<itunes:summary>Sermon Podcast from Life Church Jackson </itunes:summary>
<itunes:owner>
<itunes:name>Life Church Jackson</itunes:name>
<itunes:email>info@lifechurchjackson.org</itunes:email>
</itunes:owner>
<!-- This is the image that shows in your iTunes listing -->
<itunes:image href="ftp://lifechurchjackson.org//img/logo.jpg" />
<itunes:category text="Family">
<itunes:category text="Audio Sermons"/>
</itunes:category>
<!-- 
    This portion starts the actual listing of your podcast episodes. The above
    just gives info on your podcast show. That's why we specify the weblog tag
    here.
-->

<item>
<!-- Automatically feed the title to iTunes -->
<title>Mother&#8217;s Day 2012</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Mother's Day 2012.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/mothers-day-2012/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 14 May 2012 00:23:20 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Grow &#45; Growing Over</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GrowGrowingOver.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/grow-growing-over/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 7 May 2012 01:55:16 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>First Wednesday, May 2, 2012</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Wednesday050212.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/first-wednesday-may-2-2012/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Thu, 3 May 2012 01:00:32 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Grow &#45; Growing Up</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GrowGrowingUp.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/grow-growing-up/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 29 Apr 2012 23:18:46 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Grow &#45; Growing Near</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GrowGrowingNear.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/grow-growing-near/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 22 Apr 2012 14:22:16 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Grow &#45; Down &#45; Faithfulness</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GrowDownFaithfulness.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/grow-down-faithfulness/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 15 Apr 2012 23:26:15 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Covenant God</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantCovenantGod.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-covenant-god/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 8 Apr 2012 23:31:16 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>First Wednesday, April 4, 2012</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/FirstWednesday040412.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/first-wednesday-april-4-2012/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 4 Apr 2012 23:24:48 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Covenant Marriages &#45; Part 2</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantCovenantMarriagesPart2.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-covenant-marriages-part-2/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 25 Mar 2012 17:58:09 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Victory for Troubled Times</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/VictoryForTroubledTimes.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/victory-for-troubled-times/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 18 Mar 2012 20:05:49 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Covenant Marriages &#45; Part 1</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantCovenantMarriagesPart1.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-covenant-marriages-part-1/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 11 Mar 2012 13:37:54 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>First Wednesday, March 7, 2012</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary></itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WednesdayMarch72012.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/first-wednesday-march-7-2012/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 7 Mar 2012 16:14:24 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Covenant Families</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary></itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantCovenantFamilies.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-covenant-families/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 4 Mar 2012 16:12:22 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Covenant Friendships</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantCovenantFriendships.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-covenant-friendships/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 27 Feb 2012 01:23:23 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Blood Is Thicker Than Water</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantBloodIsThickerThanWater.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-blood-is-thicker-than-water/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 19 Feb 2012 20:28:11 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Covenant &#45; Love and Faithfulness</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/CovenantLoveAndFaithfulness.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/covenant-love-and-faithfulness/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 12 Feb 2012 20:40:02 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Time for a Turnaround &#45; Eureka Moments</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TimeForATurnaroundEurekaMoments.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/time-for-a-turnaround-eureka-moments/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 5 Feb 2012 20:38:09 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>When The Going Gets Tough &#45; The Tough Gets Smart</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WhenTheGoingGetsTough.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/when-the-going-gets-tough-the-tough-gets-smart/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 30 Jan 2012 00:55:42 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Vision 2012 &#45; Staying in Step with God &#45; Get to Stepping</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Vision2012GetToStepping.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/vision-2012-staying-in-step-with-god-get-to-stepping/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 22 Jan 2012 16:08:37 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Vision 2012 &#45; Sharpening Your Vision</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Vision2012SharpeningYourVision.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/vision-2012-sharpening-your-vision/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 15 Jan 2012 18:24:36 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Vision 2012 &#45; Revision, God Speaks Again</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Vision2012RevisionGodSpeaksAgain.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/vision-2012-revision-god-speaks-again/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 8 Jan 2012 16:32:25 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Stone of Help</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Rod Aguillard</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TheStoneOfHelp.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-sone-of-help/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 18 Dec 2011 21:33:30 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Reverence &#45; Do Not Move The Boundary Stones</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Horsnby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ReverenceDoNotMoveTheBoundaryStones.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/reverence-do-not-move-the-boundary-stones/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 11 Dec 2011 16:03:54 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Reverence &#45; In the Home, Setting the Tone</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ReverenceInTheHomeSettingTheTone.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/reverence-in-the-home-setting-the-tone/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 4 Dec 2011 23:09:52 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Reverence &#45; Honor in the House</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary></itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ReverenceHonorInTheHouse.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/reverence-honor-in-the-house/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 27 Nov 2011 15:31:17 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Built to Last</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Scott Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/BuiltToLast.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/built-to-last/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 20 Nov 2011 19:46:06 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Reverence &#45; Reverencing God in Our Worship</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ReverenceInOurWorship.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/reverence-reverencing-god-in-our-worship/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 13 Nov 2011 19:44:35 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>When The Government Goes Too Far</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WhenTheGovernmentGoesTooFar.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/when-the-government-goes-too-far/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 9 Nov 2011 17:01:46 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Reverence &#45; Do Work</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ReverenceDoWork.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/reverence-do-work/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 6 Nov 2011 17:00:43 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Understanding the Times</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/UnderstandingTheTimes.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/understanding-the-times/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 2 Nov 2011 21:52:13 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Live a Heroic Life</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/LiveAHeroicLife.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/live-a-heroic-life/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 30 Oct 2011 21:51:38 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Grow In Godliness</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GrowInGodliness.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/grow-in-godliness/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 26 Oct 2011 19:24:41 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Ziklag &#45; The End of Your Rope is the Beginning of God</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ZiklagTheEndOfYourRopeIsTheBeginning.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/ziklag-the-end-of-your-rope-is-the-beginning-of-god/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 23 Oct 2011 18:53:47 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>A Heart Ready To Receive</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/AHeartReadyToReceive.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/a-heart-ready-to-receive/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 16 Oct 2011 20:23:15 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Stay In The Boat</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Ron Corzine</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/RonCorzineSunday100911.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/stay-in-the-boat/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 9 Oct 2011 18:02:04 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Communion Service</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Preston Byers</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Communion.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/communion-service/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 5 Oct 2011 17:10:16 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>How To Go Through Hell &#45; Learning How Jesus Looked At The Cross</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/HowToGoThroughHellLearningHowJesusLo.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/how-to-go-through-hell-learning-how-jesus-looked-at-the-cross/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 2 Oct 2011 18:00:22 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Wednesday Night Service</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Wednesday092811.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/wednesday-night-service1/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 28 Sep 2011 21:34:48 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Stay On The Wall &#45; Finish What God Has Given Us To Do</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/StayOnTheWallFinishWhatGodHasGivenUs.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/stay-on-the-wall-finish-what-god-has-given-us-to-do/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 25 Sep 2011 21:35:23 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Wednesday Night Service</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Wednesday092111.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/wednesday-night-service/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 21 Sep 2011 21:31:11 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>360 Degree Influence &#45; Influencing Where I Am &#45; Those Around Me</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/360DegreeInfluenceInfluencingWhereIA.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/360-degree-influence-influencing-where-i-am-those-around-me/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 11 Sep 2011 17:08:15 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Overcoming Discouragement &#45; The Enemies Plot</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/OvercomingDiscouragementTheEnemiesPlot.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/overcoming-discouragement-the-enemies-plot/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 7 Sep 2011 17:23:27 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>360 Degree Influence &#45; It Starts With Me</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/360DegreeInfluenceItStartsWithMe.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/360-degree-influence-it-starts-with-me/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 4 Sep 2011 17:26:50 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Blessed Life &#45; Am I Generous?</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Robert Morris</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TheBlessedLifeAmIGenerous.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-blessed-life-am-i-generous/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 21 Aug 2011 20:20:43 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Blessed Life &#45; Breaking the Spirit of Mammon</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Robert Morris</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TheBlessedLifeBreakingTheSpiritOfMammon.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-blessed-life-breaking-the-spirit-of-mammon/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 14 Aug 2011 20:24:00 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Communion</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/Communion80311.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/communion/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 3 Aug 2011 14:46:12 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Blessed Life &#45; What Test</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Robert Morris</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TheBlessedLifeWhatTest.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-blessed-life-what-test/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 31 Jul 2011 20:38:57 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>What Must I Do &#45; Part 2</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WhatMustIDo2.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/what-must-i-do-part-2/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 27 Jul 2011 17:58:59 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>What Must I Do &#45; Part 1</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bryan Butts</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WhatMustIDo1.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/what-must-i-do-part-1/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 27 Jul 2011 17:47:26 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Blessed Life &#45; A Matter of the Heart</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Robert Morris</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/TheBlessedLifeAMatterOfTheHeart.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-blessed-life-a-matter-of-the-heart/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 24 Jul 2011 17:39:42 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God Is More Than Enough</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsMoreThanEnough.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-more-than-enough/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 20 Jul 2011 15:20:09 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Live Strong &#45; Keys to Living a Long and Prosperous Life</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/LiveStrongKeysToLivingALongAndProspe.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/live-strong-keys-to-living-a-long-and-prosperous-life/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 17 Jul 2011 17:45:31 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Just Do It &#45; Fear Is Not Part Of The Equation</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/JustDoIt.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/just-do-it-fear-is-not-part-of-the-equation/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 10 Jul 2011 14:27:06 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God Is Our Banner</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsOurBanner.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-our-banner/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 6 Jul 2011 17:20:55 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Where Ya At? Learning and Obeying the Holy Spirit</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WhereYaAt.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/where-ya-at-learning-and-obeying-the-holy-spirit/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 3 Jul 2011 17:22:55 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God Is &#45; Our Presence</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsOurPresence.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-our-presence/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 29 Jun 2011 16:51:59 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Kingdom &#45; The Mission</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/KingdomTheMission.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/kingdom-the-mission/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 26 Jun 2011 16:08:43 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Kingdom &#45; Value of One</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/KingdomValueOfOne.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/kingdom-value-of-one/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 19 Jun 2011 18:55:25 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God Is &#45; Our Provider</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsOurProvider.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-our-provider/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 15 Jun 2011 17:17:13 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Kingdom &#45; Expansion</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/KingdomExpansion.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/kingdom-expansion/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 12 Jun 2011 18:48:13 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God Is &#45; Our Shepherd</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsOurShepherd.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-our-shepherd/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 8 Jun 2011 23:20:46 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Kingdom &#45; Infusion &#45; Our Life Mission</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/KingdomInfusionLifeMission.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/kingdom-infusion-our-life-mission/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 5 Jun 2011 22:39:50 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>God is &#45; I AM</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/GodIsIAm.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/god-is-i-am/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 1 Jun 2011 22:11:22 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Kingdom of God &#45; Living in God&#8217;s Purpose</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/KingdomofGodLivinginGodsPurpose.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/kingdom-of-god-living-in-gods-purpose/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 29 May 2011 20:52:19 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>You were Created for Greatness</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/builtforgreatness_converted.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/built-for-greatness/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 23 May 2011 01:47:38 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>I&#8217;d rather be one of those Crawfish</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/IdratherbeoneofthoseCrawfish.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/id-rather-be-one-of-those-crawfish/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 15 May 2011 18:37:27 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>School of Rock &#45; Making My Life Count</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/SchoolofRockMakingMyLifeCount.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/school-of-rock-making-my-life-count/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 8 May 2011 18:11:02 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Reality and Power of The Resurrection</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/TheRealityandPoweroftheResurrection.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-reality-and-power-of-the-resurrection/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 24 Apr 2011 17:12:28 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>School of Rock&#45;You&#8217;re Not Normal</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/SchoolofRockYoureNotNormal.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/schoolofrock-youre-not-normal/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 17 Apr 2011 18:03:30 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Victory in the War Zone</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Rod Aguilard</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/Bro.Rod.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/pastor-rod-aguilard/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 10 Apr 2011 18:07:35 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Resetting Relationships</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Billy Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/Pastor Billy Hornsby Resetting Relationships_converted.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/resetting-relationships/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 3 Apr 2011 13:09:09 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>School of Rock &#45; The Life of a Follower of Christ &#45; When LIfe doesn&#8217;t make Sense</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/SchoolofRock-TheLifeofaFollowerofChrist.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/school-of-rock-the-life-of-a-follower-of-christ-when-life-doesnt-make-sense/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 27 Mar 2011 18:13:18 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>School of Rock &#45; Created for Life</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/School of Rock - Created for Life.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/school-of-rock-created-for-life/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 21 Mar 2011 00:18:02 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Contradiction</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Gary Washington</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/Pastor Gary Washington Contridiction.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/contridiction/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 13 Mar 2011 22:55:03 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Sin &#45; Possessive and Progressive</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/SinPossessiveandProgressive.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/sin-possessive-and-progressive/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 6 Mar 2011 17:15:54 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Following Hard &#45; Total Commitment</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/Following Hard Total Commitment.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/following-hard-total-commitment/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 27 Feb 2011 22:16:08 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Little Help Please &#45; Teamwork Makes The Dream Work</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/LittleHelpPlease-TeamworkMakesTheDreamWork.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/little-help-please-teamwork-makes-the-dream-work/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 20 Feb 2011 14:54:10 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Life Cry</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/LifeCry.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/life-cry/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 13 Feb 2011 23:30:21 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>It&#8217;s Not Over Till He Say&#8217;s It&#8217;s Over</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/ItsNotOverTillHeSaysItsOver.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/its-not-over-till-he-says-its-over/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 30 Jan 2011 22:14:38 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; The Basics Of Blessings a Life Overflowing</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/basictrainingthebasicsofblessingsalifeoverflowing.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-the-basics-of-blessings-a-life-overflowing/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 23 Jan 2011 19:51:20 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Winning The Battle Of Fear</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bro Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/winningthebattleoffear.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-winning-the-battle-of-fear/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 16 Jan 2011 19:36:51 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Finanical  Stewardship Seminar &#45; Part 3</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bro Jim Clark</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/part3theaspectofthetitheandoffering.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/finanical-stewardship-seminar-part-2/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 9 Jan 2011 19:30:28 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Finanical  Stewardship Seminar &#45; Part 2</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Bro Jim Clark</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/saturday evening.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/finanical-stewardship-seminar-part-3/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sat, 8 Jan 2011 19:34:44 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Back To Vision : Seeing Beyond</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/basictrainingbacktovisionseeingbeyond.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-back-to-vision-seeing-beyond/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 2 Jan 2011 18:31:10 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Back To Our Knees</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/BackToOurKnees.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-back-to-our-knees/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 26 Dec 2010 23:56:16 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Value Of ONE</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Rod Aguillard</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/ValueofONE.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/value-of-one/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 19 Dec 2010 14:26:49 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Super Natural Revelations &#45; Five Revelations Of The Birth Of Christ</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Missionary Luke Walters</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/FiveRevelationsOfTheBirthOfChrist.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/super-natural-revelations-five-revelations-of-the-birth-of-christ/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 13 Dec 2010 01:10:43 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Back  To  The  Power  Of  The  Gospel</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/BackToThePowerOfTheGospel.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-back-to-the-power-of-the-gospel/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 5 Dec 2010 17:54:05 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Back To The Cross</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/BackToTheCross.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-back-to-the-cross/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 28 Nov 2010 21:57:21 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Basic Training &#45; Back To The Basics</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Freanko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/BackToTheBasics.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/basic-training-back-to-the-basics/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 21 Nov 2010 17:40:14 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Recieving Your Harvest &#45; The Aspects</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/TheAspects.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/recieving-your-harvest-the-aspects/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 14 Nov 2010 18:06:58 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Recieving Your Harvest &#45; Thing&#8217;s Needed</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/ThingsNeeded.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/recieving-your-harvest-things-needed/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 7 Nov 2010 21:54:02 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Recieving Your Harvest &#45; Don&#8217;t Press Your Harvest</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/DontPressYourHarvest.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/recieving-your-harvest-dont-press-your-harvest/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 31 Oct 2010 19:39:37 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Recieving Your Harvest &#45; Letting Go: DyingTo Harvest</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/LettinggodyingtoHarvest.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/recieving-your-harvest-letting-godyingto-harvest/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 24 Oct 2010 18:05:13 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Recieving Your Harvest &#45; Ready To Reap</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/ReadyToReap.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/recieving-your-harvest-ready-to-reap/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 17 Oct 2010 14:12:03 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The  Anointing &#45; For Your Assignment</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/ForYourAssignment.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-anointing-for-your-assignment/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 3 Oct 2010 20:59:51 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The  Anointing &#45; Set Apart</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.com/mp3/SetApart.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-anointing-set-apart/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 26 Sep 2010 15:26:43 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Anointing &#45; Serving Another Man&#8217;s Vision</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ServingAnotherMansVision.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-anointing-serving-another-mans-vision/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 12 Sep 2010 16:00:04 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Anointing &#45; The Power to Serve</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/ThePowerToServe.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-anointing-the-power-to-serve/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 5 Sep 2010 16:00:23 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>The Anointing &#45; Wilderness Experience</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Pastor Frank Hornsby</itunes:author>
<!--
    For this example I'm assuming that you are using EE's custom fields.
    I generally create a custom field for an episode's subtitle, description,
    physical file (a field that only holds your uploaded podcast name), 
    episode size (in bytes), and episode length.
    
    NOTE: For all these fields its important to only use XML friendly entities.
    Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>{episode_subtitle}</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Pastor Franko Hornsby</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mpeg. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://lifechurchjackson.org/mp3/WildernessExperience.mp3" length="32000000" type="audio/mpeg" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid>/indexee.php/indexee.php/main/media/the-anointing-wilderness-experience/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Sun, 29 Aug 2010 16:00:41 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>8727310</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>
 
</channel>
</rss>
