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



    <title>Happy Together 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; Happy Together Blu-ray Disc Review Comments Feed" href="/2010/06/happy_together_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='New Dark Knight: Ultimate Collector&#039;s Edition Blu-ray coming soon?' href='/2010/06/new_dark_knight_ultimate_collectors_edition_blu_ray_coming_soon/index.html' />
<link rel='next' title='A Star is Born Blu-ray Disc Review' href='/2010/06/a_star_is_born_blu_ray_disc_review/index.html' />
<meta name="generator" content="WordPress 3.0.4" />
<link rel='shortlink' href='/index_p_10743.html' />

<!-- All in One SEO Pack 1.6.13.1 by Michael Torbert of Semper Fi Web Design[240,306] -->
<meta name="description" content="I'm not quite sure how to sum up a film like Happy Together. It's far too nuanced and complex to accurately outline in a few words. I can, however, tell you with great certainty that Kino's new Blu-ray edition of the film is one of the most stunning, film-like experiences I've ever had with the format. What a beautiful disc! ...Continued..." />
<meta name="keywords" content="kino international,kino lorber,leslie cheung,tony leung,wong kar-wai" />
<link rel="canonical" href="/2010/06/happy_together_blu_ray_disc_review/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/happy_together_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 = "/2010/06/happy_together_blu_ray_disc_review/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/happy_together_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="20110107030904" /><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: 3:09:04 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: 3:09:04 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: 3:09:04 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/happy_together_blu_ray_disc_review/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/happy_together_blu_ray_disc_review/feed//theblurayblogcom/feed/index.html">Subscribe</a></li>
<li><a href="/2010/06/happy_together_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-10743">Happy Together 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> June 20, 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/kino_international/index.html" rel="tag">Kino International</a>, <a href="/tag/kino_lorber/index.html" rel="tag">Kino Lorber</a>, <a href="/tag/leslie_cheung/index.html" rel="tag">Leslie Cheung</a>, <a href="/tag/tony_leung/index.html" rel="tag">Tony Leung</a>, <a href="/tag/wong_kar_wai/index.html" rel="tag">Wong Kar-wai</a>            	</div>
            	
				<div class="post_text">

            		<p style="text-align:center"></p><p><a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20" title="Happy Together Blu-ray Disc"><strong><em>HAPPY TOGETHER</em> (1997, Blu-ray released June 8, 2010 &#8211; MSRP $29.95)</strong></p>
