<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraph.org/schema/"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Facebook sharing information tags --> <meta property="og:title" content="Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op"> <title>Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op</title><meta property="fb:page_id" content="43929265776" /> <style type="text/css"> #outlook a{ padding:0; } body{ width:100% !important; } .ReadMsgBody{ width:100%; } .ExternalClass{ width:100%; } body{ -webkit-text-size-adjust:none; } body{ margin:0; padding:0; } img{ border:0; height:auto; line-height:100%; outline:none; text-decoration:none; } #backgroundTable{ height:100% !important; margin:0; padding:0; width:100% !important; } body,#backgroundTable{ background-color:#FAFAFA; } #templateContainer{ border:1px solid #DDDDDD; } h1,.h1{ color:#202020; display:block; font-family:Arial; font-size:34px; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; text-align:left; } h2,.h2{ color:#202020; display:block; font-family:Arial; font-size:30px; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; text-align:left; } h3,.h3{ color:#202020; display:block; font-family:Arial; font-size:26px; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; text-align:left; } h4,.h4{ color:#202020; display:block; font-family:Arial; font-size:22px; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; text-align:left; } #templatePreheader{ background-color:#91C024; } .preheaderContent div{ color:#505050; font-family:Arial; font-size:10px; line-height:100%; text-align:left; } .preheaderContent div a:link,.preheaderContent div a:visited,.preheaderContent div a .yshortcuts { color:#336699; font-weight:normal; text-decoration:underline; } #templateHeader{ background-color:#FBF9E4; border-bottom:0; } .headerContent{ color:#000000; font-family:Arial; font-size:14px; font-weight:bold; line-height:200%; padding:4px; text-align:left; vertical-align:middle; } .headerContent a:link,.headerContent a:visited,.headerContent a .yshortcuts { color:#336699; font-weight:normal; text-decoration:underline; } #headerImage{ height:auto; max-width:600px; } #templateContainer,.bodyContent{ background-color:#FDFDFD; } .bodyContent div{ color:#505050; font-family:Arial; font-size:12px; line-height:150%; text-align:left; } .bodyContent div a:link,.bodyContent div a:visited,.bodyContent div a .yshortcuts { color:#336699; font-weight:normal; text-decoration:underline; } .bodyContent img{ display:inline; height:auto; } #templateSidebar{ background-color:#FFFFFF; border-right:0; } .sidebarContent div{ color:#505050; font-family:Arial; font-size:12px; line-height:150%; text-align:left; } .sidebarContent div a:link,.sidebarContent div a:visited,.sidebarContent div a .yshortcuts { color:#336699; font-weight:normal; text-decoration:underline; } .sidebarContent img{ display:inline; height:auto; } #templateFooter{ background-color:#FFF38F; border-top:0; } .footerContent div{ color:#707070; font-family:Arial; font-size:12px; line-height:125%; text-align:left; } .footerContent div a:link,.footerContent div a:visited,.footerContent div a .yshortcuts { color:#336699; font-weight:normal; text-decoration:underline; } .footerContent img{ display:inline; } #social{ background-color:#FFF38F; border:0; } #social div{ text-align:center; } #utility{ background-color:#FFF38F; border:0; } #utility div{ text-align:center; } #monkeyRewards img{ max-width:190px; } body,#backgroundTable{ background-color:#91C024; } h1,.h1{ color:#8b0000; font-size:14px; } h2,.h2{ font-size:18px; } .headerContent a:link,.headerContent a:visited,.headerContent a .yshortcuts{ color:#a52a2a; text-decoration:none; font-weight:bold; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script src="http://us1.campaign-archive2.com/js/mailchimp/fancyzoom.mc.js"></script> <script src="http://us1.campaign-archive2.com/js/mailchimp/likebutton.js"></script> <script type="text/javascript"> var likeButtonCount = 0; $(document).ready(function () { loadFbScript(); var likeButtons = $('a[rel=fblikebtn]'); likeButtonCount = likeButtons.length; likeButtons.each(function(i) { // the href for each like button has information on the specific element to like var href = $(this).attr('href'); var params = getUrlParams(href); if (params['likeu']) { var divId = unescape(params['fblike']); $(this).attr('href', '#'+divId); addLikeButton(unescape(params['likeu']), unescape(params['liket']), divId); } else { $(this).attr('href', '#fbshare-campaign'); } //now attach fancy zoom to it $(this).fancyZoom({"width":450, "height":150}); if (i == likeButtonCount - 1) { window.likeButtonsReady(); } }); $('a[rel=fbcommentbtn]').each(function(i) { $(this).bind('click', function() { $('#fb-comments-notes').html('').hide();//clear out the notes when it's clicked }); $(this).fancyZoom({"width":620, "height":450, "zoom_id":"zoom_comments", "persist":true, "firstTimeCallback": function() { $('#fb-comments-content').html('<iframe src="http://us1.admin.mailchimp.com/facebook/comments?u=89285595f4ecc7e5499bccaad&id=2e70ed83c6&e=36f704e972" frameborder="0" align="bottom" height="450px" width="620px" onload="hideCommentsLoading()"></iframe>'); }}); }); }); window.likeButtonsReady = function() { };//callback in case anything needs to do something when all buttons are ready function getUrlParams(str) { var vars = [], hash; var hashes = str.slice(str.indexOf('?') + 1).split('&'); for(var i = 0; i < hashes.length; i++) { hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars; } function hideCommentsLoading() { $('#fb-comments-loading').hide(); } window.fbAsyncInit = function() { // insert the loading img FB.init( { "appId" : '126790597356328', "status" : true, "cookie" : true, "xfbml" : true }); FB.Event.subscribe('xfbml.render', function() { while ($('#fb-loading').length > 0) {// do this because the fancyzoom does non-fancy things and copies the innerHTML so there are two or more of evertyhing $('#fb-loading').remove(); } }); FB.Event.subscribe('edge.create', function(href, widget) { noteLikeEvent(href); }); }; function loadFbScript() { var fbscripty = document.createElement('script'); fbscripty.type = 'text/javascript'; fbscripty.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; fbscripty.async = true; $('#fb-root').append(fbscripty); }; function showLikeElement(source) { $(source).trigger('click'); } function isCampaignUrl(href) { var hostname = 'campaign-archive'; return href.indexOf(hostname) != -1; } function noteLikeEvent(href) { if (isCampaignUrl(href)) {// only track the like stat when it's for this campaign $.get("http://us1.campaign-archive2.com/facebook/like?u=89285595f4ecc7e5499bccaad&id=2e70ed83c6&e=36f704e972"); } } </script> <style type="text/css"> #fblike { min-width: 450px; max-width:450px; margin:-10px -10px 10px -10px; padding:10px; border-top:20px solid #3B5998; font-family:Helvetica,arial,sans-serif; text-align:center; } #fbcomment { min-width: 620px; max-width:620px; margin:-10px -10px 10px -10px; padding:10px; border-top:20px solid #3B5998; font-family:Helvetica,arial,sans-serif; text-align:center; } #fblike h2 { margin:15px 0; color:#3B5998; } .fb_edge_widget_with_comment { margin:10px 0 10px 10%; } .widget_button_count_left { background: transparent url(http://gallery.mailchimp.com/71d50e77a8332415a525fd8a3/images/comment_start.png) no-repeat 0px 0px; float: left; height: 15px; left: 2px; position: relative; top: 3px; width: 5px; z-index: 2; } .widget_button_count { color: #333; background-color: #FEFEFE; border-color: #C1C1C1; border-style: solid; border-width: 1px; float: left; font-weight: bold; height: 15px; margin-left: 1px; padding: 1px 3px; border-spacing: 0px 0px; border-collapse: collapse; font-size: 11px; text-align: left; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; } #fb-comments-notes { padding:10px; text-align: left;} </style> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #91C024;width: 100% !important;"><div id="awesomebar" style="padding-bottom:40px;"><div style="position:absolute; top:0; left:0;"><table width="100%" style="position:fixed; clear:both; margin:0 !important; padding:0px !important; border-bottom:1px solid #fff !important; border-top: !important; background:url(http://gallery.mailchimp.com/e709a491029b04e745834d34d/images/awesomebar_bg.png) !important; -moz-box-shadow:0 1px 10px #333; box-shadow:0 1px 10px #333; -webkit-box-shadow:0 1px 10px #333; -op-box-shadow:0 3px 3px #666;" cellpadding="8" cellspacing="0"><tr> <td width="140" align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:140px !important; padding-left:25px !important;"> <a href="http://us1.campaign-archive1.com/home/?u=89285595f4ecc7e5499bccaad&id=d102a1abb8" style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;">view past issues</a> | <a href="http://us1.campaign-archive1.com/feed?u=89285595f4ecc7e5499bccaad&id=d102a1abb8" style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" title="subscribe to the email archive feed">RSS</a> </td> <td align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:100px !important;"> <a href="http://stjfoodcoop.us1.list-manage2.com/profile?u=89285595f4ecc7e5499bccaad&id=d102a1abb8&e=36f704e972" style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;">update list profile</a> </td> <td width="100" align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:100px !important;position:relative !important;"> <a href="#" style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" onclick="if(document.getElementById('mc_translate_links').style.display=='none'){ document.getElementById('mc_translate_links').style.display = 'block'; } else { document.getElementById('mc_translate_links').style.display = 'none'; } return false;">translate</a> <div id="mc_translate_links" style="display: none;position:absolute !important;background-color:#ccc !important; border:1px solid #666 !important;"><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="English" href="http://translate.google.com/translate?hl=auto&langpair=auto|en&u=http%3A%2F%2Feepurl.com%2Fdtol1">English</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="'D91(J)" href="http://translate.google.com/translate?hl=auto&langpair=auto|ar&u=http%3A%2F%2Feepurl.com%2Fdtol1">'D91(J)</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="1J;30@A:8" href="http://translate.google.com/translate?hl=auto&langpair=auto|bg&u=http%3A%2F%2Feepurl.com%2Fdtol1">1J;30@A:8</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="catal" href="http://translate.google.com/translate?hl=auto&langpair=auto|ca&u=http%3A%2F%2Feepurl.com%2Fdtol1">catal</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="-Ne{SO " href="http://translate.google.com/translate?hl=auto&langpair=auto|zh-CN&u=http%3A%2F%2Feepurl.com%2Fdtol1">-Ne{SO </a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="-NeA~' " href="http://translate.google.com/translate?hl=auto&langpair=auto|zh-TW&u=http%3A%2F%2Feepurl.com%2Fdtol1">-NeA~' </a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Hrvatski" href="http://translate.google.com/translate?hl=auto&langpair=auto|hr&u=http%3A%2F%2Feepurl.com%2Fdtol1">Hrvatski</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title=" esky" href="http://translate.google.com/translate?hl=auto&langpair=auto|cs&u=http%3A%2F%2Feepurl.com%2Fdtol1"> esky</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Dansk" href="http://translate.google.com/translate?hl=auto&langpair=auto|da&u=http%3A%2F%2Feepurl.com%2Fdtol1">Dansk</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Nederlands" href="http://translate.google.com/translate?hl=auto&langpair=auto|nl&u=http%3A%2F%2Feepurl.com%2Fdtol1">Nederlands</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Suomi" href="http://translate.google.com/translate?hl=auto&langpair=auto|fi&u=http%3A%2F%2Feepurl.com%2Fdtol1">Suomi</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Fran&ccedil;ais" href="http://translate.google.com/translate?hl=auto&langpair=auto|fr&u=http%3A%2F%2Feepurl.com%2Fdtol1">Fran&ccedil;ais</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Deutsch" href="http://translate.google.com/translate?hl=auto&langpair=auto|de&u=http%3A%2F%2Feepurl.com%2Fdtol1">Deutsch</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;" href="http://translate.google.com/translate?hl=auto&langpair=auto|el&u=http%3A%2F%2Feepurl.com%2Fdtol1">&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title=" 9 ? ( M & @ " href="http://translate.google.com/translate?hl=auto&langpair=auto|hi&u=http%3A%2F%2Feepurl.com%2Fdtol1"> 9 ? ( M & @ </a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Italiano" href="http://translate.google.com/translate?hl=auto&langpair=auto|it&u=http%3A%2F%2Feepurl.com%2Fdtol1">Italiano</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="e,g" href="http://translate.google.com/translate?hl=auto&langpair=auto|ja&u=http%3A%2F%2Feepurl.com%2Fdtol1">e,g</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="\'m" href="http://translate.google.com/translate?hl=auto&langpair=auto|ko&u=http%3A%2F%2Feepurl.com%2Fdtol1">\'m</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Norsk" href="http://translate.google.com/translate?hl=auto&langpair=auto|no&u=http%3A%2F%2Feepurl.com%2Fdtol1">Norsk</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Polski" href="http://translate.google.com/translate?hl=auto&langpair=auto|pl&u=http%3A%2F%2Feepurl.com%2Fdtol1">Polski</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Portugu&ecirc;s" href="http://translate.google.com/translate?hl=auto&langpair=auto|pt&u=http%3A%2F%2Feepurl.com%2Fdtol1">Portugu&ecirc;s</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Rom&acirc;n" href="http://translate.google.com/translate?hl=auto&langpair=auto|ro&u=http%3A%2F%2Feepurl.com%2Fdtol1">Rom&acirc;n</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title=" CAA:89" href="http://translate.google.com/translate?hl=auto&langpair=auto|ru&u=http%3A%2F%2Feepurl.com%2Fdtol1"> CAA:89</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Espa&ntilde;ol" href="http://translate.google.com/translate?hl=auto&langpair=auto|es&u=http%3A%2F%2Feepurl.com%2Fdtol1">Espa&ntilde;ol</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Svenska" href="http://translate.google.com/translate?hl=auto&langpair=auto|sv&u=http%3A%2F%2Feepurl.com%2Fdtol1">Svenska</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Indonesia" href="http://translate.google.com/translate?hl=auto&langpair=auto|id&u=http%3A%2F%2Feepurl.com%2Fdtol1">Indonesia</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="" href="http://translate.google.com/translate?hl=auto&langpair=auto|iw&u=http%3A%2F%2Feepurl.com%2Fdtol1"></a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Lietuvis" href="http://translate.google.com/translate?hl=auto&langpair=auto|lt&u=http%3A%2F%2Feepurl.com%2Fdtol1">Lietuvis</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="latvieau" href="http://translate.google.com/translate?hl=auto&langpair=auto|lv&u=http%3A%2F%2Feepurl.com%2Fdtol1">latvieau</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="sloven ina" href="http://translate.google.com/translate?hl=auto&langpair=auto|sk&u=http%3A%2F%2Feepurl.com%2Fdtol1">sloven ina</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="slovena ina" href="http://translate.google.com/translate?hl=auto&langpair=auto|sl&u=http%3A%2F%2Feepurl.com%2Fdtol1">slovena ina</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="A@?A:8" href="http://translate.google.com/translate?hl=auto&langpair=auto|sr&u=http%3A%2F%2Feepurl.com%2Fdtol1">A@?A:8</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Filipino" href="http://translate.google.com/translate?hl=auto&langpair=auto|tl&u=http%3A%2F%2Feepurl.com%2Fdtol1">Filipino</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="sloven ina" href="http://translate.google.com/translate?hl=auto&langpair=auto|uk&u=http%3A%2F%2Feepurl.com%2Fdtol1">sloven ina</a><br><a style="font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;color:#03C !important;" rel="nofollow" title="Ting Vit" href="http://translate.google.com/translate?hl=auto&langpair=auto|vi&u=http%3A%2F%2Feepurl.com%2Fdtol1">Ting Vit</a></div> </td> <td style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important">&nbsp;</td> <td width="82" align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:82 px !important;"> <div style="clear:both;"> <div style="display:inline;float:left;"><a rel="fblikebtn" href="#fbshare-campaign" title="Like Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op on Facebook"><img src="http://gallery.mailchimp.com/ac97c9129c6d84654f83eb4bc/images/facebooklike2.gif" border="0" alt="Like Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op on Facebook" style="display:inline;"/></a></div> <div style="display:inline;"><div class="widget_button_count_left"></div><div class="widget_button_count ">0</div></div> </div> </td> <td width="107" align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:107 px !important;"> <div style="clear:both;"> <div style="display:inline;float:left;"><a href="#fbcomments" rel="fbcommentbtn"><img src="http://gallery.mailchimp.com/ac97c9129c6d84654f83eb4bc/images/facebookcomment2.gif" alt="comment on Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op" border="0" style="display:inline;"/></a></div> <div style="display:inline;"><div class="widget_button_count_left"></div><div class="widget_button_count">0</div></div> </div> </td> <td width="50" align="left" style="padding:8px !important;margin:0px !important;color:#111 !important;border:none !important;font-family:Helvetica,Arial,Sans !important;font-size:11px !important;font-weight:normal !important;font-style:normal !important;text-decoration:none !important;vertical-align:middle !important;text-align:left !important;width:50px !important; padding-right:25px !important;"> <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://eepurl.com/dtol1" data-text="" data-count="" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </td> </tr></table></div><style type="text/css">#awesomebar img {margin:0; padding:0}</style></div><div id="fb-root"></div> <!-- like element --> <div id="fbshare-campaign" style="display:none;"> <div id="fblike" style="display:block;"><h2 class="fbshare-header">Like 'Reminder: Celebrate Earth Day and Spring at the St. J. Food Co-op' on Facebook</h2> <div id="fb-loading"><img src="http://gallery.mailchimp.com/71d50e77a8332415a525fd8a3/images/ajax_loader.gif" border="0"> Connecting to Facebook</div> <fb:like href="http://us1.campaign-archive1.com/?u=89285595f4ecc7e5499bccaad&id=2e70ed83c6&eo=36f704e972" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like> </div> </div> <!-- comments element --> <div id="fbcomments" style="display:none"> <div id="fbcomment" style="display:block;"> <div id="fb-comments-loading"><img src="http://gallery.mailchimp.com/71d50e77a8332415a525fd8a3/images/ajax_loader.gif" border="0"> Connecting to Facebook</div> <div id="fb-comments-notes"></div> <div id="fb-comments-content"></div> </div> </div> <center> <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable" style="margin: 0;padding: 0;background-color: #91C024;height: 100% !important;width: 100% !important;"> <tr> <td align="center" valign="top"> <!-- // Begin Template Preheader \\ --> <table border="0" cellpadding="10" cellspacing="0" width="600" id="templatePreheader" style="background-color: #91C024;"> <tr> <td valign="top" class="preheaderContent"> <!-- // Begin Module: Standard Preheader \ --> <table border="0" cellpadding="10" cellspacing="0" width="100%"> <tr> <td valign="top"> <div style="color: #505050;font-family: Arial;font-size: 10px;line-height: 100%;text-align: left;">Celebrate Earth Day and Spring at the Co-op! Check out the full list of our Earth Day activities and our recommendations for spring feasting below.<br> </div> </td> <!-- --> </tr> </table> <!-- // End Module: Standard Preheader \ --> </td> </tr> </table> <!-- // End Template Preheader \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer" style="border: 1px solid #DDDDDD;background-color: #FDFDFD;"> <tr> <td align="center" valign="top"> <!-- // Begin Template Header \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader" style="background-color: #FBF9E4;border-bottom: 0;"> <tr> <td class="headerContent" style="color: #000000;font-family: Arial;font-size: 14px;font-weight: bold;line-height: 200%;padding: 4px;text-align: left;vertical-align: middle;"> <!-- // Begin Module: Standard Header Image \\ --> <div style="text-align: left;"> <img align="left" alt="" border="0" height="190" hspace="15" src="http://gallery.mailchimp.com/89285595f4ecc7e5499bccaad/images/stjfoodcoop3.25inht.gif" style="margin: 5px 15px;border-width: 0pt;border-style: solid;line-height: 100%;outline: medium none;text-decoration: none;border: 0;height: auto;" vspace="5" width="79"> SPECIAL EARTH DAY 2011 EVENTS<br> <span style="color: rgb(165, 42, 42);"><span style="font-size: 18px;"><a href="#Earth%20Day%20Activities%20at%20the%20Co-op" style="color: #a52a2a;font-weight: bold;text-decoration: none;">Earth Day Activities at the Co-op</a><br> <a href="#Special%20Earth%20Day%20Workshops" style="color: #a52a2a;font-weight: bold;text-decoration: none;">Special Earth Day Workshops</a><br> <a href="#Wild%20Woods%20Walk%20for%20the%20Earth" style="color: #a52a2a;font-weight: bold;text-decoration: none;">Wild Woods Walk for the Earth</a></span></span><br> AVAILABLE AT THE CO-OP<br> <span style="color: rgb(165, 42, 42);"><span style="font-size: 18px;"> <a href="#Spring%20Feasting" style="color: #a52a2a;font-weight: bold;text-decoration: none;">All You Need for Spring Feasting</a><br> &nbsp;</span></span></div> <!-- // End Module: Standard Header Image \\ --> </td> </tr> </table> <!-- // End Template Header \\ --> </td> </tr> <tr> <td align="center" valign="top"> <!-- // Begin Template Body \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody"> <tr> <!-- // Begin Sidebar \\ --> <td valign="top" width="200" id="templateSidebar" style="background-color: #FFFFFF;border-right: 0;"> <table border="0" cellpadding="0" cellspacing="0" width="200"> <tr> <td valign="top" class="sidebarContent"> <!-- // Begin Module: Social Block with Icons \\ --> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding-top:10px; padding-right:20px; padding-left:20px;"> <table border="0" cellpadding="0" cellspacing="4"> <tr mc:hideable="hideable_1" mchideable="hideable_1"> <td align="left" valign="middle" width="16"> <img src="http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png" style="margin: 0 !important;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: inline;"> </td> <td align="left" valign="top"> <div style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;"><a href="http://www.facebook.com/stjfoodcoop" style="color: #336699;font-weight: normal;text-decoration: underline;">Join us on Facebook</a> </div> </td> </tr> <tr mc:hideable="hideable_3" mchideable="hideable_3"> <td align="left" valign="middle" width="16"> <img src="http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png" style="margin: 0 !important;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: inline;"> </td> <td align="left" valign="top"> <div style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;"> <a href="http://us1.forward-to-friend2.com/forward?u=89285595f4ecc7e5499bccaad&id=2e70ed83c6&e=[UNIQID]" style="color: #336699;font-weight: normal;text-decoration: underline;">Forward to a Friend</a> </div> </td> </tr> </table> </td> </tr> </table> <!-- // End Module: Social Block with Icons \\ --> <!-- // Begin Module: Top Image with Content \\ --> <table border="0" cellpadding="20" cellspacing="0" width="100%"> <tr mc:repeatable="repeat_1" mc:repeatindex="0" mc:hideable="hideable_repeat_1_1" mchideable="hideable_repeat_1_1"> <td valign="top"> <div style="text-align: left;color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;"><img src="http://gallery.mailchimp.com/89285595f4ecc7e5499bccaad/images/growingplants.1.jpg" alt="St. J. Community Farm" border="0" style="margin: 0;padding: 0;max-width: 160px;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: inline;" width="160px" height="204"></div> <div style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;"><div style="text-align: left; color: rgb(80, 80, 80); font-family: Arial; font-size: 12px; line-height: 150%;"> <h4 span="" style="color: rgb(178, 34, 34);display: block;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 100%;text-align: left;margin: 0pt 0pt 10px;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> <span style="font-size: 12px;"><span style="color: rgb(0, 128, 0);"><em><strong>Please note: The Co-op will be closed Sunday, April 24. </strong></em></span></span><br> <br> <a name="Spring Feasting" style="color: rgb(51, 102, 153); font-weight: normal; text-decoration: underline;"></a>All You Need for Spring Feasting</h4> <strong>Wine for spring vegetables&nbsp; </strong><br> Hugo Gruner Veltliner&nbsp; SRP$11.99&nbsp; <span style="color: rgb(255, 0, 0);">MSP$9.99</span><br> A great white wine to pair with asparagus and spring peas<br> <br> <strong>Wine for ham</strong><br> Kung Fu Girl Riesling 2009&nbsp; SRP$12.99&nbsp; <span style="color: rgb(255, 0, 0);">MSP$9.99</span><br> A dry riesling with enough acidity to clear the palate while retaining thoise lovely stone fruit notes<br> <br> <strong>Wine for lamb</strong><br> Mark West Pinot Noir&nbsp; SRP$14.99&nbsp; <span style="color: rgb(255, 0, 0);">MSP$9.99</span><br> Domaine de Valmoissine Pinot Noir SRP$14.99&nbsp; <span style="color: rgb(255, 0, 0);">MSP$11.99</span><br> Pinot noir is fruity and elegant and doesn&#39;t weigh things down<br> <br> Stop by the Co-op for <strong>spring lamb</strong> in various cuts<br> Or for <strong>holiday ham</strong>, contact Penny at Second Chance Farm in Danville, VT: (802) 748-1972<br> <br> Find these <strong>fresh</strong> <strong>spring veggies</strong> at the Co-op:<br> Asparagus<br> Fresh berries<br> Joe&#39;s Brook Farm spinach<br> Vermont parsnips<br> <br> Need to fill a basket? Or maybe purchase a handmade reusable muslin bag? Fill them with these <strong>sweet treats</strong>:<br> Organic jelly beans<br> Lake Champlain spring chocolate sets, coconut, raspberry, and praline &quot;eggs&quot;<br> Queen Bee honey pecan pearls<br> <br> And for <strong>a little bit of Earth</strong>... pick up some:<br> Annual and perennial herb plants<br> Vermont Compost and seed starting soil<br> High Mowing Organic garden seeds<br> <br> For more information, call or email the Co-op:</div> (802) 748-9498<br> <a href="mailto:info@stjfoodcoop.com" style="color: rgb(51, 102, 153); font-weight: normal; text-decoration: underline;">info@stjfoodcoop.com</a><br> <br> <br> </div> </td> </tr> </table> <!-- // End Module: Top Image with Content \\ --> </td> </tr> </table> </td> <!-- // End Sidebar \\ --> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="bodyContent" style="background-color: #FDFDFD;"> <!-- // Begin Module: Standard Content \\ --> <table border="0" cellpadding="20" cellspacing="0" width="100%"> <tr> <td valign="top"> <div style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;"><h4 class="h4" style="color: rgb(32, 32, 32);display: block;font-family: Arial;font-size: 22px;font-weight: bold;line-height: 100%;text-align: left;margin: 0pt 0pt 10px;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> Special Earth Day 2011 Events</h4> <br> <h4 class="h4" style="color: rgb(32, 32, 32);display: block;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 100%;margin: 0pt 0pt 10px;text-align: left;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> <strong><span style="color: rgb(178, 34, 34);"><a name="Earth Day Activities at the Co-op" style="color: #336699;font-weight: normal;text-decoration: underline;"></a>Earth Day Activities at the Co-op:<br> Friday, April 22</span></strong></h4> The Earth Day celebration at the St. J. Food Co-op will highlight local food and its benefits to our planet and our local community. Participants will be able to visit with representatives from Joe&rsquo;s Brook Farm in Barnet, Chandler Brook Farm in Wheelock, Badger Brook Farm in Danville, the NEK Community Farm, Lincoln Street Community Gardens, and the St. Johnsbury Area Local Food Alliance (St. J. ALFA).<br> <br> There will also be an opportunity to sample local honey wines (mead) produced by Honey Garden Apiaries from 1 - 5 p.m. on Friday while enjoying live music, chair massages, a community seed swap and children&rsquo;s gardening activities. &ldquo;We are also inviting community members to contemplate making an Earth Day Pledge of an action that will have positive impact on the planet, such as making an effort to turn off lights when leaving a room, eating 10% more local foods, or to reduce idling their cars,&rdquo; explains Education and Outreach Director, Melissa Bridges.<br> <br> <h4 class="h4" style="color: rgb(32, 32, 32);display: block;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 100%;margin: 0pt 0pt 10px;text-align: left;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> <strong><span style="color: rgb(178, 34, 34);"><a name="Special Earth Day Workshops" style="color: #336699;font-weight: normal;text-decoration: underline;"></a>Special Earth Day Workshops:<br> Friday, April 22</span></strong></h4> The Co-op will offer two hour-long educational workshops on Friday afternoon. Registration is not required, but suggested, as space is limited. Workshops are $8 per person.<br> <br> <span style="font-size: 14px;"> <span style="color: rgb(0, 128, 0);"><strong>3 - 4 p.m.</strong></span> <strong>Seed Starting Workshop </strong></span><br> Explore a variety of techniques for successful seed starting for our northern Vermont climate. We&#39;ll discuss different needs for particular seeds and learn tips for successful propagation.&nbsp; Learn the few extra steps that help assure success for the new growing season.<br> <br> <span style="font-size: 14px;"> <span style="color: rgb(0, 128, 0);"><strong>4:15 - 5:15 p.m.</strong></span> <strong>Home Composting Workshop</strong></span><br> Learn how to turn your kitchen scraps into garden gold and why compost is the foundation of healthy gardens. We&#39;ll discuss what ingredients create successful compost and what methods work in different settings.<br> <br> <h4 class="h4" style="color: rgb(32, 32, 32);display: block;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 100%;margin: 0pt 0pt 10px;text-align: left;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> <strong><span style="color: rgb(178, 34, 34);"><a name="Wild Woods Walk for the Earth" style="color: #336699;font-weight: normal;text-decoration: underline;"></a>Wild Woods Walk for the Earth:<br> Saturday, April 23</span></strong></h4> The Earth Day celebration will continue with a <strong>Wild Woods Walk for the Earth</strong> at the St. Johnsbury Town Forest with naturalist Anna Berger from 10 a.m. - noon on Saturday, April 23. The St. Johnsbury Town Forest is a perfect place to gather together to appreciate and learn about the ecology of spring from the top of the hill to the banks of the river. On this group-directed walk participants will learn to &quot;read&quot; the forest, discuss and identify a few wild edibles, investigate animal signs and -- perhaps most importantly -- learn what the forest has to teach that day. The pace of the walk will be determined by the weather and the needs of the group. Please bring clothes that are appropriate for muddy, outdoor weather, inquisitive minds, and your appreciation of Mother Earth.&nbsp;Naturalist Berger will share her knowledge and stewardship practices of the natural world that she has gathered since childhood. The guided walk is $8 per person, and children under 12 are free.<br> <br> For additional information about the Co-op&#39;s Earth Day festivities, or to register for a workshop or the Wild Woods Walk, please call 802-748-9498, or email info@stjfoodcoop.com.<br> <br> The St. J. Food Co-op is a cooperatively- owned food store for the community offering fresh, local, organic foods. Member or not, anyone can shop. &nbsp;<br> Store hours: Sunday 11 - 4; Monday to Wednesday and Saturday 9 - 6; Thursday and Friday 9 - 7.<br> <br> <h4 span="" style="color: rgb(178, 34, 34);display: block;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 100%;text-align: left;margin: 0pt 0pt 10px;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;"> <span style="font-size: 12px;"><span style="color: rgb(0, 128, 0);"><em><strong>Please note: The Co-op will be closed Sunday, April 24. </strong></em></span></span></h4> <br> <br> </div> </td> </tr> </table> <!-- // End Module: Standard Content \\ --> </td> </tr> </table> </td> </tr> </table> <!-- // End Template Body \\ --> </td> </tr> <tr> <td align="center" valign="top"> <!-- // Begin Template Footer \\ --> <table border="0" cellpadding="10" cellspacing="0" width="600" id="templateFooter" style="background-color: #FFF38F;border-top: 0;"> <tr> <td valign="top" class="footerContent"> <!-- // Begin Module: Standard Footer \\ --> <table border="0" cellpadding="10" cellspacing="0" width="100%"> <tr> <td colspan="2" valign="middle" id="social" style="background-color: #FFF38F;border: 0;"> <div style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: center;"><a href="http://www.facebook.com/stjfoodcoop" style="color: #336699;font-weight: normal;text-decoration: underline;">friend on Facebook</a> | <a href="http://us1.forward-to-friend2.com/forward?u=89285595f4ecc7e5499bccaad&id=2e70ed83c6&e=[UNIQID]" style="color: #336699;font-weight: normal;text-decoration: underline;">forward to a friend</a>&nbsp; </div> </td> </tr> <tr> <td valign="top" width="350"> <div style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: left;"><em>Copyright &copy; 2011 St. J. Food Co-op, All rights reserved.</em><br> </div> </td> <td valign="top" width="190" id="monkeyRewards"> <div style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: left;"> <a href="http://www.mailchimp.com/monkey-rewards/?aid=89285595f4ecc7e5499bccaad&afl=1"><img src="http://gallery.mailchimp.com/089443193dd93823f3fed78b4/images/banner1.gif" border="0" alt="Email Marketing Powered by MailChimp" title="MailChimp Email Marketing"></a> </div> </td> </tr> <tr> <td colspan="2" valign="middle" id="utility" style="background-color: #FFF38F;border: 0;"> <div style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: center;"> &nbsp;<a href="http://stjfoodcoop.us1.list-manage.com/unsubscribe?u=89285595f4ecc7e5499bccaad&id=d102a1abb8&e=[UNIQID]&c=2e70ed83c6" style="color: #336699;font-weight: normal;text-decoration: underline;">unsubscribe from this list</a> | <a href="http://stjfoodcoop.us1.list-manage.com/profile?u=89285595f4ecc7e5499bccaad&id=d102a1abb8&e=36f704e972" style="color: #336699;font-weight: normal;text-decoration: underline;">update subscription preferences</a>&nbsp; </div> </td> </tr> </table> <!-- // End Module: Standard Footer \\ --> </td> </tr> </table> <!-- // End Template Footer \\ --> </td> </tr> </table> <br> </td> </tr> </table> </center> </body> </html><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-329148-12"); pageTracker._trackPageview(); } catch(err) {}</script>