<!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" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">


<script type="text/javascript" src="/static/js/analytics.js"></script>
<script type="text/javascript">archive_analytics.values.server_name="wwwb-app16.us.archive.org";archive_analytics.values.server_ms=166;</script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>



    <title>DisneyNature Earth Blu-ray Disc Review</title>
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />       
    <meta name="generator" content="WordPress 3.0.4" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="/wp_content/themes/tma/style.css" type="text/css" media="screen, projection" />
    
    <!--[if lt IE 7]>
	    <link rel="stylesheet" href="/wp_content/themes/tma/ie.css" type="text/css" media="screen, projection">
    <![endif]-->
    
    <link rel="alternate" type="application/rss+xml" title="The Blu-ray Blog RSS Feed" href="/feed/index.html" />
	<link rel="pingback" href="/xmlrpc.html" />
    
    <link rel="shortcut icon" href="/wp_content/themes/tma/images/favicon2.ico" />

	    
    <link rel="alternate" type="application/rss+xml" title="The Blu-ray Blog &raquo; DisneyNature Earth Blu-ray Disc Review Comments Feed" href="/2009/09/disneynature_earth_blu_ray_disc_review/feed/index.html" />
<script type='text/javascript' src='/wp_includes/js/comment_reply_ver_20090102.js'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc_rsd_.html" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp_includes/wlwmanifest.xml" /> 
<link rel='index' title='The Blu-ray Blog' href='/index.html' />
<link rel='start' title='Next 6 Bond Blu-Ray Discs Revealed' href='/2008/11/next_6_bond_blu_ray_discs_revealed/index.html' />
<link rel='prev' title='Sony&#039;s PS3 Slim News Round-Up: Released, Reviewed, Compared' href='/2009/09/sonys_ps3_slim_news_round_up_released_reviewed_compared/index.html' />
<link rel='next' title='Studio Ghibli/Disney Ponyo Japanese Blu-ray Bonus Features, Release Date Confirmed' href='/2009/09/studio_ghiblidisney_ponyo_japanese_blu_ray_bonus_features_release_date_confirmed/index.html' />
<meta name="generator" content="WordPress 3.0.4" />
<link rel='shortlink' href='/index_p_4506.html' />

<!-- All in One SEO Pack 1.6.13.2 by Michael Torbert of Semper Fi Web Design[247,317] -->
<meta name="description" content="I think I'm the only Blu-ray aficionado who doesn't yet own the BBC Planet Earth discs. I mean, I've seen them, for the most part, on friends and family's screens. Stunning stuff. But if you don't have twenty-thousand hours to sit through the whole documentary series, it feels a bit impenetrable. That's why I love Disney Nature's new Earth Blu-ray disc. ...Continued..." />
<meta name="keywords" content="bbc,disney,documentary,nature,planet earth,walt disney home entertainment" />
<link rel="canonical" href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" />
<!-- /all in one seo pack -->
<script type="text/javascript" src="/wp_content/plugins/flv_embed/swfobject.js"></script>
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>

<meta name="google-site-verification" content="tvNNu3yoMbHf_8yEZuWPXxEFyB0SgrVD1jq8rqQcD1A" />

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-8726074-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '/2009/09/disneynature_earth_blu_ray_disc_review/google_analyticscom/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</head>

<body>


