<?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>Help us bring change to places and issues that need it most. This CNN experiment is led by John D. Sutter. 
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 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';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);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://jdsutter.us5.list-manage.com/subscribe/post-json?u=d10ce1a8a4490ded846872421&amp;id=d6d799cb70&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[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();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } 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);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>Change the List</title><generator>Tumblr (3.0; @cnnchangethelist)</generator><link>http://cnnchangethelist.tumblr.com/</link><item><title>Made it to the destination for the next #changethelist project.</title><description>&lt;img src="http://24.media.tumblr.com/4c13f98a33aff7a978edf650ace643dd/tumblr_mfykjh3FJO1rgaghgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Made it to the destination for the next #changethelist project.&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/39392435338</link><guid>http://cnnchangethelist.tumblr.com/post/39392435338</guid><pubDate>Tue, 01 Jan 2013 12:54:44 -0500</pubDate><category>changethelist</category><category>cnn</category></item><item><title>Passing through Birmingham. Any guesses where we are headed for...</title><description>&lt;img src="http://24.media.tumblr.com/727acdb2ae33a7e5df65063f13126703/tumblr_mfye2pMSJZ1rgaghgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Passing through Birmingham. Any guesses where we are headed for the next #changethelist story?&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/39384517881</link><guid>http://cnnchangethelist.tumblr.com/post/39384517881</guid><pubDate>Tue, 01 Jan 2013 10:36:09 -0500</pubDate><category>Changethelist</category><category>Cnn</category></item><item><title>On the road early for the next CNN #changethelist story. Happy...</title><description>&lt;img src="http://24.media.tumblr.com/f121b85670ac5fdc5918d73d098c59d7/tumblr_mfycvthlFI1rgaghgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;On the road early for the next CNN #changethelist story. Happy New Year!&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/39383420972</link><guid>http://cnnchangethelist.tumblr.com/post/39383420972</guid><pubDate>Tue, 01 Jan 2013 10:09:59 -0500</pubDate></item><item><title>Hawaii ties for last in voting</title><description>&lt;p&gt;&lt;img alt="image" src="http://media.tumblr.com/tumblr_metzv5EoOr1qzc43c.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;(CNN) &amp;#8212; Hawaii tied West Virginia for 49th place in voter turnout in the November election &amp;#8212; and I&amp;#8217;m pretty pumped about it. That may seem like a strange thing to be excited about, or even to know about, but hear me out on this: Since September, I&amp;#8217;ve been writing about Hawaii&amp;#8217;s lowest-of-the-low voter turnout rate for a new CNN project called Change the List. The goal, as the project name spells out in even-Ke$ha-can-understand terms (sorry, Ke$ha, I&amp;#8217;m sure you&amp;#8217;re smart, but that dollar sign &amp;#8230;), was to bump Hawaii off the bottom of that list. And I wanted to do that with your help.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cnn.com/2012/12/10/opinion/ctl-hawaii-final-turnout/index.html?iref=allsearch" target="_blank"&gt;Read the full story on CNN.com.&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/37654333543</link><guid>http://cnnchangethelist.tumblr.com/post/37654333543</guid><pubDate>Mon, 10 Dec 2012 15:07:00 -0500</pubDate><category>changethelist</category><category>cnn</category><category>hawaii</category><category>voting</category><category>voter turnout</category><category>election 2012</category></item><item><title>Petition aims to combine Election Day with Veterans' Day (Sign it!)</title><description>&lt;p&gt;After I wrote a &lt;a href="http://www.cnn.com/2012/11/12/opinion/ctl-election-holiday/index.html" target="_blank"&gt;recent article&lt;/a&gt; for CNN&amp;#8217;s Change the List about why Election Day should be a federal holiday, &lt;a href="https://petitions.whitehouse.gov/petition/make-election-day-federal-holiday-effort-increase-voter-accessibility-and-promote-democratic-culture/bn98VktX?utm_source=wh.gov&amp;amp;utm_medium=shorturl&amp;amp;utm_campaign=shorturl" target="_blank"&gt;someone created a petititon to that effet on WhiteHouse.gov&lt;/a&gt;. I didn&amp;#8217;t realize the White House&amp;#8217;s website allowed for user-created petitions, but apparently it does, and a couple of you sent me this link on Twitter. It now has more than 7,500 signatures. Several similar petitions &lt;a href="http://www.change.org/petitions#search/election%20day%20holiday" target="_blank"&gt;can be found on Change.org&lt;/a&gt;, but I&amp;#8217;m highlighting the White House version because it seems to have the most support, at least at the moment. Take a look, and if you agree Election Day should be combined with Veterans Day, as The Atlantic first suggested, then &lt;a href="https://petitions.whitehouse.gov/petition/make-election-day-federal-holiday-effort-increase-voter-accessibility-and-promote-democratic-culture/bn98VktX?utm_source=wh.gov&amp;amp;utm_medium=shorturl&amp;amp;utm_campaign=shorturl" target="_blank"&gt;take a second to sign it&lt;/a&gt;. I think it could go a long way toward making it logistically easier for people to vote, and symbolically reminding all of us of the sacrifices veterans made for that right.&lt;/p&gt;
&lt;p&gt;Thanks! &amp;#8212; John, &lt;a href="http://cnnchangethelist.tumblr.com" target="_blank"&gt;CNN&amp;#8217;s Change the List&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35714108598</link><guid>http://cnnchangethelist.tumblr.com/post/35714108598</guid><pubDate>Wed, 14 Nov 2012 13:17:01 -0500</pubDate><category>changethelist</category><category>election day</category><category>veterans day</category><category>white house</category><category>petitions</category><category>change.org</category></item><item><title>No English ballots? Try Japanese</title><description>&lt;a href="http://www.cnn.com/2012/11/09/opinion/ctl-voting-lines/index.html"&gt;No English ballots? Try Japanese&lt;/a&gt;: &lt;p&gt;That’s basically what happened to voters at one precinct in Hawaii after a series of unfortunate events. First, the polling place at Hokulani Elementary School on the island of Oahu ran out of ballots. A two-hour line formed as polling workers tried to shuffle hundreds of people through a single electronic voting machine.&lt;/p&gt;
&lt;p&gt;Next, according to Mike Kratzke, who was working the election, officials delivered more ballots — but they were the wrong ones, featuring the wrong local races. “Everyone stop! The ballots are wrong!” Kratzke recalls yelling over an angry mob.&lt;/p&gt;
&lt;p&gt;Finally: A sorta-solution. Kratzke said he passed out Japanese-language ballots to some of the English-speaking voters. By comparing the Japanese ballots with those that included the wrong candidates, he said, the people of Hawaii finally were able to vote.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cnn.com/2012/11/09/opinion/ctl-voting-lines/index.html" target="_blank"&gt;Read the full story on CNN.com.&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35647742455</link><guid>http://cnnchangethelist.tumblr.com/post/35647742455</guid><pubDate>Tue, 13 Nov 2012 14:22:00 -0500</pubDate><category>changethelist</category><category>hawaii</category><category>hivote</category><category>election 2012</category></item><item><title>Why Election Day should be a federal holiday</title><description>&lt;a href="http://www.cnn.com/2012/11/12/opinion/ctl-election-holiday/index.html?hpt=hp_t2"&gt;Why Election Day should be a federal holiday&lt;/a&gt;: &lt;p&gt;As The Atlantic has suggested, Election Day could be combined with Veterans’ Day to create “Veterans’ Democracy Day.” Smart idea. Sends a strong message about the importance of voting, and the sacrifices that have made American democracy possible.&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35564785314</link><guid>http://cnnchangethelist.tumblr.com/post/35564785314</guid><pubDate>Mon, 12 Nov 2012 10:25:46 -0500</pubDate><category>changethelist</category><category>election 2012</category><category>voting</category><category>veterans day</category><category>veterans</category><category>veterans day 2012</category></item><item><title>"The defeat of the [Minnesota] voter ID constitutional amendment, along with the [state]..."</title><description>“The defeat of the [Minnesota] voter ID constitutional amendment, along with the [state] Legislature’s flip from Republican to Democratic control, is likely put that issue on indefinite hold. But it won’t end the debate over the need for some changes in state election law.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;p&gt;A lot of news Tuesday night, and oddly the presidential and senatorial races plus marriage equality and marijuana decriminalization initiatives got more attention than this. (Ha!)&lt;/p&gt;
&lt;p&gt;But it’s worth noting that Minnesota’s Voter ID ballot initiative failed approximately 54 to 46 percent.  In light of the fact that voter ID requirements generally are supported by upwards of 75 percent of the population, this was a huge win for voting rights activists. It just goes to prove that when you explain the issue and fight for the vote, you can win.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://minnesota.publicradio.org/display/web/2012/11/08/politics/voter-photo-id-future/" target="_blank"&gt;Even without photo ID, election system likely to see changes | Minnesota Public Radio News&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(via &lt;a class="tumblr_blog" href="http://electoraldysfunction.tumblr.com/" target="_blank"&gt;electoraldysfunction&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Here’s the &lt;a href="http://www.cnn.com/2012/10/27/opinion/ctl-minnesota-best-voting/index.html" target="_blank"&gt;CNN Change the List story on why Minnesota is tops at voting&lt;/a&gt;.&lt;/p&gt;&lt;/em&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35356646345</link><guid>http://cnnchangethelist.tumblr.com/post/35356646345</guid><pubDate>Fri, 09 Nov 2012 16:10:37 -0500</pubDate></item><item><title>Hawaii maybe-possibly-hopefully changed the list</title><description>&lt;a href="http://www.cnn.com/2012/11/07/opinion/ctl-hawaii-preliminary-turnout/index.html"&gt;Hawaii maybe-possibly-hopefully changed the list&lt;/a&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35221619215</link><guid>http://cnnchangethelist.tumblr.com/post/35221619215</guid><pubDate>Wed, 07 Nov 2012 16:21:44 -0500</pubDate><category>election 2012</category><category>hivote</category><category>changethelist</category></item><item><title>"It’s now the morning after Election Day. And while it’s still unclear whether Hawaii..."</title><description>“It’s now the morning after Election Day. And while it’s still unclear whether Hawaii will finish last place for voting, preliminary estimates do offer a ray of hope. According to Michael McDonald, an election results guru at George Mason University, Hawaii likely will slip past West Virginia, handing over the title of the “state that doesn’t vote.” It feels too early and too odd to celebrate, though, especially given the calamity that ensued in Hawaii on Tuesday.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Read the &lt;a href="http://www.cnn.com/2012/11/07/opinion/ctl-hawaii-preliminary-turnout/index.html" target="_blank"&gt;full CNN.com story to find out why I’m not ready to celebrate&lt;/a&gt; the fact that Hawaii may have bumped itself out of last place for voting. Main reasons: Not all of the numbers are in; and Election Day, according to reports, was a mess in parts of Hawaii.&lt;/em&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35220768152</link><guid>http://cnnchangethelist.tumblr.com/post/35220768152</guid><pubDate>Wed, 07 Nov 2012 16:10:17 -0500</pubDate><category>election 2012</category><category>cnn</category><category>changethelist</category><category>hivote</category></item><item><title>Woo-hoo! Thanks for sending in “I voted” images,...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_md3gbxYlt21rgaghgo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Woo-hoo! Thanks for sending in “I voted” images, Hawaii. Click on the image to see the interactive map and to send in an image of your own. &lt;a href="http://hawaii.news.blogs.civilbeat.com/post/35164177309/cnn-wants-you-hawaii" target="_blank"&gt;Here’s another&lt;/a&gt; pic, from the news site Honolulu Civil Beat. The polls are still open in Hawaii. Get out there and vote!&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35168134910</link><guid>http://cnnchangethelist.tumblr.com/post/35168134910</guid><pubDate>Tue, 06 Nov 2012 20:33:33 -0500</pubDate><category>changethelist</category><category>cnn</category><category>hivote</category></item><item><title>CNN wants you, Hawaii (Civil Beat)</title><description>&lt;a href="http://hawaii.news.blogs.civilbeat.com/post/35164177309/cnn-wants-you-hawaii"&gt;CNN wants you, Hawaii (Civil Beat)&lt;/a&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35165961456</link><guid>http://cnnchangethelist.tumblr.com/post/35165961456</guid><pubDate>Tue, 06 Nov 2012 20:06:23 -0500</pubDate></item><item><title>"The majority of the (Hawaii’s) 233 precincts opened on time this morning at 7 a.m. … The..."</title><description>“The majority of the (Hawaii’s) 233 precincts opened on time this morning at 7 a.m. … The only exception was in Leeward Oahu where a precinct at Mililani High School opened 10 minutes late because of “a misunderstanding” during the initial setting up process, said Rex Quidilla, state elections office spokesman.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Gregg K. Kakesako, &lt;a href="http://www.staradvertiser.com/news/breaking/177505891.html?id=177505891" target="_blank"&gt;Honolulu Star Advertiser&lt;/a&gt;. That’s good news, especially considering the trouble the Big Island of Hawaii had during the primary, with several polling places opening late. The bad news: &lt;a href="http://www.staradvertiser.com/s?action=login&amp;f=y&amp;id=177423391" target="_blank"&gt;Surf is high today&lt;/a&gt;. (&lt;a href="http://www.cnn.com/2012/11/02/opinion/ctl-hawaii-11466/index.html" target="_blank"&gt;Good news: You can surf AND vote&lt;/a&gt;).&lt;/em&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35148972019</link><guid>http://cnnchangethelist.tumblr.com/post/35148972019</guid><pubDate>Tue, 06 Nov 2012 16:25:04 -0500</pubDate><category>election 2012</category><category>changethelist</category><category>cnn</category><category>hivote</category></item><item><title>“Where you at, Hawaii?” After you vote, take a photo...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_md32pcTjsg1rgaghgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;“&lt;a href="https://twitter.com/stutterinstan/status/265873814183899136" target="_blank"&gt;Where you at, Hawaii?&lt;/a&gt;” After you vote, take a photo of yourself with an “I Voted” sticker (&lt;a href="https://www.facebook.com/photo.php?fbid=10151228872769246&amp;set=a.417657804245.195500.7873709245&amp;type=1&amp;theater" target="_blank"&gt;homemade or otherwise&lt;/a&gt;) and upload it to &lt;a href="http://ireport.cnn.com/open-story.jspa?openStoryID=873726&amp;hpt=hp_t4_7#DOC-875018" target="_blank"&gt;iReport&lt;/a&gt;, Instagram or Twitter. Tag it &lt;a href="https://twitter.com/search?q=%23ivotedcnn&amp;src=hash" target="_blank"&gt;#ivotedcnn&lt;/a&gt; and it could end up on this CNN map. We want the Aloha State to be included in the project. And thanks for voting!&lt;/p&gt;
&lt;p&gt;— &lt;a href="http://cnnchangethelist.tumblr.com" target="_blank"&gt;CNN’s Change the List&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35145663833</link><guid>http://cnnchangethelist.tumblr.com/post/35145663833</guid><pubDate>Tue, 06 Nov 2012 15:39:00 -0500</pubDate><category>election 2012</category><category>changethelist</category><category>cnn</category><category>cnn ireport</category><category>ireport</category></item><item><title>Mahalo for voting Hawaii! The Aloha State doesn’t have to...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_md2obeCWAz1rgaghgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Mahalo for voting Hawaii! &lt;a href="http://www.cnn.com/2012/11/02/opinion/ctl-hawaii-11466/index.html" target="_blank"&gt;The Aloha State doesn’t have to finish last for voter turnout this year&lt;/a&gt;. Get out there and vote! — &lt;a href="http://cnnchangethelist.tumblr.com" target="_blank"&gt;CNN’s Change the List&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35138556254</link><guid>http://cnnchangethelist.tumblr.com/post/35138556254</guid><pubDate>Tue, 06 Nov 2012 13:40:40 -0500</pubDate><category>election 2012</category><category>hawaii</category><category>elections</category><category>hawaii politics</category><category>hivote</category></item><item><title>"Who are you voting for on Election Day? What issue has you fired up most? Record your thoughts in a..."</title><description>“Who are you voting for on Election Day? What issue has you fired up most? Record your thoughts in a short video (no longer than 60 seconds). And if you’ve attended a campaign event, share your photos or video. The best submissions could be part of CNN’s election coverage. If you experience any problems at the polls, let CNN know. You can contact our voter irregularities hotline by calling 800-CNN-NEWS, texting CNN 55333, or emailing votewatch@cnn.com.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://ireport.cnn.com/topics/723718" target="_blank"&gt;CNN iReport is asking for images/video from Election Day.&lt;/a&gt;&lt;/em&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35132808245</link><guid>http://cnnchangethelist.tumblr.com/post/35132808245</guid><pubDate>Tue, 06 Nov 2012 11:50:36 -0500</pubDate></item><item><title>lilacina:

