<?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; Funny People</title>
	<atom:link href="http://www.thegeekcouch.com/tag/funny-people/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 11/24/2009</title>
		<link>http://www.thegeekcouch.com/2009/11/24/dvdblu-ray-releases-for-11242009/</link>
		<comments>http://www.thegeekcouch.com/2009/11/24/dvdblu-ray-releases-for-11242009/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:04:55 +0000</pubDate>
		<dc:creator>Sean Duregger</dc:creator>
				<category><![CDATA[DVD/BD Releases]]></category>
		<category><![CDATA[Angels & Demons]]></category>
		<category><![CDATA[Four Christmases]]></category>
		<category><![CDATA[Funny People]]></category>
		<category><![CDATA[Ghost in the Shell 2.0]]></category>
		<category><![CDATA[Shorts]]></category>

		<guid isPermaLink="false">http://www.thegeekcouch.com/?p=4048</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 my recommendations.
Being the film [...]]]></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%2F11%2F24%2Fdvdblu-ray-releases-for-11242009%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><strong>New Movie Tuesday</strong> is my favorite day of the week.  Here are this week’s releases as well as my recommendations.</p>
<p><em>Being the film snob I am, I will recommend the Blu Ray versions of these flicks if available.</em></p>
<p><strong><span style="text-decoration: underline;">Rent It:</span></strong><br />
<strong>Funny People</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/B002PLPQM4" target="ImageView"><img id="detailProductImage" src="http://ecx.images-amazon.com/images/I/51ZsNiDlZbL._SL210_.jpg" alt="Funny People [Blu-ray]" /></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">$23.99</span><span><br />
</span></strong></td>
</tr>
</tbody>
</table>
<form id="addToCartForm" action="http://astore.amazon.com/thgeco0f-20/cart/add/B002PLPQM4" method="post">
<input name="sessionId" type="hidden" value="192-3330428-1386025" />
<input name="offerId" type="hidden" value="u3Tf2WOJlZKazESHJLQ1%2F7tpjbcFYTcrBxlYzMxy7sq2JT5juSM8VAY3UO5aBLbEknc45iQadyWWwFC01JOmHxEMqSxId2dW" />
<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/star30_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> A lot of people loved the Dramedy with Adam Sandler &amp; Seth Rogen, but also a lot of people hated it. Blamed for being a bit long in the tooth, Funny People drags on 20 minutes longer than it should. However, there is a lot to love and we&#8217;d all love to see Adam Sandler out of the usual shit-hole movies he does.</p>
<p><span id="more-4048"></span></p>
<p><strong>Skip It</strong></p>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B001CTA1UW"><img src="http://ecx.images-amazon.com/images/I/51DSl6QfqLL._SL125_.jpg" alt="Four Christmases [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002O5M4SU"><img src="http://ecx.images-amazon.com/images/I/51xDmlHwQBL._SL125_.jpg" alt="Angels &amp; Demons [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B0021L8URQ"><img src="http://ecx.images-amazon.com/images/I/6124cZNMNZL._SL125_.jpg" alt="Shorts [Blu-ray]" /></a></td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B001CTA1UW">Four Christmases [Blu-ray]</a><br />
<span>$18.99</span><br />
Look at the picture.  Another Reese Witherspoon romantic comedy set at Christmas.  Ick. Don&#8217;t think Vince Vaughan can save this.</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002O5M4SU">Angels &amp; Demons [Blu-ray]</a><br />
<span>$18.99</span><br />
Oh boy! A brooding Tom Hanks with bad hair and over-cooked religious plot! No thanks.</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B0021L8URQ">Shorts [Blu-ray]</a><br />
<span>$19.99</span><br />
I guess this could be harmless for the kids.  However, you may want to blow your brains out every time they ask to watch it.</td>
</tr>
</tbody>
</table>
<p><strong><span style="text-decoration: underline;">New to Blu-Ray/DVD &amp; Recommended:</span></strong></p>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7FO"><img src="http://ecx.images-amazon.com/images/I/618g7HOAK7L._SL125_.jpg" alt="The Monster Squad (20th Anniversary Edition) [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7FE"><img src="http://ecx.images-amazon.com/images/I/51keT6vlfLL._SL125_.jpg" alt="Cujo (25th Anniversary Edition) [Blu-ray]" /></a></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NUULNQ"><img src="http://ecx.images-amazon.com/images/I/51PFSvmYuLL._SL125_.jpg" alt="Blood: The Last Vampire [Blu-ray]" /></a></td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7FO">The Monster Squad (20th Anniversary Edition&#8230;</a><br />
<span>$12.99</span><br />
Buy this and set it next to your Night of the Creeps Blu Ray!</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7FE">Cujo (25th Anniversary Edition) [Blu-ray]</a><br />
<span>$12.99</span><br />
Rabid St. Bernard in HD! If you don&#8217;t own this yet on DVD, the Blu Ray price is worth it.</td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NUULNQ">Blood: The Last Vampire [Blu-ray]</a><br />
<span>$14.99</span><br />
It may be short, but this Anime has some awesome visuals and bloody vampire fights.</td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7F4"><img src="http://ecx.images-amazon.com/images/I/51OA3cuVkjL._SL125_.jpg" alt="Frailty [Blu-ray]" /></a></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7F4">Frailty [Blu-ray]</a><br />
<span>$13.99</span><br />
Bill Paxton&#8217;s directorial debut.  A strong horror flick, worth owning.</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration: underline;"><strong>New to Blu Ray</strong></span></p>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td></td>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NUULNG"><img src="http://ecx.images-amazon.com/images/I/514shRvhgtL._SL125_.jpg" alt="Ghost in the Shell 2.0 [Blu-ray]" /></a></td>
</tr>
<tr>
<td><a  href="http://astore.amazon.com/thgeco0f-20/detail/B002NPY7F4"></a></td>
<td><a href="http://astore.amazon.com/thgeco0f-20/detail/B002NUULNG">Ghost in the Shell 2.0 [Blu-ray]</a><br />
<span>$14.99</span><br />
Key scenes are given the CG makeover with lack-luster results.  Buy the DVD and keep your fingers crossed for a proper release.</td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.thegeekcouch.com/2009/12/15/dvdblu-ray-releases-for-12152009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51P-OVFu7AL._SL210_.jpg" alt="DVD/Blu-ray Releases for 12/15/2009" title="DVD/Blu-ray Releases for 12/15/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/12/15/dvdblu-ray-releases-for-12152009/" rel="bookmark" class="crp_title">DVD/Blu-ray Releases for 12/15/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/10/29/dvdblu-ray-releases-for-10272009/" rel="bookmark"><img src="http://ecx.images-amazon.com/images/I/51L6C1CGhZL._SL210_.jpg" alt="DVD/Blu Ray Releases for 10/27/2009" title="DVD/Blu Ray Releases for 10/27/2009" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/10/29/dvdblu-ray-releases-for-10272009/" rel="bookmark" class="crp_title">DVD/Blu Ray Releases for 10/27/2009</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thegeekcouch.com/2009/11/24/dvdblu-ray-releases-for-11242009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Film Posters for Adam Sandler&#8217;s Funny People are Hilarious</title>
		<link>http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/</link>
		<comments>http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:18:12 +0000</pubDate>
		<dc:creator>Sean Duregger</dc:creator>
				<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Trailers]]></category>
		<category><![CDATA[Adam Sandler]]></category>
		<category><![CDATA[Clips]]></category>
		<category><![CDATA[Fake Movie]]></category>
		<category><![CDATA[Funny People]]></category>
		<category><![CDATA[Judd Apatow]]></category>
		<category><![CDATA[Posters]]></category>

		<guid isPermaLink="false">http://www.thegeekcouch.com/?p=3103</guid>
		<description><![CDATA[
			
				
			
		

In Judd Apatow&#8216;s comedy Funny People, Adam Sandler plays a popular comedian named George Simmons.  He&#8217;s a successful comedian turned actor who (like Sandler himself) has appeared in many crappy films.  After the jump, see the posters for these fake posters, also view clips and plot outlines.
Funny People will be in Theaters July 31, 2009.
The [...]]]></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%2F06%2F18%2Ffilm-posters-for-adam-sandlers-funny-people-are-hilarious%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-3107" style="border: 2px solid black;" title="fakeposters-funnypeople" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/fakeposters-funnypeople-1024x750.jpg" alt="fakeposters-funnypeople" width="491" height="360" /></p>
<p style="text-align: left;">In <strong>Judd Apatow</strong>&#8216;s comedy <a href="www.imdb.com/title/tt1201167/" target="_blank"><em><strong>Funny People</strong></em></a>, Adam Sandler plays a popular comedian named George Simmons.  He&#8217;s a successful comedian turned actor who (like Sandler himself) has appeared in many crappy films.  After the jump, see the posters for these fake posters, also view clips and plot outlines.</p>
<p style="text-align: left;"><a href="www.imdb.com/title/tt1201167/" target="_blank"><em><strong>Funny People</strong></em></a> will be in Theaters <strong>July 31, 2009</strong>.</p>
<p style="text-align: left;"><span id="more-3103"></span><strong>The Posters:</strong></p>

