<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>geekCouch &#187; G-Force</title>
	<atom:link href="http://www.thegeekcouch.com/tag/g-force/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekcouch.com</link>
	<description>Music. Movies. Random Geekdom.</description>
	<lastBuildDate>Sun, 30 Oct 2011 11:29:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>DVD/Blu-ray Releases for 12/15/2009</title>
		<link>http://www.thegeekcouch.com/2009/12/15/dvdblu-ray-releases-for-12152009/</link>
		<comments>http://www.thegeekcouch.com/2009/12/15/dvdblu-ray-releases-for-12152009/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:14:37 +0000</pubDate>
		<dc:creator>Sean Duregger</dc:creator>
				<category><![CDATA[DVD/BD Releases]]></category>
		<category><![CDATA[G-Force]]></category>
		<category><![CDATA[Inglourious Basterds]]></category>
		<category><![CDATA[The Hangover]]></category>

		<guid isPermaLink="false">http://www.thegeekcouch.com/?p=4126</guid>
		<description><![CDATA[
			
				
			
		
Buying movies is almost a dangerous obession with me.  I love it, and probably have spent more money on movies in my lifetime than any sane person.  At least I’m not spending money on heroine.
New Movie Tuesday is my favorite day of the week.  Here are this week’s releases as well as [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a  href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.thegeekcouch.com%2F2009%2F12%2F15%2Fdvdblu-ray-releases-for-12152009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Buying movies is almost a dangerous obession with me.  I love it, and probably have spent more money on movies in my lifetime than any sane person.  At least I’m not spending money on heroine.</p>
<p>New Movie Tuesday is my favorite day of the week.  Here are this week’s releases as well as my recommendations.</p>
<p>Being the film snob I am, I will recommend the Blu Ray versions of these flicks if available.</p>
<p><strong><span style="text-decoration: underline;">MUST BUY</span></strong></p>
<p><strong>Inglourious Basterds</strong><strong><span style="text-decoration: underline;"><br />
</span></strong></p>
<table id="detailheader" border="0" cellspacing="0">
<tbody>
<tr>
<td id="detailImage">
<div><a  id="imageViewerLink" href="http://astore.amazon.com/thgeco0f-20/images/B002T9H2L0"><img id="detailProductImage" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/51P-OVFu7AL._SL210_.jpg" alt="Inglourious Basterds (2-Disc Special Edition) [Blu-ray]" width="168" height="210" /></a></div>
</td>
<td>
<table id="prices" border="0">
<tbody>
<tr id="listprice">
<td><span style="text-decoration: line-through;"><span>List Price: </span></span></td>
<td><span style="text-decoration: line-through;"><span id="detailListPrice">$39.98</span></span></td>
</tr>
<tr id="ourprice">
<td><strong><span>Amazon Price: </span></strong></td>
<td><strong><span id="detailOfferPrice">$17.99</span></strong></td>
</tr>
</tbody>
</table>
<form id="addToCartForm" action="http://astore.amazon.com/thgeco0f-20/cart/add/B002T9H2L0" method="post">
<input name="sessionId" type="hidden" value="186-1433999-0978840" />
<input name="offerId" type="hidden" value="%2FEdsRp07x8mLjfibGehxIhyW9ebfw6u7f1X6L2VJ117Gte8ymlj7SO6fL0nYfJo5uyEd%2BEpG%2B087xkeBP%2BLu0917%2BdJu4bxV" />
<input id="buybutton" alt="Add to cart" name="pngImage" src="http://g-ecx.images-amazon.com/images/G/01/associates/storebuilder/add-to-cart-yellow._V46788356_.png" type="image" /> </form>
<p>Average customer review: <img src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" alt="" width="56" height="11" /></td>
</tr>
</tbody>
</table>
<p><script type="text/javascript">// <![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;</p>
<p>    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }</p>
<p>        root = root[parts[i]];
    }
}</p>
<p>registerNamespace('Associates.Util');</p>
<p>Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }</p>
<p>    var tags = parent_element.getElementsByTagName(tag);</p>
<p>    var class_tags = new Array();</p>
<p>    var class_regex = new RegExp("\\b" + class_name + "\\b");
    for (var i = 0; i < tags.length; i++)
    {
        if(tags[i].className.match(class_regex))
        {
            class_tags.push(tags[i]);
        }
    }</p>
