<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 4% of world&#8217;s oceans undamaged</title>
	<atom:link href="http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/</link>
	<description>The Official WE ADD UP Blog</description>
	<pubDate>Wed, 08 Sep 2010 21:05:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Auto Insurance Guy</title>
		<link>http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/#comment-941</link>
		<dc:creator>Auto Insurance Guy</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/#comment-941</guid>
		<description>Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.
Nice post. Thanks</description>
		<content:encoded><![CDATA[<p>Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.<br />
Nice post. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en" lang="en">
<head>
<title>
WE ADD UP - Our Blog</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="title" content="We Add Up" />
<meta name="description" content="Join The Count! Together, we can solve the climate crisis." />
<link rel="image_src" href="http://www.weaddup.com/skin1/custom/images/logo_small.jpg" />
<meta name="keywords" content="" />

<!-- Facebook Tags -->
<meta property="og:title" content="We Add Up" />
<meta property="og:site_name" content="We Add Up" />
<meta property="og:image" content="http://www.weaddup.com/skin1/custom/images/logo_small.jpg" />
<meta property="og:url" content="http://www.weaddup.com/" />
<meta property="og:type" content="website" />
<meta property="fb:admins" content="663416075, 683266688"/>

<script type="text/javascript">
<!--
var number_format_dec = '.';
var number_format_th = '';
var number_format_point = '2';
var store_language = 'US';
var xcart_web_dir = "";
var images_dir = "/skin1/images";
var lbl_no_items_have_been_selected = 'No items have been selected';
var current_area = 'C';
-->
</script><script src="/skin1/common.js" language="JavaScript" type="text/javascript"></script>
<link rel="shortcut icon" type="image/ico" href="/skin1/custom/images/favicon.ico" />
<link rel="stylesheet" href="/skin1/custom/includes/css/core.css" type="text/css" />
<link rel="stylesheet" href="/skin1/custom/includes/css/plugins.css" type="text/css" />
<link type="text/css" href="/skin1/custom/includes/js/ui/giveaway/ui.all.css" rel="stylesheet" />	
<link rel="stylesheet" href="/blog/wp-content/themes/weaddup/style.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/wp-rss2.php" />
<link rel="pingback" href="/blog/xmlrpc.php" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/blog/wp-includes/wlwmanifest.xml" />
<script src="https://www.google.com/jsapi?key=ABQIAAAABngUuN1dRO-zRsnvDaGmJhRmJldJ57ovXARsL27p9f0Z269ypxRoIGFOnkUScxh_Ov02hVetqW4OGw" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.2.6");</script>
<script type="text/javascript" src="/skin1/custom/includes/js/ui/jquery-ui-1.6.custom.min.js"></script>
<script type="text/javascript" src="/skin1/custom/includes/js/jquery.backgroundPosition.js"></script>
<script type="text/javascript" src="/skin1/custom/includes/js/library.js"></script>
<script type="text/javascript">


// DOM Loaded
$(document).ready(function(){
													 
	// Initialize Superfish
	$("ul.nav").superfish({
		hoverClass: "sfHover",
		pathClass: "overideThisToUse",
		delay: 800,
		animation: {opacity:"show"},
		speed: "fast"
	});
	
	// Scroll To Anchor Smoothly
	$('a[href*=#]').click(function() {
	if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
	&& location.hostname == this.hostname) {
	  var $target = $(this.hash);
	  $target = $target.length && $target
	  || $('[name=' + this.hash.slice(1) +']');
	  if ($target.length) {
		var targetOffset = $target.offset().top;
		$('html,body')
		.animate({scrollTop: targetOffset}, 1000);
	   return false;
	  }
	}
  });
	
	// Initialize Action Icon Rollovers
	$('.actionRollover')
		.css( {backgroundPosition: "0 0"} )
		.mouseover(function(){
			$(this).stop().animate(
				{backgroundPosition:"(-105px 0)"}, 
				{duration:300})
			})
		.mouseout(function(){
			$(this).stop().animate(
				{backgroundPosition:"(0 0)"}, 
				{duration:150})
			});
	$('.actionRolloverBig')
		.css( {backgroundPosition: "0 0"} )
		.mouseover(function(){
			$(this).stop().animate(
				{backgroundPosition:"(-124px 0)"}, 
				{duration:300})
			})
		.mouseout(function(){
			$(this).stop().animate(
				{backgroundPosition:"(0 0)"}, 
				{duration:200})
			});
	
	// random header image
	var totalNum = 4;
	var rndNum = Math.floor(Math.random() * totalNum);
	$("body").css("background-image","url('skin1/custom/images/header" + rndNum + ".jpg')");
	
});


</script>


<style type="text/css" media="screen">
    object { outline:none; }
</style>


<base href="http://www.weaddup.com/" /></head>

<body>

<!-- Facebook Includes -->

<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId  : '130785310267442',
      status : true, // check login status
      cookie : true, // enable cookies to allow the server to access the session
      xfbml  : true  // parse XFBML
    });
  };

  (function() {
    var e = document.createElement('script');
    e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
  }());
