<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description> just a Tumblog by Mark L. Pederson 
- CTO / Co-Founder of  OFFHOLLYWOOD
      
          


var sc_project=7205510; 
var sc_invisible=0; 
var sc_security="67fa37fe"; 



  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://offhollywoodny.us2.list-manage.com/subscribe/post-json?u=18fa32ba79a7dc5dc5600ae87&amp;id=0780e88a9b&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>r3d Maverick</title><generator>Tumblr (3.0; @r3dmaverick)</generator><link>http://blog.offhollywoodny.com/</link><item><title>awards-season:

For Your Consideration 
Best Supporting Actor -...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_ltvqvz5B701qf735mo1_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_ltvqvz5B701qf735mo2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_ltvqvz5B701qf735mo4_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_ltvqvz5B701qf735mo5_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_ltvqvz5B701qf735mo6_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://awards-season.tumblr.com/post/12113177434/for-your-consideration-best-supporting-actor" target="_blank"&gt;awards-season&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;For Your Consideration &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best Supporting Actor - Kevin Spacey (&lt;em&gt;Margin Call)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;As Sam Rogers, a banker forced to ignore his own personal morals and take some harsh, preventative measures in order to salvage the firm for which he works, Spacey delivers his best performance in years and creates a character which will both anger and resonate with viewers, and will perhaps persuade them to think of the bankers embroiled in this economic disaster as people, rather than just the great big villains that they have become in our collective minds. It is not an easy feat to turn a morally corrupt banker into anything resembling a sympathetic character, but Spacey manages to do just that with his understated and powerful performance in Margin Call. &lt;br/&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.offhollywoodny.com/post/14467388009</link><guid>http://blog.offhollywoodny.com/post/14467388009</guid><pubDate>Mon, 19 Dec 2011 14:45:46 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lwd0i5d7e51qj0qlso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/14383464715</link><guid>http://blog.offhollywoodny.com/post/14383464715</guid><pubDate>Sat, 17 Dec 2011 21:35:23 -0500</pubDate></item><item><title>mouth-taped-shut:

Video: The Girl With The Dragon Tattoo Cast...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lwbfppKcpR1r89iibo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://mouth-taped-shut.com/post/14328009072/video-the-girl-with-the-dragon-tattoo-cast-on" target="_blank"&gt;mouth-taped-shut&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Video: &lt;a href="http://www.charlierose.com/view/interview/12037" target="_blank"&gt;The Girl With The Dragon Tattoo Cast on Charlie Rose&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.offhollywoodny.com/post/14352031010</link><guid>http://blog.offhollywoodny.com/post/14352031010</guid><pubDate>Sat, 17 Dec 2011 08:20:12 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lvnb1n7bfb1r1aayjo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/13738958928</link><guid>http://blog.offhollywoodny.com/post/13738958928</guid><pubDate>Sun, 04 Dec 2011 14:20:11 -0500</pubDate></item><item><title>If You Had Invented Siri, You Would've Invented Siri</title><description>If You Had Invented Siri, You Would've Invented Siri: parislemon:

Well, we all knew this was...</description><link>http://blog.offhollywoodny.com/post/13307383056</link><guid>http://blog.offhollywoodny.com/post/13307383056</guid><pubDate>Fri, 25 Nov 2011 13:49:10 -0500</pubDate></item><item><title>Universal remotes are by and large misnomers. They’re...</title><description>&lt;iframe src="http://player.vimeo.com/video/31988603" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Universal remotes are by and large misnomers. They’re not &lt;em&gt;truly &lt;/em&gt;universal. Even that remote from that dumb Adam Sandler movie couldn’t control a HTPC. Universal remotes are often just for traditional AV devices. But not the Bridge from New York-based start-up, Convergence Technologies. This remote concept is a true universal remote with the ability to control everything a HDTV from a cable box to a game system to a digital streamer. But they need your help.&lt;/p&gt;
&lt;p&gt;Convergence Technologies is &lt;a href="http://www.kickstarter.com/projects/50581889/the-bridge-the-first-truly-universal-remote" target="_blank"&gt;looking for $50k&lt;/a&gt; in funding through Kickstarter. The funds will allow the company to develop the necessary software along with building and distributing the remote. As with most Kickstarter project, there’s a bit of risk involved. The device sounds and looks great on paper — if the company can actually build the thing.&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/12789863990</link><guid>http://blog.offhollywoodny.com/post/12789863990</guid><pubDate>Mon, 14 Nov 2011 09:39:06 -0500</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_luconqmhIC1qzspj4o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/12525829371</link><guid>http://blog.offhollywoodny.com/post/12525829371</guid><pubDate>Tue, 08 Nov 2011 16:35:54 -0500</pubDate></item><item><title>RED’s new Tactical DSMC System
Secret Store...</title><description>&lt;iframe src="http://player.vimeo.com/video/31641448" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;RED’s new Tactical DSMC System&lt;/p&gt;
&lt;p&gt;Secret Store links:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.red.com/store/rail-compon...l-ribcage-pack" target="_blank"&gt;http://www.red.com/store/rail-compon…l-ribcage-pack&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.red.com/store/rail-compon...l-ribcage-pack" target="_blank"&gt;http://www.red.com/store/rail-compon…l-ribcage-pack&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/12363623795</link><guid>http://blog.offhollywoodny.com/post/12363623795</guid><pubDate>Sat, 05 Nov 2011 05:57:53 -0400</pubDate></item><item><title>
Fourth Hobbit production blog arrives
Peter Jackson has posted...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lu52ltamzj1qcga5ro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;h1&gt;&lt;strong&gt;Fourth Hobbit production blog arrives&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Peter Jackson has posted a new video diary on his Facebook page, and as ever, it’s stuffed to the brim with behind the scenes tidbits on &lt;em&gt;Lord Of The Rings&lt;/em&gt; prequel &lt;em&gt;The Hobbit&lt;/em&gt;.&lt;br/&gt;&lt;br/&gt;This time out, Jackson is focusing on his use of 3D, and he certainly sounds like a fan of the new technology available to him. You can see the new video below.&lt;br/&gt;&lt;br/&gt;“Shooting &lt;em&gt;The Hobbit&lt;/em&gt; in 3D is a dream come true,” says Jackson. “If I’d had the opportunity to shoot &lt;em&gt;Lord Of The Rings&lt;/em&gt; in 3D, I certainly would have done it. 3D helps immerse you in the film.”&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.totalfilm.com/news/fourth-hobbit-production-blog-arrives" target="_blank"&gt;[FOR THE FULL STORY, CLICK ON PJ OR FOLLOW THIS LINK]&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.offhollywoodny.com/post/12363336220</link><guid>http://blog.offhollywoodny.com/post/12363336220</guid><pubDate>Sat, 05 Nov 2011 05:36:16 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lu5e3tHqJS1r1aayjo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/12363326639</link><guid>http://blog.offhollywoodny.com/post/12363326639</guid><pubDate>Sat, 05 Nov 2011 05:35:32 -0400</pubDate></item><item><title>Ocula 3.0 from The Foundry</title><description>&lt;iframe src="http://player.vimeo.com/video/31611568" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Ocula 3.0 from The Foundry&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/12363292419</link><guid>http://blog.offhollywoodny.com/post/12363292419</guid><pubDate>Sat, 05 Nov 2011 05:33:04 -0400</pubDate></item><item><title>Shotgun Software 3.0. OFFHOLLYWOOD runs on Shotgun - check out...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/0T0h812gaBs?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Shotgun Software 3.0. OFFHOLLYWOOD runs on &lt;a href="http://www.shotgunsoftware.com/" target="_blank"&gt;Shotgun&lt;/a&gt; - check out the new features in 3.0 in case you missed this pre-release video.&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/12249355967</link><guid>http://blog.offhollywoodny.com/post/12249355967</guid><pubDate>Wed, 02 Nov 2011 15:16:25 -0400</pubDate></item><item><title>parislemon:

I find it fairly humorous that Google just launched...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ltzt3i9EJY1qz4gevo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://parislemon.com/post/12201744710/i-find-it-fairly-humorous-that-google-just" target="_blank"&gt;parislemon&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I find it fairly humorous that Google just launched a new initiative, &lt;a href="http://www.howtogomo.com/en/#homepage" target="_blank"&gt;GoMo&lt;/a&gt;, to ensure that content sites look good on mobile devices, and this is what their blogs look like on the iPhone.&lt;/p&gt;
&lt;p&gt;They’re essentially completely unusable. Which, to be fair, is a slight upgrade from &lt;a href="https://twitter.com/#!/parislemon/status/125073562682929152" target="_blank"&gt;actually completely unusable&lt;/a&gt;. &lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.offhollywoodny.com/post/12226793454</link><guid>http://blog.offhollywoodny.com/post/12226793454</guid><pubDate>Tue, 01 Nov 2011 23:01:30 -0400</pubDate></item><item><title>SHOT ON EPIC - Jacques Dequeker and Marcos Mello - NU LUXE -...</title><description>&lt;iframe src="http://player.vimeo.com/video/24850873" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;SHOT ON EPIC - Jacques Dequeker and Marcos Mello - NU LUXE - Cavallaria &lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/12069785615</link><guid>http://blog.offhollywoodny.com/post/12069785615</guid><pubDate>Sat, 29 Oct 2011 08:37:20 -0400</pubDate></item><item><title>"Information Is Cheap, Meaning Is Expensive"</title><description>“Information Is Cheap, Meaning Is Expensive” - George Dyson | Evolution and Innovation -...</description><link>http://blog.offhollywoodny.com/post/12014275680</link><guid>http://blog.offhollywoodny.com/post/12014275680</guid><pubDate>Thu, 27 Oct 2011 21:15:18 -0400</pubDate></item><item><title>iPad CF and SD Card Readers</title><description>&lt;a href="http://laughingsquid.com/ipad-cf-and-sd-card-readers/"&gt;iPad CF and SD Card Readers&lt;/a&gt;</description><link>http://blog.offhollywoodny.com/post/11996390296</link><guid>http://blog.offhollywoodny.com/post/11996390296</guid><pubDate>Thu, 27 Oct 2011 13:59:34 -0400</pubDate></item><item><title>This provided a few nice laughs during a busy day -</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/6CY_HGl6W2U?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This provided a few nice laughs during a busy day -&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/11956904103</link><guid>http://blog.offhollywoodny.com/post/11956904103</guid><pubDate>Wed, 26 Oct 2011 15:02:59 -0400</pubDate></item><item><title>Video</title><description>&lt;iframe src="http://player.vimeo.com/video/28962540" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/11949858387</link><guid>http://blog.offhollywoodny.com/post/11949858387</guid><pubDate>Wed, 26 Oct 2011 10:35:25 -0400</pubDate></item><item><title>Video</title><description>&lt;iframe src="http://player.vimeo.com/video/30393755" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.offhollywoodny.com/post/11949130547</link><guid>http://blog.offhollywoodny.com/post/11949130547</guid><pubDate>Wed, 26 Oct 2011 10:01:43 -0400</pubDate></item><item><title>Epic @ The Rock</title><description>&lt;iframe src="http://player.vimeo.com/video/31092342" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Epic @ The Rock&lt;/p&gt;</description><link>http://blog.offhollywoodny.com/post/11930408456</link><guid>http://blog.offhollywoodny.com/post/11930408456</guid><pubDate>Tue, 25 Oct 2011 20:55:08 -0400</pubDate></item></channel></rss>

