<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"
     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/"
     xmlns:georss="http://www.georss.org/georss"
     xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
     xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title><![CDATA[Kate Winslet Love! ‘Ted Lasso’ Sweeps! Best Moments From the Emmys]]></title>
        <atom:link href="https://usagag.com/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys/" rel="self" type="application/rss+xml" />
        <link>https://usagag.com/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys/</link>
        <lastBuildDate>Mon, 20 Sep 2021 04:00:13 +0000</lastBuildDate>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>
        <generator>https://usagag.com</generator>
        <media:content url="/uploads/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys.jpg" medium="image">
            <media:title type="html">Kate Winslet Love! ‘Ted Lasso’ Sweeps! Best Moments From the Emmys</media:title>
        </media:content>
        <content:encoded><![CDATA[

						<p>TV’s biggest night! Hollywood’s <strong>hottest stars</strong> celebrated the <strong>2021 Emmys</strong> in style from Los Angeles’ L.A. Live on Sunday, September 19.</p>


<p>Following a nontraditional show in 2020 amid the COVID-19 crisis — including small watch parties and virtual acceptance speeches — the <strong>actors and actresses in attendance</strong> on Sunday were ready to let loose.</p>
<p>The party started with host <strong><strong>Cedric the Entertainer</strong></strong>, who kicked off the awards show with a singalong to late rapper Biz Markie’s “Just A Friend.” <strong><strong>LL Cool J</strong></strong>, <strong>Lil Nicky</strong>, <strong><strong>Rita Wilson</strong></strong> and more celebrities joined in on the fun before the first award was handed out.</p>
<figure id="attachment_2104898"  class="wp-caption aligncenter"><img  data-src="/uploads/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys-0.jpg" alt="Kate Winslet Love Ted Lasso Sweeps Best Moments From Emmys Susan Kelechi Watson Mandy Moore Sterling K. Brown" /><figcaption class="wp-caption-text"><span class="caption">
 Susan Kelechi Watson, from left, Mandy Moore and Sterling K. Brown perform at the 73rd Emmy Awards at the Event Deck at L.A. LIVE on at L.A. LIVE in Los Angeles.</span> <span class="credit">Jordan Strauss/Invision/AP/Shutterstock</span></figcaption></figure><p>“TV, you got what I need,” Cedric, 57, belted out as the cameras panned to <em><strong>This Is Us</strong>’</em> <strong><strong>Mandy Moore </strong></strong>and <em><strong>Black-ish</strong>’</em>s <strong><strong>Tracee Ellis Ross</strong></strong> singing and dancing in the crowd. <strong><strong>Mi Rodriguez</strong></strong> and <strong><strong>Billy Porter</strong></strong> rocked the microphone as well.</p>
<p><em>Ted Lasso</em> took <strong>home the awards</strong> for Outstanding Supporting Actress in a Comedy Series and Outstanding Supporting Actor in a Comedy Series <strong>early in the broadcast</strong>, but it was the cast of <em>Mare of Easttown</em> that stole the show with their reactions.</p>

		<p>Outstanding Supporting Actress in a Limited Series or Movie winner <strong><strong>Julianne Nicholson</strong></strong> gave executive producer and leading lady <strong><strong>Kate Winslet</strong></strong> a major shout-out after her win. <strong><strong>Evan Peters</strong></strong>, who won <strong>Outstanding Supporting Actor in a Limited Series</strong>, also showed the 45-year-old British actress some love — and honored his parents in his funny speech.</p>


<p>“I got to thank my mom and my dad for getting me out to L.A.,” the <strong><em>American Horror Story</em></strong> star, 34, said after thanking the Academy. “You guys were crazy for doing that, but we’re gonna drink tonight.”</p>
<p>Peters continued by giving praise to the masterminds behind the HBO hit, yelling with excitement over Winslet “being Kate Winslet!”</p>
			<iframe id="wpcom-iframe-bca5af8af542bb81529083b5a49abe7b" width="" height="" scrolling="" frameborder="0" class="wpcom-protected-iframe optanon-category-C0002-C0003-C0004-C0005" data-src="https://embed.usmagazine.com/protected-iframe/bca5af8af542bb81529083b5a49abe7b">
		</iframe>
			<script type="text/plain" class="optanon-category-C0002-C0003-C0004-C0005">
			( function() {
				var func = function() {
					var iframe = document.getElementById('wpcom-iframe-bca5af8af542bb81529083b5a49abe7b')
					if ( iframe ) {
						iframe.onload = function() {
							iframe.contentWindow.postMessage( {
								'msg_type': 'poll_size',
								'frame_id': 'wpcom-iframe-bca5af8af542bb81529083b5a49abe7b'
							}, "https:\/\/embed.usmagazine.com" );
						}
					}
					// Autosize iframe
					var funcSizeResponse = function( e ) {
						var origin = document.createElement( 'a' );
						origin.href = e.origin;
						// Verify message origin
						if ( 'embed.usmagazine.com' !== origin.host )
							return;
						// Verify message is in a format we expect
						if ( 'object' !== typeof e.data || undefined === e.data.msg_type )
							return;
						switch ( e.data.msg_type ) {
							case 'poll_size:response':
								var iframe = document.getElementById( e.data._request.frame_id );
								if ( iframe && '' === iframe.width )
									iframe.width = '100%';
								if ( iframe && '' === iframe.height )
									iframe.height = parseInt( e.data.height );
								return;
							default:
								return;
						}
					}
					if ( 'function' === typeof window.addEventListener ) {
						window.addEventListener( 'message', funcSizeResponse, false );
					} else if ( 'function' === typeof window.attachEvent ) {
						window.attachEvent( 'onmessage', funcSizeResponse );
					}
				}
				if (document.readyState === 'complete') { func.apply(); /* compat for infinite scroll */ }
				else if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', func, false ); }
				else if ( document.attachEvent ) { document.attachEvent( 'onreadystatechange', func ); }
			} )();
			</script><p>The <strong><em>Schitt’s Creek</em></strong> cast received a standing ovation as they took the stage to present two awards on Sunday — after <strong>winning big at the 2020 event</strong>.</p>
<p>“There’s nothing on the prompter!” <strong><strong>Dan Levy</strong></strong> said while looking to his former costars <strong><strong>Catherine O’Hara</strong></strong>, <strong><strong>Annie Murphy</strong></strong> and <strong><strong>Eugene Levy</strong></strong> for help.</p>
<figure id="attachment_2104899"  class="wp-caption aligncenter"><img  data-src="/uploads/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys-1.jpg" alt="Kate Winslet Love Ted Lasso Sweeps Best Moments From Emmys Descr" /><figcaption class="wp-caption-text"><span class="caption">
 Jason Sudeikis, The ‘Schitt’s Creek’ Cast, Jean Smart, and Kate Winslet at the 73rd Primetime Emmy Awards.</span> <span class="credit">Shutterstock (4)</span></figcaption></figure><p>O’Hara, who portrayed Dan’s TV mom, <strong>Moira Rose, for six seasons</strong>, asked, “Maybe we should just open the envelope?” to which Eugene, 74, responded, “No, it’s gotta be coming up.”</p>
<p>Moments later Eugene jokingly confessed that he asked the writer’s room to “lift the dialogue a bit,” which made his TV family yell at him in frustration. Their facial expressions said it all — they were playfully upset — before they figured out a way to hand out the trophy for Outstanding Writing for a Comedy Series and got loud applause for the bit.</p>


<p>Check out <em>Us Weekly’s</em> video above for a complete look at the best moments from the night, including the heartwarming acceptance speech from <strong><strong>Jean Smart</strong></strong> and how many awards <em>Ted Lasso </em>won.</p>

<strong></strong><strong><img width="130" height="47.72"  alt="Listen on Google Play Music"  data-src="/uploads/2021/09/20/kate-winslet-love-ted-lasso-sweeps-best-moments-from-the-emmys-2.svg" data-src="https://play.google.com/intl/en_us/badges-music/images/badges/en_badge_web_music.png"></strong>
												<p>This story originally appeared on: <strong>US Magazine</strong> - Author:<strong>Johnni Macke</strong></p>]]></content:encoded>
                <dc:creator><![CDATA[Johnni Macke]]></dc:creator>
            </channel>
</rss><!--Time: 0.024690866470337-->