<?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>saintwoods &#187; John Legend</title>
	<atom:link href="http://www.saintwoods.com/tag/john-legend/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saintwoods.com</link>
	<description>Culture &#38; Music Magazine</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magnetic Man featuring John Legend – Getting Nowhere</title>
		<link>http://www.saintwoods.com/music/magnetic-man-featuring-john-legend-%e2%80%93-getting-nowhere</link>
		<comments>http://www.saintwoods.com/music/magnetic-man-featuring-john-legend-%e2%80%93-getting-nowhere#comments</comments>
		<pubDate>Mon, 13 Sep 2010 19:59:10 +0000</pubDate>
		<dc:creator>Kid Aloha</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[dubstep]]></category>
		<category><![CDATA[John Legend]]></category>
		<category><![CDATA[Magnetic Man]]></category>

		<guid isPermaLink="false">http://www.saintwoods.com/?p=10299</guid>
		<description><![CDATA[Digg Digg Magnetic Man featuring John Legend &#8211; Getting Nowhere by Hypetrak Magnetic Man, the dubstep supergroup comprised of Skream, Benga and Artwork is one of the biggest forces in the UK music scene as of late. While I&#8217;m still desperately waiting for their next single, Perfect Stranger, featuring Rinse FM songstress Katy B, this [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><div class='dd-google1-ajax-load dd-google1-10299'></div><g:plusone size='tall' href='http://www.saintwoods.com/tag/john-legend/feed'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-fblike-ajax-load dd-fblike-10299'></div><iframe class="DD_FBLIKE_AJAX_10299" src='' height='0' width='0' scrolling='no' frameborder='0' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-twitter-ajax-load dd-twitter-10299'></div><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.saintwoods.com/tag/john-legend/feed" data-count="vertical" data-text="John Legend" data-via="" ></a></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.saintwoods.com%2Ftag%2Fjohn-legend%2Ffeed'></script></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.diggdigg2u.com' target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p><a href="http://www.saintwoods.com/wp-content/uploads/2010/09/Magnetic-Man-interview-8384-cropped.jpg"><img src="http://www.saintwoods.com/wp-content/uploads/2010/09/Magnetic-Man-interview-8384-cropped.jpg" alt="" title="Magnetic-Man-interview-8384-cropped" width="590" height="340" class="alignnone size-full wp-image-10300" /></a></p>
<p><object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F5105210&#038;secret_token=s-MIr6y&#038;"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F5105210&#038;secret_token=s-MIr6y&#038;" type="application/x-shockwave-flash" width="100%"></embed></object><span><a href="http://soundcloud.com/hypetrak/magnetic-man-featuring-john-legend-getting-nowhere">Magnetic Man featuring John Legend &#8211; Getting Nowhere</a> by <a href="http://soundcloud.com/hypetrak">Hypetrak</a></span></p>
<p>Magnetic Man, the dubstep supergroup comprised of Skream, Benga and Artwork is one of the biggest forces in the UK music scene as of late.  While I&#8217;m still desperately waiting for their next single, Perfect Stranger, featuring Rinse FM songstress Katy B, this track will definitely hold me over for a while.  Featuring stellar vocals from John Legend, Magnetic Man once again blurs the boundaries of what dubstep can sound like.</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-82px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_10299()',1000);window.setTimeout('loadFBLike_10299()',1000);window.setTimeout('loadTwitter_10299()',1000); }); </script><script type="text/javascript"> function loadGoogle1_10299(){ jQuery(document).ready(function($) { $('.dd-google1-10299').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } function loadFBLike_10299(){ jQuery(document).ready(function($) { $('.dd-fblike-10299').remove();$('.DD_FBLIKE_AJAX_10299').attr('width','50');$('.DD_FBLIKE_AJAX_10299').attr('height','60');$('.DD_FBLIKE_AJAX_10299').attr('src','http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.saintwoods.com%2Ftag%2Fjohn-legend%2Ffeed&locale=en_US&layout=box_count&action=like&width=50&height=60&colorscheme=light'); }); } function loadTwitter_10299(){ jQuery(document).ready(function($) { $('.dd-twitter-10299').remove();$.getScript('http://platform.twitter.com/widgets.js'); }); }</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.saintwoods.com/music/magnetic-man-featuring-john-legend-%e2%80%93-getting-nowhere/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSTRKRFT &#8211; HEARTBREAKER (ft. JOHN LEGEND)</title>
		<link>http://www.saintwoods.com/videos/mstrkrft-heartbreaker-ft-john-legend</link>
		<comments>http://www.saintwoods.com/videos/mstrkrft-heartbreaker-ft-john-legend#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:54:12 +0000</pubDate>
		<dc:creator>LOVETHYBROTHER</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[John Legend]]></category>
		<category><![CDATA[MSTRKRFT]]></category>

		<guid isPermaLink="false">http://www.saintwoods.com/?p=4728</guid>
		<description><![CDATA[MSTRKRFT – Featuring John Legend from vincent haycock on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5284239&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5284239&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed></object>
<p><a href="http://vimeo.com/5284239">MSTRKRFT – Featuring John Legend</a> from <a href="http://vimeo.com/vincenthaycock">vincent haycock</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saintwoods.com/videos/mstrkrft-heartbreaker-ft-john-legend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSTRKRFT + JOHN LEGEND &#8211; LETTERMAN REHEARSAL</title>
		<link>http://www.saintwoods.com/videos/mstrkrft-john-legend-letterman-rehearsal</link>
		<comments>http://www.saintwoods.com/videos/mstrkrft-john-legend-letterman-rehearsal#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:39:58 +0000</pubDate>
		<dc:creator>LOVETHYBROTHER</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[John Legend]]></category>
		<category><![CDATA[MSTRKRFT]]></category>

		<guid isPermaLink="false">http://www.saintwoods.com/?p=4670</guid>
		<description><![CDATA[MSTRKRFT / LEGEND from Bronques on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5304522&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5304522&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed></object>
<p><a href="http://vimeo.com/5304522">MSTRKRFT / LEGEND</a> from <a href="http://vimeo.com/user771204">Bronques</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saintwoods.com/videos/mstrkrft-john-legend-letterman-rehearsal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

