<?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
   
   
 
 
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
    } catch(err) {
        jqueryLoaded=false;
    }
   var fancyboxLoaded;
               //Check if a fancybox plugin is already loaded
               if($.fancybox){
        fancyboxLoaded=true;
               }
               else {
        fancyboxLoaded=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://ensamble.us2.list-manage.com/subscribe/post-json?u=ae823f983e1b909a16456c662&amp;id=33159858cb&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>Ensamble</title><generator>Tumblr (3.0; @ensamble)</generator><link>http://ensamble.tumblr.com/</link><item><title>Se viene el deadline…</title><description>&lt;img src="http://25.media.tumblr.com/d95d090e3a56e633522b924b211397bd/tumblr_mjnzokQUjT1qa3ycfo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Se viene el deadline…&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/45357998503</link><guid>http://ensamble.tumblr.com/post/45357998503</guid><pubDate>Thu, 14 Mar 2013 15:05:08 -0400</pubDate></item><item><title>Perro al viento</title><description>&lt;img src="http://25.media.tumblr.com/d95c04a122dbe2b96da409b6e276a12f/tumblr_mhludgJGfu1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Perro al viento&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/42114246877</link><guid>http://ensamble.tumblr.com/post/42114246877</guid><pubDate>Sat, 02 Feb 2013 15:08:04 -0300</pubDate></item><item><title>The Real Coca Cola Bears (by CSPITV)</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/myxwCEGcBYc?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 Real Coca Cola Bears (by &lt;a href="http://www.youtube.com/watch?v=myxwCEGcBYc&amp;feature=youtu.be"&gt;CSPITV&lt;/a&gt;)&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/33365748094</link><guid>http://ensamble.tumblr.com/post/33365748094</guid><pubDate>Thu, 11 Oct 2012 12:13:26 -0300</pubDate></item><item><title>Oooooppps, so sorry</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mbqhm6RpsC1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Oooooppps, so sorry&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/33365216883</link><guid>http://ensamble.tumblr.com/post/33365216883</guid><pubDate>Thu, 11 Oct 2012 11:58:53 -0300</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mbmpeqfFgQ1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ensamble.tumblr.com/post/33230309057</link><guid>http://ensamble.tumblr.com/post/33230309057</guid><pubDate>Tue, 09 Oct 2012 10:56:50 -0300</pubDate></item><item><title>OHH MY GOD</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mb0mwpMIw81qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;OHH MY GOD&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/32397182933</link><guid>http://ensamble.tumblr.com/post/32397182933</guid><pubDate>Thu, 27 Sep 2012 12:55:37 -0300</pubDate></item><item><title>Mujeres desnudas y pescados………Una combinación...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_maz0nhYUsT1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Mujeres desnudas y pescados………Una combinación de miedo&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/32340667823</link><guid>http://ensamble.tumblr.com/post/32340667823</guid><pubDate>Wed, 26 Sep 2012 15:57:16 -0300</pubDate></item><item><title>Instacube……..AWESOME!!!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mad3n9q4RF1qa3ycfo1_250.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Instacube……..AWESOME!!!&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/31547662121</link><guid>http://ensamble.tumblr.com/post/31547662121</guid><pubDate>Fri, 14 Sep 2012 19:54:44 -0300</pubDate></item><item><title>Can’t believe this Shit!!!!……..Action Figure...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_macwmfJaWH1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Can’t believe this Shit!!!!……..Action Figure of the Ecce Homo&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/31538160507</link><guid>http://ensamble.tumblr.com/post/31538160507</guid><pubDate>Fri, 14 Sep 2012 17:23:03 -0300</pubDate></item><item><title>Supongo que es Fake lo del dragón Chino</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_maawbzTa2q1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Supongo que es Fake lo del dragón Chino&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/31470397380</link><guid>http://ensamble.tumblr.com/post/31470397380</guid><pubDate>Thu, 13 Sep 2012 15:21:35 -0300</pubDate></item><item><title>Super Ardillas</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m9c8uyRY8Y1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Super Ardillas&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30208582624</link><guid>http://ensamble.tumblr.com/post/30208582624</guid><pubDate>Sat, 25 Aug 2012 21:16:09 -0400</pubDate></item><item><title>Me wanty that insect in the belly of that dude</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m9b4t2OZPp1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Me wanty that insect in the belly of that dude&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30164407908</link><guid>http://ensamble.tumblr.com/post/30164407908</guid><pubDate>Sat, 25 Aug 2012 06:51:02 -0400</pubDate></item><item><title>Alrighty</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m97zpviA9W1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Alrighty&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30044659347</link><guid>http://ensamble.tumblr.com/post/30044659347</guid><pubDate>Thu, 23 Aug 2012 14:08:18 -0400</pubDate></item><item><title>ECCE HOMO en versión custom sobre un Munny de Kidrobot</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m97tw08xfJ1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;ECCE HOMO en versión custom sobre un Munny de Kidrobot&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30038478871</link><guid>http://ensamble.tumblr.com/post/30038478871</guid><pubDate>Thu, 23 Aug 2012 12:02:24 -0400</pubDate></item><item><title>Gato loco</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m97sqwY4LX1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Gato loco&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30037386344</link><guid>http://ensamble.tumblr.com/post/30037386344</guid><pubDate>Thu, 23 Aug 2012 11:37:43 -0400</pubDate></item><item><title>ojojojo LOOOOOOOOOW</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m96umpkExe1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;ojojojo LOOOOOOOOOW&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30011905369</link><guid>http://ensamble.tumblr.com/post/30011905369</guid><pubDate>Wed, 22 Aug 2012 23:20:49 -0400</pubDate></item><item><title>No hay palabras para esta preciosura!!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m96qjaqDKc1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;No hay palabras para esta preciosura!!&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/30005803834</link><guid>http://ensamble.tumblr.com/post/30005803834</guid><pubDate>Wed, 22 Aug 2012 21:52:22 -0400</pubDate></item><item><title>¿Se vendría guerra Chile-Bolivia?</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m967vs9qZo1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;¿Se vendría guerra Chile-Bolivia?&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/29979088204</link><guid>http://ensamble.tumblr.com/post/29979088204</guid><pubDate>Wed, 22 Aug 2012 15:09:28 -0400</pubDate></item><item><title>La “restauración” de una pintura mural en una...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m9419cdJsh1qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;La “restauración” de una pintura mural en una iglesia de Borja acaba en “CHAPUZA”&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/29898811151</link><guid>http://ensamble.tumblr.com/post/29898811151</guid><pubDate>Tue, 21 Aug 2012 10:51:11 -0400</pubDate></item><item><title>YIKES!!!!!!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m8zcww5FM21qa3ycfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;YIKES!!!!!!&lt;/p&gt;</description><link>http://ensamble.tumblr.com/post/29729377813</link><guid>http://ensamble.tumblr.com/post/29729377813</guid><pubDate>Sat, 18 Aug 2012 22:14:55 -0400</pubDate></item></channel></rss>
