<!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-app17.us.archive.org";archive_analytics.values.server_ms=287;</script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>



    <title>First look at AMC&#039;s Walking De&#8230;</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; First look at AMC&#039;s Walking De&#8230; Comments Feed" href="/2010/06/first_look_at_amcs_walking_de/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='We&#039;re going to be doing mainte&#8230;' href='/2010/06/were_going_to_be_doing_mainte/index.html' />
<link rel='next' title='A new ThunderCats series is co&#8230;' href='/2010/06/a_new_thundercats_series_is_co/index.html' />
<meta name="generator" content="WordPress 3.0.4" />
<link rel='shortlink' href='/index_p_10025.html' />

<!-- All in One SEO Pack 1.6.13.1 by Michael Torbert of Semper Fi Web Design[240,314] -->
<meta name="keywords" content="blu-ray,twitter" />
<link rel="canonical" href="/2010/06/first_look_at_amcs_walking_de/index.css" />
<!-- /all in one seo pack -->
	<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') + '/2010/06/first_look_at_amcs_walking_de/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 = "/2010/06/first_look_at_amcs_walking_de/index.css";

var firstYear = 1996;
var displayDay = "7";
var displayMonth = "Jan";
var displayYear = "2011";
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="/2010/06/first_look_at_amcs_walking_de/index.css" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110107142149" /><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">
		
		    Dec
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 14:21:49 Jan 7, 2011">JAN</td>
		<td class="f" nowrap="nowrap">
		
		    Feb
		
                </td>
	    </tr>
           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr class="d">
               <td class="b" nowrap="nowrap">
               
                       <img src="/static/images/toolbar/wm_tb_prv_off.png" alt="Previous capture" width="14" height="16" border="0" />
               
               </td>
               <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 14:21:49 Jan 7, 2011">7</td>
	       <td class="f" nowrap="nowrap">
               
                   <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
               
	       </td>
           </tr>
           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr class="y">
	       <td class="b" nowrap="nowrap">
               
                   2010
               
               </td>
               <td class="c" id="displayYearEl" title="You are here: 14:21:49 Jan 7, 2011">2011</td>
	       <td class="f" nowrap="nowrap">
               
                   2012
               
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/2010/06/first_look_at_amcs_walking_de/index.css" title="See a list of every capture for this URL">1 captures</a>
           <div class="r" title="Timespan for captures of this URL">7 Jan 11 - 7 Jan 11</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:000000000000_2010:-1:000000000000_2011:0:100000000000_2012:-1:000000000000_2013:-1:000000000000_2014:-1:000000000000_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="/2010/06/first_look_at_amcs_walking_de/feed//theblurayblogcom/feed/index.html">Subscribe</a></li>
<li><a href="/2010/06/first_look_at_amcs_walking_de/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">Asides</h2>
        		
            	<h2 class="post_name" id="post-10025">First look at AMC&#039;s Walking De&#8230;</h2>
            	
            	<div class="post_meta">
            		By <a href="/author/brenden/index.html" title="Posts by Brenden">Brenden</a> <span class="dot">&sdot;</span> June 2, 2010 <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/blu_ray/index.html" rel="tag">Blu-ray</a>, <a href="/tag/twitter/index.html" rel="tag">twitter</a>            	</div>
            	
				<div class="post_text">

            		<p style="text-align:center"></p><p>First look at AMC&#8217;s Walking Dead <a href="http://io9.com/5553571/" rel="nofollow">http://io9.com/5553571/</a> (via @<a href="http://twitter.com/io9" class="aktt_username">io9</a>)</p>

