<?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>Hey, I am Martina.  I live in Melbourne Copenhagen. Sometimes I take pictures. 

  
 
           
      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;
      }
  
   
   
     Sign up to receive email updates from Norwegian Wood.
   
   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://smartilla.us5.list-manage.com/subscribe/post-json?u=9a388ad67cc656d9fb187dd76&amp;id=f432aeb585&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>Norwegian Wood</title><generator>Tumblr (3.0; @norwegianwo)</generator><link>http://norwegianwo.tumblr.com/</link><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/e6037183663e736fb74cbb47af88ddb9/tumblr_mobvb1Ql951qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://norwegianwo.tumblr.com/post/53310383036</link><guid>http://norwegianwo.tumblr.com/post/53310383036</guid><pubDate>Tue, 18 Jun 2013 18:34:00 -0400</pubDate><category>postcards</category><category>minimalism</category><category>wall</category><category>empty</category><category>egmont kollegiet</category></item><item><title>Copenhagen, May 2013.</title><description>&lt;img src="http://24.media.tumblr.com/ca5525d0504a4ad6c0c8b3b28edf824c/tumblr_mobv9vlzRY1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Copenhagen, May 2013.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/53310320703</link><guid>http://norwegianwo.tumblr.com/post/53310320703</guid><pubDate>Tue, 18 Jun 2013 18:33:07 -0400</pubDate><category>copenhagen</category><category>egmont</category><category>architecture</category><category>cityscape</category><category>egmont kollegiet</category></item><item><title>Brickworks, Sydney Park.