</script>


<!-- header -->

<!-- Container -->
<div id="container">
<a href="./"><img src="/skin1/custom/images/homelink.gif" alt="Home" id="homeLink" /></a>

<!-- Topnav -->

<!-- Login -->
<div id="login">
	<div style="float: right">
  	<a href="blog" style="font-size: 12px; padding-right: 5px;">Blog</a>|<a href="media" style="font-size: 12px; padding: 0 5px 0 5px;">Media</a> | <a href="contact" style="font-size: 12px;">Contact</a>
  	<div style="height: 140px;">&nbsp;</div>
  	

    
  <a href="secure_login.php"><img src="/skin1/custom/images/loggedout.gif" alt="Sign In" style="margin-right: 4px; vertical-align: -2px;" />Sign In</a><!--&nbsp;&nbsp;|&nbsp;&nbsp;<a href="register.php">Register</a>-->
  
  
   </div>
</div>
  
<!-- Navbar -->	
	<div id="greenBar"></div>
	<div id="navBar">
    <ul class="nav">
      <li style="width: 56px;"><a href="./">Home</a></li>
      <li style="width: 59px; padding: 8px 0 6px 0; cursor: default;">About
        <ul>
          <li><a href="about">We Add Up</a></li>
          <li><a href="globalwarming">Global Warming</a></li>
          <li><a href="green">Green &amp; Giving</a></li>
          <li><a href="ourproducts">Our Products</a></li>
          <li><a href="ourstory">Our Story</a></li>
          <li style="padding-bottom: 4px;"><a href="speaking">Public Speaking</a></li>
        </ul>
      </li>	
      <li style="width: 78px;"><a href="home.php#actions">Products</a>
        <ul>
          <li><a href="home.php#actions">Shirts</a></li>
          <li><a href="product.php?productid=32">Kids Tees</a></li>
          <li><a href="product.php?productid=33">"Neither" Tote</a></li>
          <li><a href="product.php?productid=47">"We Add Up" Tote</a></li>
          <li><a href="product.php?productid=48">Lunch Bag</a></li>
          <li><a href="product.php?productid=50">Eco-Travel Mug</a></li>
          <li><a href="product.php?productid=49">Bumper Sticker</a></li>
          <li><a href="product.php?productid=53">Ball Cap</a></li>
					<li style="padding-bottom: 4px;"><a href="giftcert.php">Gift Certificates</a></li>
        </ul>
      </li>
      <li style="width: 150px;"><a href="fundraiser" class="navhighlight">Start a Fundraiser</a></li>
      <li style="width: 96px;"><a href="wholesale" class="navhighlight">Wholesale</a></li>
      <li style="width: 110px;"><a href="bulk">Bulk Orders</a></li>
    </ul> 
    
		<!-- Bookmarks
    <div id="bookmark">
			
			<script type="text/javascript">
			var addthis_config = {
								services_compact: 'email, delicious, facebook, digg, twitter, friendfeed, buzz, more',
								services_exclude: 'print'
			}
			</script>
			<a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&amp;pub=weaddup"><img src="/skin1/custom/images/bookmark.gif" width="91" height="32" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js?pub=weaddup"></script>
			
    </div>
    -->
    
    
    <div id="bookmark">
  		<img src="/skin1/custom/images/bookmarkfb.gif" alt="Like this on Facebook" style="float: left;" />
      <!--<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.weaddup.com&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=arial&amp;colorscheme=dark&amp;height=10" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px; float: left; margin-top: 6px;" allowTransparency="true"></iframe>-->
    	<div style="margin-top: 6px; float: left;">
      	<fb:like href="http://www.weaddup.com/" layout="button_count" show_faces="false" width="100" font="arial" colorscheme="dark"></fb:like>
      </div>
    </div>
    
