<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <title>Sample XSPF Playlist</title>
    <info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info>
    <trackList>



  		<!-- You need one of these blocks of code for each song in your playlist. --> 
  		<!-- You can simply copy-paste one of these blocks to add a song. --> 
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>Fusion</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>http://www.coolcavemen.com/e107_files/downloads/01-%5BCC%5DCoolCavemen-AllCoolHits-Fusion-CreativeCommons_by-nc-nd-2005_10_31.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info>http://cchits.ning.com/artists/?/cool_cavemen/fusion</info>
        	<!-- here you insert the location of the cover art jpg, or leave it blank --> 
			  <image></image>
        </track>
        <!-- this is the end of the code for one song -->        
        
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>Long Life</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>http://www.wretch.cc/photos/icon/htcmi/other/music/Bliss_Long_Life.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info>http://cchits.ning.com/artists/?/bliss/long_life</info>
        	<!-- here you insert the location of the cover art jpg, or leave it blank --> 
			  <image></image>
        </track>
        
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>Would It Last Forever</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>http://www.nanji.com.br/arq/mp3/Nanji%20-%20À%20luz%20de%20velas%20-%20Would%20It%20Last%20Forever.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info>http://cchits.ning.com/artists/?/nanji/would_it_last_forever</info>
        	<!-- here you insert the location of the cover art jpg, or leave it blank --> 
			  <image></image>
        </track>

         
    </trackList>
</playlist>