Doing my part to help @cnnireport collect stickers...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_md2l0plXJc1qz5erho1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://lilacina.tumblr.com/post/35126155848/doing-my-part-to-help-cnnireport-collect-stickers" target="_blank"&gt;lilacina&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Doing my part to help @cnnireport collect stickers from every state. Tag yours #ivotedCNN and join in! #cnnireport #election2012&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Love this photo. &lt;a href="http://ireport.cnn.com/docs/DOC-873695" target="_blank"&gt;Here’s mine&lt;/a&gt;. Send yours on Twitter or Instagram and be sure to tag it #ivotedCNN. It could end up in CNN’s Election Day coverage. Thanks for voting! — John/ &lt;a href="http://cnnchangethelist.tumblr.com" target="_blank"&gt;CNN’s Change the List&lt;/a&gt;&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35127057077</link><guid>http://cnnchangethelist.tumblr.com/post/35127057077</guid><pubDate>Tue, 06 Nov 2012 09:42:00 -0500</pubDate><category>election 2012</category><category>ivotedcnn</category><category>ireport</category><category>cnn</category></item><item><title>Everything you need to know about Election Day</title><description>&lt;p&gt;&lt;a class="tumblr_blog" href="http://soupsoup.tumblr.com/post/35106296813/everything-you-need-to-know-about-election-day" target="_blank"&gt;soupsoup&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;Bookmark this for tomorrow, it’ll come in handy:&lt;/div&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.google.com/elections/ed/us/vote" target="_blank"&gt;Where to vote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.270towin.com/closing.php" target="_blank"&gt;What time polling places close state by state&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.policymic.com/articles/11337/6-most-important-congressional-districts-to-watch-for-in-election-2012" target="_blank"&gt;The most important races aside from the Presidential election&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.motherjones.com/mojo/2012/10/2012-state-ballot-initiatives-propositions" target="_blank"&gt;23 ballot measures to keep an eye on&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://elections.reuters.com/liveblog" target="_blank"&gt;Real time results, analysis and commentary&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/blockquote&gt;
&lt;p&gt;I&amp;#8217;ll add this one: &lt;a href="http://www.cnn.com/ELECTION/2012/vit/?hpt=hp_c4_7" target="_blank"&gt;Find your polling place and ballot, from CNN+Google&lt;/a&gt;.&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35126549532</link><guid>http://cnnchangethelist.tumblr.com/post/35126549532</guid><pubDate>Tue, 06 Nov 2012 09:28:23 -0500</pubDate><category>election 2012</category></item><item><title>Are you voting tomorrow? Take a photo with your "I Voted" sticker and upload it to CNN iReport. It could show up in CNN's coverage.</title><description>&lt;a href="http://ireport.cnn.com/topics/860516"&gt;Are you voting tomorrow? Take a photo with your "I Voted" sticker and upload it to CNN iReport. It could show up in CNN's coverage.&lt;/a&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35092635018</link><guid>http://cnnchangethelist.tumblr.com/post/35092635018</guid><pubDate>Mon, 05 Nov 2012 19:54:18 -0500</pubDate></item><item><title>Early voting numbers are up in Hawaii</title><description>&lt;p&gt;More evidence Hawaii doesn&amp;#8217;t have to finish last in voting: &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;In 2008, 175,526 people voted early in Hawaii.&lt;/li&gt;
&lt;li&gt;This year, about 180,000 people have done the same (so far).&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;These numbers are from Rex Quidilla in the state&amp;#8217;s election office. They include early walk-in voting and absentee ballots that had been received as of Monday morning in Hawaii. &amp;#8221;We just hope people come out to vote tomorrow,&amp;#8221; he said. &lt;a href="http://cnnchangethelist.tumblr.com" target="_blank"&gt;CNN&amp;#8217;s Change the List&lt;/a&gt; certainly hopes for the same. If all went as it did in 2008, &lt;a href="http://www.cnn.com/2012/11/02/opinion/ctl-hawaii-11466/index.html" target="_blank"&gt;Hawaii would need 11,466 more votes to hop off the bottom of the national list for voter turnout&lt;/a&gt;. You can do it, Hawaii.&lt;/p&gt;</description><link>http://cnnchangethelist.tumblr.com/post/35087473337</link><guid>http://cnnchangethelist.tumblr.com/post/35087473337</guid><pubDate>Mon, 05 Nov 2012 18:48:32 -0500</pubDate><category>election 2012</category><category>hawaii</category><category>changethelist</category></item></channel></rss>