<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript">//<![CDATA[
var __wm = (function(imgWidth,imgHeight,yearImgWidth,monthImgWidth){
var wbPrefix = "/web/";
var wbCurrentUrl = "/2009/09/disneynature_earth_blu_ray_disc_review/index.css";

var firstYear = 1996;
var displayDay = "7";
var displayMonth = "Mar";
var displayYear = "2012";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var $D=document,$=function(n){return document.getElementById(n)};
var trackerVal,curYear = -1,curMonth = -1;
var yearTracker,monthTracker;
function showTrackers(val) {
  if (val===trackerVal) return;
  var $ipp=$("wm-ipp");
  var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl");
  if (val) {
    $ipp.className="hi";
  } else {
    $ipp.className="";
    $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay;
  }
  yearTracker.style.display=val?"inline":"none";
  monthTracker.style.display=val?"inline":"none";
  trackerVal = val;
}
function trackMouseMove(event,element) {
  var eventX = getEventX(event);
  var elementX = getElementX(element);
  var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth);
  var monthOff = xOff % yearImgWidth;

  var year = Math.floor(xOff / yearImgWidth);
  var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth));
  // 1 extra border pixel at the left edge of the year:
  var month = (year * 12) + monthOfYear;
  var day = monthOff % 2==1?15:1;
  var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) +
    zeroPad(day,2) + "000000";

  $("displayYearEl").innerHTML=year+firstYear;
  $("displayMonthEl").innerHTML=prettyMonths[monthOfYear];
  // looks too jarring when it changes..
  //$("displayDayEl").innerHTML=zeroPad(day,2);
  var url = wbPrefix + dateString + '/index.html' +  wbCurrentUrl;
  $("wm-graph-anchor").href=url;

  if(curYear != year) {
    var yrOff = year * yearImgWidth;
    yearTracker.style.left = yrOff + "px";
    curYear = year;
  }
  if(curMonth != month) {
    var mtOff = year + (month * monthImgWidth) + 1;
    monthTracker.style.left = mtOff + "px";
    curMonth = month;
  }
}
function hideToolbar() {
  $("wm-ipp").style.display="none";
}
function bootstrap() {
  var $spk=$("wm-ipp-sparkline");
  yearTracker=$D.createElement('div');
  yearTracker.className='yt';
  with(yearTracker.style){
    display='none';width=yearImgWidth+"px";height=imgHeight+"px";
  }
  monthTracker=$D.createElement('div');
  monthTracker.className='mt';
  with(monthTracker.style){
    display='none';width=monthImgWidth+"px";height=imgHeight+"px";
  }
  $spk.appendChild(yearTracker);
  $spk.appendChild(monthTracker);

  var $ipp=$("wm-ipp");
  $ipp&&disclaimElement($ipp);
}
return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap};
})(525, 27, 25, 2);//]]>
</script>
<style type="text/css">
body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}
</style>
<div id="wm-ipp" lang="en" style="display:none;">

<div style="position:fixed;left:0;top:0;width:100%!important">
<div id="wm-ipp-inside">
   <table style="width:100%;"><tbody><tr>
   <td id="wm-logo">
       <a href="/web/" title="Wayback Machine home page"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0" /></a>
   </td>
   <td class="c">
       <table style="margin:0 auto;"><tbody><tr>
       <td class="u" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20120307113112" /><input type="submit" value="Go" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td class="n" rowspan="2">
           <table><tbody>
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr class="m">
           	<td class="b" nowrap="nowrap">
		
		    <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="16 Jul 2011">JUL</a>
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 11:31:12 Mar 7, 2012">MAR</td>
		<td class="f" nowrap="nowrap">
		
		    <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="20 Dec 2014"><strong>DEC</strong></a>
		
                </td>
	    </tr>
           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr class="d">
               <td class="b" nowrap="nowrap">
               
                   <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="22:32:41 Jul 16, 2011"><img src="/static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
               
               </td>
               <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 11:31:12 Mar 7, 2012">7</td>
	       <td class="f" nowrap="nowrap">
               
		   <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="3:37:48 Dec 20, 2014"><img src="/static/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0" /></a>
	       
	       </td>
           </tr>
           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr class="y">
	       <td class="b" nowrap="nowrap">
               
                   <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="25 Sep 2009"><strong>2009</strong></a>
               
               </td>
               <td class="c" id="displayYearEl" title="You are here: 11:31:12 Mar 7, 2012">2012</td>
	       <td class="f" nowrap="nowrap">
               
	           <a href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="20 Dec 2014"><strong>2014</strong></a>
	       
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" title="See a list of every capture for this URL">6 captures</a>
           <div class="r" title="Timespan for captures of this URL">11 Sep 09 - 20 Dec 14</div>
       </td>
       <td class="k">
       <a href="" id="wm-graph-anchor">
       <div id="wm-ipp-sparkline" title="Explore captures for this URL">
	 <img id="sparklineImgId" alt="sparklines"
		 onmouseover="__wm.st(1)" onmouseout="__wm.st(0)"
		 onmousemove="__wm.mv(event,this)"
		 width="525"
		 height="27"
		 border="0"
		 src="graph.jsp?graphdata=525_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000003000_2010:-1:000000000000_2011:-1:000000100000_2012:2:001000000000_2013:-1:000000000000_2014:-1:000000000001_2015:-1:000000000000_2016:-1:000000000000" />
       </div>
       </a>
       </td>
       </tr></tbody></table>
   </td>
   <td class="r">
       <a href="#close" onclick="__wm.h();return false;" style="background-image:url(/static/images/toolbar/wm_tb_close.png);top:5px;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="background-image:url(/static/images/toolbar/wm_tb_help.png);bottom:5px;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>