<!-- Cart Area -->
    <div id="cartArea">
    <!-- GS green shipping logic -->
		<a href="cart.php"><img src="/skin1/custom/images/cart_icon.gif" alt="View Cart" style="vertical-align: -11px; padding-right: 8px;" />View Cart</a><img src="/skin1/custom/images/cart_separator.gif" alt="" style="vertical-align: -11px;" /><a href="cart.php">Checkout</a>    </div>
    
<!-- Navbar End -->
  </div>

<!-- Content -->
	<div id="content">
<!-- breadcrumbs -->
<div id="breadcrumbs">
 <!-- Customer Version -->
	      <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td style="color: #fff; font-weight: bold;">You are here:&nbsp;&nbsp;&nbsp;</td><td><a href="./">Home</a></td>
    <td><img src="/skin1/custom/images/arrow_blue.gif" class="breadcrumb" alt="" /></td><td>Our Blog</td>
    </tr>
    </table>
    

</div>
<!-- main area -->

<div class="xcartContent">


<div id="blogContainer">
	<div id="blogContent">

	
		    
    <div class="post" id="post-17">
    
    	<div class="titleBlock">
        <a href="http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/" rel="bookmark" class="storytitle">4% of world&#8217;s oceans undamaged</a>
        <div class="meta">
        	Posted by <b>Jill</b>&nbsp;&nbsp;|&nbsp;&nbsp;<b>February 15, 2008 8:24 am</b>&nbsp;&nbsp;|&nbsp;&nbsp;
        
					            <script type="text/javascript">
              addthis_url = 'http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/';   
              addthis_title = '4% of world&#8217;s oceans undamaged'; 
              addthis_pub = 'weaddup';
              addthis_button = 'skin1/custom/images/bookmark2.gif';
							addthis_buttonW = '125';
							addthis_buttonH = '16';
							addthis_extras = 'style="vertical-align: middle"';
            </script><script type="text/javascript" src="skin1/custom/includes/js/addthis.js" ></script>
                    &nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/">Permalink</a>        </div>
    	</div>
      
      <div class="storycontent">
        <p>A study in Science journal reveals that only about 4% of the world&#8217;s oceans remain undamaged by human activity.  <a href="http://news.bbc.co.uk/2/hi/science/nature/7241428.stm" target="_blank">The first detailed global map</a> shows how climate change, pollution, fishing, and other human activities have taken their toll. All the more reason to keep recycling (keep that plastic out of the oceans) and commit to more activities that lessen your impact. We highly recommend you <a href="http://news.bbc.co.uk/2/hi/science/nature/7241428.stm" target="_blank">check out this article and see the maps.</a>  The good news is that the maps provide a good guide of the best places to focus conservation efforts.</p>
<p><a href="http://www.vitalchoice.com/index.cfm" target="_blank">Healthy and Tasty Tip of the Day:</a>  Do you love seafood, but are concerned about the effects of overfishing and heavy metals?  We recently met Randy Hartnell, veteran fisherman and founder of<a href="http://www.vitalchoice.com/index.cfm" target="_blank"> Vital Choice</a>, a company that provides only the absolute highest quality wild seafood.  They don&#8217;t sell to stores, they only sell directly to the customer.  Their seafood has the highest level of nutrients and the lowest level of contaminants of any seafood out there.  And, the taste is unbeatable.  Randy also happens to be a really great guy, motivated by all the right reasons.  Check out his company, <a href="http://www.vitalchoice.com/index.cfm" target="_blank">Vital Choice.</a>  He says, &#8220;Few retailers seek – or are able to identify – the best wild Alaska Salmon, less than 1% of which meet strict Vital Choice standards.&#8221;</p>
      </div>

			<div class="meta" style="padding-top: 15px;">Posted in:  <a href="http://www.weaddup.com/blog/archives/category/global/" title="View all posts in Global Warming" rel="category tag">Global Warming</a><br /> </div>
    
      <div class="feedback">
               </div>
   
    </div>
    
    
<h2 class="commentTitle">1 Response	<a href="#postcomment" title="Leave a comment"></a>
</h2>

