Thursday, April 21, 2011

Amy Smart, Carter Oosterhouse Engaged!

Advertisement

Hot Pics

A radiant Catherine Zeta-Jones joined Uma Thurman and Dennis Quaid as they filmed Playing the F ...

See More Hot Pics


336x140tell_us

1303408528_amy-smart-290.jpg

Credit: John Sciulli/WireImage

Thursday ? April 21, 2011 ? 2:29pm

Actress Amy Smart has landed herself a hunky carpenter hubby-to-be!

The Just Friends actress, 35, is engaged to HGTV's Carter Oosterhouse, she told Us Weekly at an Earth Lovers in Celebration of Earth Day event in New York on Thursday.�

PHOTOS: Celebs show off their engagement bling

Calling Oosterhouse, 34, her "fiance," Smart told Us the engagement is "very new" and "very exciting."

The stars met by chance at a green-charity event in November 2010. An insider told Us: "He's an eco-carpenter; Amy drives a hybrid and is the greenest girl I know. They are perfect for each other." The source added: "Here are two wholesome, kind, sweet Midwestern types. Neither has sold out and gone Hollywood." Check out Amy's ring!

PHOTOS: Stars and their soulmates

Oosterhouse first rose to fame as a carpenter on TLC's Trading Spaces and has hosted the HGTV shows Carter Can and Red Hot & Green. Smart, who also starred in The Butterfly Effect, ended her 15-year-relationship with actor Branden Williams last year.

PHOTOS: Celebs who give back

Another source told Us about Oosterhouse's proposal: "It happened four days ago. He proposed in L.A. It was a very big surprise but she is thrilled and is very excited. They are a good pair and very in sync with each other."

Comments

(12)
  • April 21, 2011 - 8:58pm Fortune McLemore Says:

  • April 21, 2011 - 8:14pm Filomena Araujo Says:

  • April 21, 2011 - 8:14pm Filomena Araujo Says:

  • April 21, 2011 - 7:09pm Valerie Cameron Klaerner Says:

  • April 21, 2011 - 5:43pm Jan Far Says:

  • April 21, 2011 - 4:53pm Karen Witt Johnson Says:

  • April 21, 2011 - 4:34pm Kiki Ottawa Says:

  • April 21, 2011 - 4:31pm Kiki Ottawa Says:

  • April 21, 2011 - 4:11pm Dyanne Triend Says:

  • April 21, 2011 - 3:32pm Filomena Araujo Says:

  • April 21, 2011 - 3:32pm Filomena Araujo Says:

  • April 21, 2011 - 3:15pm Sarah Silva Says:

'); $('.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); })();

Muhammad Ali Paul McCartney George Lucas Elton John

No comments:

Post a Comment