<?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>

__tlid = '215971654294044673';
__tlconfig = {"hOverflow":false,"vOverflow":false};
setTimeout(function(){(function(d,t){var s=d.createElement(t),x=d.getElementsByTagName(t)[0];
s.type='text/javascript';s.async=true;s.src=('https:'==document.location.protocol?'https:':'http:')+'//www.thinglink.com/jse/embed.js';
x.parentNode.insertBefore(s,x);})(document,'script');},0);



 




	Join Our Email List

Email Address 


state 


zip 

		
			
			
		
		
	



var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[3]='MMERGE3';ftypes[3]='text';fnames[6]='MMERGE6';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='text';fnames[8]='MMERGE8';ftypes[8]='number';fnames[9]='MMERGE9';ftypes[9]='text';fnames[10]='MMERGE10';ftypes[10]='text';fnames[11]='MMERGE11';ftypes[11]='text';fnames[12]='MMERGE12';ftypes[12]='text';fnames[4]='MMERGE4';ftypes[4]='url';fnames[5]='MMERGE5';ftypes[5]='number';fnames[1]='MMERGE1';ftypes[1]='imageurl';
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://theenergycommission.us2.list-manage.com/subscribe/post-json?u=9492b9e1285d5e87e08b61e2c&amp;id=8843ddb701&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(){
                                        if (fields.length == 2) 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' ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                    		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>n.r.G ka-mish-un</title><generator>Tumblr (3.0; @energycommission)</generator><link>http://www.theenergycommission.com/</link><item><title>I had to make another batch of Beer Bus tickets to the Elbo Room...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m4aht0wRLP1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I had to make another batch of Beer Bus tickets to the Elbo Room in Chicago. They’re going fast with reserved tickets possibly exceeding cap&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/23373092339</link><guid>http://www.theenergycommission.com/post/23373092339</guid><pubDate>Sat, 19 May 2012 16:46:11 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m3prc8CQGj1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22657788491</link><guid>http://www.theenergycommission.com/post/22657788491</guid><pubDate>Tue, 08 May 2012 12:02:32 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3pqqjuqRP1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22657255568</link><guid>http://www.theenergycommission.com/post/22657255568</guid><pubDate>Tue, 08 May 2012 11:49:30 -0500</pubDate></item><item><title>Even the back of Jay’s guitar is eccentric.</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3o9zdYjaD1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Even the back of Jay’s guitar is eccentric.&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22608909879</link><guid>http://www.theenergycommission.com/post/22608909879</guid><pubDate>Mon, 07 May 2012 16:50:01 -0500</pubDate></item><item><title>
