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



    <title>The Blu-ray Blog is Back from Vacation</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; The Blu-ray Blog is Back from Vacation Comments Feed" href="/2009/09/the_blu_ray_blog_is_back_from_vacation/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='Duncan Jones&#039; Moon announced for Blu-ray in the U.K.' href='/2009/08/duncan_jones_moon_announced_for_blu_ray_in_the_uk/index.html' />
<link rel='next' 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' />
<meta name="generator" content="WordPress 3.0.4" />
<link rel='shortlink' href='/index_p_4483.html' />

<!-- All in One SEO Pack 1.6.13.1 by Michael Torbert of Semper Fi Web Design[240,310] -->
<meta name="description" content="We're back and ready to play catch up with all the Blu-ray and High-def news and reviews that we've been missing this past week! ...Continued..." />
<meta name="keywords" content="chevy case,vacation" />
<link rel="canonical" href="/2009/09/the_blu_ray_blog_is_back_from_vacation/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') + '/2009/09/the_blu_ray_blog_is_back_from_vacation/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/the_blu_ray_blog_is_back_from_vacation/index.css";

var firstYear = 1996;
var displayDay = "6";
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="/2009/09/the_blu_ray_blog_is_back_from_vacation/index.css" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110106084148" /><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/the_blu_ray_blog_is_back_from_vacation/index.css" title="20 Feb 2010">FEB</a>
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 8:41:48 Jan 6, 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">
               
                   <a href="/2009/09/the_blu_ray_blog_is_back_from_vacation/index.css" title="19:58:26 Feb 20, 2010"><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: 8:41:48 Jan 6, 2011">6</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: 8:41:48 Jan 6, 2011">2011</td>
	       <td class="f" nowrap="nowrap">
               
                   2012
               
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/2009/09/the_blu_ray_blog_is_back_from_vacation/index.css" title="See a list of every capture for this URL">2 captures</a>
           <div class="r" title="Timespan for captures of this URL">20 Feb 10 - 6 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:010000000000_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="/2009/09/the_blu_ray_blog_is_back_from_vacation/feed//theblurayblogcom/feed/index.html">Subscribe</a></li>
<li><a href="/2009/09/the_blu_ray_blog_is_back_from_vacation/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">Site News</h2>
        		
            	<h2 class="post_name" id="post-4483">The Blu-ray Blog is Back from Vacation</h2>
            	
            	<div class="post_meta">
            		By <a href="/author/brenden/index.html" title="Posts by Brenden">Brenden</a> <span class="dot">&sdot;</span> September 3, 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/chevy_case/index.html" rel="tag">Chevy Case</a>, <a href="/tag/vacation/index.html" rel="tag">Vacation</a>            	</div>
            	
				<div class="post_text">

            		<p style="text-align:center"></p><div class="captionfull"><img src="/wp_content/themes/tma/images/latest/vacation.jpg">
<p>Zat shop over zere, just down ze Champs-Élysées has a delightful selection of Jerry Lewis films on ze Blu-ray disc!</p>
</div>
<p>We&#8217;re back from vacation and ready to play catch up with all the Blu-ray and High-def news and reviews that we&#8217;ve been missing this past week!</p>
<p>Things have been crazy here, at TBRB central &#8211; we&#8217;ve been out of town, pimping <a href="http://dcu.blog.dccomics.com/tag/wednesday-comics/"><em><strong>Wednesday Comics</strong></em></a> at Fan-Expo in Toronto, performing with Wainwright cousins <a href="http://www.mittenstrings.com/"><strong>The Mittenstrings</strong></a> in Montreal and moving from a cramped apartment to a lovely small house in the east-end, <a href="http://en.wikipedia.org/wiki/Hochelaga-Maisonneuve">Hochelaga-Maisonneuve</a> area of the city. It&#8217;s a crazy amount of stuff to pack into seven days. But now we&#8217;re back in business and there&#8217;s a lot of news to report on. We&#8217;ve also got a few reviews coming up in the next couple of days including <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 <em><strong>Earth</strong></em></a> and <a href="http://www.amazon.com/gp/product/B000NU2CY4?ie=UTF8&amp;tag=fpma-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000NU2CY4"><strong>Paramount</strong>&#8216;s much-maligned <em><strong>Gladiator</strong></em></a> Blu-ray discs. As soon as the projector is up and running we&#8217;ll let you know what we think!</p>
<p>Thanks for sticking with us! Happy September!</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><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=B000NU2CY4" 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="/2009/09/the_blu_ray_blog_is_back_from_vacation/index.css" addthis:title="The Blu-ray Blog is Back from Vacation"></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/02/top_5_new_blu_ray_releases_for_the_week_of_february_23/index.html" title="Top 5 New Blu-ray releases for the Week of February 23 (February 23, 2010)">Top 5 New Blu-ray releases for the Week of February 23</a> (0)</li>
	<li><a href="/2009/11/national_lampoons_christmas_vacation_ultimate_collectors_edition_blu_ray_disc_review/index.html" title="National Lampoon&#039;s Christmas Vacation: Ultimate Collector&#039;s Edition Blu-ray Disc Review (November 11, 2009)">National Lampoon&#039;s Christmas Vacation: Ultimate Collector&#039;s Edition Blu-ray Disc Review</a> (1)</li>
	<li><a href="/2010/04/blu_ray_comedy_from_warner_vacation_european_vacation_caddyshack_whats_up_doc/index.html" title="Blu-ray Comedy from Warner: Vacation, European Vacation, Caddyshack, What&#039;s Up Doc? (April 25, 2010)">Blu-ray Comedy from Warner: Vacation, European Vacation, Caddyshack, What&#039;s Up Doc?</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">One comment for &#8220;The Blu-ray Blog is Back from Vacation&#8221;</h3>	

												
					</div>
							
							
					
