<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>STLMixtapes.com</title>
	<atom:link href="http://stlmixtapes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stlmixtapes.com</link>
	<description>Got Mixtapes? We Do!</description>
	<lastBuildDate>Fri, 10 May 2013 18:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DJ CD &#8211; Twerk Fest</title>
		<link>http://stlmixtapes.com/2013/05/dj-cd-twerk-fest/</link>
		<comments>http://stlmixtapes.com/2013/05/dj-cd-twerk-fest/#comments</comments>
		<pubDate>Thu, 09 May 2013 19:27:18 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=15117</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a onClick='javascript: _gaq.push(["_trackPageview", "http://stlmixtapes.com/uploads/uploads/DJCDwerk.zip"]);' href="http://stlmixtapes.com/uploads/uploads/DJCDwerk.zip">Download DJ CD - Twerk Fest</a> provided by stlmixtapes<br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-15118">1. Booty Me Down</div>
											<div class="gallery_player_file even" id="gallery_player_file-15119">2. Trampoline Booty</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15120">3. Booty Hopscotch</div>
											<div class="gallery_player_file even" id="gallery_player_file-15121">4. Twerk Dat A**</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15122">5. Donk</div>
											<div class="gallery_player_file even" id="gallery_player_file-15123">6. Twerk Time</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15124">7. Where Dem Girls At</div>
											<div class="gallery_player_file even" id="gallery_player_file-15125">8. Work</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15126">9. Big Booty</div>
											<div class="gallery_player_file even" id="gallery_player_file-15127">10. Twerk Bounce</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15128">11. Twerk Dat</div>
											<div class="gallery_player_file even" id="gallery_player_file-15129">12. Bend Ova and Twerk</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15130">13. Booty Bang</div>
											<div class="gallery_player_file even" id="gallery_player_file-15131">14. Watch Me While I Twerk</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15132">15. Twerk</div>
											<div class="gallery_player_file even" id="gallery_player_file-15133">16. Let Me See That Thang Twerk</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15134">17. Twerk It My Way</div>
											<div class="gallery_player_file even" id="gallery_player_file-15135">18. Ima Beat it Up</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15136">19. Make it Clap</div>
											<div class="gallery_player_file even" id="gallery_player_file-15137">20. FMS</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15138">21. Ball</div>
											<div class="gallery_player_file even" id="gallery_player_file-15139">22. Bounce It</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15140">23. Twerk, Pop, Bang, Juke</div>
											<div class="gallery_player_file even" id="gallery_player_file-15141">24. Hands Up</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 15118,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/01 Track 01 8.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15119,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/02 Track 02 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15120,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/03 Track 03 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15121,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/04 Track 04 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15122,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/05 Track 05 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15123,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/06 Track 06 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15124,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/07 Track 07 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15125,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/08 Track 08 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15126,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/09 Track 09 3.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15127,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/10 Track 10 3.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15128,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/11 Track 11 3.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15129,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/12 Track 12 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15130,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/13 Track 13 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15131,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/14 Track 14 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15132,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/15 Track 15 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15133,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/16 Track 16 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15134,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/17 Track 17 4.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15135,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/18 Track 18 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15136,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/19 Track 19 3.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15137,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/20 Track 20 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15138,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/21 Track 21 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15139,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/22 Track 22 2.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15140,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/23 Track 23.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15141,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15117/24 Track 24.mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/05/dj-cd-twerk-fest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Larry Byrd a.k.a Zone Caleone &#8211; C.O.A.D The Prelude</title>
		<link>http://stlmixtapes.com/2013/05/larry-byrd-a-k-a-zone-caleone-c-o-a-d-the-prelude/</link>
		<comments>http://stlmixtapes.com/2013/05/larry-byrd-a-k-a-zone-caleone-c-o-a-d-the-prelude/#comments</comments>
		<pubDate>Thu, 09 May 2013 19:24:09 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14956</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://stlmixtapes.com/wp-content/plugins/download-monitor/download.php?id=1193" title="Downloaded 8 times">Download Larry Byrd a.k.a Zone Corleone provided by STLMixtapes.com </a> <br />
