<?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>
  
 
           
      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://Occupy Toronto.us2.list-manage.com/subscribe/post-json?u=01301c950a49b464cc776397b&amp;id=734d751937&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>Occupy Toronto Market Exchange</title><generator>Tumblr (3.0; @occupyto)</generator><link>http://occupyto.tumblr.com/</link><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lpzms8aA6R1qjxia2o1_400.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://occupyto.tumblr.com/post/43720629089</link><guid>http://occupyto.tumblr.com/post/43720629089</guid><pubDate>Fri, 22 Feb 2013 08:26:52 -0500</pubDate><category>dresser</category><category>home</category><category>mirror</category><category>liquor</category><dc:creator>senselessfuckery</dc:creator></item><item><title>Don't Be Fooled: OCCUPY MOVEMENT IS NOT DEAD</title><description>&lt;a href="http://www.cbc.ca/news/canada/story/2012/03/31/toronto-occupy-arrests.html?cmp=rss"&gt;Don't Be Fooled: OCCUPY MOVEMENT IS NOT DEAD&lt;/a&gt;</description><link>http://occupyto.tumblr.com/post/20247073388</link><guid>http://occupyto.tumblr.com/post/20247073388</guid><pubDate>Sat, 31 Mar 2012 17:32:56 -0400</pubDate><dc:creator>exhalefreedom</dc:creator></item><item><title>I have a fair bit of raw unedited video that I haven't used in my own projects. Would it be of any use to you?</title><description>I’d love to take a look at it!</description><link>http://occupyto.tumblr.com/post/15799188108</link><guid>http://occupyto.tumblr.com/post/15799188108</guid><pubDate>Fri, 13 Jan 2012 19:27:40 -0500</pubDate></item><item><title>wearethe99percent:

If corporations get bailouts, so should we....</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_ltx1daDJOz1r25y9yo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://wearethe99percent.tumblr.com/post/12157207912/if-corporations-get-bailouts-so-should-we-if-we" class="tumblr_blog" target="_blank"&gt;wearethe99percent&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;If corporations get bailouts, so should we. If we pay taxes, so should they. We are the 99%&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/12165334842</link><guid>http://occupyto.tumblr.com/post/12165334842</guid><pubDate>Mon, 31 Oct 2011 13:36:45 -0400</pubDate><dc:creator>bcbiv</dc:creator></item><item><title>cultureofresistance:

Joe Rogan on Occupy Wall Street
</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/DjMcDXGkR8I?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;a href="http://cultureofresistance.tumblr.com/post/11955902547" target="_blank"&gt;cultureofresistance&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Joe Rogan on Occupy Wall Street&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11961878527</link><guid>http://occupyto.tumblr.com/post/11961878527</guid><pubDate>Wed, 26 Oct 2011 17:12:44 -0400</pubDate><dc:creator>bcbiv</dc:creator></item><item><title>dontdoitforthemoney:

“Sorry for the inconvenience, we’re trying...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lthifni3IG1qaxmoao1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://dontdoitforthemoney.tumblr.com/post/11786870695" target="_blank"&gt;dontdoitforthemoney&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Sorry for the inconvenience, we’re trying to change the world.”&lt;/p&gt;
&lt;p&gt;A great sign in Nathan Philips Square. Such a cool atmosphere, everyone was sending out awesome vibes. &lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11827224672</link><guid>http://occupyto.tumblr.com/post/11827224672</guid><pubDate>Sun, 23 Oct 2011 14:29:56 -0400</pubDate><category>Occupy Toronto</category><category>Occupy Together</category><category>Toronto</category><category>Canada</category><category>Occupy Wall St.</category><category>Nathan Phillips Square</category><dc:creator>bcbiv</dc:creator></item><item><title>October 18: Day 4 Update</title><description> 
WELCOME TO DAY 4 OF AN EMERGING NEW WORLD:Occupy TO daily events:St. James Park, Toronto, Ontario,...</description><link>http://occupyto.tumblr.com/post/11618632572</link><guid>http://occupyto.tumblr.com/post/11618632572</guid><pubDate>Tue, 18 Oct 2011 14:32:00 -0400</pubDate><category>occupytoronto</category><category>occupyto</category><category>occupytogether</category><dc:creator>exhalefreedom</dc:creator></item><item><title> The Occupy Toronto Movement is not about left or right. It is about the unscrupulous behaviours...</title><description> The Occupy Toronto Movement is not about left or right. It is about the unscrupulous behaviours...</description><link>http://occupyto.tumblr.com/post/11543369556</link><guid>http://occupyto.tumblr.com/post/11543369556</guid><pubDate>Sun, 16 Oct 2011 17:56:00 -0400</pubDate><category>occupytoronto</category><category>freedom</category><category>occupytogether</category><dc:creator>exhalefreedom</dc:creator></item><item><title>
Thousands march in “Occupy Bay Street” - Toronto,...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/uw_a8bFXxQE?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;blockquote&gt;
&lt;p&gt;Thousands march in “Occupy Bay Street” - Toronto, Canada&lt;/p&gt;
&lt;p&gt;October 15, 2011&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11511451406</link><guid>http://occupyto.tumblr.com/post/11511451406</guid><pubDate>Sun, 16 Oct 2011 00:35:51 -0400</pubDate><category>occupytoronto</category><category>occupytogether</category><dc:creator>exhalefreedom</dc:creator></item><item><title>