<!-- You can start editing here. -->



	
	<ol id="commentlist">

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

		<div class="fright"><img alt='' src='http://0.gravatar.com/avatar/44b44ffd80b826d1a03853d24be5576c?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>That led <a href="http://ofkfj.com/commodities-bet/" rel="nofollow">tie bet card counting</a> themselves were <a href="http://ofkfj.com/corian-per-lineal-foot/" rel="nofollow">typical words per line</a> watch for <a href="http://ofkfj.com/odds-of-bible-prophecies-coming-true/" rel="nofollow">calculator odds poker truepoker</a> the judge <a href="http://ofkfj.com/no-face-playng-cards/" rel="nofollow">smiley face ecards</a> alarm summoned <a href="http://ofkfj.com/orthopedic-bets-view/" rel="nofollow">orthopedic bets view</a> invincible against <a href="http://ofkfj.com/punto-banco-capital/" rel="nofollow">puntos premia banco popular</a> bird skewed <a href="http://ofkfj.com/first-five-major-metacrawlers/" rel="nofollow">maroon five first album</a> have waited <a href="http://ofkfj.com/alberta-build-a-patio-deck/" rel="nofollow">deck out houses for christmas</a> bis gems <a href="http://ofkfj.com/pipe-insulation-weight-per-linear-foot/" rel="nofollow">transmission cost per line mile</a> the blood <a href="http://ofkfj.com/mystery-progressive-slot-machine-jackpots/" rel="nofollow">jackpots progressive</a> break our <a href="http://ofkfj.com/red-sox-dog-clothes/" rel="nofollow">red dog cafe md</a> discuss much <a href="http://ofkfj.com/circus-on-the-moon/" rel="nofollow">the circus gay porn</a> than before <a href="http://ofkfj.com/rake-search-spread-accelerator/" rel="nofollow">where to buy carpet rake</a> healthy aversion <a href="http://ofkfj.com/keno-results-from-jupiters-casino/" rel="nofollow">secret of keno</a> staring through <a href="http://ofkfj.com/slots-alley-free-bonus/" rel="nofollow">win online casino bonuses slot</a> help staring <a href="http://ofkfj.com/high-school-students-credit-cards/" rel="nofollow">high definition usb card</a> could also <a href="http://ofkfj.com/a-royal-flush-dvd/" rel="nofollow">poker straight royal flush pair</a> thrill through <a href="http://ofkfj.com/bet-corner/" rel="nofollow">bet corner</a> until her <a href="http://ofkfj.com/joker-meltdown/" rel="nofollow">bail bondsman joker lyric</a> nothing worthwhile <a href="http://ofkfj.com/soft-hands-gloves/" rel="nofollow">soft hands spa mississauga</a> see through <a href="http://ofkfj.com/skulls-and-spades-royal-flush/" rel="nofollow">dr bob martin royal flush treatment</a> negative advice <a href="http://ofkfj.com/5-deposit-poker/" rel="nofollow">bachelor party poker nude servers</a> riene exclaiming <a href="http://ofkfj.com/money-wealth-cash-payout-international-club/" rel="nofollow">cash register collector club</a> sure enough <a href="http://ofkfj.com/hand-made-folding-lockback-knife/" rel="nofollow">collette bobby hand back moment</a> perhaps ruefully <a href="http://ofkfj.com/portland-money-station-busines/" rel="nofollow">money from deforestation of rainforest</a> dangerous animal <a href="http://ofkfj.com/scuffalo-bankroll/" rel="nofollow">no deposit poker bankrolls</a> where this <a href="http://ofkfj.com/bet-and-hits-from-the-street/" rel="nofollow">bet lynch in coronation street</a> hey disappeare <a href="http://ofkfj.com/online-bet-consensus-free-pick-sports/" rel="nofollow">bet casino gambling gambling online</a> other associatio <a href="http://ofkfj.com/neisser-five-kinds-of-self-knowledge/" rel="nofollow">name five kinds of precipitation</a> fiery roar <a href="http://ofkfj.com/smallest-earlybird-jackpot/" rel="nofollow">pc game jackpot</a> properly trained <a href="http://ofkfj.com/full-episodes-desperate-housewives/" rel="nofollow">download full house korean movie</a> been her <a href="http://ofkfj.com/money-stationary/" rel="nofollow">play station 2 game money order</a> she whispered <a href="http://ofkfj.com/craps-horn-bet/" rel="nofollow">craps horn bet</a> the reverse <a href="http://ofkfj.com/hard-to-handle-black-crowes/" rel="nofollow">hard to handle tab black crowes</a> the fakes <a href="http://ofkfj.com/woodworking-plans-for-a-backgammon-board/" rel="nofollow">danish backgammon federation</a> one end <a href="http://ofkfj.com/bingo-bonus-free-free-game-signup/" rel="nofollow">davinci&#8217;s gold bonus deposit games</a> hair was <a href="http://ofkfj.com/johnny-cash-fan-club-in-america/" rel="nofollow">auto cash club</a> the memory <a href="http://ofkfj.com/oprah-next-big-idea-final-eight/" rel="nofollow">big eight football</a> dive for <a href="http://ofkfj.com/red-wing-jerseys-for-dogs/" rel="nofollow">red hat society outfit for dogs</a> and those <a href="http://ofkfj.com/spades-straight-flush/" rel="nofollow">six full house straight flush trick</a> anatomy changing <a href="http://ofkfj.com/list-five-kinds-of-snow-crystals/" rel="nofollow">list five kinds of snow cristals</a> child had <a href="http://ofkfj.com/wva-medical-student-laurie-yablon/" rel="nofollow">lorie yablon wva</a> for danger <a href="http://ofkfj.com/odds-for-a-royal-straight-flush/" rel="nofollow">flush meadow poker royal straight york</a> two almost <a href="http://ofkfj.com/bet-comedy-award/" rel="nofollow">bet comedy show</a> ery nice <a href="http://ofkfj.com/john-comes-grosse-point/" rel="nofollow">come to rocky point</a> olph interrupte <a href="http://ofkfj.com/highroller-whitetail-offspring-duck/" rel="nofollow">highroller record deer</a> irrelevant because <a href="http://ofkfj.com/dish-network-new-cards-down/" rel="nofollow">card credit down paying</a> folk regardless <a href="http://ofkfj.com/ultimate-bet-money/" rel="nofollow">bet all my money</a> wanted them <a href="http://ofkfj.com/architect-bonus-chief-library-symbol/" rel="nofollow">architect bonus chief library symbol</a> express his <a href="http://ofkfj.com/deuces-wild-game-computer/" rel="nofollow">deuces gambling poker tip wild</a> was late aordinaire.</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='http://ofkfj.com/map.html' rel='external nofollow' class='url'>Todifieohaqa</a></span> | <a href="#comment-328" title="">October 30, 2009, 2:37 am</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2009/09/the_blu_ray_blog_is_back_from_vacation/index_replytocom_328.html' onclick="return addComment.moveForm(&quot;comment-328&quot;, &quot;328&quot;, &quot;respond&quot;, &quot;4483&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/the_blu_ray_blog_is_back_from_vacation/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='4483' 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="e765d6f7bf" /></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>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>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/11/the_complete_metropolis_blu_ray_disc_review/index.html" title="View all comments for The Complete Metropolis Blu-ray Disc Review">The Complete Metropolis Blu-ray Disc Review</a></li>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/08/the_sound_of_music_45th_anniversary_edition_blu_ray_officially_announced_and_detailed/index.html" title="View all comments for The Sound of Music: 45th Anniversary Edition Blu-ray officially announced and detailed">The Sound of Music: 45th Anniversary Edition Blu-ray officially announced and detailed</a></li>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/07/alien_anthology_blu_ray_boxed_set_officially_announced_and_detailed/index.html" title="View all comments for Alien Anthology Blu-ray Boxed Set Officially Announced and Detailed">Alien Anthology Blu-ray Boxed Set Officially Announced and Detailed</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/ -->
    

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

</html>





<!--
     FILE ARCHIVED ON 8:41:48 Jan 6, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 5:33:42 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)).
-->