</div>
</div>
</div>
<script type="text/javascript">__wm.bt();</script>
<!-- END WAYBACK TOOLBAR INSERT -->
   <!--start body-->

    <div class="container">   <!--start container-->
    
        <div id="header" class="column span-14">
        
            <div id="logo" class="column first">
            
                
        
			<a href="/index.html" title="Blu-ray disc news, reviews, releases, movies, films on PS3, Playstation, players, drives, Apple, Mac, OSX, HD, HDTV: Home" class="sitelogo"></a>
            
            </div>

<div class="column span-1 first"> 

           
<script type="text/javascript"><!--
google_ad_client = "pub-9989813313411004";
/* Long Bottom */
google_ad_slot = "3657842897";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>
            
           <div id="navigationbar">

	<div id="navigationbar-left">
		<ul id="navigation">
			<li><a href="/index.html">Home</a></li>
<li><a href="/category/release_news/index.html">Release News</a></li>
<li><a href="/category/rumours/index.html">Rumours</a></li>
<li><a href="/category/featured/index.html">Featured</a></li>
<li><a href="/category/reviews/index.html">Reviews</a></li>
<li><a href="/category/video/index.html">Videos</a></li>
<li><a href="/2009/09/disneynature_earth_blu_ray_disc_review/feed//theblurayblogcom/feed/index.html">Subscribe</a></li>
<li><a href="/2009/09/disneynature_earth_blu_ray_disc_review/feed//theblurayblogcom/feed/index.html"><img src="/wp_content/themes/tma/images/bg/rss.gif" alt="Subscribe to The Blu-ray Blog" /></a></li>
<li><a href="http://www.facebook.com/pages/The-Blu-ray-Blog/101275875282?ref=ts"><img src="/wp_content/themes/tma/images/bg/fb.gif"/></a></li>
		</ul>
	</div>
	
	<div id="navigationbar-right">
		<form id="searchform" method="get" action="/index.html">
		<input type="text" value="Search The Blu-ray Blog..." name="s" id="search" onfocus="if (this.value == 'Search The Blu-ray Blog...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search The Blu-ray Blog...';}" />
		<input type="submit" id="searchbutton" value="GO" /></form>
	</div>

