<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>

	join the mailing list

Email Address 

		
			
			
		
		
	Close



var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='text';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &amp;&amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
} else {
  style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
      options = { url: 'http://tumblr.us2.list-manage.com/subscribe/post-json?u=62807fe821b3f416873b16fe7&amp;id=cd4eb334b9&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        $('#mce_tmp_error_msg').remove();
                        $('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                $(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(':hidden', this).each(
                                    function(){
                                        var bday = false;
                                        if (fields.length == 2){
                                            bday = true;
                                            fields[2] = {'value':1970};//trick birthdays into having years
                                        }
                                    	if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; (fields[2].value=='YYYY' || (bday &amp;&amp; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; (fields[2].value=='' || (bday &amp;&amp; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else {
	                                        this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      $('#mc-embedded-subscribe-form').ajaxForm(options);      
      
    });
}
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = ' '+msg+'';
                
                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}

</description><title>Jethro Fox</title><generator>Tumblr (3.0; @jethrofox)</generator><link>http://jethrofox.tumblr.com/</link><item><title>Check out the latest Selector Radio show, featuring live...</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_36140326154" src="http://jethrofox.tumblr.com/post/36140326154/audio_player_iframe/jethrofox/tumblr_mdslotyX1F1qim8bq?audio_file=http%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Fjethrofox%2F36140326154%2Ftumblr_mdslotyX1F1qim8bq" frameborder="0" allowtransparency="true" scrolling="no" width="500" height="85"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Check out the latest &lt;strong&gt;&lt;a href="http://www.selector-radio.com/" title="Selector Radio" target="_self"&gt;Selector Radio&lt;/a&gt;&lt;/strong&gt; show, featuring live recordings of our performance at the Kazimier last month.  &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/36140326154</link><guid>http://jethrofox.tumblr.com/post/36140326154</guid><pubDate>Tue, 20 Nov 2012 10:29:17 -0500</pubDate></item><item><title>Very excited to confirm I’ll be main support for Spring...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/bt-zNr538_g?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Very excited to confirm I’ll be main support for Spring Offensive this Friday at the Shipping Forecast in Liverpool!  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.facebook.com/events/381207025295414/" title="Event Page" target="_self"&gt;Click here to view the event page.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/36071199358</link><guid>http://jethrofox.tumblr.com/post/36071199358</guid><pubDate>Mon, 19 Nov 2012 12:01:00 -0500</pubDate></item><item><title>I&amp;#8217;m so chuffed to find out I&amp;#8217;ve been nominated for the Spotify grant at the Artist and...</title><description>&lt;p&gt;I&amp;#8217;m so chuffed to find out I&amp;#8217;ve been nominated for the&lt;a href="http://amawards.org/?p=941" title="Artist and Manager Awards" target="_self"&gt;&lt;strong&gt; Spotify grant&lt;/strong&gt; &lt;/a&gt;at the Artist and Manager Awards!  I&amp;#8217;m up against some great artists and the winner will be announced on November 27th.&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/35916543676</link><guid>http://jethrofox.tumblr.com/post/35916543676</guid><pubDate>Sat, 17 Nov 2012 11:41:41 -0500</pubDate></item><item><title>Big thanks to SWN Festival, we had a great time playing the...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mc9hfg2cZs1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Big thanks to SWN Festival, we had a great time playing the Crack Magazine stage at Clwb Ifor Bach on Friday! &lt;/p&gt;
&lt;p&gt;Whilst in Cardiff we also dropped by the Angel Hotel for an&lt;a href="http://www.onparproductions.co.uk/music.htm" title="On-Par" target="_self"&gt; On-Par session&lt;/a&gt;, keep a look out for that soon.  &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/34054075749</link><guid>http://jethrofox.tumblr.com/post/34054075749</guid><pubDate>Sun, 21 Oct 2012 17:09:15 -0400</pubDate></item><item><title>Excited to confirm we will be playing at The Selector Live event...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mbsay1pO2E1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Excited to confirm we will be playing at &lt;a href="http://www.selector-radio.com/" title="The Selector" target="_blank"&gt;The Selector Live&lt;/a&gt; event at The Kazimier, Liverpool on Tuesday.  We will be joining All We Are, Dan Croll and Black Swans.  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.ticketweb.co.uk/user/?region=gb_northwest&amp;query=detail&amp;event=526898" title="Ticketweb" target="_self"&gt;Click here to purchase tickets via Ticketweb.&lt;/a&gt;&lt;/strong&gt;  &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/33429399695</link><guid>http://jethrofox.tumblr.com/post/33429399695</guid><pubDate>Fri, 12 Oct 2012 10:30:01 -0400</pubDate></item><item><title>BBC Presents - The Space</title><description>&lt;p&gt;We were recently invited by &lt;strong&gt;&lt;a href="http://www.generator.org.uk/" title="Generator" target="_blank"&gt;Generator&lt;/a&gt;&lt;/strong&gt; to record a session at Blank Studios in Newcastle, for the BBC project &amp;#8216;&lt;strong&gt;&lt;a href="http://thespace.org/" title="The Space" target="_blank"&gt;The Space&lt;/a&gt;&lt;/strong&gt;&amp;#8217;.  The aim of the session was to reinterpret a classic performance from the TV show &amp;#8216;The Old Grey Whistle Test&amp;#8217;.  We decided to perform a cover of &amp;#8216;Too Much Too Young&amp;#8217; by The Specials.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://thespace.org/items/e00015rq?t=qvxb" title="Too Much Too Young" target="_self"&gt;Click here to watch our performance (3.35 in).&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/33428566809</link><guid>http://jethrofox.tumblr.com/post/33428566809</guid><pubDate>Fri, 12 Oct 2012 10:06:43 -0400</pubDate></item><item><title>Met Darth Vader last night!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mathmpTWdJ1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Met Darth Vader last night!&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/32142176479</link><guid>http://jethrofox.tumblr.com/post/32142176479</guid><pubDate>Sun, 23 Sep 2012 15:18:25 -0400</pubDate></item><item><title>Fuel For Fire in association with Tough Love Records present the...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m9w8chHFcI1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Fuel For Fire in association with Tough Love Records present the ‘Blinding Light’ launch show.  This free entry show will take place at the Kazimier Gardens, Liverpool, on Thursday 13th September.  Support comes from &lt;a href="http://www.youtube.com/watch?v=rhXY_EQh8Ko" title="Spring King" target="_blank"&gt;Spring King&lt;/a&gt; and &lt;a href="http://www.youtube.com/watch?v=TwPEbVN_Z5w" title="James Canty" target="_blank"&gt;James Canty.&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.facebook.com/events/403160349733739/?notif_t=plan_user_joined" title="Facebook Event" target="_blank"&gt;Click here to see the event page. &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/30948138327</link><guid>http://jethrofox.tumblr.com/post/30948138327</guid><pubDate>Wed, 05 Sep 2012 16:17:00 -0400</pubDate></item><item><title>I’m really excited to present the video for...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/eGG-J5hkmnY?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I’m really excited to present the video for ‘Blinding Light’.  Premiering over at &lt;strong&gt;&lt;a href="http://www.themusicninja.com/indie-rock-jethro-fox-blinding-light-tmn-video-premiere/" title="The Music Ninja" target="_blank"&gt;The Music Ninja&lt;/a&gt;&lt;/strong&gt; now!&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/30521073089</link><guid>http://jethrofox.tumblr.com/post/30521073089</guid><pubDate>Thu, 30 Aug 2012 10:32:44 -0400</pubDate></item><item><title>Blinding Light is out today!  The digital download is now available on iTunes here, and the 7&amp;#8221;...</title><description>&lt;p&gt;Blinding Light is out today!  The digital download is now available on iTunes &lt;strong&gt;&lt;a href="http://itunes.apple.com/gb/album/blinding-light-single/id545164788" target="_blank"&gt;here&lt;/a&gt;&lt;/strong&gt;, and the 7&amp;#8221; can be ordered from Tough Love Records &lt;strong&gt;&lt;a href="http://toughloverecords.bigcartel.com/product/tlv058-jethro-fox-blinding-light-7-pre-order" target="_blank"&gt;here.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/29825293244</link><guid>http://jethrofox.tumblr.com/post/29825293244</guid><pubDate>Mon, 20 Aug 2012 08:52:45 -0400</pubDate></item><item><title>Huw Stephens played my forthcoming single Blinding Light on BBC Radio 1 on Wednesday evening - if...</title><description>&lt;p&gt;Huw Stephens played my forthcoming single Blinding Light on BBC Radio 1 on Wednesday evening - if you like, &lt;strong&gt;&lt;a href="http://www.bbc.co.uk/radio/player/b01l5ll9" title="Huw Stephens" target="_blank"&gt;listen back here (14 mins in)!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thanks also to Annie Mac for playing the track on Radio 1 last week, Steve Lamacq for inclusion on the BBC6 Roundtable, and also to Mary Anne Hobbs and John Kennedy for playing it on XFM.  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://toughloverecords.bigcartel.com/product/tlv058-jethro-fox-blinding-light-7-pre-order" title="Tough Love Records" target="_blank"&gt;Click here to pre-order the 7&amp;#8221; vinyl from Tough Love Records.  &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/28623122508</link><guid>http://jethrofox.tumblr.com/post/28623122508</guid><pubDate>Fri, 03 Aug 2012 07:26:56 -0400</pubDate></item><item><title>Really excited to announce my debut single ‘Blinding...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m7gtviqoph1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Really excited to announce my debut single ‘Blinding Light’ out on &lt;strong&gt;&lt;a href="http://toughloverecords.com/blog/"&gt;Tough Love Records&lt;/a&gt;&lt;/strong&gt;, August 20th.  Premiering on &lt;strong&gt;&lt;a href="http://www.dummymag.com/new-music/2012/07/20/premiere-jethro-fox-blinding-light/"&gt;Dummy&lt;/a&gt;&lt;/strong&gt; now! &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/27630095546</link><guid>http://jethrofox.tumblr.com/post/27630095546</guid><pubDate>Fri, 20 Jul 2012 11:33:18 -0400</pubDate></item><item><title>The videos from our Maida Vale Session are now on Youtube - here...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/0yzLN34ChVI?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The videos from our Maida Vale Session are now on Youtube - here is Echo.  I’d like to give special thanks to Miti Adhikari, Nick Fountain and the BBC film crew for being so warm and welcoming on the day. &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/25714913773</link><guid>http://jethrofox.tumblr.com/post/25714913773</guid><pubDate>Sat, 23 Jun 2012 10:03:44 -0400</pubDate></item><item><title>MAIDA VALE</title><description>&lt;p&gt;I&amp;#8217;m really thrilled to announce I&amp;#8217;ll be recording a live session at the BBC&amp;#8217;s Maida Vale studios.  The session will be broadcast on Steve Lamacq&amp;#8217;s BBC6Music show on Wednesday 20th June.&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/24600738100</link><guid>http://jethrofox.tumblr.com/post/24600738100</guid><pubDate>Thu, 07 Jun 2012 05:32:52 -0400</pubDate></item><item><title>Tomorrow night I’ll be playing at Liverpool Sound City...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m440sgqpyO1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Tomorrow night I’ll be playing at Liverpool Sound City Festival 2012.  I’m on at the Wolstenholme Creative Space (venue for 2011’s fantastic &lt;a href="http://www.bbc.co.uk/news/uk-england-merseyside-13394085" title="Fiesta Obscenic" target="_blank"&gt;&lt;strong&gt;Fiesta Obscenic&lt;/strong&gt;&lt;/a&gt;) at 10.30pm.  &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/23158584979</link><guid>http://jethrofox.tumblr.com/post/23158584979</guid><pubDate>Wed, 16 May 2012 05:53:04 -0400</pubDate></item><item><title>Here is the session we did for the Station Sessions Festival...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/AUi7S8ataEA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here is the session we did for the Station Sessions Festival 2012 at Kings Cross St Pancras, London. &lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/23114005113</link><guid>http://jethrofox.tumblr.com/post/23114005113</guid><pubDate>Tue, 15 May 2012 14:55:03 -0400</pubDate></item><item><title>Here’s some footage of us playing ‘Before’...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/tGPEme5nrjw?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here’s some footage of us playing ‘Before’ live at the Kazimier in Liverpool.&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/21500776798</link><guid>http://jethrofox.tumblr.com/post/21500776798</guid><pubDate>Sat, 21 Apr 2012 11:38:13 -0400</pubDate></item><item><title>Had a fantastic time playing at the Kazimier last night.  Thanks...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m2mnoeoh0h1qim8bqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Had a fantastic time playing at the Kazimier last night.  Thanks to everyone that came!&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/21267884564</link><guid>http://jethrofox.tumblr.com/post/21267884564</guid><pubDate>Tue, 17 Apr 2012 10:17:02 -0400</pubDate></item><item><title>yvynyl:

Jethro Fox - Echo
Late late year, I posted an amazing...</title><description>&lt;iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F41674420&amp;liking=false&amp;sharing=false&amp;origin=tumblr" frameborder="0" allowtransparency="true" class="soundcloud_audio_player" width="500" height="116"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://yvynyl.tumblr.com/post/20411226072/jethro-fox-echo-late-late-year-i-posted-an"&gt;yvynyl&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://soundcloud.com/jethrofoxmusic"&gt;Jethro Fox&lt;/a&gt; - Echo&lt;/p&gt;
&lt;p&gt;Late late year, I posted an amazing song by this talented Liverpool-based songwriter called “&lt;a href="http://yvynyl.tumblr.com/post/13464390081/jethro-fox-before-if-i-had-to-give-an-example"&gt;Before&lt;/a&gt;”.  Here he is now with his second single, as big and bright as the first, probably even a bit more anthemic. These are songs as swollen as a cherry tree in spring - a burst of white and heaven and new seasons.&lt;/p&gt;
&lt;p&gt;Look for more to drop soon on his &lt;a href="http://soundcloud.com/jethrofoxmusic"&gt;Sndcld&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;img src="http://24.media.tumblr.com/tumblr_m1wu2gpHy61qz4e0m_1333468043_cover.png" width="420"/&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://jethrofox.tumblr.com/post/20462841392</link><guid>http://jethrofox.tumblr.com/post/20462841392</guid><pubDate>Wed, 04 Apr 2012 07:58:29 -0400</pubDate></item><item><title>Really pleased to put out my new song - Echo!</title><description>&lt;iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F41674420&amp;liking=false&amp;sharing=false&amp;origin=tumblr" frameborder="0" allowtransparency="true" class="soundcloud_audio_player" width="500" height="116"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Really pleased to put out my new song - Echo!&lt;/p&gt;</description><link>http://jethrofox.tumblr.com/post/20401347976</link><guid>http://jethrofox.tumblr.com/post/20401347976</guid><pubDate>Tue, 03 Apr 2012 05:24:38 -0400</pubDate></item></channel></rss>
