Saturday, June 11, 2011

See Neil Patrick Harris' Twins' Festive Costumes

Advertisement

Hot Pics

A golden Camila Alves and her man Matthew McConaughey shined at Thursday's AFI bash honoring Mo ...

See More Hot Pics


336x140tell_us

Friday ? June 10, 2011 ? 7:08pm

Actors in training?

In a Thursday night appearance on the Late Show with David Letterman, Neil Patrick Harris showed off some adorable pictures of his 8-month old twins dressed up for the holidays.

PHOTOS: Doting Hollywood dads

"We take one [picture] a month. We're doing a calendar, so that when they're older, we can humiliate them," he joked.

In one pic, Gideon and Harper were shown dressed as leprechauns for St. Patrick's Day. Harris pointed out the babies' decorative green beer. "We go all out," he explained. "We go to Party City and get all the great stuff."

PHOTOS: Celebrity surrogacy

The 37-year-old actor then showed off the twins' Easter photo for the month of April, where both babies wore over-sized bunny ears. "Come on!" he exclaimed. "I just may have to keep them!"�

For the month of May, Harris wasn't sure what holiday to celebrate. "We went Cinco de Mayo," he explained, pointing out the faux-mustache and unibrow given to his son and daughter for the photo.

PHOTOS: Stars with twins

Letterman, 64, got a good laugh out of the kids' costumes. "You know that babies are more than party props," he joked.

"Are they?" Harris laughed. "You mean, you don't dress up [your son] Harry in funny outfits?"

'); $('.fb_comment li.comment_btns input.comment_button').remove(); subadded = false; isFbAuthenticated = false; } function auth_using_fb2(uid) { var avatar = ''; var fb_name = 'Name not available.'; var fb_url = '127.0.0.1'; var fbquery = FB.Data.query('select name, pic_square_with_logo, profile_url from user where uid={0}',uid); try { var t = setTimeout(function() {update_userbox(fb_name, avatar, fb_url)},3000); fbquery.wait(function(rows) { avatar = rows[0].pic_square_with_logo; fb_name = rows[0].name; fb_url = rows[0].profile_url; update_userbox(fb_name, avatar, fb_url); clearTimeout(t); }); } catch(e) { update_userbox(fb_name, avatar, fb_url); } } function checkWallPosting2(comment) { FB.api('/me', function(response) { FB.ui({ method: 'stream.publish', message: comment, attachment: { name: 'My comment on "' + document.title + '"', href: document.location.href }, user_message_prompt: 'Your comment on "' + document.title + '"' }, function(response) { return postComment(); }); }); return false; } function getLogin() { FB.getLoginStatus(function(response) { if (response.session && response.session.uid) { uid = response.session.uid; auth_using_fb2(uid); } else { } }); } jQuery("textarea#comment_text").click(function() { if (cleared_comment == 0) { jQuery("textarea#comment_text").val(''); cleared_comment = 1; } }); function postComment() { var comment = $("textarea#comment_text").val(); var email = isFbAuthenticated ? String(uid) + '@FB-ACCT.COM' : $("input#email").val(); var commenterName= $("input#commenterName").val(); var modelClass = $("input#modelClass").val(); var modelId = $("input#modelId").val(); var channelId = $("input#channelId").val(); var ipAddress = $("input#ipAddress").val(); var modelTitle = 'deprecated'; // TODO:remove this as required parameter from TOMCAT script var dataString = '?email=' + email + '&commenterName=' + commenterName + '&modelClass=' + modelClass + '&modelId=' + modelId + '&channelId=' + channelId + '&ipAddress=' + ipAddress + '&modelTitle=' + modelTitle + '&comment=' + comment; if (1) { $.ajax({ type: "POST", url: "/comment_filter", data: { email: email, commenterName: commenterName, modelClass: modelClass, modelId: modelId, channelId: channelId, ipAddress: ipAddress, modelTitle: modelTitle, comment: comment }, success: function(xml) { if (xml == 'no comment' || xml == 'spam') { $('.comment_div textarea').val(''); $('.no_results').hide(); // update comments list if (isFbAuthenticated) { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.replace(/\n/g, '
')+'').hide().slideDown(1500); } else { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.replace(/\n/g, '
')+'').hide().slideDown(1500); } // update slide details area if ($('.subpanel_slide_details .latest_comments').length) { if (isFbAuthenticated) { $('.subpanel_slide_details .latest_comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.substr(0, 99)+(comment.length > 100 ? '... Read' : '')+'').hide().slideDown(1500); } else { $('.subpanel_slide_details .latest_comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.substr(0, 99)+(comment.length > 100 ? '... Read' : '')+'').hide().slideDown(1500); } } $('dl.latest_comments li.last').hide(); $('dl.latest_comments li.next_last').addClass('last'); } else { $.ajax({ type: "POST", url: "/capture/comment.htm", data: { email: email, commenterName: commenterName, modelClass: modelClass, modelId: modelId, channelId: channelId, ipAddress: ipAddress, modelTitle: modelTitle, comment: comment }, success: function(xml) { }, error: function(xhr, desc, exceptionobj) { } }); $('.comment_div textarea').val(''); $('.no_results').hide(); // update comments list if (isFbAuthenticated) { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.replace(/\n/g, '
')+'').hide().slideDown(1500); } else { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.replace(/\n/g, '
')+'').hide().slideDown(1500); } // update slide details area if ($('.subpanel_slide_details .latest_comments').length) { if (isFbAuthenticated) { $('.subpanel_slide_details .latest_comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.substr(0, 99)+(comment.length > 100 ? '... Read' : '')+'').hide().slideDown(1500); } else { $('.subpanel_slide_details .latest_comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.substr(0, 99)+(comment.length > 100 ? '... Read' : '')+'').hide().slideDown(1500); } } $('dl.latest_comments li.last').hide(); $('dl.latest_comments li.next_last').addClass('last'); } }, error: function(xhr, desc, exceptionobj) { // tb_remove(); } }); } else { $.ajax({ type: "POST", url: "/capture/comment.htm", data: { email: email, commenterName: commenterName, modelClass: modelClass, modelId: modelId, channelId: channelId, ipAddress: ipAddress, modelTitle: modelTitle, comment: comment }, success: function(xml) { $('.comment_div textarea').val(''); $('.no_results').hide(); // update comments list if (isFbAuthenticated) { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'+comment.replace(/\n/g, '
')+'').hide().slideDown(1500); } else { $('.comments .new_comment').html('

0 seconds ago '+commenterName+' Says:

'); var sid="78JOC7"; var c=""; var b=""; BF_BB_SCRIPT=document.createElement('script'); BF_BB_SCRIPT.type="text/javascript"; BF_BB_SRC="http://buzzbox.buzzfeed.com/wd/BuzzBox?sid=" + sid + c + b + '&it=1&cb=' + (new Date()).getTime(); setTimeout(function() { document.getElementById('BF_BUZZBOX').appendChild(BF_BB_SCRIPT); BF_BB_SCRIPT.src=BF_BB_SRC; },1); })();

Rob Pattinson Sandra Bullock Sarah Mutch Scarlett Johansson

No comments:

Post a Comment