<ul id="commentlist">

	<li  id="comment-941">
	<p class="meta"><b>#941</b>&nbsp;|&nbsp;Posted by  <b>Auto Insurance Guy</b>&nbsp;&nbsp;|&nbsp;&nbsp;November 7, 2009 12:30 pm </p>
	<p>Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.<br />
Nice post. Thanks</p>
	</li>

	

</ul>


<p><a href='http://www.weaddup.com/blog/archives/4-of-worlds-oceans-undamaged/feed/'><img src="blog/wp-content/themes/weaddup/images/feed.gif" alt="RSS Articles" style="vertical-align: -2px; padding-left: 4px;" />&nbsp;&nbsp;Discussion Feed</a>	<!--<a href="" rel="trackback"></a>-->
</p>

<h2 class="commentTitle">Join the discussion</h2>


<form action="http://www.weaddup.com/blog/wp-comments-post.php" method="post" id="commentform">


<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" />
<label for="author"><span class="red">*</span> Name</label></p>

<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" />
<label for="email"><span class="red">*</span> E-Mail (Will not be published)</label></p>


<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->

<p><textarea name="comment" id="comment" style="width: 600px;" cols="" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />&nbsp;<span class="red"> * Required </span>
<input type="hidden" name="comment_post_ID" value="17" />
</p>

</form>


    
   	      
		  
    
		      
  </div>
  
	<div id="sidebar">
  
      <ul>
      <li><h2 style="padding-top: 10px;">Let's Connect</h2></li>
      </ul>
      
      <div style="margin: 10px 0 10px 0">
        <div style="margin-bottom: 10px;"><a id="facebookBlog" href="http://www.facebook.com/weaddup"><span>Facebook</span></a></div>
       	<div style="margin-bottom: 10px;"> <a id="twitterBlog" href="http://www.twitter.com/weaddup"><span>Twitter</span></a></div>
        <div><a id="feedBlog" href="http://www.weaddup.com/blog/wp-rss2.php"><span>Feed</span></a></div>
			</div>
    
			
						
      <ul>
			<li><h2>Archives</h2></li>
					<li><a href='http://www.weaddup.com/blog/archives/2010/06/' title='June 2010'>June 2010</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2010/05/' title='May 2010'>May 2010</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2010/03/' title='March 2010'>March 2010</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2010/02/' title='February 2010'>February 2010</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2009/09/' title='September 2009'>September 2009</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2009/07/' title='July 2009'>July 2009</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2009/06/' title='June 2009'>June 2009</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2009/01/' title='January 2009'>January 2009</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/12/' title='December 2008'>December 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/11/' title='November 2008'>November 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/10/' title='October 2008'>October 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/09/' title='September 2008'>September 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/08/' title='August 2008'>August 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/05/' title='May 2008'>May 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/03/' title='March 2008'>March 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/02/' title='February 2008'>February 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2008/01/' title='January 2008'>January 2008</a></li>
	<li><a href='http://www.weaddup.com/blog/archives/2007/11/' title='November 2007'>November 2007</a></li>
      </ul>
      
			<ul>
			<li class="categories"><h2>Topics</h2><ul>	<li class="cat-item cat-item-13"><a href="http://www.weaddup.com/blog/archives/category/energy/" title="View all posts filed under Energy">Energy</a>
</li>
	<li class="cat-item cat-item-18"><a href="http://www.weaddup.com/blog/archives/category/events/" title="View all posts filed under Events">Events</a>
</li>
	<li class="cat-item cat-item-3"><a href="http://www.weaddup.com/blog/archives/category/global/" title="View all posts filed under Global Warming">Global Warming</a>
</li>
	<li class="cat-item cat-item-6"><a href="http://www.weaddup.com/blog/archives/category/government/" title="View all posts filed under Government">Government</a>
</li>
	<li class="cat-item cat-item-7"><a href="http://www.weaddup.com/blog/archives/category/in-the-spotlight/" title="View all posts filed under In the Spotlight">In the Spotlight</a>
</li>
	<li class="cat-item cat-item-4"><a href="http://www.weaddup.com/blog/archives/category/organic/" title="View all posts filed under Organic">Organic</a>
</li>
	<li class="cat-item cat-item-8"><a href="http://www.weaddup.com/blog/archives/category/part-of-the-solution/" title="View all posts filed under Part of the Solution">Part of the Solution</a>