<p>    return class_tags;
}</p>
<p>Associates.Util.findAncestor = function(child, test)
{
    var test_func;</p>
<p>    if(typeof test == 'object')
    {
        test_func = function(obj){ return obj == test };
    }
    else if (typeof test == 'string')
    {
        test_func = function(obj){ return obj.nodeName == test };
    }
    else
    {
        test_func = test;
    }</p>
<p>    while(child &#038;&#038; !test_func(child))
    {
        child = child.parentNode;
    }</p>
<p>    return child;
}</p>
<p>Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }</p>
<p>    for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }     return undefined; } function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }     if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent('on' + event, handler);     } } registerNamespace('Assoc.DOMEvent'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;     AttachEventListener(object, event, event_handler); } function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; } //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }     //MSIE     event.cancelBubble = true;     //w3c     if(event.stopPropagation) { event.stopPropagation(); } } function StopEventDefault(event) {     if(!event) { event = window.event; }     //MSIE     event.returnValue = false;     //w3c     if(event.preventDefault) { event.preventDefault() }; } //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); } function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; } function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; } var wImages; var link = document.getElementById('imageViewerLink'); function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, 'ImageView',             'width=625,height=700,scrollbars,resizable');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; } AttachEventListener(link, 'click', openImageViewer);
// ]]&gt;</script> Tarantino doesn&#8217;t disappoint with his WWII epic. It&#8217;s unique and full of great performances. Also at a <strong>LOW Blu-ray price</strong>, it&#8217;s a no brainer.</p>
<p><strong>The Hangover</strong></p>
<table id="detailheader" border="0" cellspacing="0">
<tbody>
<tr>
<td id="detailImage">
<div><a  id="imageViewerLink" href="http://astore.amazon.com/thgeco0f-20/images/B001UV4XEW"><img id="detailProductImage" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/61lI5Qy9HLL._SL210_.jpg" alt="The Hangover (Unrated Edition) [Blu-ray]" width="167" height="210" /></a></div>
</td>
<td>
<table id="prices" border="0">
<tbody>
<tr id="listprice">
<td><span style="text-decoration: line-through;"><span>List Price: </span></span></td>
<td><span style="text-decoration: line-through;"><span id="detailListPrice">$35.99</span></span></td>
</tr>
<tr id="ourprice">
<td><strong><span>Amazon Price: </span></strong></td>
<td><strong><span id="detailOfferPrice">$15.99</span></strong></td>
</tr>
</tbody>
</table>
<form id="addToCartForm" action="http://astore.amazon.com/thgeco0f-20/cart/add/B001UV4XEW" method="post">
<input name="sessionId" type="hidden" value="186-1433999-0978840" />
<input name="offerId" type="hidden" value="eR6QUTbGST96BLo1HD7fbN%2FeipyICB8xY2pAN73a6Pk2JCAiH3qWVN9ygkYa%2FdIWjo5SgC%2FLPRTd3u7dCXvGlZOg0oUwGDoA" />
<input id="buybutton" alt="Add to cart" name="pngImage" src="http://g-ecx.images-amazon.com/images/G/01/associates/storebuilder/add-to-cart-yellow._V46788356_.png" type="image" /> </form>
<p>Average customer review: <img src="http://images.amazon.com/images/G/01/associates/network/star45_tpng.png" alt="" width="56" height="11" /></td>
</tr>
</tbody>
</table>
<p><script type="text/javascript">// <![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;</p>
<p>    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }</p>
<p>        root = root[parts[i]];
    }
}</p>
<p>registerNamespace('Associates.Util');</p>
<p>Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }</p>
<p>    var tags = parent_element.getElementsByTagName(tag);</p>
<p>    var class_tags = new Array();</p>
<p>    var class_regex = new RegExp("\\b" + class_name + "\\b");
    for (var i = 0; i < tags.length; i++)
    {
        if(tags[i].className.match(class_regex))
        {
            class_tags.push(tags[i]);
        }
    }</p>