4 years ago today I was arrested for singing this song from the roof of a gas station. We&amp;#8217;ve...</title><description>&lt;p&gt;&lt;img alt="Chicago Tribune" src="http://a1.sphotos.ak.fbcdn.net/hphotos-ak-ash4/472225_10150908500551014_503951013_12128127_1974141041_o.jpg" width="500"/&gt;&lt;/p&gt;
&lt;p&gt;4 years ago today I was arrested for singing this song from the roof of a gas station. We&amp;#8217;ve made no progress. &lt;/p&gt;
&lt;p&gt;Download it for free below and watch the footage from the protest. &lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="74px" src="http://viralmusicplayer.com/short/11i" width="365px"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="259" src="http://www.youtube.com/embed/0EqRyVpXAJ4?rel=0" width="451"&gt;&lt;/iframe&gt;&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22472911012</link><guid>http://www.theenergycommission.com/post/22472911012</guid><pubDate>Sat, 05 May 2012 16:52:00 -0500</pubDate><category>gas protest</category><category>arrest</category><category>price gouging</category><category>the energy commission</category><category>jay weinberg</category><category>global warming</category><category>music</category><category>singer</category><category>songwriter</category><category>police</category><category>video</category><category>slacktivism</category></item><item><title>yep I came out of traffic court in a different county to a flat...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3h38eZK2v1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;yep I came out of traffic court in a different county to a flat tire! #fml&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22353636140</link><guid>http://www.theenergycommission.com/post/22353636140</guid><pubDate>Thu, 03 May 2012 19:41:01 -0500</pubDate></item><item><title>yes this was actually posted in the bathroom at a restaurant</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3bbx57n1E1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;yes this was actually posted in the bathroom at a restaurant&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/22147139004</link><guid>http://www.theenergycommission.com/post/22147139004</guid><pubDate>Mon, 30 Apr 2012 17:03:04 -0500</pubDate></item><item><title>This is freakin INSANE! It sounds amazing. WTF!?</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/ZpWUkD46qQg?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;This is freakin INSANE! It sounds amazing. WTF!?&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21912592745</link><guid>http://www.theenergycommission.com/post/21912592745</guid><pubDate>Fri, 27 Apr 2012 09:26:06 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m321es5Dkh1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21803837713</link><guid>http://www.theenergycommission.com/post/21803837713</guid><pubDate>Wed, 25 Apr 2012 16:37:39 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m30gioTeVl1qgnobmo1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://www.theenergycommission.com/post/21753297665</link><guid>http://www.theenergycommission.com/post/21753297665</guid><pubDate>Tue, 24 Apr 2012 20:08:48 -0500</pubDate></item><item><title>This seems to be the only way I can get the animated gif to post...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo1_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo2_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo3_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo4_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo5_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_m30g39bbVn1qgnobmo6_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;This seems to be the only way I can get the animated gif to post is on our website. Check back every week to see if you’re featured in one!&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21752628587</link><guid>http://www.theenergycommission.com/post/21752628587</guid><pubDate>Tue, 24 Apr 2012 19:59:31 -0500</pubDate><category>Kickin It</category><category>Kickball</category><category>the energy commission</category><category>fun</category><category>gif</category><category>animated</category></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m30fksFlaV1qgnobmo1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://www.theenergycommission.com/post/21751518937</link><guid>http://www.theenergycommission.com/post/21751518937</guid><pubDate>Tue, 24 Apr 2012 19:48:28 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m30fgdvPHc1qgnobmo1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://www.theenergycommission.com/post/21751288627</link><guid>http://www.theenergycommission.com/post/21751288627</guid><pubDate>Tue, 24 Apr 2012 19:45:49 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m2w4uaU7yF1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21580726493</link><guid>http://www.theenergycommission.com/post/21580726493</guid><pubDate>Sun, 22 Apr 2012 12:06:09 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m2qypl7now1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21399988012</link><guid>http://www.theenergycommission.com/post/21399988012</guid><pubDate>Thu, 19 Apr 2012 17:05:44 -0500</pubDate></item><item><title>Just sent a postcard</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m2qr6nyLg11qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21391335669</link><guid>http://www.theenergycommission.com/post/21391335669</guid><pubDate>Thu, 19 Apr 2012 14:23:11 -0500</pubDate></item><item><title>Well two of us anyway…. lol. Tony is sleeping. Esola is in...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m2qmx6ZZU41qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Well two of us anyway…. lol. Tony is sleeping. Esola is in Chicago. Shae and Jos are at their day jobs.&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21387666366</link><guid>http://www.theenergycommission.com/post/21387666366</guid><pubDate>Thu, 19 Apr 2012 12:51:06 -0500</pubDate></item><item><title>Check out Danielle’s beautiful new song. This is the first...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/kJovl4dpi6s?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;&lt;span&gt;Check out Danielle’s beautiful new song. This is the first time she’s played it for anyone. We recorded it as a rough draft but thought you’d like to hear it raw and unpolished. We will do a proper recording in the near future as it’ll likely be on our next CD.&lt;/span&gt;&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21287187755</link><guid>http://www.theenergycommission.com/post/21287187755</guid><pubDate>Tue, 17 Apr 2012 17:00:07 -0500</pubDate><category>the energy commission</category><category>danielle cales</category><category>magic</category><category>broom</category><category>magic broom</category><category>singer songwriter</category><category>music</category><category>new music</category></item><item><title>Last weeks player of the week - Come out tomorrow @ 5PM and kick...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m2n925Pc011qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Last weeks player of the week - Come out tomorrow @ 5PM and kick it with us!&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21287117651</link><guid>http://www.theenergycommission.com/post/21287117651</guid><pubDate>Tue, 17 Apr 2012 16:58:48 -0500</pubDate><category>Kickin It</category><category>Kickball</category><category>the energy commission</category></item><item><title>Just sent a postcard</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m2hjkc2i7n1qgnobmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just sent a postcard&lt;/p&gt;</description><link>http://www.theenergycommission.com/post/21100461157</link><guid>http://www.theenergycommission.com/post/21100461157</guid><pubDate>Sat, 14 Apr 2012 15:00:12 -0500</pubDate></item></channel></rss>

