<?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>

	join our mailing list
* indicates required

Email Address *


		
			
			
		
		
	Close



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';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &amp;&amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
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);
setTimeout('mce_preload_check();', 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      options = { url: 'http://suspiciouspackage.us2.list-manage1.com/subscribe/post-json?u=9162d492495355025e8395b69&amp;id=8902654a8d&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();
    	});
    } 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);
        }
    }
}

</description><title>http://www.suspiciouspackage.info/</title><generator>Tumblr (3.0; @suspiciousintheair)</generator><link>http://www.suspiciouspackage.info/</link><item><title>Suspicious Package presents “Hummingbird” - the...</title><description>&lt;iframe src="http://player.vimeo.com/video/11149397?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;Suspicious Package presents “Hummingbird” - the first in their series of Bio-Pop. The mission of Bio-Pop is to create pop music and entertainment that features the magic of biodiversity and nature!&lt;/span&gt;&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/16173991767</link><guid>http://www.suspiciouspackage.info/post/16173991767</guid><pubDate>Thu, 01 Dec 2011 10:01:00 -0500</pubDate></item><item><title>“Bird of Prey” music video is released!
Suspicious...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/CJpK3i-ZoDk?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;“Bird of Prey” music video is released!&lt;/p&gt;
&lt;p&gt;Suspicious Package presents the second video in their Bio-Pop series. The mission of Bio-Pop is to create pop music and entertainment that features the magic of biodiversity and nature!&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Credits&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;“Bird of Prey” written and produced by: Suspicious Package &amp; Jordan B&lt;br/&gt;Samples a beat by: Taan Newjam&lt;br/&gt;Directed/ co-edited by: Andrew Strasser&lt;br/&gt;Edited by: Tessa Greenberg&lt;br/&gt;Filmed by: Andrew Strasser and Kevin Hayden at Brooklyn Fire Proof Studios&lt;br/&gt;Prod Mngr: Sydney Buchan&lt;br/&gt;Grip: Isaac Ravishankara&lt;br/&gt;&lt;br/&gt;Harris Hawks and Saker Falcon appear courtesy of Mike Dupuy Falconry&lt;a title="http://mikedupuyfalconry.com/" target="_blank" href="http://mikedupuyfalconry.com/"&gt;&lt;a href="http://mikedupuyfalconry.com/" target="_blank"&gt;http://mikedupuyfalconry.com/&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Special Thanks to Brooklyn Fire Proof, Mike Dupuy Falconry, our Kickstarter backers, and on-set assistants- weloveyou.&lt;br/&gt;&lt;br/&gt;Contact: thegirlz@suspiciouspackage.info&lt;br/&gt;&lt;a title="http://soundcloud.com/jordanbla" target="_blank" href="http://soundcloud.com/jordanbla"&gt;&lt;a href="http://soundcloud.com/jordanbla" target="_blank"&gt;http://soundcloud.com/jordanbla&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/12086140963</link><guid>http://www.suspiciouspackage.info/post/12086140963</guid><pubDate>Sat, 29 Oct 2011 16:26:19 -0400</pubDate></item><item><title>Bird of Prey mastered!</title><description>&lt;p&gt;Our new song is ready for you to download &amp; enjoy - listen to it &lt;a href="http://soundcloud.com/suspicious-package/bird-of-prey-by-suspicious-package" target="_blank"&gt;here: http://soundcloud.com/suspicious-package/bird-of-prey-by-suspicious-package&lt;/a&gt;&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/4098190891</link><guid>http://www.suspiciouspackage.info/post/4098190891</guid><pubDate>Fri, 25 Mar 2011 22:35:00 -0400</pubDate></item><item><title> 
Ashlynn posted a new myspace music page to showcase just a drop of the brilliant vocal and musical...</title><description>&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Ashlynn posted a new &lt;a href="http://www.myspace.com/ashlynnmanning" target="_blank"&gt;myspace music page&lt;/a&gt; to showcase just a drop of the brilliant vocal and musical artistry that is Ashlynn Manning! It’s filled with in-progress Suspicious Package glimmers and unpolished gems, like this improv that she recorded! There’s even a FIRST DRAFT of Hummingbird (unmixed)! Now that’s ballsy!&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/10909321997</link><guid>http://www.suspiciouspackage.info/post/10909321997</guid><pubDate>Tue, 01 Mar 2011 16:18:00 -0500</pubDate></item><item><title>We have a launched a Kickstarter campaign: we have 30 days to...</title><description>&lt;iframe frameborder="0" height="410px" src="https://www.kickstarter.com/projects/1993544318/bird-of-prey-a-bio-pop-music-video/widget/video.html" width="480px"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;We have a launched a Kickstarter campaign: we have 30 days to raise funding for our new music video that honors birds of prey and the majesty of dance! Won’t you please support us? Any pledge amount counts! We made this video to explain the project and created all sorts of exclusive prizes you can get if you &lt;a href="https://www.kickstarter.com/projects/1993544318/bird-of-prey-a-bio-pop-music-video" target="_blank"&gt;make a pledge&lt;/a&gt;. &lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/3363878927</link><guid>http://www.suspiciouspackage.info/post/3363878927</guid><pubDate>Fri, 18 Feb 2011 11:15:00 -0500</pubDate></item><item><title>Please have a look at our new Kickstarter campaign!</title><description>&lt;a href="https://www.kickstarter.com/projects/1993544318/bird-of-prey-a-bio-pop-music-video"&gt;Please have a look at our new Kickstarter campaign!&lt;/a&gt;: &lt;p&gt;With your help we can make a music video for “Bird of Prey” worthy of the incredible birds who inspired it!&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/3356837317</link><guid>http://www.suspiciouspackage.info/post/3356837317</guid><pubDate>Thu, 17 Feb 2011 22:57:46 -0500</pubDate></item><item><title>NEW BIO-POP SONG “Bird of Prey” with a teaser video...</title><description>&lt;iframe width="400" height="323" src="http://www.youtube.com/embed/7nLlyvhINJQ?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;NEW BIO-POP SONG “Bird of Prey” with a teaser video of random test footage! Enjoy! :)&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/3103061668</link><guid>http://www.suspiciouspackage.info/post/3103061668</guid><pubDate>Fri, 04 Feb 2011 05:40:00 -0500</pubDate></item><item><title>