<p>    return class_tags;
}</p>
<p>Associates.Util.findAncestor = function(child, test)
{
    var test_func;</p>
<p>    if(typeof test == 'object')
    {
        test_func = function(obj){ return obj == test };
    }
    else if (typeof test == 'string')
    {
        test_func = function(obj){ return obj.nodeName == test };
    }
    else
    {
        test_func = test;
    }</p>
<p>    while(child &#038;&#038; !test_func(child))
    {
        child = child.parentNode;
    }</p>
<p>    return child;
}</p>
<p>Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }</p>
<p>    for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }     return undefined; } function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }     if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent('on' + event, handler);     } } registerNamespace('Assoc.DOMEvent'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;     AttachEventListener(object, event, event_handler); } function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; } //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }     //MSIE     event.cancelBubble = true;     //w3c     if(event.stopPropagation) { event.stopPropagation(); } } function StopEventDefault(event) {     if(!event) { event = window.event; }     //MSIE     event.returnValue = false;     //w3c     if(event.preventDefault) { event.preventDefault() }; } //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); } function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; } function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; } var wImages; var link = document.getElementById('imageViewerLink'); function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, 'ImageView',             'width=625,height=700,scrollbars,resizable');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; } AttachEventListener(link, 'click', openImageViewer);
// ]]&gt;</script> The best comedy of 2009 finally arrives on Blu-ray for a <em><strong>measely $15</strong></em>! Yes, please&#8230;..a-thank you.</p>
<p><span id="more-4126"></span></p>
<p><span style="text-decoration: underline;"><strong>RENT IT</strong></span></p>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002PMA9AC"><img src="http://ecx.images-amazon.com/images/I/51i8u1BkDlL._SL125_.jpg" alt="G-Force (Three-Disc DVD/Blu-ray Combo +Digital Copy) [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002SQ3664"><img src="http://ecx.images-amazon.com/images/I/61mZPJDZYNL._SL125_.jpg" alt="Taking Woodstock [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NTDXQE"><img src="http://ecx.images-amazon.com/images/I/51VqPNfN8lL._SL125_.jpg" alt="The Other Man [Blu-ray]" /></a></td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002PMA9AC">G-Force</a><br />
<span>$19.99</span><br />
Kids should eat up talking Covert-Op hamsters. The flick knows what it is, so I give it a pass.</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002SQ3664">Taking Woodstock [Blu-ray]</a><br />
<span>$27.99</span><br />
I&#8217;ve heard mixed reviews on this one.  But based on some positive reactions of the cast, this is worth renting.</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NTDXQE">The Other Man [Blu-ray]</a><br />
<span>$24.99</span><br />
Haven&#8217;t seen it.  But it&#8217;s Liam Neeson.  I&#8217;ll check it out.</td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.thegeekcouch.com/2009/11/24/dvdblu-ray-releases-for-11242009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51ZsNiDlZbL._SL210_.jpg" alt="DVD/Blu-ray Releases for 11/24/2009" title="DVD/Blu-ray Releases for 11/24/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/11/24/dvdblu-ray-releases-for-11242009/" rel="bookmark" class="crp_title">DVD/Blu-ray Releases for 11/24/2009</a></li><li><a  href="http://www.thegeekcouch.com/2009/12/11/dvdblu-ray-releases-for-12082009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51KuBqEDAcL._SL210_.jpg" alt="DVD/Blu-ray Releases for 12/08/2009" title="DVD/Blu-ray Releases for 12/08/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/12/11/dvdblu-ray-releases-for-12082009/" rel="bookmark" class="crp_title">DVD/Blu-ray Releases for 12/08/2009</a></li><li><a  href="http://www.thegeekcouch.com/2009/11/03/dvdblu-ray-releases-for-11032009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51OLNXvtMlL._SL210_.jpg" alt="DVD/Blu Ray Releases for 11/03/2009" title="DVD/Blu Ray Releases for 11/03/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/11/03/dvdblu-ray-releases-for-11032009/" rel="bookmark" class="crp_title">DVD/Blu Ray Releases for 11/03/2009</a></li><li><a  href="http://www.thegeekcouch.com/2009/11/10/dvdblu-ray-releases-for-11102009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51V%2Beipy8-L._SL210_.jpg" alt="DVD/Blu Ray Releases for 11/10/2009" title="DVD/Blu Ray Releases for 11/10/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/11/10/dvdblu-ray-releases-for-11102009/" rel="bookmark" class="crp_title">DVD/Blu Ray Releases for 11/10/2009</a></li><li><a  href="http://www.thegeekcouch.com/2009/12/01/dvdblu-ray-releases-for-12012009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51EJM15OikL._SL210_.jpg" alt="DVD/Blu-ray Releases for 12/01/2009" title="DVD/Blu-ray Releases for 12/01/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/12/01/dvdblu-ray-releases-for-12012009/" rel="bookmark" class="crp_title">DVD/Blu-ray Releases for 12/01/2009</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thegeekcouch.com/2009/12/15/dvdblu-ray-releases-for-12152009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