<font size = "1" color = #FFF>8 downloads</font><br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-14957">1. CHRONICLES OF A DRANKA</div>
											<div class="gallery_player_file even" id="gallery_player_file-14958">2. IN THIS BITCH</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14959">3. DONT GET ME STARTED+Feat.Mr.LiveWyre</div>
											<div class="gallery_player_file even" id="gallery_player_file-14960">4. WHAT I BE ON-Dirty</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14961">5. IM TOE UP+Feat. Ducky Hines</div>
											<div class="gallery_player_file even" id="gallery_player_file-14962">6. THERAPY</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14963">7. HANGOVER</div>
											<div class="gallery_player_file even" id="gallery_player_file-14964">8. WHAT I BE ON+EDIT</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 14957,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/1. CHRONICLES OF A DRANKA.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14958,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/2. IN THIS BITCH.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14959,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/3. DONT GET ME STARTED+Feat.Mr.LiveWyre.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14960,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/4. WHAT I BE ON-Dirty.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14961,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/5. IM TOE UP+Feat. Ducky Hines.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14962,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/6. THERAPY.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14963,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/7. HANGOVER.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14964,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14956/8. WHAT I BE ON+EDIT.mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/05/larry-byrd-a-k-a-zone-caleone-c-o-a-d-the-prelude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saint Orleans &#8211; Top Shelf</title>
		<link>http://stlmixtapes.com/2013/05/saint-orleans-top-shelf/</link>
		<comments>http://stlmixtapes.com/2013/05/saint-orleans-top-shelf/#comments</comments>
		<pubDate>Thu, 09 May 2013 04:07:17 +0000</pubDate>
		<dc:creator>@biglos</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=15104</guid>
		<description><![CDATA[Download Mixtape &#124; Free Mixtapes Powered by DatPiff.com]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://www.datpiff.com/embed/mixtape/me631191/tall" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="385" allowScriptAccess="always" allowScripting="on"><br /><a href="http://www.datpiff.com/Saint-Orleans-Top-Shelf-mixtape.483632.html" target="_blank">Download Mixtape</a> | <a href="http://www.datpiff.com" target="_blank">Free Mixtapes</a> Powered by <a href="http://www.datpiff.com/" target="_blank" title="Free Mixtapes">DatPiff.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/05/saint-orleans-top-shelf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roc &#8211; Imperfect Perception</title>
		<link>http://stlmixtapes.com/2013/05/roc-imperfect-perception/</link>
		<comments>http://stlmixtapes.com/2013/05/roc-imperfect-perception/#comments</comments>
		<pubDate>Mon, 06 May 2013 18:10:39 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=15037</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a onClick='javascript: _gaq.push(["_trackPageview", "uploads/uploads/Roc---Imperfect-Perception.zip"]);' href="uploads/uploads/Roc---Imperfect-Perception.zip">Download Roc - Imperfect Perception</a> provided by stlmixtapes<br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-15038">1. The Avowal IP Intro</div>
											<div class="gallery_player_file even" id="gallery_player_file-15043">2. FRIENDS</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15044">3. Brand New</div>
											<div class="gallery_player_file even" id="gallery_player_file-15045">4. Im Busy Skit</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15046">5. Psychology</div>
											<div class="gallery_player_file even" id="gallery_player_file-15047">6. Barry Bonds</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15048">7. Swerve</div>
											<div class="gallery_player_file even" id="gallery_player_file-15049">8. 1976</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15050">9. 2 Legit</div>
											<div class="gallery_player_file even" id="gallery_player_file-15039">10. Mellow Tunes</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15040">11. Writers Block</div>
											<div class="gallery_player_file even" id="gallery_player_file-15041">12. Black Diamonds Underdog Anthem</div>
											<div class="gallery_player_file odd" id="gallery_player_file-15042">13. Duck Business</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 15038,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/1. The Avowal IP Intro.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15043,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/2. FRIENDS.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15044,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/3. Brand New.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15045,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/4. Im Busy Skit.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15046,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/5. Psychology.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15047,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/6. Barry Bonds.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15048,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/7. Swerve.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15049,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/8. 1976.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15050,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/9. 2 Legit.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15039,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/10. Mellow Tunes.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15040,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/11. Writers Block.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15041,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/12. Black Diamonds Underdog Anthem.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 15042,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/15037/13. Duck Business.mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/05/roc-imperfect-perception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ryan Givins &#8211; EBE (Everybody Eats)</title>
		<link>http://stlmixtapes.com/2013/04/ryan-givins-aka-manola/</link>
		<comments>http://stlmixtapes.com/2013/04/ryan-givins-aka-manola/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 03:28:13 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14847</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a onClick='javascript: _gaq.push(["_trackPageview", "http://stlmixtapes.com/uploads/uploads/RYAN-GIVINS-AKA-MANOLA-EBE-EVERYBODY-EATS-MIXTAPE.zip"]);' href="http://stlmixtapes.com/uploads/uploads/RYAN-GIVINS-AKA-MANOLA-EBE-EVERYBODY-EATS-MIXTAPE.zip">Download Ryan Givins - EBE (Everybody Eats)</a> provided by stlmixtapes<br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-14848">01 I KNOW SOME NIGGAZ</div>
											<div class="gallery_player_file even" id="gallery_player_file-14849">02 EBE(EVERYBODY EATS)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14850">03 GOING IN FOR THE KILL</div>
											<div class="gallery_player_file even" id="gallery_player_file-14851">04 THERAFLU FREESTYLE</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14852">05 HIGH HILLS GOOD WEAVE (SINGLE)</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 14848,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14847/01 I KNOW SOME NIGGAZ.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14849,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14847/02 EBE(EVERYBODY EATS).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14850,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14847/03 GOING IN FOR THE KILL.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14851,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14847/04 THERAFLU FREESTYLE.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14852,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14847/05 HIGH HILLS GOOD WEAVE (SINGLE).mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/04/ryan-givins-aka-manola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3 KNGZ &#8211; Return of the Nagas</title>
		<link>http://stlmixtapes.com/2013/04/the-3-kngz-return-of-the-nagas/</link>
		<comments>http://stlmixtapes.com/2013/04/the-3-kngz-return-of-the-nagas/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 03:22:59 +0000</pubDate>
		<dc:creator>@biglos</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14919</guid>
		<description><![CDATA[Download Mixtape &#124; Free Mixtapes Powered by DatPiff.com]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://www.datpiff.com/embed/mixtape/m59d12e4/tall" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="385" allowScriptAccess="always" allowScripting="on"><br /><a href="http://www.datpiff.com/-Meru-MuadDib-Bey-Ron-Chill-Williams-Fari-Fya-Return-Of-The-Nagas-mixtape.470291.html" target="_blank">Download Mixtape</a> | <a href="http://www.datpiff.com" target="_blank">Free Mixtapes</a> Powered by <a href="http://www.datpiff.com/" target="_blank" title="Free Mixtapes">DatPiff.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/04/the-3-kngz-return-of-the-nagas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Various Artists &#8211; Welcome to the Industry &#8211; Hosted by DJ Whobeta</title>
		<link>http://stlmixtapes.com/2013/04/various-artists-welcome-to-the-industry-hosted-by-dj-whobeta/</link>
		<comments>http://stlmixtapes.com/2013/04/various-artists-welcome-to-the-industry-hosted-by-dj-whobeta/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 03:20:00 +0000</pubDate>
		<dc:creator>@biglos</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14916</guid>
		<description><![CDATA[Download Mixtape &#124; Free Mixtapes Powered by DatPiff.com]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://www.datpiff.com/embed/mixtape/m02f78ca/tall" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="385" allowScriptAccess="always" allowScripting="on"><br /><a href="http://www.datpiff.com/VARIOUS-ARTIST-Welcome-To-The-Industry-mixtape.469435.html" target="_blank">Download Mixtape</a> | <a href="http://www.datpiff.com" target="_blank">Free Mixtapes</a> Powered by <a href="http://www.datpiff.com/" target="_blank" title="Free Mixtapes">DatPiff.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/04/various-artists-welcome-to-the-industry-hosted-by-dj-whobeta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rosegoldman aka Big Dude Husky &#8211; The STL Bully</title>
		<link>http://stlmixtapes.com/2013/04/rosegoldman-aka-big-dude-husky-the-stl-bully/</link>
		<comments>http://stlmixtapes.com/2013/04/rosegoldman-aka-big-dude-husky-the-stl-bully/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 03:49:01 +0000</pubDate>
		<dc:creator>@biglos</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14895</guid>
		<description><![CDATA[Download Mixtape &#124; Free Mixtapes Powered by DatPiff.com]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://www.datpiff.com/embed/mixtape/m461dbf1/tall" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="385" allowScriptAccess="always" allowScripting="on"><br /><a href="http://www.datpiff.com/Rosegoldman-aka-big-dude-husky-The-Stl-Bully-mixtape.473309.html" target="_blank">Download Mixtape</a> | <a href="http://www.datpiff.com" target="_blank">Free Mixtapes</a> Powered by <a href="http://www.datpiff.com/" target="_blank" title="Free Mixtapes">DatPiff.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/04/rosegoldman-aka-big-dude-husky-the-stl-bully/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J-Ron Black &#8211; Supa Dupa Fly</title>
		<link>http://stlmixtapes.com/2013/03/j-ron-black-supa-dupa-fly/</link>
		<comments>http://stlmixtapes.com/2013/03/j-ron-black-supa-dupa-fly/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 14:08:18 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14730</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://stlmixtapes.com/wp-content/plugins/download-monitor/download.php?id=1192" title="Downloaded 38 times">Download J-Ron Black - Super Dupa Fly provided by STLMixtapes.com </a> <br />
<font size = "1" color = #FFF>38 downloads</font><br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-14731">01 18</div>
											<div class="gallery_player_file even" id="gallery_player_file-14732">02 On the floor</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14733">03 Supa Dupa Fly</div>
											<div class="gallery_player_file even" id="gallery_player_file-14734">04 Get That Money</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14735">05 Free Admission</div>
											<div class="gallery_player_file even" id="gallery_player_file-14736">06 Tonight</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14737">07 All Caught Up</div>
											<div class="gallery_player_file even" id="gallery_player_file-14738">08 What if</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14739">09 Where I Belong</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 14731,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/01 18.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14732,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/02 On the floor.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14733,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/03 Supa Dupa Fly.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14734,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/04 Get That Money.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14735,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/05 Free Admission.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14736,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/06 Tonight.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14737,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/07 All Caught Up.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14738,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/08 What if.mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14739,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14730/09 Where I Belong.mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/03/j-ron-black-supa-dupa-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plinko Cuz &#8211; Life Fast</title>
		<link>http://stlmixtapes.com/2013/03/plinko-cuz-life-fast/</link>
		<comments>http://stlmixtapes.com/2013/03/plinko-cuz-life-fast/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 00:32:03 +0000</pubDate>
		<dc:creator>AutoPost</dc:creator>
				<category><![CDATA[Hip Hop]]></category>

		<guid isPermaLink="false">http://stlmixtapes.com/?p=14672</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://stlmixtapes.com/wp-content/plugins/download-monitor/download.php?id=1191" title="Downloaded 31 times">Download Plinko Cuz - Life Fast provided by STLMixtapes.com </a> <br />
<font size = "1" color = #FFF>31 downloads</font><br />
			<div class="gallery_player">
				<div class="gallery_player_controls">
					<img alt="Previous" title="Previous" class="gallery_player_previous" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/previous.png" />
					<img alt="Stop" title="Stop" class="gallery_player_stop" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/stop.png" />
					<img alt="Play/Pause" title="Play/Pause" class="gallery_player_play_pause" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png" />
					<img alt="Next" title="Next" class="gallery_player_next" style="border: 0px;" src="http://stlmixtapes.com/wp-content/plugins/gallery-player/next.png" />
				</div>
				<div class="gallery_player_files">
											<div class="gallery_player_file odd" id="gallery_player_file-14673">100 Mill (Prod By Flo Boi &amp; YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14674">20 20 (Prod By YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14675">Animated (Prod. By YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14676">B.D.L. (Prod By LamarDope &amp; YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14677">Benz Ft Squad (Prod By YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14678">Dont Get Me Started (Prod By DJ YM)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14679">F.L.Y. (Prod By YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14680">Flippin Dimes ft DINK (Prod By YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14681">Fucc The Name (Prod By YNOT X LAMAR)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14682">Gunz &amp; Butter (Prod By DJ YM)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14683">I Got (Prod By. YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14684">Im Out Here (Prod By Flo Boi &amp; YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14685">L'z (PROD BY YNOT &amp; CHASE BEATS)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14686">Live Life Fast (Prod By YNOT )</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14687">Money On Money ft JDUBB(Prod By Cody Beatz &amp; YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14688">My Burner (Prod By.YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14691">Somebody or Nobody (Prod By YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14692">We Do Diss' (Prod By. YNOT)</div>
											<div class="gallery_player_file odd" id="gallery_player_file-14693">Whats The Word (Prod By YNOT)</div>
											<div class="gallery_player_file even" id="gallery_player_file-14694">You Ont' Know (Prod By LamarKash)</div>
									</div>
			</div>

			<script type="text/javascript">
				var gp_player = {
					running: false,
					previous: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							current = current.prev();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					stop: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						current = jQuery('.gallery_player_current');
						if ( current.length > 0 ) {
							var sound = soundManager.getSoundById(current.attr("id").split("-").pop())
							sound.stop();
							sound.setPosition(0);
						}
					},
					play_pause: function() {
						if ( gp_player.running ) {
							gp_player.pause();
						} else {
							gp_player.play();
						}
					},
					next: function() {
						current = jQuery('.gallery_player_current');
						if ( current.length == 0 ) {
							current = jQuery('.gallery_player_file').eq(0);
						} else {
							current = current.next();
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						
						if ( current.length ) {
							current.addClass("gallery_player_current");
							
							if ( gp_player.running ) {
								soundManager.stopAll();
								gp_player.play();
							}
						} else {
							gp_player.running = false;
							jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
							soundManager.stopAll();
						}

					},
					play: function(el) {
						if ( el == undefined || jQuery(el.target).is("img") ) {
							current = jQuery('.gallery_player_current');
							if ( current.length == 0 ) {
								current = jQuery('.gallery_player_file').eq(0);
							}
						} else {
							current = jQuery(el);
						}
						
						jQuery(".gallery_player_current").removeClass("gallery_player_current");
						current.addClass("gallery_player_current");
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/pause.png");
						id = current.attr("id").split("-").pop();
						
						var sound = soundManager.getSoundById(id)
						if ( sound.paused ) {
							sound.togglePause();
						} else {
							sound.setPosition(0);
							sound.play({onfinish: function(){
								gp_player.next();
							}});
						}
						gp_player.running = true;
					},
					pause: function() {
						jQuery(".gallery_player_play_pause").attr("src", "http://stlmixtapes.com/wp-content/plugins/gallery-player/play.png");
						gp_player.running = false;
						soundManager.pauseAll();
					}
				};
				
				soundManager.onready(function() {
					jQuery(".gallery_player_play_pause").click(gp_player.play_pause);
					jQuery(".gallery_player_stop").click(gp_player.stop);
					jQuery(".gallery_player_next").click(gp_player.next);
					jQuery(".gallery_player_previous").click(gp_player.previous);
					jQuery('.gallery_player_file').click(function(){soundManager.stopAll();gp_player.play(this);});
				});
				
				soundManager.onready(function() {
											sound = soundManager.createSound({
							id: 14673,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/100 Mill (Prod By Flo Boi & YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14674,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/20 20 (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14675,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Animated (Prod. By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14676,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/B.D.L. (Prod By LamarDope & YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14677,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Benz Ft Squad (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14678,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Dont Get Me Started (Prod By DJ YM).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14679,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/F.L.Y. (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14680,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Flippin Dimes ft DINK (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14681,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Fucc The Name (Prod By YNOT X LAMAR).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14682,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Gunz & Butter (Prod By DJ YM).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14683,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/I Got (Prod By. YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14684,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Im Out Here (Prod By Flo Boi & YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14685,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/L'z (PROD BY YNOT & CHASE BEATS).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14686,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Live Life Fast (Prod By YNOT ).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14687,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Money On Money ft JDUBB(Prod By Cody Beatz & YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14688,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/My Burner (Prod By.YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14691,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Somebody or Nobody (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14692,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/We Do Diss' (Prod By. YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14693,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/Whats The Word (Prod By YNOT).mp3",
							autoLoad: true
						});
											sound = soundManager.createSound({
							id: 14694,
							url: "http://stlmixtapes.com/wp-content/uploads/mixtapes/14672/You Ont' Know (Prod By LamarKash).mp3",
							autoLoad: true
						});
									});
				
			</script>
			
		</p>
]]></content:encoded>
			<wfw:commentRss>http://stlmixtapes.com/2013/03/plinko-cuz-life-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