<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/merman/" title="merman"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/merman-100x100.jpg" class="attachment-thumbnail" alt="merman" title="merman" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/littlebylittle/" title="littlebylittle"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/littlebylittle-100x100.jpg" class="attachment-thumbnail" alt="littlebylittle" title="littlebylittle" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/astro-not/" title="astro-not"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/astro-not-100x100.jpg" class="attachment-thumbnail" alt="astro-not" title="astro-not" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/codegreen/" title="codegreen"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/codegreen-100x100.jpg" class="attachment-thumbnail" alt="codegreen" title="codegreen" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/thechampion/" title="thechampion"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/thechampion-100x100.jpg" class="attachment-thumbnail" alt="thechampion" title="thechampion" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/mybestfriendisarobot/" title="mybestfriendisarobot"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/mybestfriendisarobot-100x100.jpg" class="attachment-thumbnail" alt="mybestfriendisarobot" title="mybestfriendisarobot" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/re-do/" title="re-do"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/re-do-100x100.jpg" class="attachment-thumbnail" alt="re-do" title="re-do" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/savonaradavey/" title="savonaradavey"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/savonaradavey-100x100.jpg" class="attachment-thumbnail" alt="savonaradavey" title="savonaradavey" /></a>
<a  href="http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/fakeposters-funnypeople/" title="fakeposters-funnypeople"><img width="100" height="100" src="http://www.thegeekcouch.com/wp-content/uploads/2009/06/fakeposters-funnypeople-100x100.jpg" class="attachment-thumbnail" alt="fakeposters-funnypeople" title="fakeposters-funnypeople" /></a>