</li>
	<li class="cat-item cat-item-9"><a href="http://www.weaddup.com/blog/archives/category/tips/" title="View all posts filed under Tips">Tips</a>
</li>
	<li class="cat-item cat-item-1"><a href="http://www.weaddup.com/blog/archives/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
	<li class="cat-item cat-item-33"><a href="http://www.weaddup.com/blog/archives/category/volunteering-and-fun/" title="View all posts filed under Volunteering and Fun">Volunteering and Fun</a>
</li>
</ul></li>			</ul>

			<ul>
			<li id="linkcat-2" class="linkcat"><h2>Friends</h2>
	<ul class='xoxo blogroll'>
<li><a href="http://www.carbonfund.org">Carbon Fund</a></li>
<li><a href="http://www.imorganic.com">I&#8217;m Organic</a></li>
<li><a href="http://stopglobalwarming.org" target="_blank">Stop Global Warming</a></li>
<li><a href="http://www.thegreenproject.org" target="_blank">The Green Project</a></li>
<li><a href="http://www.together.com" target="_blank">Together</a></li>
<li><a href="http://www.deepwild.org" target="_blank">Trillium Farm</a></li>
<li><a href="http://www.wecansolveit.org" target="_blank">We can solve it</a></li>

	</ul>
</li>
			</ul>
      
      <ul>
      <li><h2>Feeds</h2></li>
      <li><a href="http://www.weaddup.com/blog/wp-rss2.php" title="Syndicate this site using RSS" style="text-decoration: none;"><img src="blog/wp-content/themes/weaddup/images/feed.gif" alt="RSS Articles" style="vertical-align: -2px;" /> Articles</a></li>
			<li><a href="http://www.weaddup.com/blog/wp-commentsrss2.php" title="The latest comments to all posts in RSS" style="text-decoration: none;"><img src="blog/wp-content/themes/weaddup/images/feed.gif" alt="RSS Comments" style="vertical-align: -2px;" /> Comments</a></li>
			</ul>

			    
</div>	<div class="clear">&nbsp;</div>
 
</div>

<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/weaddup.json?callback=twitterCallback2&amp;count=3"></script>


</div>

<!-- footer -->

<!-- Content End -->
		<div class="clear"></div>
	</div>
    
<!-- Footer -->
  <div id="footer">
    <div id="footerLeftCol">
    	<p>WE ADD UP is a global count of people committed to helping stop climate change.  As our count grows, we demonstrate to the world that WE ADD UP.  No one can do everything, but everyone can do something.  Thank you for all your "somethings."
			<a href="ourstory"><img src="/skin1/custom/images/signature.gif" alt="Jill and Judy" style="padding: 7px 0 0 15px;" /></a></p>
    </div>
    <div id="footerMiddleCol">
      <p><b>Our Creative Team</b></p>
      Site by <a href="http://www.littlebiglab.com">LittleBigLab</a><br />
      Illustration by <a href="http://www.poetzscher.net">Poetzscher</a><br />
    </div>
    <div id="footerRightCol">
      <p><b>The Fine Print</b></p>
      <a href="policies#privacy">Your Privacy</a><br />
      <a href="policies#returns">Our Return Policy</a><br />
      <a href="policies#shipping">Shipping Information</a><br />
      <a href="policies#terms">Terms Of Use</a><br />
      <a href="https://www.weaddup.com/partner">Become an Affiliate</a><br />
    </div>
    <div class="clear"></div>
    <img src="/skin1/custom/images/partners.gif" alt="Our Partners" usemap="#partnersMap" id="partners" style="margin: 20px 0 25px 0;" />
    <map name="partnersMap" id="partnersMap">
    	<area shape="rect" coords="392,13,513,120" href="http://www.greenenergycouncil.com" alt="International Green Energy Council" />
      <area shape="rect" coords="17,13,115,121" href="http://www.coopamerica.org" alt="Coop America Approved" />
      <area shape="rect" coords="126,13,251,122" href="http://www.carbonfund.org" alt="Carbon Fund Partner" />
      <area shape="rect" coords="261,13,382,120" href="http://www.dreamhost.com/aboutus-green.html" alt="Green Hosting by Dreamhost" />
    </map>
	</div>

<!-- Container End -->  
</div>
	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript" language="JavaScript">
</script>
<script type="text/javascript">
	_uacct = "UA-446256-5";

	urchinTracker();
</script>

</body>
</html>