<!-- AddThis Button BEGIN -->
<script type="text/javascript">
//<!--
var addthis_product = 'wpp-250';
var addthis_append_data = 'false';
//-->
</script>
<div class="addthis_container"><a href="http://www.addthis.com/bookmark.php?v=250&amp;username=wp-4c45505638f88a9b" class="addthis_button" addthis:url="/2010/06/first_look_at_amcs_walking_de/index.css" addthis:title="First look at AMC&#039;s Walking De&#8230;"></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4c45505638f88a9b"></script></div>
<!-- AddThis Button END --><p style="text-align:center"></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="/2010/01/video_panasonics_end_to_end_3d_solution/index.html" title="[VIDEO] Panasonic&#039;s End-to-End 3D Solution: From Dealerscope (January 25, 2010)">[VIDEO] Panasonic&#039;s End-to-End 3D Solution: From Dealerscope</a> (0)</li>
	<li><a href="/2010/03/those_comic_book_deals_were_t/index.html" title="[Those comic book deals were t... (March 7, 2010)">[Those comic book deals were t...</a> (0)</li>
	<li><a href="/2010/03/a_whole_animated_film_about_o/index.html" title="[A WHOLE ANIMATED FILM ABOUT O... (March 4, 2010)">[A WHOLE ANIMATED FILM ABOUT O...</a> (0)</li>
	<li><a href="/2008/12/woody_allens_vicki_cristina_b/index.html" title="Woody Allen&#039;s Vicki Cristina Barcelona starring Scarlett Johansson on Blu-ray (December 10, 2008)">Woody Allen&#039;s Vicki Cristina Barcelona starring Scarlett Johansson on Blu-ray</a> (0)</li>
	<li><a href="/2010/03/wong_kar_wais_fallen_angels_o/index.html" title="Wong Kar-wai&#039;s Fallen Angels o&#8230; (March 9, 2010)">Wong Kar-wai&#039;s Fallen Angels o&#8230;</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">No comments for &#8220;First look at AMC&#039;s Walking De&#8230;&#8221;</h3>	

												
					</div>
							
							
					
<!-- You can start editing here. -->


			<!-- If comments are open, but there are no comments. -->

	 


<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="/2010/06/first_look_at_amcs_walking_de/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='10025' 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="76043f5bf9" /></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>[VIDEO] Star Wars: The Complete Saga Blu-ray Trailer on <a href="/2011/01/9_disc_star_wars_the_complete_saga_blu_ray_box_coming_in_september/index.html" title="View all comments for 9-Disc Star Wars: The Complete Saga Blu-ray box coming in September">9-Disc Star Wars: The Complete Saga Blu-ray box coming in September</a></li>
<li>9-Disc Star Wars: The Complete Saga Blu-ray box coming in September on <a href="/2010/08/george_lucas_confirms_star_wars_blu_ray_set_for_2011_previews_never_before_seen_deleted_scene/index.html" title="View all comments for George Lucas confirms Star Wars Blu-ray set for 2011, previews never-before-seen deleted scene (UPDATED)">George Lucas confirms Star Wars Blu-ray set for 2011, previews never-before-seen deleted scene (UPDATED)</a></li>
<li>LeroyK on <a href="/2010/10/the_last_exorcism_blu_ray_announced/index.html" title="View all comments for The Last Exorcism Blu-ray Announced">The Last Exorcism Blu-ray Announced</a></li>
<li>Jake on <a href="/2009/07/universal_to_release_ipod_touchiphone_apps_that_control_blu_ray_players_ps3/index.html" title="View all comments for Universal to release iPod Touch/iPhone apps that control Blu-ray players, PS3">Universal to release iPod Touch/iPhone apps that control Blu-ray players, PS3</a></li>
<li>Tweets that mention The Top 10 Best and Worst Blu-ray Discs of 2010 &#8212; Topsy.com on <a href="/2011/01/the_top_10_best_and_worst_blu_ray_discs_of_2010/index.html" title="View all comments for The Top 10 Best and Worst Blu-ray Discs of 2010">The Top 10 Best and Worst Blu-ray Discs of 2010</a></li>
						</ul>
            		
            		</div>
            		
            		
										
										
            	</div>
     
            
        
        </div>   <!-- start home_content -->
        
        
        <div id="footer" class="column span-14">
        
        	<div class="column span-7 first">
        		&#169; 2010 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/ -->
    

</body>  <!--end body-->

</html>





<!--
     FILE ARCHIVED ON 14:21:49 Jan 7, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:28:23 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)).
-->