<p><strong>Fake Film Plot Synopis&#8217; and Clips:</strong></p>
<p><em><strong>MerMan</strong></em> (1998) When Emma (<strong>Elizabeth Banks</strong>), a spunky marine biologist, discovers a real life Merman, she promises to keep his secret if he’ll help get her a research grant. But when a jealous colleague suspects something’s fishy, its the Merman who has to save Emma’s tail.</p>
<p><em><strong>Code Green</strong></em> (2003) A park ranger teams up with a city-slicker detective (<strong>Dwayne Johnson</strong>) to catch an escaped convict in the Pacific Northwest. One has to survive the elements. The other has to survive his partner.</p>
<p><em><strong>Dog’s Best Friend </strong></em>(2003) After his partner is murdered in a botched heist, a detective is teamed with the top dog on the force &#8211; a canine agent named Slash. Together, they must infiltrate the gang that took his partner’s life before it’s too late…</p>
<p id="player2"><strong></strong><strong><br /><img src="http://www.thegeekcouch.com/wp-content/uploads/thumbs/dogsbestfriend.png" alt="media" /><br />
<br />
</strong></p>
<p><strong><br />
</strong></p>
<p><noscript></noscript><em><strong>Astro-Not</strong></em> (2004) When a slacker janitor at NASA is accidentally launched into space, he is forced to rely on his wits &#8211; and he soon learns that in space, no one can hear you clean.</p>
<p><em><strong>My Best Friend is a Robot</strong></em> (2004) John and Ted (<strong>Owen Wilson</strong>) are best friends — they like the same food, they like the same movies, and they like the same sports. But John didn’t meet Ted, he bought him. Designed to be his compatible buddy, John got more than he bargained for with this feisty robot when Ted teaches John that real friendship can’t be programmed.</p>
<p><em><strong>Sayonara Davey!</strong></em> (2007) Davey refuses to grow up. He takes a job at his alma mater just so he can party, but when a paperwork mix up sends him to Japan as a foreign exchange student, his host family spoils all his fun. Mr. Ashito is determined to turn Davey around but is surprised when Davey teaches them a few lessons himself.</p>
<p><strong></strong><strong><br /><img src="http://www.thegeekcouch.com/wp-content/uploads/thumbs/sayonaradavey.png" alt="media" /><br />
<br />
</strong></p>
<p id="player3"><em><strong></strong></em></p>
<p><em><strong>Little By Little</strong></em> (2007) A busy nuclear physicist’s life is changed when the radiation he works with begins to shrink him one inch every day. Forced to face his future, he begins to discover that it’s the little things in life that really count.</p>
<p><em><strong>Re-Do</strong></em> (2008) Craig, a workaholic lawyer, never made time for his relationships. Alone and depressed on his 40th birthday, he wonders about the life he could have lead. But be careful what you wish for… you might just find yourself in diapers! When a wizard gives Craig a second chance at his youth, he discovers that sometimes it takes becoming a baby to learn how to be a man. Co-starring <strong>Justin Long</strong>.</p>
<p>Head over to <a  href="http://www.george-simmons.com/" target="_blank">GeorgeSimmons.com</a> to read more about George’s career.</p>
<p style="text-align: right;">[Source: <a  href="http://www.slashfilm.com/2009/06/17/judd-apatows-funny-people-the-films-of-george-simmons/" target="_blank">Slashfilm</a>]</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.thegeekcouch.com/2009/05/15/high-res-billboard-and-poster-art-for-the-expendables/" rel="bookmark"><img src="http://www.thegeekcouch.com/wp-content/plugins/contextual-related-posts/default.png" alt="High Res Billboard and Poster Art For The Expendables!" title="High Res Billboard and Poster Art For The Expendables!" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/05/15/high-res-billboard-and-poster-art-for-the-expendables/" rel="bookmark" class="crp_title">High Res Billboard and Poster Art For The Expendables!</a></li><li><a  href="http://www.thegeekcouch.com/2009/03/17/where-the-wild-things-are-poster-info/" rel="bookmark"><img src="http://www.thegeekcouch.com/wp-content/uploads/2009/03/wherethewildthingsarepost.jpg" alt="Where The Wild Things Are Poster &#038; Info" title="Where The Wild Things Are Poster &#038; Info" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/03/17/where-the-wild-things-are-poster-info/" rel="bookmark" class="crp_title">Where The Wild Things Are Poster &#038; Info</a></li><li><a  href="http://www.thegeekcouch.com/2009/04/07/richard-kelly-takes-notes-from-adam-green-with-one-sheet-for-the-box/" rel="bookmark"><img src="http://www.thegeekcouch.com/wp-content/uploads/2009/04/spiral.jpg" alt="Richard Kelly Takes Notes From Adam Green With One Sheet for &#8220;The Box&#8221;" title="Richard Kelly Takes Notes From Adam Green With One Sheet for &#8220;The Box&#8221;" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/04/07/richard-kelly-takes-notes-from-adam-green-with-one-sheet-for-the-box/" rel="bookmark" class="crp_title">Richard Kelly Takes Notes From Adam Green With One Sheet for &#8220;The Box&#8221;</a></li><li><a  href="http://www.thegeekcouch.com/2009/07/27/new-badass-expendables-pictures-appear/" rel="bookmark"><img src="http://www.thegeekcouch.com/wp-content/uploads/2009/07/expendables-12.jpg" alt="New Badass Expendables Pictures Appear!" title="New Badass Expendables Pictures Appear!" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/07/27/new-badass-expendables-pictures-appear/" rel="bookmark" class="crp_title">New Badass Expendables Pictures Appear!</a></li><li><a  href="http://www.thegeekcouch.com/2009/05/28/young-john-mcclane-explored-in-die-hard-year-one-comic/" rel="bookmark"><img src="http://www.thegeekcouch.com/wp-content/uploads/2009/05/diehardyearone1-cover-thumb.jpg" alt="Young John McClane explored in Die Hard: Year One Comic" title="Young John McClane explored in Die Hard: Year One Comic" width="50" height="50" border="0" class="crp_thumb" /></a> <a  href="http://www.thegeekcouch.com/2009/05/28/young-john-mcclane-explored-in-die-hard-year-one-comic/" rel="bookmark" class="crp_title">Young John McClane explored in Die Hard: Year One Comic</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thegeekcouch.com/2009/06/18/film-posters-for-adam-sandlers-funny-people-are-hilarious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

