<?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>
<title>Podcast Hypnosislounge recordings and samples</title>
<!-- You can also autofeed the link to your podcast weblog -->
<link>http://hypnosislounge.com/main.php</link>
<language>en-us</language>
<copyright>MBC Studios</copyright>
<itunes:subtitle>Hypnosislounge.com Podcast</itunes:subtitle>
<itunes:author>Mona Blu</itunes:author>
<itunes:summary>Hypnosislounge recordings and samples</itunes:summary>
<itunes:owner>
<itunes:name>Mona Blu</itunes:name>
<itunes:email>Monablu@gmail.com</itunes:email>
</itunes:owner>
<!-- This is the image that shows in your iTunes listing -->
<itunes:image href="http://hypnosislounge.com/images/ad_eroticprograming.jpg" />
<itunes:category text="art">
<itunes:category text="Audio Blogs"/>
</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>Hypnosis Lounge December 2008 Podcast</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>Mona Blu</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>December Episode 2008</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Ending 2008 and the Holiday Season with previews of what is to come with the launch of the new year 2009. By Mona Blu</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://hypnosislounge.com/uploads/podcast/MonaBluPodcast12-08.mp3" length="12.9 mb" 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>http://hypnosislounge.com/index.php/podcast/general/hypnosis_lounge_december_2008_podcast</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>Tue, 21 Apr 2009 14:19:06 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>09:22</itunes:duration>
<itunes:keywords>family, friends</itunes:keywords>
</item>

</channel>
</rss>