<p><img src="/wp_content/uploads/2010/07/51PeFOC0gUL._SL500_AA300__150x150.jpg" alt="" title="Happy Together Blu-ray Disc" width="150" height="150" class="alignleft size-thumbnail wp-image-10744" /></a>I&#8217;m not quite sure how to sum up a film like <a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20"><em><strong>Happy Together</strong></em></a>. It&#8217;s far too nuanced and complex to accurately outline in a few words. I can, however, tell you with great certainty that <strong>Kino</strong>&#8216;s new Blu-ray edition of the film is one of the most stunning, film-like experiences I&#8217;ve ever had with the format. What a beautiful disc!</p>
<p>There&#8217;s a constant plea from characters to &#8220;start over&#8221; throughout <strong>Wong Kar-wai</strong>&#8216;s narratively elusive <a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20"><em>Happy Together</em></a>. A poignant notion for the expatriate gay lovers in the film, as well as for Hong Kong, the city they both left behind (the story takes place right around the time the city was being handed back to China after more than a century of British colonial rule.) The men find themselves adrift in Buenos Aires &#8211; one a doorman at a tango bar, the other a hustler &#8211; eternally pushing each other away, only to end up yet again in one anothers&#8217; arms through twist of fate or desperation. Sumptuous, lengthy cutaways to the majestic Iguacu Falls, a place they vowed to one day visit together, remind them while informing us that a greater serenity awaits them if they can find their way to it.</p>
<p><a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20"><em>Happy Together</em></a>, along with many of Wong&#8217;s films, has been accused of being a work of style over substance, where nothing much happens, looking wonderful while doing it. I would respectfully disagree. Cast and crew may have arrived in Argentina with only a couple of characters and a rough outline of scenes to film, but in the hands of a masterful director who used to make a living solely on his ability to craft a story, <a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20"><em>Happy Together</em></a> grew to become far more than the sum of its parts. It lacks plot, to be sure, but there is narrative to be found &#8211; love, loss, the choice to continue to struggle to find oneself while lost in a foreign land or to simply return home and face the past. If you care to look beyond the languid pacing, if the malaise of these melancholic souls doesn&#8217;t draw you too deeply into their dream, you&#8217;ll discover the tenuous, moving and all too real thread that only an auteur of Wong&#8217;s confidence could weave.</p>
<p>As wonderful as the writer/director&#8217;s work is though, it&#8217;s ultimately <strong>Christopher Doyle</strong>&#8216;s radiant cinematography that makes your jaw drop. And never more so than in this stunning new Blu-ray presentation from Kino. If I didn&#8217;t know better, I would swear that <a href="http://www.amazon.com/exec/obidos/ASIN/B003C9VEVK/fpma-20"><em>Happy Together</em></a> was projected in my living room from a pristine, new 35mm print. This transfer is absolutely gorgeous! The colours are so rich, the blacks so deep and the detail so fine that no other home video edition of this film can even come close. This disc is a revelation.</p>
<p>While not as immediately stunning as the visual presentation, the lossless<strong> DTS-HD Master 5.1</strong> is also a delight, delivering a crisp, well resolved soundscape that impresses most when music is at the forefront of the mix.</p>
<p>I&#8217;m pleased to say that the disc continues to impress in the special features department with almost 2-hours worth of substantial and entertaining extras. The hour-long &#8216;<em>Buenos Aires Zero Degree: The Making of Happy Together</em>&#8216; documentary is worthy of praise on its own artistic merit, managing to brilliantly cut together a good amount of interview footage and behind-the-scenes shots with a whole half-a-films-worth of deleted scenes. I also truly enjoyed the 45-minute &#8216;<em>Wong Kar-Wai at the Museum of the Moving Image</em>&#8216;, where we get the chance to hear the director describe his process in greater depth. The Blu-ray disc is rounded out with trailers and a still gallery.</p>
<p>Highest possible recommendation!</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/f0Dh6Jdc18c&amp;hl=en_US&amp;fs=1?hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/f0Dh6Jdc18c&amp;hl=en_US&amp;fs=1?hd=1" 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=B003C9VEVK" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></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/happy_together_blu_ray_disc_review/index.css" addthis:title="Happy Together Blu-ray Disc Review"></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/06/top_5_new_blu_ray_releases_for_the_week_of_june_8/index.html" title="Top 5 New Blu-ray releases for the Week of June 8 (June 8, 2010)">Top 5 New Blu-ray releases for the Week of June 8</a> (1)</li>
	<li><a href="/2010/11/top_5_new_blu_ray_releases_for_the_week_of_november_23/index.html" title="Top 5 New Blu-ray releases for the Week of November 23 (November 23, 2010)">Top 5 New Blu-ray releases for the Week of November 23</a> (1)</li>
	<li><a href="/2010/12/top_5_new_blu_ray_releases_for_the_week_of_december_14/index.html" title="Top 5 New Blu-ray releases for the Week of December 14 (December 14, 2010)">Top 5 New Blu-ray releases for the Week of December 14</a> (1)</li>
	<li><a href="/2010/08/the_complete_metropolis_blu_ray_officially_announced_and_detailed/index.html" title="The Complete Metropolis Blu-ray officially announced and detailed (August 25, 2010)">The Complete Metropolis Blu-ray officially announced and detailed</a> (1)</li>
	<li><a href="/2010/11/the_complete_metropolis_blu_ray_disc_review/index.html" title="The Complete Metropolis Blu-ray Disc Review (November 29, 2010)">The Complete Metropolis Blu-ray Disc Review</a> (2)</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;Happy Together Blu-ray Disc Review&#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/happy_together_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='10743' 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="5a8bf47a18" /></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 3:09:04 Jan 7, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 4:28:03 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)).
-->