“Nonviolence is a powerful and just weapon, which cuts...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lt4g6cI0B41r3ls4yo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;
&lt;h1&gt;&lt;!--StartFragment--&gt;
&lt;/h1&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;“Nonviolence is a powerful and just weapon, which cuts without wounding and ennobles the man who wields it. It is a sword that heals.” - Martin Luther King, Jr. &lt;/span&gt;&lt;/p&gt;
&lt;!--EndFragment--&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11488623919</link><guid>http://occupyto.tumblr.com/post/11488623919</guid><pubDate>Sat, 15 Oct 2011 15:15:48 -0400</pubDate><category>occupytoronto</category><category>occupyto</category><category>occupytogether</category><category>nonviolence</category><category>martin luther king jr</category><dc:creator>exhalefreedom</dc:creator></item><item><title>
A member of Canada’s First Nations at Occupy Toronto
</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lt4dwjoYIy1r3ls4yo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;p&gt;A member of Canada’s First Nations at Occupy Toronto&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11486585513</link><guid>http://occupyto.tumblr.com/post/11486585513</guid><pubDate>Sat, 15 Oct 2011 14:26:00 -0400</pubDate><category>occupytoronto</category><category>occupytogether</category><dc:creator>exhalefreedom</dc:creator></item><item><title>Occupy Toronto: Livestream</title><description>&lt;a href="http://www.livestream.com/occupytoronto"&gt;Occupy Toronto: Livestream&lt;/a&gt;</description><link>http://occupyto.tumblr.com/post/11486378589</link><guid>http://occupyto.tumblr.com/post/11486378589</guid><pubDate>Sat, 15 Oct 2011 14:21:43 -0400</pubDate><category>occupytoronto</category><category>occupyto</category><category>occupytogether</category><category>99%</category><category>weare99%</category><dc:creator>exhalefreedom</dc:creator></item><item><title>"It’s up to all of us to join the conversation to help steer it to a better path than the one we are..."</title><description>“It’s up to all of us to join the conversation to help steer it to a better path than the one...</description><link>http://occupyto.tumblr.com/post/11483506759</link><guid>http://occupyto.tumblr.com/post/11483506759</guid><pubDate>Sat, 15 Oct 2011 13:12:24 -0400</pubDate><dc:creator>exhalefreedom</dc:creator></item><item><title>atomicsocialist:



10 Reasons to #OccupyCanada from...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo7_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo8_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo9_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lt2kuxFAy31qj0f2vo10_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="http://atomicsocialist.tumblr.com/post/11453482069" target="_blank"&gt;atomicsocialist&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.facebook.com/media/set/?set=a.294975100515434.81710.214335298579415&amp;type=3" target="_blank"&gt;10 Reasons to #OccupyCanada from #ShitHarperDid&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sources:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;&lt;span&gt;&lt;a href="http://www.theglobeandmail.com/report-on-business/economy/economy-lab/daily-mix/income-inequality-rising-quickly-in-canada/article2163938/" target="_blank"&gt;Globe &amp; Mail&lt;br/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www.theglobeandmail.com/report-on-business/economy/rich-earn-155-times-more-than-average-worker/article1855906/%e2%80%a8/" target="_blank"&gt;Globe &amp; Mail&lt;br/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www.policyalternatives.ca/publications/reports/rise-canadas-richest-1" target="_blank"&gt;Canadian Centre for Policy Alternatives&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www2.macleans.ca/2009/05/01/the-rising-salaries-of-canadas-top-50-ceos/" target="_blank"&gt;Macleans Magazine&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www.policyalternatives.ca/publications/reports/rise-canadas-richest-1" target="_blank"&gt;Canadian Centre for Policy Alternatives&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www.policyalternatives.ca/publications/reports/rise-canadas-richest-1" target="_blank"&gt;Canadian Centre for Policy Alternatives&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://www.policyalternatives.ca/publications/reports/rise-canadas-richest-1" target="_blank"&gt;Canadian Centre for Policy Alternatives&lt;br/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;“Perspectives on Labour and Income, September 2007. High Income Canadians. Statistics Canada. Additional Data from Michael Wolfson.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="http://dwatch.ca/camp/actcorpsystem.html" target="_blank"&gt;Democracy Watch Canada&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Our History&lt;br/&gt;OR&lt;br/&gt;&lt;a href="http://www.firstnationsvoice.com/index.php?action=article_details&amp;title=Water+bill+watered+down&amp;id=167" target="_blank"&gt;More than 100 of Canada’s 615 First Nations must boil their drinking water.&lt;br/&gt;&lt;/a&gt;OR&lt;br/&gt;&lt;a href="http://www.theglobeandmail.com/news/politics/military-spying-on-aboriginal-groups/article2199496/" target="_blank"&gt;Military Spying on First Nations Groups&lt;br/&gt;&lt;/a&gt;OR&lt;br/&gt;&lt;a href="http://www.greenpeace.org/canada/en/campaigns/climate-and-energy/Get-involved/Respect-the-rights-of-the-Lubicon-Cree/dirtyrainbow/" target="_blank"&gt;United Nations Condemns Canada 6x for treatment of Lubcion Cree&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/blockquote&gt;
&lt;p&gt;Well there ya go, to those who think Canada is not as bad as the US and so Canadians shouldn’t bother participating in the Occupy movement. Less bad than the worst is not a very difficult standard to achieve. I think we can do better than that.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description><link>http://occupyto.tumblr.com/post/11470282028</link><guid>http://occupyto.tumblr.com/post/11470282028</guid><pubDate>Sat, 15 Oct 2011 03:20:14 -0400</pubDate><category>Occupy Toronto</category><category>Occupy Together</category><category>Occupy Canada</category><category>Occupy Wall St.</category><category>Occupy Canada</category><dc:creator>bcbiv</dc:creator></item><item><title>http://www.livestream.com/occupytoronto</title><description>&lt;a href="http://www.livestream.com/occupytoronto"&gt;http://www.livestream.com/occupytoronto&lt;/a&gt;</description><link>http://occupyto.tumblr.com/post/11440434684</link><guid>http://occupyto.tumblr.com/post/11440434684</guid><pubDate>Fri, 14 Oct 2011 13:20:32 -0400</pubDate><category>Occupy Toronto</category><category>Occupy TO</category><category>Occupy Wall St.</category><category>Occupy Now</category><category>OccupyTogether</category><dc:creator>bcbiv</dc:creator></item><item><title>Empowerment Workshops Tonight</title><description>Empowerment Workshops Tonight: We have some great workshops tonight that will help empower...</description><link>http://occupyto.tumblr.com/post/11440231782</link><guid>http://occupyto.tumblr.com/post/11440231782</guid><pubDate>Fri, 14 Oct 2011 13:13:36 -0400</pubDate><category>Occupy Toronto</category><category>Occupy Now</category><category>Occupy Bay Street</category><category>OccupyNow</category><category>Occupy Wall St.</category><category>OccupyTogether</category><category>Empowerment Workshops</category><category>Media and StreetTeam training</category><dc:creator>bcbiv</dc:creator></item><item><title>Where are we meeting I'm getting no information. Help me out here.</title><description>We meet at King and Bay St. at 10 AM. From there we will move to our occupation zone which will not...</description><link>http://occupyto.tumblr.com/post/11438770387</link><guid>http://occupyto.tumblr.com/post/11438770387</guid><pubDate>Fri, 14 Oct 2011 12:23:13 -0400</pubDate></item><item><title>I was taught that world war II was a fight against evil. I was...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lsz0uwwbIS1qe8l6to1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I was taught that world war II was a fight against evil. I was taught to stand against tyranny and oppression. I stand against a war machine, hellbent on devouring ever aspect of human life. I stand so that the men and women who died fighting to protect the idea of freedom did not die in vain.&lt;/p&gt;</description><link>http://occupyto.tumblr.com/post/11376589130</link><guid>http://occupyto.tumblr.com/post/11376589130</guid><pubDate>Wed, 12 Oct 2011 20:59:43 -0400</pubDate><category>occupyto</category><category>occupy wall st.</category><dc:creator>bcbiv</dc:creator></item><item><title>I think this message is VITAL to the Occupy movement!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lsyfknxWDG1qjm9bpo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I think this message is VITAL to the Occupy movement!&lt;/p&gt;</description><link>http://occupyto.tumblr.com/post/11352985860</link><guid>http://occupyto.tumblr.com/post/11352985860</guid><pubDate>Wed, 12 Oct 2011 09:32:20 -0400</pubDate><category>kushandwizdom</category><category>Occupy Toronto</category><category>Occupy Wall St.</category><category>OccupyTogether</category><category>Occupy Bay St.</category><dc:creator>bcbiv</dc:creator></item><item><title>Donate to Occupy Toronto</title><description>Donate to Occupy Toronto: Help us raise some money for our legal defense, food, and media funds! We...</description><link>http://occupyto.tumblr.com/post/11309073443</link><guid>http://occupyto.tumblr.com/post/11309073443</guid><pubDate>Tue, 11 Oct 2011 02:08:02 -0400</pubDate><dc:creator>bcbiv</dc:creator></item></channel></rss>