(Go here. Cross the street, climb on...</title><description>&lt;img src="http://25.media.tumblr.com/b425e506c39f3e7f48c62f6fc289af50/tumblr_mocp4i6o3f1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Brickworks, Sydney Park.&lt;/p&gt;
&lt;p&gt;(Go here. Cross the street, climb on top of the barren hill and enjoy the screaming cockatoos and the glittering &lt;span&gt;views over Sydney’s inner suburbs and the tiny CBD in the distance. Just don’t go when it’s 38 degrees like I did.)&lt;/span&gt;&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/53041005069</link><guid>http://norwegianwo.tumblr.com/post/53041005069</guid><pubDate>Sat, 15 Jun 2013 14:49:00 -0400</pubDate><category>sydney</category><category>cityscape</category><category>landscape</category><category>analog</category><category>australia</category></item><item><title>Nobel prize goes to Christiania.</title><description>&lt;img src="http://25.media.tumblr.com/149973a7ff6db2a101c25b768e418e6d/tumblr_mocz7t1dpz1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Nobel prize goes to Christiania.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52910863219</link><guid>http://norwegianwo.tumblr.com/post/52910863219</guid><pubDate>Thu, 13 Jun 2013 21:13:00 -0400</pubDate><category>science</category><category>nobel prize</category><category>david gross</category><category>christiania</category><category>science &amp; cocktails</category></item><item><title>Random interlude: What happens when you’re determined to...</title><description>&lt;img src="http://25.media.tumblr.com/9bbac19dd05b4afbf5dad67781256b86/tumblr_mocshuq6ql1qzb6q5o1_r2_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Random interlude: What happens when you’re determined to take a picture of a &lt;a href="http://en.wikipedia.org/wiki/David_Gross" target="_blank"&gt;Nobel laureate sipping on a smoky cocktail&lt;/a&gt;, but you don’t know how to use the stupid camera so you basically blind everyone within a 10 meter radius. I just love the picture though!&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52910874787</link><guid>http://norwegianwo.tumblr.com/post/52910874787</guid><pubDate>Thu, 13 Jun 2013 21:13:00 -0400</pubDate><category>string theory</category><category>david gross</category><category>science</category><category>portrait</category><category>photographers on tumblr</category></item><item><title>Sea salt, Tasmania.</title><description>&lt;img src="http://25.media.tumblr.com/cb01c5501806ff30aff8293f97f93aa3/tumblr_mo67yq72Jm1qzb6q5o1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Sea salt, &lt;a href="http://norwegianwo.tumblr.com/tagged/tasmania" target="_blank"&gt;Tasmania&lt;/a&gt;.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52617009760</link><guid>http://norwegianwo.tumblr.com/post/52617009760</guid><pubDate>Mon, 10 Jun 2013 05:35:00 -0400</pubDate><category>tasmania</category><category>australia</category><category>film photography</category><category>bicheno</category><category>salt</category></item><item><title>Korean love (?), Sydney. </title><description>&lt;img src="http://25.media.tumblr.com/e4c256a3ad3f6e30debeb194d284f6bb/tumblr_mo2ulrT0SZ1qzb6q5o1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Korean love (?), &lt;a href="http://norwegianwo.tumblr.com/tagged/sydney" target="_blank"&gt;Sydney&lt;/a&gt;. &lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52460140382</link><guid>http://norwegianwo.tumblr.com/post/52460140382</guid><pubDate>Sat, 08 Jun 2013 10:02:00 -0400</pubDate><category>korean</category><category>love</category><category>sydney</category><category>analog</category><category>film photography</category></item><item><title>Hey - I am the only tourist at the most photographed place in...</title><description>&lt;img src="http://25.media.tumblr.com/8dee4639639200509e06d64a529e3345/tumblr_mo16cb7xNF1qzb6q5o1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Hey - I am the only tourist at the most photographed place in Oz! Interesting things happen to those who can’t sleep. &lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52385978182</link><guid>http://norwegianwo.tumblr.com/post/52385978182</guid><pubDate>Fri, 07 Jun 2013 12:12:00 -0400</pubDate><category>Sydney Opera House</category><category>sydney</category><category>architecture</category><category>analog</category><category>australia</category></item><item><title>Sydney, 2012.</title><description>&lt;img src="http://25.media.tumblr.com/6a4ba40b3861696906a324e462535458/tumblr_mnxmz4Jnga1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://norwegianwo.tumblr.com/tagged/sydney" target="_blank"&gt;Sydney&lt;/a&gt;, 2012.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52299280657</link><guid>http://norwegianwo.tumblr.com/post/52299280657</guid><pubDate>Thu, 06 Jun 2013 09:44:00 -0400</pubDate><category>sydney opera house</category><category>sydney</category><category>analog</category><category>australia</category><category>photographers on tumblr</category></item><item><title>On my way to the most beautiful ocean beach in Sydney!

</title><description>&lt;img src="http://25.media.tumblr.com/93d5e9ed39d5bfdbe4bb6ddeac4b6eb8/tumblr_mnwsoekExp1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;On my way to the most beautiful ocean beach in &lt;a href="http://norwegianwo.tumblr.com/tagged/sydney" target="_blank"&gt;Sydney&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52206558647</link><guid>http://norwegianwo.tumblr.com/post/52206558647</guid><pubDate>Wed, 05 Jun 2013 03:26:38 -0400</pubDate><category>sydney</category><category>australia</category><category>bronte beach</category><category>analog</category><category>photographers on tumblr</category></item><item><title>Thanks for all the messages! You're still in time to get a postcard (or ask about my favorite pizza toppings)</title><description>&lt;a href="http://norwegianwo.tumblr.com/ask"&gt;Thanks for all the messages! You're still in time to get a postcard (or ask about my favorite pizza toppings)&lt;/a&gt;</description><link>http://norwegianwo.tumblr.com/post/52150023541</link><guid>http://norwegianwo.tumblr.com/post/52150023541</guid><pubDate>Tue, 04 Jun 2013 13:56:46 -0400</pubDate><category>norwegian wood</category></item><item><title>Redfern, December 2012. (more from Sydney)</title><description>&lt;img src="http://24.media.tumblr.com/aa7725e3782c5bc0fb324d59f8a15dc0/tumblr_mnv68n7xUC1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Redfern, December 2012. &lt;span&gt;(more from &lt;/span&gt;&lt;a href="http://norwegianwo.tumblr.com/tagged/sydney" target="_blank"&gt;Sydney&lt;/a&gt;&lt;span&gt;)&lt;/span&gt;&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52131239526</link><guid>http://norwegianwo.tumblr.com/post/52131239526</guid><pubDate>Tue, 04 Jun 2013 06:24:00 -0400</pubDate><category>sydney</category><category>australia</category><category>photographers on tumblr</category><category>analog</category><category>redfern</category></item><item><title>When did you last get something in the mail that wasn’t...</title><description>&lt;img src="http://24.media.tumblr.com/c1c9148fef8a0f0e8c3311287473213d/tumblr_mnsb7718M01qzb6q5o1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/c1c9148fef8a0f0e8c3311287473213d/tumblr_mnsb7718M01qzb6q5o2_r1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/c1c9148fef8a0f0e8c3311287473213d/tumblr_mnsb7718M01qzb6q5o3_r1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;When did you last get something in the mail that wasn’t from the bank or a flier from the pizza takeaway? Tomorrow I am going to send &lt;a href="https://www.facebook.com/postaletterDK" target="_blank"&gt;postcards from Retro Nørrebro&lt;/a&gt;. I am running out of distant relatives, so &lt;a href="http://norwegianwo.tumblr.com/ask" target="_blank"&gt;drop me a line&lt;/a&gt; &lt;span&gt;if you would like to receive one of my highly covetable 8x6 minilab prints!&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;photo/ Post A Letter Social Activity Club&lt;/em&gt;&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52064359260</link><guid>http://norwegianwo.tumblr.com/post/52064359260</guid><pubDate>Mon, 03 Jun 2013 12:35:00 -0400</pubDate><category>post a letter</category><category>postcard</category><category>copenhagen</category></item><item><title>Big waves, Sydney.</title><description>&lt;img src="http://25.media.tumblr.com/b6a73a44a5f29220dae93f5646dfadf1/tumblr_mntf85oRtS1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Big waves, &lt;a href="http://norwegianwo.tumblr.com/tagged/sydney" target="_blank"&gt;Sydney&lt;/a&gt;.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/52053584936</link><guid>http://norwegianwo.tumblr.com/post/52053584936</guid><pubDate>Mon, 03 Jun 2013 08:56:00 -0400</pubDate><category>ocean</category><category>sydney</category><category>analog</category><category>photographers on tumblr</category><category>australia</category></item><item><title>Today I am pinning taping photographs to the walls (the perks of...</title><description>&lt;img src="http://24.media.tumblr.com/552d854e64b8c6c1f9d14242c341c768/tumblr_mnrik7mVyN1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Today I am &lt;strike&gt;pinning&lt;/strike&gt; taping photographs to the walls (the perks of subletting, right?) I am scanning them, too. Coming soon!&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51964035638</link><guid>http://norwegianwo.tumblr.com/post/51964035638</guid><pubDate>Sun, 02 Jun 2013 08:42:00 -0400</pubDate><category>bird of paradise</category><category>analog</category><category>photographers on tumblr</category><category>sunday</category><category>film photography</category></item><item><title>Distortion Nørrebro. </title><description>&lt;img src="http://25.media.tumblr.com/310d03600429e4000f04f92e2c5fc931/tumblr_mnlzkbm4yq1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Distortion Nørrebro. &lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51717363639</link><guid>http://norwegianwo.tumblr.com/post/51717363639</guid><pubDate>Thu, 30 May 2013 07:21:00 -0400</pubDate><category>street party</category><category>copenhagen</category><category>distortion</category><category>cphdistortion</category><category>festival</category></item><item><title>Good vibes at Distortion Nørrebro.</title><description>&lt;img src="http://25.media.tumblr.com/f0f8506a27da24af4863e11b9a1f8a36/tumblr_mnlzifpmxV1qzb6q5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Good vibes at Distortion Nørrebro.&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51717322458</link><guid>http://norwegianwo.tumblr.com/post/51717322458</guid><pubDate>Thu, 30 May 2013 07:20:00 -0400</pubDate><category>street party</category><category>copenhagen</category><category>distortion</category><category>cphdistortion</category><category>summer</category></item><item><title>It’s that time of the year again! Street-party tsunami...</title><description>&lt;img src="http://25.media.tumblr.com/6cc9c0fbd9ecbe3083092d0ec4280d3c/tumblr_mnlzf0MiwS1qzb6q5o3_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;It’s that time of the year again! Street-party tsunami Distortion kicked off yesterday. It looks like we even get to wear sunscreen this time! See you later in Vesterbro, Copenhageners :)&lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51717246564</link><guid>http://norwegianwo.tumblr.com/post/51717246564</guid><pubDate>Thu, 30 May 2013 07:18:00 -0400</pubDate><category>street party</category><category>copenhagen</category><category>distortion</category><category>cphdistortion</category><category>nørrebro</category></item><item><title>Alb and his bike. Melbourne, 2012. </title><description>&lt;img src="http://25.media.tumblr.com/80a23b66887e761b00f12616c84dc9af/tumblr_mni4jcsJko1qzb6q5o1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Alb and his bike. &lt;a href="http://norwegianwo.tumblr.com/tagged/melbourne" target="_blank"&gt;Melbourne&lt;/a&gt;, 2012. &lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51673703639</link><guid>http://norwegianwo.tumblr.com/post/51673703639</guid><pubDate>Wed, 29 May 2013 18:23:27 -0400</pubDate><category>portait</category><category>fixie</category><category>analog</category><category>film photography</category><category>bike</category></item><item><title>Alb and his bike. Melbourne, 2012. </title><description>&lt;img src="http://24.media.tumblr.com/91eef0ca7331911f1e79ec6c7cc35a66/tumblr_mni36yaAYL1qzb6q5o1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Alb and his bike. &lt;a href="http://norwegianwo.tumblr.com/tagged/melbourne" target="_blank"&gt;Melbourne&lt;/a&gt;, 2012. &lt;/p&gt;</description><link>http://norwegianwo.tumblr.com/post/51673645561</link><guid>http://norwegianwo.tumblr.com/post/51673645561</guid><pubDate>Wed, 29 May 2013 18:22:00 -0400</pubDate><category>portrait</category><category>melbourne</category><category>fixie</category><category>boy</category><category>analog</category></item></channel></rss>