</div>       
 
        </div>   <!--end header-->        
        
        <div id="topbanner_single" class="column span-14">   <!-- start top banner -->
            <div class="pagetitle">
                // you&#8217;re reading...
            </div>
        </div>   <!-- end top banner -->
        
        <div id="post_content" class="column span-14">   <!-- start home_content -->
        
        			
                
        	<div class="column span-11 first">
        		<h2 class="post_cat">Reviews</h2>
        		
            	<h2 class="post_name" id="post-4506">DisneyNature Earth Blu-ray Disc Review</h2>
            	
            	<div class="post_meta">
            		By <a href="/author/brenden/index.html" title="Posts by Brenden">Brenden</a> <span class="dot">&sdot;</span> September 4, 2009 <span class="dot">&sdot;</span>   <a href="#comments">Post a comment</a>
            	</div>

				<div class="post_meta">
            		<span class="filedunder"><strong>Filed Under</strong></span> &nbsp;<a href="/tag/bbc/index.html" rel="tag">BBC</a>, <a href="/tag/disney/index.html" rel="tag">Disney</a>, <a href="/tag/documentary/index.html" rel="tag">Documentary</a>, <a href="/tag/nature/index.html" rel="tag">Nature</a>, <a href="/tag/planet_earth/index.html" rel="tag">Planet Earth</a>, <a href="/tag/walt_disney_home_entertainment/index.html" rel="tag">Walt Disney Home Entertainment</a>            	</div>
            	
				<div class="post_text">

            		<p style="text-align:center"></p><p><a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><strong><em>EARTH</em> (2009, Blu-ray released September 1, 2009 &#8211; MSRP $39.99)</strong></p>
<p><img src="/wp_content/uploads/2009/09/51phs5gx3l_sl500_aa240_.jpg" alt="Disney Nature Earth Blu-ray disc" title="Disney Nature Earth Blu-ray disc" width="240" height="240" class="alignleft size-full wp-image-4507" /></a>I think I&#8217;m the only Blu-ray aficionado who doesn&#8217;t yet own the <a href="http://www.amazon.com/gp/product/B000MRAAJM?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000MRAAJM"><strong>BBC <em>Planet Earth</em></strong> discs</a>. I mean, I&#8217;ve seen them, for the most part, on friends and family&#8217;s screens. Stunning stuff. But if you don&#8217;t have twenty-thousand hours to sit through the whole documentary series, it feels a bit impenetrable. That&#8217;s why I love <a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><strong>Disney Nature</strong>&#8216;s new <strong><em>Earth</em></strong> Blu-ray disc</a>.</p>
<p><a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><em>Earth</em></a> is damn-near a highlight reel of the <a href="http://www.amazon.com/gp/product/B000MRAAJM?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000MRAAJM"><em>Planet Earth</em></a> documentary series. Award-winning British producer and director <strong>Alastair Fothergill</strong> and <strong>Mark Linfield</strong> have taken the most compelling story elements of the near 4000 days of cinematography captured by the BBC crew and fused them together into a fairly cohesive 90 minute, family friendly presentation for the new Disney Nature film label. The filmmakers follow families of arctic polar bears, African elephants and humpback whales for a year in a tale woven by master narrator and Dark Lord of the Sith, <strong>James Earl Jones</strong> (<strong>Patrick Stewart</strong> narrates the British release of Earth) . Using these story elements as a base, the film spirals around the globe, allowing brief glimpses at some of the more wondrous scenes captured for the series and delivering a subtle warning about the erosion of the natural world.</p>
<p>The Blu-ray disc is, as I&#8217;m sure you expected, absolutely brilliant to behold. Like the <a href="http://www.amazon.com/gp/product/B000MRAAJM?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000MRAAJM"><em>Planet Earth</em> boxed set</a> before it, the <a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><em>Earth</em></a> disc is a show-stopper and a no-brainer as a home theatre demo disc. Wanna impress your pals with your new high-def screen? Pop in <a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><em>Earth</em></a> and watch their jaws drop. What makes this really stand apart from the <a href="http://www.amazon.com/gp/product/B000MRAAJM?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000MRAAJM"><em>Planet Earth</em></a> collection is the inclusion of a lossless audio track. Where the former set only included a compressed Dolby Digital 5.1 surround track, <a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><em>Earth</em></a> shatters your speakers with glorious 5.1 DTS HD (at 48kHz/24 bit)! You can almost hear the planet spinning on its axis! Ok&#8230;no, you can&#8217;t. I just made that up&#8230;</p>
<p>The <a href="http://www.amazon.com/gp/product/B001UV4XWE?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001UV4XWE"><em>Earth</em> Blu-ray disc</a> features some really nice bonus features in the way of a 45 minute documentary about the filmmaking process and a Blu-ray exclusive &#8220;Annotation&#8221; track that runs through the length of the film. While the doc focuses solely on the unique methods used to capture the footage and the lengths the filmmakers had to go to get it, the annotation track branches out, offering pop-up scientific text bites and picture-in-picture interviews with scientists, along with the filmmakers. BD-Live is used on the discs &#8220;Living Menu&#8221;, which will update regularly, offering a fresh look at different zones around the planet. Cool!</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/lWmZqSllWSc&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lWmZqSllWSc&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=fpma-20&amp;o=1&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;md=10FE9736YVPPT7A0FBG2&amp;asins=B001UV4XWE" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p style="text-align:center"></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="/2010/06/top_5_new_blu_ray_releases_for_the_week_of_june_1/index.html" title="Top 5 New Blu-ray releases for the Week of June 1 (June 1, 2010)">Top 5 New Blu-ray releases for the Week of June 1</a> (0)</li>
	<li><a href="/2010/03/video_wish_list_studio_ghibli_collection_on_blu_ray/index.html" title="[VIDEO] Wish List: Studio Ghibli Collection on Blu-ray (March 1, 2010)">[VIDEO] Wish List: Studio Ghibli Collection on Blu-ray</a> (2)</li>
	<li><a href="/2011/03/video_tron_legacy_blu_ray_with_disney_second_screen/index.html" title="[VIDEO] Tron: Legacy Blu-ray with Disney Second Screen (March 21, 2011)">[VIDEO] Tron: Legacy Blu-ray with Disney Second Screen</a> (1)</li>
	<li><a href="/2010/01/video_toy_story_and_toy_story_2_blu_ray_trailer/index.html" title="[VIDEO] Toy Story and Toy Story 2 Blu-ray Trailer (January 7, 2010)">[VIDEO] Toy Story and Toy Story 2 Blu-ray Trailer</a> (0)</li>
	<li><a href="/2011/12/video_the_rocketeer_blu_ray_clips/index.html" title="[VIDEO] The Rocketeer Blu-ray clips (December 13, 2011)">[VIDEO] The Rocketeer Blu-ray clips</a> (0)</li>
</ul>


									
					
				</div>
				
<iframe src="http://www.facebook.com/plugins/likebox.php?id=101275875282&amp;width=460&amp;connections=16&amp;stream=false&amp;header=true&amp;height=287" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:460px; height:287px;" allowTransparency="true"></iframe>				


				<div id="comments">   <!-- start comments -->
				
					<div id="commenthead">
					
						<h2 class="post_comm">Discussion</h2>
	    
													
							<h3 class="mast5">2 comments for &#8220;DisneyNature Earth Blu-ray Disc Review&#8221;</h3>	

												
					</div>
							
							
					
<!-- You can start editing here. -->



	
	<ol id="commentlist">

	
	<li id="comment-329">
		
		<div class="commentcont">

		<div class="fright"><img alt='' src='http://0.gravatar.com/avatar/671fe8db0b050752a8806c3763ffab28?s=40&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></div>
							
			<p>i liked the part with the polar bears.</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='http://roadkillroadkill.com/' rel='external nofollow' class='url'>elaine</a></span> | <a href="#comment-329" title="">September 4, 2009, 5:57 pm</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2009/09/disneynature_earth_blu_ray_disc_review/index_replytocom_329.html' onclick="return addComment.moveForm(&quot;comment-329&quot;, &quot;329&quot;, &quot;respond&quot;, &quot;4506&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	<li id="comment-330">
		
		<div class="commentcont">

		<div class="fright"><img alt='' src='http://1.gravatar.com/avatar/986f31fd81c79218829f01d84b1922f1?s=40&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></div>
							
			<p>I am still new to having a Blu ray I cannot wait to get the Blu ray. I already ordered it. Some people say it is one of the best HD visual experiences on Blu ray disk.</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='http://www.bluraydvd.co.za/' rel='external nofollow' class='url'>Blu ray</a></span> | <a href="#comment-330" title="">September 22, 2009, 4:52 pm</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2009/09/disneynature_earth_blu_ray_disc_review/index_replytocom_330.html' onclick="return addComment.moveForm(&quot;comment-330&quot;, &quot;330&quot;, &quot;respond&quot;, &quot;4506&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	</ol>

 


<div id="respond">

<h2 id="comment-form" class="post_comm2">Post a comment</h2>

<div class="cancel-comment-reply">
	<a rel="nofollow" id="cancel-comment-reply-link" href="/2009/09/disneynature_earth_blu_ray_disc_review/index.css" style="display:none;">Click here to cancel reply.</a></div>


<form action="/wp_comments_post.html" method="post" id="commentform">


<fieldset>

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

	<p>
		<label for="email" class="com">E-mail *</label>
		<input class="comtext" type="text" name="email" id="email" value="" size="22" tabindex="2" />
	</p>

	<p>
		<label for="url" class="com">Web site</label>
		<input class="comtext" type="text" name="url" id="url" value="" size="22" tabindex="3" />
	</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>
		<label for="comment" class="com">Comment</label>
		<textarea class="comtext" name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
	</p>
	
</fieldset>

<fieldset>

	<p>
		<input name="submit" type="submit" id="submit" tabindex="5" class="comsubmit" value="Submit Comment" />
		<input type='hidden' name='comment_post_ID' value='4506' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
	
	</p>

<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="28bfe4fd37" /></p>
</fieldset>

</form>

</div>


					
				</div>   <!-- end comments -->
            	
            </div>
            
            
            
                            <div class="column span-3 last">
										              
                	<div id="side_categories">
            
						<h3 class="mast">Categories</h3>

						
												
						<ul class="cat">
								<li class="cat-item cat-item-4"><a href="/category/contests/index.html" title="View all posts filed under Contests">Contests</a>
</li>
	<li class="cat-item cat-item-5"><a href="/category/deals/index.html" title="View all posts filed under Deals">Deals</a>
</li>
	<li class="cat-item cat-item-6"><a href="/category/editorial/index.html" title="View all posts filed under Editorial">Editorial</a>
</li>
	<li class="cat-item cat-item-2697"><a href="/category/gift_guides/index.html" title="View all posts filed under Gift Guides">Gift Guides</a>
</li>
	<li class="cat-item cat-item-8"><a href="/category/hacks/index.html" title="View all posts filed under Hacks">Hacks</a>
</li>
	<li class="cat-item cat-item-9"><a href="/category/hardware_news/index.html" title="View all posts filed under Hardware News">Hardware News</a>
</li>
	<li class="cat-item cat-item-10"><a href="/category/hardware_reviews/index.html" title="View all posts filed under Hardware Reviews">Hardware Reviews</a>
</li>
	<li class="cat-item cat-item-11"><a href="/category/interviews/index.html" title="View all posts filed under Interviews">Interviews</a>
</li>
	<li class="cat-item cat-item-12"><a href="/category/release_news/index.html" title="View all posts filed under Release News">Release News</a>
</li>
	<li class="cat-item cat-item-13"><a href="/category/reviews/index.html" title="View all posts filed under Reviews">Reviews</a>
</li>
	<li class="cat-item cat-item-14"><a href="/category/rumours/index.html" title="View all posts filed under Rumours">Rumours</a>
</li>
	<li class="cat-item cat-item-15"><a href="/category/site_news/index.html" title="View all posts filed under Site News">Site News</a>
</li>
	<li class="cat-item cat-item-16"><a href="/category/studio_news/index.html" title="View all posts filed under Studio News">Studio News</a>
</li>
	<li class="cat-item cat-item-17"><a href="/category/top_5_new_on_blu/index.html" title="View all posts filed under Top 5 New on Blu">Top 5 New on Blu</a>
</li>
	<li class="cat-item cat-item-18"><a href="/category/trailers/index.html" title="View all posts filed under Trailers">Trailers</a>
</li>
	<li class="cat-item cat-item-1"><a href="/category/uncategorized/index.html" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
	<li class="cat-item cat-item-19"><a href="/category/video/index.html" title="View all posts filed under Video">Video</a>
</li>
	<li class="cat-item cat-item-20"><a href="/category/weekly_picks/index.html" title="View all posts filed under Weekly Picks">Weekly Picks</a>
</li>
	<li class="cat-item cat-item-21"><a href="/category/wish_list/index.html" title="View all posts filed under Wish List">Wish List</a>
</li>
						</ul>
            		
            		</div>

					            		
            		            		
            		<div class="ad_block">
	<div class="ad180">
		<script type="text/javascript"><!--
google_ad_client = "pub-9989813313411004";
/* Tall left */
google_ad_slot = "4143143083";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
	</div>
</div>            		
            							
            		
            		            		
            		<div id="side_recent_comments">
            
						<h3 class="mast">Recent Comments</h3>
						
						<ul class="reccom">							
							<li>Top New Blu-ray releases for the Week of February 28 on <a href="/2012/02/video_three_reasons_vanya_on_42nd_street_e28093_the_criterion_collection/index.html" title="View all comments for [VIDEO] Three Reasons: Vanya on 42nd Street – The Criterion Collection">[VIDEO] Three Reasons: Vanya on 42nd Street – The Criterion Collection</a></li>
<li>Top New Blu-ray releases for the Week of February 28 on <a href="/2012/01/hugo_blu_ray_announced_and_detailed/index.html" title="View all comments for Hugo Blu-ray announced and detailed">Hugo Blu-ray announced and detailed</a></li>
<li>Ryan&#8217;s Criterion Link Collection For February 24th Through The 27th, 2012 | CriterionCast on <a href="/2012/02/video_three_reasons_vanya_on_42nd_street_e28093_the_criterion_collection/index.html" title="View all comments for [VIDEO] Three Reasons: Vanya on 42nd Street – The Criterion Collection">[VIDEO] Three Reasons: Vanya on 42nd Street – The Criterion Collection</a></li>
<li>The 84th Oscar Winners on Blu-ray on <a href="/2012/02/the_muppets_coming_to_blu_ray_in_march/index.html" title="View all comments for The Muppets coming to Blu-ray in March">The Muppets coming to Blu-ray in March</a></li>
<li>The Muppets coming to Blu-ray in March on <a href="/2012/02/the_84th_oscar_winners_on_blu_ray/index.html" title="View all comments for The 84th Oscar Winners on Blu-ray">The 84th Oscar Winners on Blu-ray</a></li>
						</ul>
            		
            		</div>
            		
            		
										
										
            	</div>
     
            
        
        </div>   <!-- start home_content -->
        
        
        <div id="footer" class="column span-14">
        
        	<div class="column span-7 first">
        		&#169; 2009 The Blu-ray Blog. <a href="/feed/index.html"><img src="/wp_content/themes/tma/images/bg/feedicon12.png" alt="Entries (RSS)" style="vertical-align: top; margin: 2px 0 0 7px;" /></a>
        	</div>
        	
        	<div class="column span-7 last">
        		<div class="push-0">
					<a href="http://wordpress.org/" title="Powered by WordPress"><img src="/wp_content/themes/tma/images/bg/wp.png" alt="Powered by WordPress" /></a>
					<a href="http://themasterplan.in/tma/" title="Design: The Masterplan"><img src="/wp_content/themes/tma/images/bg/masterplan.png" alt="Theme by The Masterplan" /></a>        		
        		</div>
        	</div>
        
        </div>
        
    
    </div>   <!--end container-->
    
    <!-- WordPress theme by Arun Kale / www.themasterplan.in | Download it at http://themasterplan.in/tma/ -->
    

<!-- AddThis Button Begin -->
<script type="text/javascript">var addthis_product = 'wpp-251';
var addthis_config = {"data_track_clickback":true};</script><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4f57470159b8d8df"></script>
</body>  <!--end body-->

</html>





<!--
     FILE ARCHIVED ON 11:31:12 Mar 7, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 0:00:10 Jan 7, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
