<?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 us !
   
   enter 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://thewildunknown.us4.list-manage.com/subscribe/post-json?u=1be3d2763d201ee11d92d4b3e&amp;id=c65e70cd2a&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();
 }
 Makers of drawings, cabins, music, prisms, books, &amp; radical parties. visit
thewildunknown.com</description><title>INTO THE WILD UNKNOWN...</title><generator>Tumblr (3.0; @thewildunknownblog)</generator><link>http://thewildunknownblog.tumblr.com/</link><item><title>WHAT ARE YOU?
SHOP THE WILD UNKNOWN ZODIAC</title><description>&lt;img src="http://25.media.tumblr.com/f6c3855cafe25cc94213eaca4a86be50/tumblr_mlcmzfeTtH1rtdcrbo1_r8_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;WHAT ARE YOU?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thewildunknown.com/collections/astrology" target="_new"&gt;SHOP THE WILD UNKNOWN ZODIAC&lt;/a&gt;&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/48117734179</link><guid>http://thewildunknownblog.tumblr.com/post/48117734179</guid><pubDate>Tue, 16 Apr 2013 09:04:00 -0400</pubDate></item><item><title>ONE-OF-A-KIND SALE: There are only six of these...</title><description>&lt;img src="http://24.media.tumblr.com/5f787abaeb40cb478788b36885c54c96/tumblr_mjijwq85gx1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;ONE-OF-A-KIND SALE: There are only six of these hand-watercolored, framed Bob Dylan / Neil Young prints in the world today. Get yours for only $60 at &lt;a href="http://www.thewildunknown.com/collections/sale" target="_blank"&gt;thewildunknown.com&lt;/a&gt;.&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/45130788007</link><guid>http://thewildunknownblog.tumblr.com/post/45130788007</guid><pubDate>Mon, 11 Mar 2013 16:36:26 -0400</pubDate><category>the wild unknown</category><category>bob dylan</category><category>neil young</category></item><item><title>In honor of our big West Coast move, our prints, t-shirts and...</title><description>&lt;img src="http://24.media.tumblr.com/ee12a8c2c345262d9faae5b85c080683/tumblr_mj5ks6csI51rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;In honor of our big West Coast move, our prints, t-shirts and calendars are now hella cheap!&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/44559267924</link><guid>http://thewildunknownblog.tumblr.com/post/44559267924</guid><pubDate>Mon, 04 Mar 2013 15:26:30 -0500</pubDate></item><item><title>jasonnocito:

#😤😤💭💭
</title><description>&lt;img src="http://25.media.tumblr.com/3f373c43505919a8722f418ffb598fe6/tumblr_miuf8czqQA1rqlr45o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://jasonnocito.tumblr.com/post/44078322129" target="_blank"&gt;jasonnocito&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#😤😤💭💭&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://thewildunknownblog.tumblr.com/post/44085093131</link><guid>http://thewildunknownblog.tumblr.com/post/44085093131</guid><pubDate>Tue, 26 Feb 2013 16:27:02 -0500</pubDate></item><item><title>The Wild Unknown, Pamela Love, Unearthen, Bona Drag and Mania...</title><description>&lt;img src="http://25.media.tumblr.com/8a704e50d10f4488875748a7eee3a18d/tumblr_miudmqbZzC1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Wild Unknown, Pamela Love, Unearthen, Bona Drag and Mania Mania peer into the bling vortex in Chinatown, NYC.&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/44076249819</link><guid>http://thewildunknownblog.tumblr.com/post/44076249819</guid><pubDate>Tue, 26 Feb 2013 14:18:26 -0500</pubDate><category>wild unknown</category><category>unearthen</category><category>pamela love</category><category>maniamania</category><category>mania mania</category><category>bona drag</category></item><item><title>Find this photo on our Facebook page for a shot at winning a...</title><description>&lt;img src="http://25.media.tumblr.com/45b79278d1539a1317923a2b3dbe69e9/tumblr_miucduo2U51rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Find this photo on our Facebook page for a shot at winning a free Tarot deck and a guide book!&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/44074724194</link><guid>http://thewildunknownblog.tumblr.com/post/44074724194</guid><pubDate>Tue, 26 Feb 2013 13:51:30 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/1fef7df6159d7bc16d3a02a9074735a6/tumblr_mhjvqyNQN81rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://thewildunknownblog.tumblr.com/post/42028288379</link><guid>http://thewildunknownblog.tumblr.com/post/42028288379</guid><pubDate>Fri, 01 Feb 2013 11:42:34 -0500</pubDate></item><item><title>The coming year, read from Joshua Tree. Post yours and...</title><description>&lt;img src="http://25.media.tumblr.com/445057b37dc9e1ef6e747ad24e2e6546/tumblr_mfr6ootxZo1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The coming year, read from Joshua Tree. Post yours and let’s take over this tag: #tarot2013&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/39052876323</link><guid>http://thewildunknownblog.tumblr.com/post/39052876323</guid><pubDate>Fri, 28 Dec 2012 13:14:48 -0500</pubDate><category>tarot2013</category></item><item><title>hey, whoa, yes, we got pinterest!</title><description>&lt;img src="http://25.media.tumblr.com/bbd00282e1148130c2880a79e4d1fa8d/tumblr_mfnwhoX0Mm1rtdcrbo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;hey, whoa, yes, we got &lt;a href="http://pinterest.com/realwildunknown/pins/" target="_blank"&gt;pinterest&lt;/a&gt;!&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/38904503929</link><guid>http://thewildunknownblog.tumblr.com/post/38904503929</guid><pubDate>Wed, 26 Dec 2012 18:41:48 -0500</pubDate></item><item><title>Video</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/ogehQoSmXLM?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;</description><link>http://thewildunknownblog.tumblr.com/post/37851141272</link><guid>http://thewildunknownblog.tumblr.com/post/37851141272</guid><pubDate>Thu, 13 Dec 2012 15:26:57 -0500</pubDate></item><item><title>We shot a new Family Band video with Sam Macon (of...</title><description>&lt;img src="http://25.media.tumblr.com/04248798e459e873b77ede077686b01d/tumblr_mexkziRic11qzedxpo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;We shot a new Family Band video with Sam Macon (of “Moonbeams” fame). Keep an eye out for it in 2013!&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/37850685937</link><guid>http://thewildunknownblog.tumblr.com/post/37850685937</guid><pubDate>Thu, 13 Dec 2012 15:20:23 -0500</pubDate></item><item><title>knowwhenitsadream:

Family Band, July 2012
</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mcfc5lAVvX1rjv85vo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://knowwhenitsadream.tumblr.com/post/34267140290/family-band-july-2012" target="_blank"&gt;knowwhenitsadream&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Family Band, July 2012&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://thewildunknownblog.tumblr.com/post/37850127993</link><guid>http://thewildunknownblog.tumblr.com/post/37850127993</guid><pubDate>Thu, 13 Dec 2012 15:12:08 -0500</pubDate></item><item><title>“People came from all over—as far as Oregon—to flop out on...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m8eyybuC3i1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span class="Apple-style-span"&gt;“People came from all over—as far as Oregon—to flop out on the lawn with plates full of potluck salads and grill-food in a field full of pretty girls with dresses on and naked babies attached. Sounds all hippie dippy, yeah, and I guess it kind of was. But it was way mellower than you’re imagining. Despite the small-time circulation of a new drug that was advertised as “a mix of acid, mushrooms, weed, MDMA, DMT, pills and pot,” and the port-o-potty lines, all the usual try-hard trappings of a music fest were nowhere to be found. It was an easy time, even back in our tents after the music. A sweet time and a family time, with no distinguishing start or finish.”&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/28950926028</link><guid>http://thewildunknownblog.tumblr.com/post/28950926028</guid><pubDate>Tue, 07 Aug 2012 22:01:00 -0400</pubDate><category>family band</category></item><item><title>goodmorning world cafe! (Taken with Instagram at WXPN)</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m8148hFqyE1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;goodmorning world cafe! (Taken with &lt;a href="http://instagram.com" target="_blank"&gt;Instagram&lt;/a&gt; at WXPN)&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/28410943636</link><guid>http://thewildunknownblog.tumblr.com/post/28410943636</guid><pubDate>Tue, 31 Jul 2012 10:29:05 -0400</pubDate></item><item><title>Philly, lets celebrate. Record release show tomorrow night at...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m7zqfleeHm1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Philly, lets celebrate. Record release show tomorrow night at First Unitarian (side chapel) #familyband #psyched (Taken with &lt;a href="http://instagram.com" target="_blank"&gt;Instagram&lt;/a&gt;)&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/28356988100</link><guid>http://thewildunknownblog.tumblr.com/post/28356988100</guid><pubDate>Mon, 30 Jul 2012 16:33:21 -0400</pubDate><category>psyched</category><category>familyband</category></item><item><title>Video</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/TAoZTOx4fVM?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;</description><link>http://thewildunknownblog.tumblr.com/post/28136131799</link><guid>http://thewildunknownblog.tumblr.com/post/28136131799</guid><pubDate>Fri, 27 Jul 2012 13:41:37 -0400</pubDate></item><item><title>TICKETS ARE ALMOST GONE!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m7s25hipsN1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;TICKETS ARE ALMOST GONE!&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/28062000115</link><guid>http://thewildunknownblog.tumblr.com/post/28062000115</guid><pubDate>Thu, 26 Jul 2012 13:05:40 -0400</pubDate></item><item><title>GRACE AND LIES IS OUT TODAY! 
Find the vinyl in our shop OR...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m7ohjaaNEX1rtdcrbo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;GRACE AND LIES IS OUT TODAY! &lt;/p&gt;
&lt;p&gt;Find the vinyl &lt;a href="http://www.thewildunknown.com/collections/music/products/family-band-grace-lies" title="family band" target="_blank"&gt;in our shop&lt;/a&gt; OR DIGITAL &lt;a href="http://itunes.apple.com/us/album/grace-and-lies/id540854074" title="family band" target="_blank"&gt;on iTunes&lt;/a&gt;.&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/27922391877</link><guid>http://thewildunknownblog.tumblr.com/post/27922391877</guid><pubDate>Tue, 24 Jul 2012 14:47:34 -0400</pubDate></item><item><title>Video</title><description>&lt;iframe width="400" height="258" src="http://www.npr.org/templates/event/embeddedVideo.php?storyId=156579201" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://thewildunknownblog.tumblr.com/post/27580670166</link><guid>http://thewildunknownblog.tumblr.com/post/27580670166</guid><pubDate>Thu, 19 Jul 2012 17:50:00 -0400</pubDate><category>will oldham</category><category>bonnie prince billy</category><category>npr</category></item><item><title>A BITTERSWEET ANNOUNCEMENT: For nearly four years my mom and I...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m7ezsb7rNi1rtdcrbo1_r3_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;A BITTERSWEET ANNOUNCEMENT:&lt;/strong&gt; For nearly four years my mom and I have been collaborating to bring you the mesmerizing &lt;a href="http://www.thewildunknown.com/collections/prisms" title="prisms" target="_blank"&gt;Wild Unknown prisms&lt;/a&gt;. I knew from the start they would bring a glimmer of magic to people all over the world, and they have. We’ve sent them to you for weddings, births, mothers day, christmas, or to just sit in your window and bring you a little peace. Well alas… we’ve soldered our very last batch of prisms.&lt;/p&gt;
&lt;p&gt;Yes, its true, &lt;a href="http://www.thewildunknown.com/collections/prisms" title="prisms" target="_blank"&gt;the few prisms we have in stock&lt;/a&gt; are our last, once they are sold out they’ll be gone like the wind. Its been an amazing experience working this closely with my mom, one we will both cherish forever. I am so lucky. &lt;/p&gt;
&lt;p&gt;AND… speaking of luck we are doing a double-prism-giveaway to celebrate all the creative and lovely moms out there. Find out the details and enter to win &lt;a href="http://www.thewildunknown.com/collections/prisms/products/prism-giveaway" title="prism giveaway" target="_blank"&gt;here&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;xKim&lt;/p&gt;</description><link>http://thewildunknownblog.tumblr.com/post/27557827121</link><guid>http://thewildunknownblog.tumblr.com/post/27557827121</guid><pubDate>Thu, 19 Jul 2012 11:45:00 -0400</pubDate><category>crystals</category><category>prisms</category><category>wild unknown</category><category>pyramids</category></item></channel></rss>