</title><description>&lt;p&gt;
&lt;object width="800" height="600"&gt;
&lt;param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2F59091736%40N05%2Fsets%2F72157625848051173%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2F59091736%40N05%2Fsets%2F72157625848051173%2F&amp;set_id=72157625848051173&amp;jump_to="&gt;&lt;param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowfullscreen="true" flashvars="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2F59091736%40N05%2Fsets%2F72157625848051173%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2F59091736%40N05%2Fsets%2F72157625848051173%2F&amp;set_id=72157625848051173&amp;jump_to=" width="800" height="600"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/3102932959</link><guid>http://www.suspiciouspackage.info/post/3102932959</guid><pubDate>Fri, 04 Feb 2011 05:21:00 -0500</pubDate></item><item><title>Daily Dose of Beauty: </title><description>&lt;a href="http://photo.tutsplus.com/articles/inspiration/bird-photography/"&gt;Daily Dose of Beauty: &lt;/a&gt;</description><link>http://www.suspiciouspackage.info/post/2600791915</link><guid>http://www.suspiciouspackage.info/post/2600791915</guid><pubDate>Tue, 04 Jan 2011 17:59:25 -0500</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Podcast with Suspicious Package</title><description>&lt;a href="http://page4music.wordpress.com/2010/10/25/podcast-with-suspicious-package/"&gt;Podcast with Suspicious Package&lt;/a&gt;: &lt;p&gt;&lt;h3 class="UIIntentionalStory_Message"&gt;&lt;span class="UIIntentionalStory_Names" data-ft='{"type":"name"}'&gt; &lt;/span&gt;&lt;span class="UIStory_Message"&gt;We  were featured recently on Page4Music, a forum for discourse within the  modern music industry. Thank you Leighanne and Anthony for the honor! &lt;/span&gt;&lt;/h3&gt;&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/2088389099</link><guid>http://www.suspiciouspackage.info/post/2088389099</guid><pubDate>Fri, 03 Dec 2010 22:01:51 -0500</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>New interview with Emily about Bio-Pop - reported from one of...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lcliyjmUtm1qztpnco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;New &lt;a href="http://magblog.audubon.org/music-meaning-suspicious-packages-bio-pop-hit" target="_blank"&gt;interview&lt;/a&gt; with Emily about Bio-Pop - reported from one of our favorite wildlife appreciators!&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1713963217</link><guid>http://www.suspiciouspackage.info/post/1713963217</guid><pubDate>Sun, 28 Nov 2010 08:03:00 -0500</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Come to Utopia, in our very own backyard of Williamsburg,...</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_lby4009SRV1qztpnco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Come to Utopia, in our very own backyard of Williamsburg, Brooklyn! Here you can experience the work of many amazing artists - from the BOOTY-CRISIS-SOLVING hometown heros &lt;a href="http://planetrump.blogspot.com/" target="_blank"&gt;Planet Rump&lt;/a&gt; to our own bio-pop inspired that will be presented by Bad Brilliance and Flashpants (aka ya girrrl Ashlynn).&lt;/p&gt;
&lt;p&gt;There will be drinks in &lt;a href="http://sustainableparty.com/cups" target="_blank"&gt;&lt;strong&gt;biodegradable corn-based cups&lt;/strong&gt;&lt;/a&gt; provided by Emily’s own &lt;a target="_blank" href="http://sustainableparty.com"&gt;Sustainable Party&lt;/a&gt;! And yes, Bad Brilliance directed Emily in a &lt;a href="http://www.youtube.com/watch?v=qhfyHYKSliE" target="_blank"&gt;Sustainable Party mockumentary video commercial&lt;/a&gt; - and Utopia will witness the special screening preview of that video as well!&lt;/p&gt;
&lt;p&gt;The fun starts at 8pm and our screenings will be at 10:30pm - it’s free for all!&lt;/p&gt;
&lt;p&gt;Here’s what the funky curators of the event write:&lt;/p&gt;
&lt;p&gt;Come explore the limits of our collective imagination for one special  night as New York artists and musicians share with us ideas inspired by  their visions of &lt;span&gt;Utopia&lt;/span&gt;.  For  centuries, humans have dreamed and worked for their own versions of  Utopia, a theme that still holds many of our dreams and aspirations  today.  The concept of Utopia is a jumping off point for every  individual’s imagination, and holds no boundaries other than the limits  of one’s own creativity.  Please join us for one night of Utopia, and  feel the experience of our collective dreams.&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1591054894</link><guid>http://www.suspiciouspackage.info/post/1591054894</guid><pubDate>Tue, 16 Nov 2010 08:21:06 -0500</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>As we mentioned, our Bird of Prey bio-pop song &amp; video is on...</title><description>&lt;img src="http://29.media.tumblr.com/tumblr_lbxp4rVr1G1qztpnco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;As we &lt;a href="http://www.suspiciouspackage.info/post/1232686766/shes-still-got-it-dolly-knows-the-importance-of" target="_blank"&gt;mentioned&lt;/a&gt;, our Bird of Prey bio-pop song &amp; video is on it’s way!!&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1581834291</link><guid>http://www.suspiciouspackage.info/post/1581834291</guid><pubDate>Mon, 15 Nov 2010 11:14:51 -0500</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Full info here: http://www.vanishingbees.com/
If we notice, we...</title><description>&lt;iframe src="http://player.vimeo.com/video/16326005" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Full info here: &lt;a href="http://www.vanishingbees.com/" target="_blank"&gt;http://www.vanishingbees.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If we notice, we can start to change what is wrong. Our use of life for profit needs to be examined and our systems reconsidered. This looks to be a very informative and thoughtful doc on the recent depletion of the US honey bee population.&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1437245894</link><guid>http://www.suspiciouspackage.info/post/1437245894</guid><pubDate>Sat, 30 Oct 2010 01:54:17 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>"Living the Dream" explores our night at the Explorer's Club </title><description>&lt;a href="http://livingthedream.org/2010/10/05/suspicious-package-at-the-explorers-club/"&gt;"Living the Dream" explores our night at the Explorer's Club &lt;/a&gt;</description><link>http://www.suspiciouspackage.info/post/1258522697</link><guid>http://www.suspiciouspackage.info/post/1258522697</guid><pubDate>Wed, 06 Oct 2010 19:26:00 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Click for Reservations to our Hummingbird screening &amp; event at the legendary Explorer's Club in NYC, Monday October 4th!</title><description>&lt;a href="http://bit.ly/djk6NL"&gt;Click for Reservations to our Hummingbird screening &amp; event at the legendary Explorer's Club in NYC, Monday October 4th!&lt;/a&gt;</description><link>http://www.suspiciouspackage.info/post/1236895423</link><guid>http://www.suspiciouspackage.info/post/1236895423</guid><pubDate>Sun, 03 Oct 2010 14:53:06 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>SHE’S STILL GOT IT!
Dolly knows the importance of conserving our...</title><description>&lt;iframe width="400" height="320" src="http://www.youtube.com/embed/tKpLneF0qR0?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;SHE’S STILL GOT IT!&lt;/p&gt;
&lt;p&gt;Dolly knows the importance of conserving our USA BIRDS OF PREY…&lt;/p&gt;
&lt;p&gt;Suspicious Package’s “Bird of Prey” Bio-Pop original song and video on it’s way…&lt;/p&gt;
&lt;p&gt;&lt;3,&lt;/p&gt;
&lt;p&gt;Emily  &amp; Ashlynn&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1232686766</link><guid>http://www.suspiciouspackage.info/post/1232686766</guid><pubDate>Sat, 02 Oct 2010 23:48:00 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Well, we haven’t officially announced it, but you may have...</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_l7v5y8Usya1qztpnco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Well, we haven’t officially announced it, but you may have guessed it from our absence around the usual Brooklyn haunts… We’ve been working creatively at a residency this summer in Europe - Berlin and Normandie specifically - thanks to a very special gift in support of our art from the &lt;a href="http://www.explorers.org/index.php/about/explorers_club_president" target="_blank"&gt;President of the Explorer’s Club&lt;/a&gt;!&lt;/p&gt;&#13;
&lt;p&gt;But soon we’ll be back, and are set to screen Hummingbird and introduce the NY world further to bio-pop at these events: The Vartali Salon on September 15th, and at The &lt;a href="http://www.explorers.org/index.php/events/detail/anne_fr02_and_emily_doubilet_corals_penguins_and_hummingbirds_biodiversity" target="_blank"&gt;Explorer’s Club on October 4th.&lt;/a&gt;&lt;/p&gt;&#13;
&lt;p&gt;And as this cute article from the Women Diver’s Hall of Fame says, we will join Emily’s mom the &lt;a href="http://www.vogue.com/feature/2009/07/anne-doubilet/" target="_blank"&gt;famous explorer Anne Doubilet&lt;/a&gt; at these biodiversity-focused events.&lt;/p&gt;&#13;
&lt;p&gt;See you soon!&lt;/p&gt;&#13;
&lt;p&gt;&lt;3,&lt;/p&gt;&#13;
&lt;p&gt;Ashlynn &amp; Emily&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1025126911</link><guid>http://www.suspiciouspackage.info/post/1025126911</guid><pubDate>Sat, 28 Aug 2010 09:10:00 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>Another clear statement from the UN for its 2010 Year of...</title><description>&lt;iframe src="http://player.vimeo.com/video/7592397?portrait=0" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Another clear statement from the UN for its 2010 Year of Biodiversity. Honor our resources, make them last.&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1018074917</link><guid>http://www.suspiciouspackage.info/post/1018074917</guid><pubDate>Fri, 27 Aug 2010 00:42:00 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item><item><title>“Do you notice and recognize miracles?”  Oh you...</title><description>&lt;iframe width="400" height="240" src="http://www.youtube.com/embed/_-agl0pOQfs?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;“Do you notice and recognize miracles?”  Oh you preach it boys! This vid has us considering converting to Juggalette-ism.&lt;/p&gt;</description><link>http://www.suspiciouspackage.info/post/1000426724</link><guid>http://www.suspiciouspackage.info/post/1000426724</guid><pubDate>Mon, 23 Aug 2010 19:44:00 -0400</pubDate><category>suspicious package</category><category>bio-pop</category></item></channel></rss>

