CINXE.COM
Rotten Tomatoes
<!DOCTYPE html> <html lang="en-US"> <head prefix="og: http://ogp.me/ns# flixstertomatoes: http://ogp.me/ns/apps/flixstertomatoes#"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <!-- OneTrust Cookies Consent Notice start for rottentomatoes.com --> <script src="https://cdn.cookielaw.org/consent/7e979733-6841-4fce-9182-515fac69187f/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="7e979733-6841-4fce-9182-515fac69187f" integrity="sha384-TKdmlzVmoD70HzftTw4WtOzIBL5mNx8mXSRzEvwrWjpIJ7FZ/EuX758yMDWXtRUN" crossorigin="anonymous" > </script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for rottentomatoes.com --> <!-- OneTrust IAB US Privacy (USP) --> <script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="USP" ccpa-opt-out-geo="US" ccpa-opt-out-lspa="false"> </script> <!-- OneTrust IAB US Privacy (USP) end --> <meta property='og.description' content="" /> <meta name='description' content="" /> <meta property='og:title' content="Columns" /> <meta property='og:type' content="article" /> <meta property='og:image' content="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/static/images/icons/rt-blankeditorial-v1.png" /> <meta property='og:url' content="https://editorial.rottentomatoes.com/" /> <meta name='editorialID' content="8282" /> <meta property='fb:app_id' content="326803741017" /> <meta property='twitter:card' content="summary_large_image" /> <meta name="twitter:site" content="@rottentomatoes" /> <meta name="twitter:title" content="Columns" /> <meta name="twitter:description" content="" /> <meta name="twitter:image" content="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/static/images/icons/rt-blankeditorial-v1.png" /> <title>Rotten Tomatoes</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="pingback" href="https://editorial.rottentomatoes.com/xmlrpc.php" /> <link href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/css/bootstrap.css?b=c9997d1d" rel="stylesheet"/> <link href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/css/redesign.css?b=c9997d1d" rel="stylesheet"/> <link href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/css/hub.css?b=c9997d1d" rel="stylesheet"/> <link href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/css/rtmobilenav.css?b=c9997d1d" rel="stylesheet"> <link href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/css/shortcodes.css?b=c9997d1d" rel="stylesheet"/> <link href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.min.css" rel="stylesheet"/> <link rel="icon" type="image/x-icon" href="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/static/images/icons/favicon.ico"> <script> // Push column to dataLayer var dataLayer = dataLayer || []; dataLayer.push({ "post-url": "https:\/\/editorial.rottentomatoes.com\/", "column": "0", "hub":"", "author": "julio-deoliveira", "related-tv-series-ids": [], "related-movie-ids": [], "publication-date": "05\/06\/2015", "related-celebrity-ids": [], "franchise": "", "tags": "" }); </script> <script> var BK = {}; BK.PageName="https:\/\/editorial.rottentomatoes.com\/"; BK.SiteSection="article"; BK.ArticleTags=""; BK.RelatedMovieId=[]; BK.RelatedTalentId=[]; BK.RelatedTVSeriesId=[]; var mpscall = mpscall || {}; mpscall = { "site":"rottentomatoes-web", "field[env]": "production", // execution environment "type": "article", "cat": "article|home" }; var mpsopts = { "host":"mps.nbcuni.com", "updatecorrelator":true } var mps=mps||{};mps._ext=mps._ext||{};mps._adsheld=[];mps._queue=mps._queue||{};mps._queue.mpsloaded=mps._queue.mpsloaded||[];mps._queue.mpsinit=mps._queue.mpsinit||[];mps._queue.gptloaded=mps._queue.gptloaded||[];mps._queue.adload=mps._queue.adload||[];mps._queue.adclone=mps._queue.adclone||[];mps._queue.adview=mps._queue.adview||[];mps._queue.refreshads=mps._queue.refreshads||[];mps.__timer=Date.now();mps.__intcode="v2";if(typeof mps.getAd!="function")mps.getAd=function(adunit){if(typeof adunit!="string")return false;var slotid="mps-getad-"+adunit.replace(/\W/g,"");if(!mps._ext||!mps._ext.loaded){mps._queue.gptloaded.push(function(){typeof mps._gptfirst=="function"&&mps._gptfirst(adunit,slotid);mps.cloneAd("#"+slotid,adunit)});mps._adsheld.push(adunit)}return'<div id="'+slotid+'" class="mps-wrapper" data-mps-fill-slot="'+adunit+'"></div>'};(function(){head=document.head||document.getElementsByTagName("head")[0],mpsload=document.createElement("script");mpsload.src="//"+mpsopts.host+"/fetch/ext/load-"+mpscall.site+".js?nowrite=2";mpsload.id="mps-load";head.insertBefore(mpsload,head.firstChild)})(); </script> <script type='text/javascript'> var RT = RT || {}; RT.buildHash = 'c9997d1d'; RT.rtUrl = 'https://www.rottentomatoes.com'; RT.rtApiUrl = 'https://static.rottentomatoes.com'; RT.rtStaticAssets = 'https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/static'; RT.themePath = '/wp-content/themes/RottenTomatoes'; RT.buildCache = function(path) { try { if (!RT.buildHash) return path; const glue = path.includes('?') ? '&' : '?'; return `${path}${glue}b=${RT.buildHash}`; } catch (err) { return path; } } var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.unitIds = []; </script> <script src="https://assets.adobedtm.com/77ca722dd820/8bfcb41d6bfe/launch-87da9747ac68.min.js"></script> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Rotten Tomatoes » Columns Comments Feed" href="https://editorial.rottentomatoes.com/columns/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/editorial.rottentomatoes.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.1"}}; !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://editorial.rottentomatoes.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='view_editor_gutenberg_frontend_assets-css' href='https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/public/css/views-frontend.css?ver=3.6.1' type='text/css' media='all' /> <style id='view_editor_gutenberg_frontend_assets-inline-css' type='text/css'> .wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item {border-color: #cdcdcd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item a {color: #444;background-color: #fff;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:focus {color: #000;background-color: #eee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #eee;} .wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item {border-color: #cdcdcd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item a {color: #444;background-color: #fff;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:focus {color: #000;background-color: #eee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #eee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item {border-color: #cdcdcd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item a {color: #444;background-color: #eeeeee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey a:focus {color: #000;background-color: #e5e5e5;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #e5e5e5;} .wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item {border-color: #cdcdcd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item a {color: #444;background-color: #fff;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default a:focus {color: #000;background-color: #eee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-default .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #eee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item {border-color: #cdcdcd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item a {color: #444;background-color: #eeeeee;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey a:focus {color: #000;background-color: #e5e5e5;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #e5e5e5;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue > span.wpv-sort-list,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item {border-color: #0099cc;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item a {color: #444;background-color: #cbddeb;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue a:hover,.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue a:focus {color: #000;background-color: #95bedd;}.wpv-sort-list-dropdown.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item.wpv-sort-list-current a {color: #000;background-color: #95bedd;} </style> <link rel='stylesheet' id='media-credit-css' href='https://editorial.rottentomatoes.com/wp-content/plugins/media-credit/public/css/media-credit.min.css?ver=4.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='stylesheet-css' href='https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/style.css?ver=c9997d1d' type='text/css' media='all' /> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/vendor/toolset/common-es/public/toolset-common-es-frontend.js?ver=161000' id='toolset-common-es-frontend-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://editorial.rottentomatoes.com/wp-json/" /><link rel="alternate" type="application/json" href="https://editorial.rottentomatoes.com/wp-json/wp/v2/pages/8282" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://editorial.rottentomatoes.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://editorial.rottentomatoes.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.8.1" /> <link rel="canonical" href="https://editorial.rottentomatoes.com/" /> <link rel='shortlink' href='https://editorial.rottentomatoes.com/' /> <link rel="alternate" type="application/json+oembed" href="https://editorial.rottentomatoes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feditorial.rottentomatoes.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://editorial.rottentomatoes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feditorial.rottentomatoes.com%2F&format=xml" /> <link rel='https://github.com/WP-API/WP-API' href='https://editorial.rottentomatoes.com/wp-json' /> <script> window.addEventListener("load",function(){ var c={script:false,link:false}; function ls(s) { if(!['script','link'].includes(s)||c[s]){return;}c[s]=true; var d=document,f=d.getElementsByTagName(s)[0],j=d.createElement(s); if(s==='script'){j.async=true;j.src='https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/vendor/toolset/blocks/public/js/frontend.js?v=1.6.0';}else{ j.rel='stylesheet';j.href='https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/vendor/toolset/blocks/public/css/style.css?v=1.6.0';} f.parentNode.insertBefore(j, f); }; function ex(){ls('script');ls('link')} window.addEventListener("scroll", ex, {once: true}); if (('IntersectionObserver' in window) && ('IntersectionObserverEntry' in window) && ('intersectionRatio' in window.IntersectionObserverEntry.prototype)) { var i = 0, fb = document.querySelectorAll("[class^='tb-']"), o = new IntersectionObserver(es => { es.forEach(e => { o.unobserve(e.target); if (e.intersectionRatio > 0) { ex();o.disconnect();}else{ i++;if(fb.length>i){o.observe(fb[i])}} }) }); if (fb.length) { o.observe(fb[i]) } } }) </script> <noscript> <link rel="stylesheet" href="https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/vendor/toolset/blocks/public/css/style.css"> </noscript><link rel="icon" href="https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/05/09104817/favicon.png" sizes="32x32" /> <link rel="icon" href="https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/05/09104817/favicon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/05/09104817/favicon.png" /> <meta name="msapplication-TileImage" content="https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/05/09104817/favicon.png" /> <script>!function(a){var e="https://s.go-mpulse.net/boomerang/",t="addEventListener";if("False"=="True")a.BOOMR_config=a.BOOMR_config||{},a.BOOMR_config.PageParams=a.BOOMR_config.PageParams||{},a.BOOMR_config.PageParams.pci=!0,e="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="FY54K-R3QDX-VKS32-UEVJ8-QAXP2",function(){function n(e){a.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!a.BOOMR||!a.BOOMR.version&&!a.BOOMR.snippetExecuted){a.BOOMR=a.BOOMR||{},a.BOOMR.snippetExecuted=!0;var i,_,o,r=document.createElement("iframe");if(a[t])a[t]("load",n,!1);else if(a.attachEvent)a.attachEvent("onload",n);r.src="javascript:void(0)",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="width:0;height:0;border:0;display:none;",o=document.getElementsByTagName("script")[0],o.parentNode.insertBefore(r,o);try{_=r.contentWindow.document}catch(O){i=document.domain,r.src="javascript:var d=document.open();d.domain='"+i+"';void(0);",_=r.contentWindow.document}_.open()._l=function(){var a=this.createElement("script");if(i)this.domain=i;a.id="boomr-if-as",a.src=e+"FY54K-R3QDX-VKS32-UEVJ8-QAXP2",BOOMR_lstart=(new Date).getTime(),this.body.appendChild(a)},_.write("<bo"+'dy onload="document._l();">'),_.close()}}(),"".length>0)if(a&&"performance"in a&&a.performance&&"function"==typeof a.performance.setResourceTimingBufferSize)a.performance.setResourceTimingBufferSize();!function(){if(BOOMR=a.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var e=""=="true"?1:0,t="",n="bdpnbeqxb6idyz2clmtq-f-67c4e8602-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,_={"ak.v":"39","ak.cp":"899812","ak.ai":parseInt("576128",10),"ak.ol":"0","ak.cr":3,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"106b302","ak.r":23331,"ak.a2":e,"ak.m":"dscx","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":60830,"ak.gh":"23.50.232.122","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732401959","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==NMWFKyy2ZNodffYjjygc1kCuP1pwJwsDrZ9JRgc+fOtO+w+6dsKYyGKWd3uzUzjKKK5F373kfMjGePxDf+9mLMpCC3EDbUDU7WOY/zUGSjzDt8VSh07pE6WrrZOZTQ6aK49rVIlRwx3G80p8dbSA6e5zNlIiGZ482Cewd74eMTmCiBHRHTdGc6cnkhB/YZlY2sPSNopOvvc19hXH0evnIRA74jjvoK4iFbHZY8v8yO5MJVxL2sJQLM3hOt9ZoegY077fJkST80XcP0LxzstjLR3EXJTMSYyj9XyfJ6zABp6krhHw9aVpBUl9P5NWFg+34Ub/ac0Y+IUl1qGe9epa4SSgttBX47IY95em6lyHJX86g3u0RbkMnQF11MkvThy2YCwbsZTHcFMnw+tUafiNmxrdPQ7u2tXVHmv9xHnEmBQ=","ak.pv":"8","ak.dpoabenc":"","ak.tf":i};if(""!==t)_["ak.ruds"]=t;var o={i:!1,av:function(e){var t="http.initiator";if(e&&(!e[t]||"spa_hard"===e[t]))_["ak.feo"]=void 0!==a.aFeoApplied?1:0,BOOMR.addVar(_)},rv:function(){var a=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(a)}};BOOMR.plugins.AK={akVars:_,akDNSPreFetchDomain:n,init:function(){if(!o.i){var a=BOOMR.subscribe;a("before_beacon",o.av,null,null),a("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body class="body"> <div id="navMenu" class="modal fade" role="dialog" aria-labelledby="navMenu"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span class="glyphicon glyphicon-remove" /> </button> <div class="pull-left"> <ul class="list-inline social"> <li><a id="header-facebook-social-link" class="unstyled fontelloIcon icon-facebook-squared" href="https://www.facebook.com/rottentomatoes" target="_blank"></a></li> <li><a id="header-twitter-social-link" class="unstyled fontelloIcon icon-twitter" href="https://twitter.com/rottentomatoes" target="_blank"></a></li> </ul> </div> <div class="items"> <div class="item"> <a class="homeTab unstyled navLink fullLink" href="https://www.rottentomatoes.com/"> Home </a> </div> <div class="item"> <a class="boxofficeTab unstyled navLink fullLink" href="https://www.rottentomatoes.com/browse/movies_in_theaters/"> Top Box Office </a> </div> <div class="item"> <a class="theatersTab unstyled navLink fullLink" href="https://www.rottentomatoes.com/theaters/"> Tickets & Showtimes </a> </div> <div class="item"> <a class="dvdTab unstyled navLink fullLink" href="https://www.rottentomatoes.com/browse/movies_at_home/"> DVD & Streaming </a> </div> <div class="item"> <a class="tvTab unstyled navLink fullLink" href="https://www.rottentomatoes.com/browse/tv_series_browse/"> TV </a> </div> <div class="item"> <a class="newsTab unstyled navLink fullLink" href="https://editorial.rottentomatoes.com"> News </a> </div> </div> <div class="loginArea"> <a href="#signup" data-toggle="modal" data-target="#signup" class="signupLink login">SIGN UP</a> <a href="#login" data-toggle="modal" data-target="#login" class="loginLink login">LOG IN</a> <div class="userProfile" style="display:none"> <a class="userProfileLink"> <div class="media"> <div class="pull-left"> <img class="media-object" src="//graph.facebook.com/v2.2/100001988417196/picture"/> </div> <div class="pull-right"> <span class="glyphicon glyphicon-cog"/> </div> <div class="media-body"> <span class="name">Jester McGree</span> </div> </div> </a> </div> <div class="logoutRow" style="display:none"> <a class="logout" href="/logout/"> Logout </a> </div> </div> </div> </div> </div> </div> <div class="body_main container"> <div id="top_leaderboard_wrapper" class="leaderboard_wrapper"> <div class="leaderboard_helper"> <div id="leaderboard_top_ad"></div> <script> //--RESPONSIVE AD SWITCHING (DIFFERENT CONTAINERS) var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() =='0') { //MOBILE mps.cloneAd('#leaderboard_top_ad','mbanner'); } else { //DESKTOP or TABLET mps.cloneAd('#leaderboard_top_ad','topbanner'); } }); </script> </div> </div> <div class="header_main container"> <div id="navbar" class="navbar navbar-rt" role="navigation"> <div class="navbar-header pull-right hidden-xs"> <div class="header_links"> <a id="header-whats-the-tomatometer" href="https://www.rottentomatoes.com/about/"><b>About Rotten Tomatoes®</b></a> <a id="header-top-bar-critics" href="https://www.rottentomatoes.com/critics/"><b>Critics</b></a> </div> </div> <div id="header_brand_column" class="col-sm-13 col-full-xs"> <div class="hidden-xs desktopNav"> <!-- Logo --> <div class="navbar-brand"> <a id="header-rt-logo" href="https://www.rottentomatoes.com/"> <img src="https://images.fandango.com/cms/assets/68ffa860-b30f-11ed-9d20-83ee649e98bd--rotten-logo-ko-322x100.png" /> </a> </div> <div id="rt_logo_ad" style="display:none;"></div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() !='0') { //DESKTOP or TABLET mps.rt.insertlogo('#rt_logo_ad', 'ploc=rtlogo;'); } }); </script> <!-- Search box --> <div id="desktop-search-root"> <form action="https://www.rottentomatoes.com/search" method="get"> <div class="navbar-searchbox main"> <div class="input-group"> <input name="search" type="text" class="form-control" placeholder="Search movies, TV, actors, more..." name="srch-term" id="search-term"> <div class="input-group-btn"> <button type="submit" class="btn btn-default searchBtn"> <em class="glyphicon glyphicon-search"></em> </button> </div> </div> </div> </form> </div> </div> <div id="mobile-nav" class="visible-xs mobileNav"> <div> <a id="mobile-search-button" href="#"> <button class="pull-right navbar-button searchButton"> <em class="glyphicon glyphicon-search white"></em> </button> </a> </div> <div class="navbar-brand"> <a id="header-rt-logo" href="https://www.rottentomatoes.com/"> <img src="https://images.fandango.com/cms/assets/68ffa860-b30f-11ed-9d20-83ee649e98bd--rotten-logo-ko-322x100.png" /> </a> </div> <mobile-search action="https://www.rottentomatoes.com/search" hidden></mobile-search> <div class="mob-nav-bottom clearfix"> <ul id="nav-list" class="nav-list"> <li class="nav-item"> <a href="https://www.rottentomatoes.com"><i class=" fontelloIcon icon-home"></i>Home</a> </li> <li class="nav-item"> <a href="https://www.rottentomatoes.com/browse/movies_in_theaters"><i class=" fontelloIcon icon-boxoffice"></i>Box Office</a> </li> <li class="nav-item"> <a href="https://www.rottentomatoes.com/browse/tv_series_browse"><i class=" fontelloIcon icon-tv2"></i>TV</a> </li> <li class="nav-item"> <a href="https://www.rottentomatoes.com/browse/movies_at_home"><i class=" fontelloIcon icon-redeem"></i>DVD</a> </li> <li class="nav-item"> <a id="menu-btn" class="menu-btn" href="#"> <i class=" fontelloIcon icon-more"></i>MORE </a> </li> </ul> </div> <div id="mobile-nav-overlay" class="mobile-nav-overlay"> <!--mobile dropdown--> <ul class="mobile-menu-panel"> <li class="nav-item"><a href="https://editorial.rottentomatoes.com">News</a></li> <li class="nav-item clearfix d-block"> <div class="social-media-box pull-right"> <a href="https://www.facebook.com/rottentomatoes" target="_blank" rel="noopener"> <i class="fontelloIcon icon-facebook-squared" aria-hidden="true"></i> </a> <a href="https://twitter.com/rottentomatoes" target="_blank" rel="noopener"> <i class="fontelloIcon icon-twitter" aria-hidden="true"></i> </a> </div> </li> </ul> <!--mobile dropdown end--> </div> </div> <!--Mobile Nav END--> </div> <div id="menu" class="navbar-nav col-sm-11 hidden-xs"> <div class="menu-container"> <div id="movieMenuTab" class="menuHeader center noSpacing"> <a id="movieMenu" class="h2" href="https://www.rottentomatoes.com/browse/movies_in_theaters">Movies</a> </div> <div id="tvMenuTab" class="menuHeader center noSpacing"> <a id="tvMenu" class="h2" href="https://www.rottentomatoes.com/browse/tv_series_browse">TV Shows</a> </div> <div id="newsMenuTab" class="menuHeader center noSpacing"> <a id="newsMenu" class="h2" href="https://editorial.rottentomatoes.com">News</a> </div> <div class="menuHeader center noSpacing" style="border-radius: 5px" id="header-tickets-showtimes"> <a id="ticketingMenu" class="h2" href="https://www.fandango.com/movies-in-theaters?adid=nav_TS" class="menuHeader" target="_blank">Showtimes</a> </div> </div> </div> </div> <div class="trendingBar hidden-xs"> <ul class="list-inline trendingEl"> <li class="header">Trending on RT</li> </ul> <div class="list-inline fr"> <div id="trending_bar_ad" class="trending-bar-ad" style="display:none;"></div> <div id="trending_bar_social" class="trending-bar_social" data-qa="trending-bar-social-list"> <a id="header-facebook-social-link" class="trending-bar__social-link" href="https://www.facebook.com/rottentomatoes" target="_blank" rel="noopener" aria-label="Facebook" data-qa="trending-bar-social-facebook"> <rt-icon icon="facebook-official"></rt-icon> </a> <a id="header-twitter-social-link" class="trending-bar__social-link" href="https://twitter.com/rottentomatoes" target="_blank" rel="noopener" aria-label="Twitter" data-qa="trending-bar-social-twitter"> <rt-icon icon="twitter-x"></rt-icon> </a> <a id="header-instagram-social-link" class="trending-bar__social-link" href="https://www.instagram.com/rottentomatoes/" target="_blank" rel="noopener" aria-label="Instagram" data-qa="trending-bar-social-instagram"> <rt-icon icon="instagram"></rt-icon> </a> <a id="header-tiktok-social-link" class="trending-bar__social-link" href="https://www.tiktok.com/@rottentomatoes" target="_blank" rel="noopener" aria-label="TikTok" data-qa="trending-bar-social-tiktok"> <rt-icon icon="tiktok"></rt-icon> </a> <a id="header-youtube-social-link" class="trending-bar__social-link" href="https://www.youtube.com/user/rottentomatoes" target="_blank" rel="noopener" aria-label="Youtube" data-qa="trending-bar-social-youtube"> <rt-icon icon="youtube-play"></rt-icon> </a> </div> </div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() !='0') { //DESKTOP or TABLET mps.cloneAd('#trending_bar_ad','trendinggraphic'); } }); </script> </div> <!-- start content container --> <div style="min-height: 528px; background: white;" class="container body_main container"> <div class="col col-left-center col-full-xs"> <div class="editorial-panel-heading"> <h1>News & Interviews</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-9675" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-9675" data-viewnumber="9675" data-pagination="{"id":"9675","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"enabled","preload_pages":"enabled","preload_reach":"1","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=9675&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=9675"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/pedro-pascal/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/04/23080619/Gladiator_2-600x314_1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Pedro Pascal Movies and Series Ranked by Tomatometer</p> <p class="noSpacing publication-date">November 23, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-new-christmas-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/22131558/600BestPag.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Best New Christmas Movies of 2024</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/denzel-washington-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/09/22112201/Gladiator_II_Denzel-600x314_2.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 49 Best Denzel Washington Movies Ranked</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/news">More News & Interviews ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-9675" action="/?wpv_view_count=9675" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-9675 js-wpv-form-full" data-viewnumber="9675" data-viewid="9675" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZSBOZXdzIFBhZ2UiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"9675","view_id":"9675","widget_id":0,"view_hash":"9675","action":"\/?wpv_view_count=9675","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=9675" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-9675" type="hidden" name="wpv_view_count" value="9675" /> </form> </div> <div class="editorial-panel-heading"> <h1>All-Time Lists</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" data-viewnumber="1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR5661c5bcff3a8eea8e878b1fed30797f&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR5661c5bcff3a8eea8e878b1fed30797f"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/essential-slasher-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2020/10/01114543/slasherfeatured.png class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 100 Best Slasher Movies Ranked by Tomatometer</p> <p class="noSpacing publication-date">October 14, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-horror-movies-of-all-time/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/10/18164803/600Horror1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 200 Best Horror Movies of All Time</p> <p class="noSpacing publication-date">October 1, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/worst-sequels-of-all-time/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/09/19095044/600Robocop3.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 56 Worst Sequels of All Time</p> <p class="noSpacing publication-date">August 19, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/all-time-lists">More All-Time Lists ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" action="/?wpv_view_count=1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR5661c5bcff3a8eea8e878b1fed30797f js-wpv-form-full" data-viewnumber="1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJjb2x1bW5pZCI6IjQwIiwiY29sdW1uIjoiQWxsLVRpbWUgTGlzdHMiLCJzbHVnIjoiYWxsLXRpbWUtbGlzdHMiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR5661c5bcff3a8eea8e878b1fed30797f","action":"\/?wpv_view_count=1773-CATTR5661c5bcff3a8eea8e878b1fed30797f","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"columnid":"40","column":"All-Time Lists","slug":"all-time-lists","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"columnid":"40","column":"All-Time Lists","slug":"all-time-lists","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" type="hidden" name="wpv_view_count" value="1773-CATTR5661c5bcff3a8eea8e878b1fed30797f" /> </form> </div> <div class="editorial-panel-heading"> <h1>Countdown Guides</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRc34436d824e77bde008777e641313b24" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRc34436d824e77bde008777e641313b24" data-viewnumber="1773-CATTRc34436d824e77bde008777e641313b24" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRc34436d824e77bde008777e641313b24&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRc34436d824e77bde008777e641313b24"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/pedro-pascal/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/04/23080619/Gladiator_2-600x314_1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Pedro Pascal Movies and Series Ranked by Tomatometer</p> <p class="noSpacing publication-date">November 23, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-new-christmas-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/22131558/600BestPag.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Best New Christmas Movies of 2024</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/denzel-washington-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/09/22112201/Gladiator_II_Denzel-600x314_2.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 49 Best Denzel Washington Movies Ranked</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/countdown">More Countdown Guides ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRc34436d824e77bde008777e641313b24" action="/?wpv_view_count=1773-CATTRc34436d824e77bde008777e641313b24" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRc34436d824e77bde008777e641313b24 js-wpv-form-full" data-viewnumber="1773-CATTRc34436d824e77bde008777e641313b24" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJjb2x1bW5pZCI6IjE4IiwiY29sdW1uIjoiQ291bnRkb3duIEd1aWRlcyIsInNsdWciOiJjb3VudGRvd24iLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRc34436d824e77bde008777e641313b24","action":"\/?wpv_view_count=1773-CATTRc34436d824e77bde008777e641313b24","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"columnid":"18","column":"Countdown Guides","slug":"countdown","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"columnid":"18","column":"Countdown Guides","slug":"countdown","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRc34436d824e77bde008777e641313b24" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRc34436d824e77bde008777e641313b24" type="hidden" name="wpv_view_count" value="1773-CATTRc34436d824e77bde008777e641313b24" /> </form> </div> <div class="editorial-panel-heading"> <h1>Scorecards</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR9e2530d3250e39580b36ed9e243176f3" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR9e2530d3250e39580b36ed9e243176f3" data-viewnumber="1773-CATTR9e2530d3250e39580b36ed9e243176f3" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR9e2530d3250e39580b36ed9e243176f3&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR9e2530d3250e39580b36ed9e243176f3"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/marvel-tv-by-tomatometer/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/03/20125617/600AgathaAllAlong.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Marvel TV Ranked by Tomatometer</p> <p class="noSpacing publication-date">October 28, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/dc-comics-tv-scorecard/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/02/20142413/600ThePenguin.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> DC Comics TV Ranked by Tomatometer</p> <p class="noSpacing publication-date">September 20, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/100-percent-certified-fresh-tv-seasons/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/07/02171604/reservation-dogs-s3-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> The Best TV Seasons Certified Fresh at 100%</p> <p class="noSpacing publication-date">April 22, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/movie-tv-scorecards">More Scorecards ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR9e2530d3250e39580b36ed9e243176f3" action="/?wpv_view_count=1773-CATTR9e2530d3250e39580b36ed9e243176f3" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR9e2530d3250e39580b36ed9e243176f3 js-wpv-form-full" data-viewnumber="1773-CATTR9e2530d3250e39580b36ed9e243176f3" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJjb2x1bW5pZCI6IjQxIiwiY29sdW1uIjoiU2NvcmVjYXJkcyIsInNsdWciOiJtb3ZpZS10di1zY29yZWNhcmRzIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR9e2530d3250e39580b36ed9e243176f3","action":"\/?wpv_view_count=1773-CATTR9e2530d3250e39580b36ed9e243176f3","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"columnid":"41","column":"Scorecards","slug":"movie-tv-scorecards","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"columnid":"41","column":"Scorecards","slug":"movie-tv-scorecards","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR9e2530d3250e39580b36ed9e243176f3" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR9e2530d3250e39580b36ed9e243176f3" type="hidden" name="wpv_view_count" value="1773-CATTR9e2530d3250e39580b36ed9e243176f3" /> </form> </div> <div class="editorial-panel-heading"> <h1>24 Frames</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRf42f0b9b067d97fcc37298d76d498f45" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRf42f0b9b067d97fcc37298d76d498f45" data-viewnumber="1773-CATTRf42f0b9b067d97fcc37298d76d498f45" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRf42f0b9b067d97fcc37298d76d498f45&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRf42f0b9b067d97fcc37298d76d498f45"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/what-to-expect-from-2019-according-to-the-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/12/31092031/6002019.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 24 Predictions For 2019 (According To The Movies)</p> <p class="noSpacing publication-date">December 31, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/2018-movie-posters/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/12/27140140/600Posters2018.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 24 Best Movie Posters of 2018</p> <p class="noSpacing publication-date">December 27, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/24-great-monster-movie-posters/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/08/07155826/600Monster.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 24 Great Monster Movie Posters</p> <p class="noSpacing publication-date">August 7, 2018</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/24-frames">More 24 Frames ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRf42f0b9b067d97fcc37298d76d498f45" action="/?wpv_view_count=1773-CATTRf42f0b9b067d97fcc37298d76d498f45" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRf42f0b9b067d97fcc37298d76d498f45 js-wpv-form-full" data-viewnumber="1773-CATTRf42f0b9b067d97fcc37298d76d498f45" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJjb2x1bW5pZCI6IjIiLCJjb2x1bW4iOiIyNCBGcmFtZXMiLCJzbHVnIjoiMjQtZnJhbWVzIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRf42f0b9b067d97fcc37298d76d498f45","action":"\/?wpv_view_count=1773-CATTRf42f0b9b067d97fcc37298d76d498f45","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"columnid":"2","column":"24 Frames","slug":"24-frames","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"columnid":"2","column":"24 Frames","slug":"24-frames","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRf42f0b9b067d97fcc37298d76d498f45" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRf42f0b9b067d97fcc37298d76d498f45" type="hidden" name="wpv_view_count" value="1773-CATTRf42f0b9b067d97fcc37298d76d498f45" /> </form> </div> <div class="editorial-panel-heading"> <h1>Binge Guides</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" data-viewnumber="1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-netflix-movies-to-watch-right-now/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/11133832/Emilia_Perez-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Netflix’s 100 Best Movies Right Now (November 2024)</p> <p class="noSpacing publication-date">November 13, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-netflix-shows-and-movies-to-binge-watch-now/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/11152421/Arcane-League-of-Legends.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 100 Best Netflix Series To Watch Right Now (November 2024)</p> <p class="noSpacing publication-date">November 11, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/best-disney-plus-shows/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/07121816/Wizards_Beyond_Waverly_Place-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Best TV Series on Disney+ (November 2024)</p> <p class="noSpacing publication-date">November 7, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/binge-guide">More Binge Guides ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" action="/?wpv_view_count=1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e js-wpv-form-full" data-viewnumber="1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJjb2x1bW5pZCI6IjcxIiwiY29sdW1uIjoiQmluZ2UgR3VpZGVzIiwic2x1ZyI6ImJpbmdlLWd1aWRlIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e","action":"\/?wpv_view_count=1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"columnid":"71","column":"Binge Guides","slug":"binge-guide","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"columnid":"71","column":"Binge Guides","slug":"binge-guide","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" type="hidden" name="wpv_view_count" value="1773-CATTR31e4e3e4d1aa5ce1fb1054f861e17e7e" /> </form> </div> <div class="editorial-panel-heading"> <h1>Comics On TV</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" data-viewnumber="1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR61d4da3a89c0730f3a8e5019a374fb99&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR61d4da3a89c0730f3a8e5019a374fb99"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/whats-next-for-marvels-merry-mutants-in-x-men-97/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/05/17172015/X-Men_97_Future-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> What’s Next For Marvel’s Merry Mutants In <em>X-Men ’97</em>?</p> <p class="noSpacing publication-date">May 17, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/after-echo-what-can-marvel-learn-from-its-first-spotlight-series/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/01/10145920/Echo_Analysis-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> After <em>Echo</em>: What Can Marvel Learn from Its First “Spotlight” Series?</p> <p class="noSpacing publication-date">January 11, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/loki-season-2-at-the-half/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/10/20103816/loki_203_600x314.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Loki</em> Season 2 at the Half: Loki as TVA Agent Muddles Expectations for the Kang–Timely–He Who Remains Future</p> <p class="noSpacing publication-date">October 20, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/comics-on-tv">More Comics On TV ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" action="/?wpv_view_count=1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR61d4da3a89c0730f3a8e5019a374fb99 js-wpv-form-full" data-viewnumber="1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiY29taWNzLW9uLXR2IiwiY29sdW1uIjoiQ29taWNzIE9uIFRWIiwiY29sdW1uaWQiOiIzMSIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR61d4da3a89c0730f3a8e5019a374fb99","action":"\/?wpv_view_count=1773-CATTR61d4da3a89c0730f3a8e5019a374fb99","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"comics-on-tv","column":"Comics On TV","columnid":"31","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"comics-on-tv","column":"Comics On TV","columnid":"31","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" type="hidden" name="wpv_view_count" value="1773-CATTR61d4da3a89c0730f3a8e5019a374fb99" /> </form> </div> <div class="editorial-panel-heading"> <h1>Critics Consensus</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRffe0b406655adbf820fc3bec41fbb510" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRffe0b406655adbf820fc3bec41fbb510" data-viewnumber="1773-CATTRffe0b406655adbf820fc3bec41fbb510" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRffe0b406655adbf820fc3bec41fbb510&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRffe0b406655adbf820fc3bec41fbb510"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/eternals-is-underpowered/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2021/11/04174335/Eternals_CC-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Eternals</em> Is Underpowered</p> <p class="noSpacing publication-date">November 4, 2021</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/venom-let-there-be-carnage-leans-hard-into-the-ridiculous/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2021/09/30163626/Venom_Carnage_CC-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Venom: Let There Be Carnage</em> Leans Hard Into the Ridiculous</p> <p class="noSpacing publication-date">September 30, 2021</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/dear-evan-hansen-misses-the-high-note/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2021/09/23153052/Dear_Evan_Hansen-CC_Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Dear Evan Hansen</em> Misses the High Note</p> <p class="noSpacing publication-date">September 23, 2021</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/critics-consensus">More Critics Consensus ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRffe0b406655adbf820fc3bec41fbb510" action="/?wpv_view_count=1773-CATTRffe0b406655adbf820fc3bec41fbb510" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRffe0b406655adbf820fc3bec41fbb510 js-wpv-form-full" data-viewnumber="1773-CATTRffe0b406655adbf820fc3bec41fbb510" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiY3JpdGljcy1jb25zZW5zdXMiLCJjb2x1bW4iOiJDcml0aWNzIENvbnNlbnN1cyIsImNvbHVtbmlkIjoiMzQiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRffe0b406655adbf820fc3bec41fbb510","action":"\/?wpv_view_count=1773-CATTRffe0b406655adbf820fc3bec41fbb510","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"critics-consensus","column":"Critics Consensus","columnid":"34","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"critics-consensus","column":"Critics Consensus","columnid":"34","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRffe0b406655adbf820fc3bec41fbb510" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRffe0b406655adbf820fc3bec41fbb510" type="hidden" name="wpv_view_count" value="1773-CATTRffe0b406655adbf820fc3bec41fbb510" /> </form> </div> <div class="editorial-panel-heading"> <h1>Everything We Know</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR39e51c0341325a0eb969b2b440d69a7f" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR39e51c0341325a0eb969b2b440d69a7f" data-viewnumber="1773-CATTR39e51c0341325a0eb969b2b440d69a7f" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR39e51c0341325a0eb969b2b440d69a7f&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR39e51c0341325a0eb969b2b440d69a7f"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/everything-we-know-about-mission-impossible-8/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/07/11114819/EWKA_Mission_Impossible_The_Final_Reckoning-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Mission: Impossible – The Final Reckoning</em>: Release Date, Story, Cast & More</p> <p class="noSpacing publication-date">November 11, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/dune-prophecy-premiere-date-trailer-cast-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/25124756/EWKA_Dune_Prophecy-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Dune: Prophecy</em>: Premiere Date, Trailer, Cast & More</p> <p class="noSpacing publication-date">October 25, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/interview-with-the-vampire-season-3-premiere-date-trailer-cast-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/09/27144827/EWKA_Interview_Vampire_S3-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Interview with the Vampire</em>: Season 3: Premiere Date, Trailer, Cast & More</p> <p class="noSpacing publication-date">September 30, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/everything-we-know">More Everything We Know ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR39e51c0341325a0eb969b2b440d69a7f" action="/?wpv_view_count=1773-CATTR39e51c0341325a0eb969b2b440d69a7f" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR39e51c0341325a0eb969b2b440d69a7f js-wpv-form-full" data-viewnumber="1773-CATTR39e51c0341325a0eb969b2b440d69a7f" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiZXZlcnl0aGluZy13ZS1rbm93IiwiY29sdW1uIjoiRXZlcnl0aGluZyBXZSBLbm93IiwiY29sdW1uaWQiOiI4MyIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR39e51c0341325a0eb969b2b440d69a7f","action":"\/?wpv_view_count=1773-CATTR39e51c0341325a0eb969b2b440d69a7f","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"everything-we-know","column":"Everything We Know","columnid":"83","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"everything-we-know","column":"Everything We Know","columnid":"83","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR39e51c0341325a0eb969b2b440d69a7f" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR39e51c0341325a0eb969b2b440d69a7f" type="hidden" name="wpv_view_count" value="1773-CATTR39e51c0341325a0eb969b2b440d69a7f" /> </form> </div> <div class="editorial-panel-heading"> <h1>Five Favorite Films</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRdcb269de5899a4b307741876f8120243" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRdcb269de5899a4b307741876f8120243" data-viewnumber="1773-CATTRdcb269de5899a4b307741876f8120243" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRdcb269de5899a4b307741876f8120243&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRdcb269de5899a4b307741876f8120243"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/immaculate-director-michael-mohans-five-favorite-horror-films/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/04/16180221/FFF.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Immaculate</em> Director Michael Mohan’s Five Favorite Horror Films</p> <p class="noSpacing publication-date">April 16, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/morgan-freemans-five-favorite-films/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/04/12183008/Morgan_Freeman_FFF_2023-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Morgan Freeman’s Five Favorite Films</p> <p class="noSpacing publication-date">April 12, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/praise-this-director-tina-gordons-five-favorite-films/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/04/06155547/Tina_Gordon_FFF-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Praise This</em> Director Tina Gordon’s Five Favorite Films</p> <p class="noSpacing publication-date">April 6, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/five-favorite-films">More Five Favorite Films ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRdcb269de5899a4b307741876f8120243" action="/?wpv_view_count=1773-CATTRdcb269de5899a4b307741876f8120243" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRdcb269de5899a4b307741876f8120243 js-wpv-form-full" data-viewnumber="1773-CATTRdcb269de5899a4b307741876f8120243" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiZml2ZS1mYXZvcml0ZS1maWxtcyIsImNvbHVtbiI6IkZpdmUgRmF2b3JpdGUgRmlsbXMiLCJjb2x1bW5pZCI6IjYyIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRdcb269de5899a4b307741876f8120243","action":"\/?wpv_view_count=1773-CATTRdcb269de5899a4b307741876f8120243","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"five-favorite-films","column":"Five Favorite Films","columnid":"62","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"five-favorite-films","column":"Five Favorite Films","columnid":"62","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRdcb269de5899a4b307741876f8120243" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRdcb269de5899a4b307741876f8120243" type="hidden" name="wpv_view_count" value="1773-CATTRdcb269de5899a4b307741876f8120243" /> </form> </div> <div class="editorial-panel-heading"> <h1>Hear Us Out</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRec1c2a226b8742547d2acbff01fe0737" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRec1c2a226b8742547d2acbff01fe0737" data-viewnumber="1773-CATTRec1c2a226b8742547d2acbff01fe0737" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRec1c2a226b8742547d2acbff01fe0737&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRec1c2a226b8742547d2acbff01fe0737"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/hear-us-out-ron-howards-how-the-grinch-stole-christmas-is-a-modern-holiday-classic/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2020/11/16172753/HUO-How_Grinch_Stole_Christmas-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Hear Us Out: Ron Howard’s <em>How the Grinch Stole Christmas</em> Is A Modern Holiday Classic</p> <p class="noSpacing publication-date">November 17, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/4-ways-house-of-the-dragon-honors-game-of-thrones-legacy-and-4-ways-it-doesnt/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/08/23132409/house-of-the-dragon-h4-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 4 Ways <em>House of the Dragon</em> Honors <em>Game of Thrones</em>’ Legacy (and 4 Ways It Doesn’t)</p> <p class="noSpacing publication-date">August 23, 2022</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/hear-us-out-better-call-saul-is-a-better-show-than-breaking-bad/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/08/16150131/bb-bcs-split-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Hear Us Out: <em>Better Call Saul</em> Is a Better Show Than <em>Breaking Bad</em></p> <p class="noSpacing publication-date">August 16, 2022</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/hear-us-out">More Hear Us Out ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRec1c2a226b8742547d2acbff01fe0737" action="/?wpv_view_count=1773-CATTRec1c2a226b8742547d2acbff01fe0737" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRec1c2a226b8742547d2acbff01fe0737 js-wpv-form-full" data-viewnumber="1773-CATTRec1c2a226b8742547d2acbff01fe0737" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiaGVhci11cy1vdXQiLCJjb2x1bW4iOiJIZWFyIFVzIE91dCIsImNvbHVtbmlkIjoiMzciLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRec1c2a226b8742547d2acbff01fe0737","action":"\/?wpv_view_count=1773-CATTRec1c2a226b8742547d2acbff01fe0737","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"hear-us-out","column":"Hear Us Out","columnid":"37","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"hear-us-out","column":"Hear Us Out","columnid":"37","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRec1c2a226b8742547d2acbff01fe0737" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRec1c2a226b8742547d2acbff01fe0737" type="hidden" name="wpv_view_count" value="1773-CATTRec1c2a226b8742547d2acbff01fe0737" /> </form> </div> <div class="editorial-panel-heading"> <h1>Indie Fresh List</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" data-viewnumber="1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRdd74f4894377f8e0b527fe8e98a275d3&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRdd74f4894377f8e0b527fe8e98a275d3"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/indie-fresh-list-tar-triangle-of-sadness-decision-to-leave-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/10/14104842/TAR.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Indie Fresh List: <em>Decision to Leave</em>, <em>TÁR</em>, <em>Triangle of Sadness</em>, and More</p> <p class="noSpacing publication-date">October 14, 2022</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/indie-fresh-list-not-okay-resurrection-vengeance-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/07/29123254/Indie_Fresh-7-29-22-Not_Okay.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Indie Fresh List: <em>Not Okay</em>, <em>Resurrection</em>, <em>Vengeance</em>, and More</p> <p class="noSpacing publication-date">July 28, 2022</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/indie-fresh-list-cmon-cmon-tick-tick-boom-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2021/11/19132906/Indie_Fresh-11-19-21.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Indie Fresh List: <em>C’mon C’mon</em>, <em>tick, tick… BOOM!</em>, and More</p> <p class="noSpacing publication-date">November 19, 2021</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/indie-fresh-list">More Indie Fresh List ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" action="/?wpv_view_count=1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRdd74f4894377f8e0b527fe8e98a275d3 js-wpv-form-full" data-viewnumber="1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoiaW5kaWUtZnJlc2gtbGlzdCIsImNvbHVtbiI6IkluZGllIEZyZXNoIExpc3QiLCJjb2x1bW5pZCI6IjExIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRdd74f4894377f8e0b527fe8e98a275d3","action":"\/?wpv_view_count=1773-CATTRdd74f4894377f8e0b527fe8e98a275d3","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"indie-fresh-list","column":"Indie Fresh List","columnid":"11","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"indie-fresh-list","column":"Indie Fresh List","columnid":"11","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" type="hidden" name="wpv_view_count" value="1773-CATTRdd74f4894377f8e0b527fe8e98a275d3" /> </form> </div> <div class="editorial-panel-heading"> <h1>Now Streaming</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" data-viewnumber="1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-movies-tv-shows-streaming-in-april-2024-what-to-watch-on-netflix-prime-video-disney-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/03/03165730/New_TV_Streaming_April_2024-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New Movies & TV Shows Streaming in April 2024: What To Watch on Netflix, Prime Video, Disney+, and More</p> <p class="noSpacing publication-date">April 4, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-on-streaming-in-march-2024/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/02/04153940/New_Streaming_March_2024-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New Movies & TV Shows Streaming in March 2024: What To Watch on Netflix, Prime Video, Disney+, and More</p> <p class="noSpacing publication-date">March 4, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-on-streaming-in-february-2024/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/01/06120546/New_Streaming_February_2024.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New Movies & TV Shows Streaming in February 2024: What To Watch on Netflix, Prime Video, Disney+, and More</p> <p class="noSpacing publication-date">February 6, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/now-streaming">More Now Streaming ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" action="/?wpv_view_count=1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3 js-wpv-form-full" data-viewnumber="1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoibm93LXN0cmVhbWluZyIsImNvbHVtbiI6Ik5vdyBTdHJlYW1pbmciLCJjb2x1bW5pZCI6IjcwIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3","action":"\/?wpv_view_count=1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"now-streaming","column":"Now Streaming","columnid":"70","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"now-streaming","column":"Now Streaming","columnid":"70","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" type="hidden" name="wpv_view_count" value="1773-CATTR0a03dcc41468efdbfedfe058c34cd6c3" /> </form> </div> <div class="editorial-panel-heading"> <h1>Oral Histories</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" data-viewnumber="1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTReb248743d620158f1c5aa2e4fdc1c22d&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTReb248743d620158f1c5aa2e4fdc1c22d"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/an-oral-history-of-guardians-of-the-galaxy-by-chris-pratt-and-james-gunn/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/05/08112847/GotG_Oral_History-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> An Oral History of <em>Guardians of the Galaxy</em> by Chris Pratt and James Gunn</p> <p class="noSpacing publication-date">May 5, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/keanu-reeves-and-chad-stahelskis-oral-history-of-john-wick-chapter-2-and-3/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2019/05/19174856/JohnWickOralHistory21.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How Keanu Reeves and Chad Stahelski Expanded the <em>John Wick</em> Universe with <em>Chapter 2</em> and <em>3</em></p> <p class="noSpacing publication-date">March 23, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/an-oral-history-of-jackass/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/01/03131850/Jackass_Forever_Oral_History.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> An Oral History of <em>Jackass</em></p> <p class="noSpacing publication-date">February 3, 2022</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/oral-histories">More Oral Histories ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" action="/?wpv_view_count=1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTReb248743d620158f1c5aa2e4fdc1c22d js-wpv-form-full" data-viewnumber="1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoib3JhbC1oaXN0b3JpZXMiLCJjb2x1bW4iOiJPcmFsIEhpc3RvcmllcyIsImNvbHVtbmlkIjoiODIiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTReb248743d620158f1c5aa2e4fdc1c22d","action":"\/?wpv_view_count=1773-CATTReb248743d620158f1c5aa2e4fdc1c22d","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"oral-histories","column":"Oral Histories","columnid":"82","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"oral-histories","column":"Oral Histories","columnid":"82","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" type="hidden" name="wpv_view_count" value="1773-CATTReb248743d620158f1c5aa2e4fdc1c22d" /> </form> </div> <div class="editorial-panel-heading"> <h1>Parental Guidance</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" data-viewnumber="1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/how-family-friendly-is-captain-marvel/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2019/03/08110357/Captain_Marvel_Parental_Guidance_Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How Family-Friendly Is <em>Captain Marvel</em>?</p> <p class="noSpacing publication-date">March 8, 2019</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/how-family-friendly-is-alita-battle-angel/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2019/02/15125917/Alita_Battle_Angel_PG_Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How Family-Friendly Is <em>Alita: Battle Angel</em>?</p> <p class="noSpacing publication-date">February 15, 2019</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/how-family-friendly-are-aquaman-and-bumblebee/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/12/21121231/AquaBumble1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How Family-Friendly Are <em>Aquaman</em> and <em>Bumblebee</em>?</p> <p class="noSpacing publication-date">December 21, 2018</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/parental-guidance">More Parental Guidance ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" action="/?wpv_view_count=1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c js-wpv-form-full" data-viewnumber="1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoicGFyZW50YWwtZ3VpZGFuY2UiLCJjb2x1bW4iOiJQYXJlbnRhbCBHdWlkYW5jZSIsImNvbHVtbmlkIjoiNjUiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c","action":"\/?wpv_view_count=1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"parental-guidance","column":"Parental Guidance","columnid":"65","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"parental-guidance","column":"Parental Guidance","columnid":"65","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" type="hidden" name="wpv_view_count" value="1773-CATTR5af4f9b797a35f5a72d13d6a5b37ce6c" /> </form> </div> <div class="editorial-panel-heading"> <h1>Photo Galleries</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR6c9420af8c4f2c910659f22d3c696976" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR6c9420af8c4f2c910659f22d3c696976" data-viewnumber="1773-CATTR6c9420af8c4f2c910659f22d3c696976" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR6c9420af8c4f2c910659f22d3c696976&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR6c9420af8c4f2c910659f22d3c696976"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/emmys-2024-red-carpet-arrivals/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/09/15174821/Emmys3.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Emmys 2024 Red Carpet Arrival Photos</p> <p class="noSpacing publication-date">September 15, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/2023-san-diego-comic-con-cosplay-gallery/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/07/21122850/deadpool-joker-cosplay-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 2023 San Diego Comic-Con Cosplay Gallery</p> <p class="noSpacing publication-date">July 21, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/emmys-2022-red-carpet-arrivals/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/09/12164630/emmys-2022-RED_CARPET_ROUNDUP_600X314.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Emmys 2022 Red Carpet Arrivals</p> <p class="noSpacing publication-date">September 12, 2022</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/photo-galleries">More Photo Galleries ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR6c9420af8c4f2c910659f22d3c696976" action="/?wpv_view_count=1773-CATTR6c9420af8c4f2c910659f22d3c696976" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR6c9420af8c4f2c910659f22d3c696976 js-wpv-form-full" data-viewnumber="1773-CATTR6c9420af8c4f2c910659f22d3c696976" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoicGhvdG8tZ2FsbGVyaWVzIiwiY29sdW1uIjoiUGhvdG8gR2FsbGVyaWVzIiwiY29sdW1uaWQiOiIxOSIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR6c9420af8c4f2c910659f22d3c696976","action":"\/?wpv_view_count=1773-CATTR6c9420af8c4f2c910659f22d3c696976","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"photo-galleries","column":"Photo Galleries","columnid":"19","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"photo-galleries","column":"Photo Galleries","columnid":"19","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR6c9420af8c4f2c910659f22d3c696976" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR6c9420af8c4f2c910659f22d3c696976" type="hidden" name="wpv_view_count" value="1773-CATTR6c9420af8c4f2c910659f22d3c696976" /> </form> </div> <div class="editorial-panel-heading"> <h1>Red Carpet Roundup</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" data-viewnumber="1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR5700a2f8107fbfa8268e6486f3c424f8&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR5700a2f8107fbfa8268e6486f3c424f8"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/gallery-grammys-red-carpet-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/02/06181052/RED_CARPET_ROUNDUP-grammys_600X314.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Gallery: Grammys Red Carpet & More</p> <p class="noSpacing publication-date">February 6, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/emmys-2021-red-carpet-arrivals/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2021/09/19170149/600EmmysRedCarpet1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Emmys 2021 Red Carpet Arrivals</p> <p class="noSpacing publication-date">September 19, 2021</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/gallery/oscars-2020-red-carpet-arrivals/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2020/02/09163536/600OscarsR3.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Oscars 2020 Red Carpet Arrivals</p> <p class="noSpacing publication-date">February 9, 2020</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/red-carpet-roundup">More Red Carpet Roundup ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" action="/?wpv_view_count=1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR5700a2f8107fbfa8268e6486f3c424f8 js-wpv-form-full" data-viewnumber="1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoicmVkLWNhcnBldC1yb3VuZHVwIiwiY29sdW1uIjoiUmVkIENhcnBldCBSb3VuZHVwIiwiY29sdW1uaWQiOiI2OSIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR5700a2f8107fbfa8268e6486f3c424f8","action":"\/?wpv_view_count=1773-CATTR5700a2f8107fbfa8268e6486f3c424f8","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"red-carpet-roundup","column":"Red Carpet Roundup","columnid":"69","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"red-carpet-roundup","column":"Red Carpet Roundup","columnid":"69","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" type="hidden" name="wpv_view_count" value="1773-CATTR5700a2f8107fbfa8268e6486f3c424f8" /> </form> </div> <div class="editorial-panel-heading"> <h1>RT on DVD</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR7e226f5b9dec4f450fe4659be670c72f" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR7e226f5b9dec4f450fe4659be670c72f" data-viewnumber="1773-CATTR7e226f5b9dec4f450fe4659be670c72f" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR7e226f5b9dec4f450fe4659be670c72f&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR7e226f5b9dec4f450fe4659be670c72f"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-on-dvd-in-april-paddington-2-phantom-thread-the-post-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/04/09102426/April2018-DVD-Phantom-Thread.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New On DVD in April: <em>Paddington 2</em>, <em>Phantom Thread</em>, <em>The Post</em> and More</p> <p class="noSpacing publication-date">April 2, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-on-dvd-in-march-thor-ragnarok-lady-bird-jumanji-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/02/26103817/March2018-DVD-Last-Jedi.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New On DVD in March: <em>Thor: Ragnarok</em>, <em>Lady Bird</em>, <em>Jumanji</em> and More</p> <p class="noSpacing publication-date">February 27, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/new-on-dvd-in-february-coco-three-billboards-only-the-brave-and-more/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/01/26101408/Three-Billboards-Feb-DVD.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> New On DVD in February: <em>Coco</em>, <em>Three Billboards</em>, <em>Only the Brave</em> and More</p> <p class="noSpacing publication-date">January 30, 2018</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/rt-on-dvd">More RT on DVD ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR7e226f5b9dec4f450fe4659be670c72f" action="/?wpv_view_count=1773-CATTR7e226f5b9dec4f450fe4659be670c72f" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR7e226f5b9dec4f450fe4659be670c72f js-wpv-form-full" data-viewnumber="1773-CATTR7e226f5b9dec4f450fe4659be670c72f" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoicnQtb24tZHZkIiwiY29sdW1uIjoiUlQgb24gRFZEIiwiY29sdW1uaWQiOiIxIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR7e226f5b9dec4f450fe4659be670c72f","action":"\/?wpv_view_count=1773-CATTR7e226f5b9dec4f450fe4659be670c72f","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"rt-on-dvd","column":"RT on DVD","columnid":"1","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"rt-on-dvd","column":"RT on DVD","columnid":"1","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR7e226f5b9dec4f450fe4659be670c72f" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR7e226f5b9dec4f450fe4659be670c72f" type="hidden" name="wpv_view_count" value="1773-CATTR7e226f5b9dec4f450fe4659be670c72f" /> </form> </div> <div class="editorial-panel-heading"> <h1>Showdowns</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" data-viewnumber="1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRf98ea611cdfa02b4e70d59e481d1d675&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRf98ea611cdfa02b4e70d59e481d1d675"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/best-1994-movies-showdown/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/21123500/1994_Movies_Showdown_Winner-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> RT Fans Crown <em>The Shawshank Redemption</em> the Best Movie of 1994</p> <p class="noSpacing publication-date">October 21, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/best-1999-movies-showdown/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/06/21095136/1999_Movies_Showdown_Winner-Rep_1x1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> RT Users Crown <em>The Matrix</em> The Best Movie of 1999!</p> <p class="noSpacing publication-date">June 21, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/best-directors-of-the-last-25-years/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/08/30024823/Best_Directors_Showdown_Winner-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> RT Fans Crown Christopher Nolan the Best Director of the Last 25 Years</p> <p class="noSpacing publication-date">August 30, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/showdowns">More Showdowns ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" action="/?wpv_view_count=1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRf98ea611cdfa02b4e70d59e481d1d675 js-wpv-form-full" data-viewnumber="1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoic2hvd2Rvd25zIiwiY29sdW1uIjoiU2hvd2Rvd25zIiwiY29sdW1uaWQiOiI0OSIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRf98ea611cdfa02b4e70d59e481d1d675","action":"\/?wpv_view_count=1773-CATTRf98ea611cdfa02b4e70d59e481d1d675","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"showdowns","column":"Showdowns","columnid":"49","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"showdowns","column":"Showdowns","columnid":"49","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" type="hidden" name="wpv_view_count" value="1773-CATTRf98ea611cdfa02b4e70d59e481d1d675" /> </form> </div> <div class="editorial-panel-heading"> <h1>Sub-Cult</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRa47a30e6fd155c0415a2556158c694f8" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRa47a30e6fd155c0415a2556158c694f8" data-viewnumber="1773-CATTRa47a30e6fd155c0415a2556158c694f8" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRa47a30e6fd155c0415a2556158c694f8&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRa47a30e6fd155c0415a2556158c694f8"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/how-role-models-made-paul-rudd-a-bankable-leading-man/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/07/24171640/Role-Models-Sub-Cult.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How <em>Role Models</em> Made Paul Rudd a Bankable Leading Man</p> <p class="noSpacing publication-date">July 24, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/limitless-is-preposterous-but-enjoyable-if-you-turn-off-your-brain/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/06/27143806/Limitless-Sub-Cult.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Limitless</em> Is Preposterous but Enjoyable If You Turn Off Your Brain</p> <p class="noSpacing publication-date">June 27, 2018</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/how-mystery-team-revealed-donald-glover-was-a-star-in-the-making/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/05/23171925/Mystery-Team-Sub-Cult.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> How <em>Mystery Team</em> Revealed Donald Glover Was a Star in the Making</p> <p class="noSpacing publication-date">May 23, 2018</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/sub-cult">More Sub-Cult ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRa47a30e6fd155c0415a2556158c694f8" action="/?wpv_view_count=1773-CATTRa47a30e6fd155c0415a2556158c694f8" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRa47a30e6fd155c0415a2556158c694f8 js-wpv-form-full" data-viewnumber="1773-CATTRa47a30e6fd155c0415a2556158c694f8" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoic3ViLWN1bHQiLCJjb2x1bW4iOiJTdWItQ3VsdCIsImNvbHVtbmlkIjoiMjAiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRa47a30e6fd155c0415a2556158c694f8","action":"\/?wpv_view_count=1773-CATTRa47a30e6fd155c0415a2556158c694f8","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"sub-cult","column":"Sub-Cult","columnid":"20","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"sub-cult","column":"Sub-Cult","columnid":"20","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRa47a30e6fd155c0415a2556158c694f8" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRa47a30e6fd155c0415a2556158c694f8" type="hidden" name="wpv_view_count" value="1773-CATTRa47a30e6fd155c0415a2556158c694f8" /> </form> </div> <div class="editorial-panel-heading"> <h1>Total Recall</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" data-viewnumber="1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR6f1f90ba902ef4db75f65c363ddceaba&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR6f1f90ba902ef4db75f65c363ddceaba"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/worst-horror-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/09/19083227/600Winnie2.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> The Worst Horror Movies of All Time</p> <p class="noSpacing publication-date">October 2, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/all-marvel-cinematic-universe-movies-ranked/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2018/02/14193805/Marvel-Movies-Recall2.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Marvel Movies Ranked Worst to Best by Tomatometer</p> <p class="noSpacing publication-date">November 23, 2022</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/jurassic-park-world-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2015/06/19171851/Jurassic-Park-Franchise-Recall.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>Jurassic Park</em> Movies Ranked By Tomatometer</p> <p class="noSpacing publication-date">November 23, 2022</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/total-recall">More Total Recall ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" action="/?wpv_view_count=1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR6f1f90ba902ef4db75f65c363ddceaba js-wpv-form-full" data-viewnumber="1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoidG90YWwtcmVjYWxsIiwiY29sdW1uIjoiVG90YWwgUmVjYWxsIiwiY29sdW1uaWQiOiIzOSIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR6f1f90ba902ef4db75f65c363ddceaba","action":"\/?wpv_view_count=1773-CATTR6f1f90ba902ef4db75f65c363ddceaba","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"total-recall","column":"Total Recall","columnid":"39","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"total-recall","column":"Total Recall","columnid":"39","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" type="hidden" name="wpv_view_count" value="1773-CATTR6f1f90ba902ef4db75f65c363ddceaba" /> </form> </div> <div class="editorial-panel-heading"> <h1>Trophy Talk</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR756394166b9cbf31e72a5af54335414e" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR756394166b9cbf31e72a5af54335414e" data-viewnumber="1773-CATTR756394166b9cbf31e72a5af54335414e" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR756394166b9cbf31e72a5af54335414e&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR756394166b9cbf31e72a5af54335414e"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/joan-chen-talks-didi-and-judge-dredd-on-the-awards-tour-podcast/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/21124654/didi.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Joan Chen Talks <em>Dìdi</em> and <em>Judge Dredd</em> on The Awards Tour Podcast</p> <p class="noSpacing publication-date">November 21, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/alfonso-cuaron-cate-blanchett-disclaimer-finale/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/16115021/Disclaimer_RT_Interview-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Alfonso Cuarón Breaks Down Casting Cate Blanchett for TV and the <em>Disclaimer</em> Finale</p> <p class="noSpacing publication-date">November 12, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/alex-wolff-breaks-down-his-career-from-the-line-to-the-naked-brothers-band/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/29122023/Alex_Wolff_Awards_Tour-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Alex Wolff Breaks Down His Career, From <em>The Line</em> to <em>The Naked Brothers Band</em></p> <p class="noSpacing publication-date">October 29, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/trophy-talk">More Trophy Talk ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR756394166b9cbf31e72a5af54335414e" action="/?wpv_view_count=1773-CATTR756394166b9cbf31e72a5af54335414e" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR756394166b9cbf31e72a5af54335414e js-wpv-form-full" data-viewnumber="1773-CATTR756394166b9cbf31e72a5af54335414e" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoidHJvcGh5LXRhbGsiLCJjb2x1bW4iOiJUcm9waHkgVGFsayIsImNvbHVtbmlkIjoiMzgiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR756394166b9cbf31e72a5af54335414e","action":"\/?wpv_view_count=1773-CATTR756394166b9cbf31e72a5af54335414e","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"trophy-talk","column":"Trophy Talk","columnid":"38","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"trophy-talk","column":"Trophy Talk","columnid":"38","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR756394166b9cbf31e72a5af54335414e" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR756394166b9cbf31e72a5af54335414e" type="hidden" name="wpv_view_count" value="1773-CATTR756394166b9cbf31e72a5af54335414e" /> </form> </div> <div class="editorial-panel-heading"> <h1>TV Talk</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR13b1305fa0322268820154c51cdc3b97" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR13b1305fa0322268820154c51cdc3b97" data-viewnumber="1773-CATTR13b1305fa0322268820154c51cdc3b97" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR13b1305fa0322268820154c51cdc3b97&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR13b1305fa0322268820154c51cdc3b97"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/kaley-cuoco-comedy-based-on-a-true-story-reactions-more-tv-streaming-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/06/09173522/based-on-a-true-story-keyart-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Kaley Cuoco’s Latest Comedy Is ‘Fresh’ Out of the Gate: Critics Call <em>Based on a True Story</em> ‘Pleasingly Perverse’</p> <p class="noSpacing publication-date">June 9, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/succession-barry-more-series-finales-ranked-and-more-tv-streaming-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/05/02153137/succession-series-finale-toast-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Critics Weigh In on <em>Succession</em>, <em>Barry</em> & More of the Biggest Series Finales of the Year</p> <p class="noSpacing publication-date">June 2, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/cannes-critics-batter-the-idol-and-more-tv-streaming-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/05/25194258/the-idol-key-art-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> The Wrath of Cannes: Critics Batter <em>The Idol</em>, Starring Lily-Rose Depp and Abel ‘The Weeknd’ Tesfaye</p> <p class="noSpacing publication-date">May 25, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/tv-talk">More TV Talk ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR13b1305fa0322268820154c51cdc3b97" action="/?wpv_view_count=1773-CATTR13b1305fa0322268820154c51cdc3b97" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR13b1305fa0322268820154c51cdc3b97 js-wpv-form-full" data-viewnumber="1773-CATTR13b1305fa0322268820154c51cdc3b97" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoidHYtdGFsayIsImNvbHVtbiI6IlRWIFRhbGsiLCJjb2x1bW5pZCI6IjczIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR13b1305fa0322268820154c51cdc3b97","action":"\/?wpv_view_count=1773-CATTR13b1305fa0322268820154c51cdc3b97","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"tv-talk","column":"TV Talk","columnid":"73","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"tv-talk","column":"TV Talk","columnid":"73","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR13b1305fa0322268820154c51cdc3b97" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR13b1305fa0322268820154c51cdc3b97" type="hidden" name="wpv_view_count" value="1773-CATTR13b1305fa0322268820154c51cdc3b97" /> </form> </div> <div class="editorial-panel-heading"> <h1>Video Interviews</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR17a69a31170bc8bbfd2a2943223fa233" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR17a69a31170bc8bbfd2a2943223fa233" data-viewnumber="1773-CATTR17a69a31170bc8bbfd2a2943223fa233" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR17a69a31170bc8bbfd2a2943223fa233&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR17a69a31170bc8bbfd2a2943223fa233"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/saoirse-ronan-talks-blitz-and-awards-season-fun-with-timothee-chalamet-and-paul-mescal-awards-tour-podcast/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/04152137/go-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Saoirse Ronan Talks <em>Blitz</em> and Awards Season Fun with Timothée Chalamet and Paul Mescal – Awards Tour Podcast</p> <p class="noSpacing publication-date">November 4, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/hugh-grant-breaks-down-a-scene-from-heretic/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/17163305/Heretic_Scene_Breakdown-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Hugh Grant Breaks Down a Scene from <em>Heretic</em></p> <p class="noSpacing publication-date">October 18, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/watch-the-moment-ariana-grande-and-cynthia-erivo-got-the-call-to-star-in-wicked/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/10/08160340/Wicked_Pulls-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Watch: The Moment Ariana Grande and Cynthia Erivo Got the Call to Star in <em>Wicked</em></p> <p class="noSpacing publication-date">October 9, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/video-interviews">More Video Interviews ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR17a69a31170bc8bbfd2a2943223fa233" action="/?wpv_view_count=1773-CATTR17a69a31170bc8bbfd2a2943223fa233" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR17a69a31170bc8bbfd2a2943223fa233 js-wpv-form-full" data-viewnumber="1773-CATTR17a69a31170bc8bbfd2a2943223fa233" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoidmlkZW8taW50ZXJ2aWV3cyIsImNvbHVtbiI6IlZpZGVvIEludGVydmlld3MiLCJjb2x1bW5pZCI6IjY3IiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR17a69a31170bc8bbfd2a2943223fa233","action":"\/?wpv_view_count=1773-CATTR17a69a31170bc8bbfd2a2943223fa233","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"video-interviews","column":"Video Interviews","columnid":"67","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"video-interviews","column":"Video Interviews","columnid":"67","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR17a69a31170bc8bbfd2a2943223fa233" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR17a69a31170bc8bbfd2a2943223fa233" type="hidden" name="wpv_view_count" value="1773-CATTR17a69a31170bc8bbfd2a2943223fa233" /> </form> </div> <div class="editorial-panel-heading"> <h1>Weekend Box Office</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" data-viewnumber="1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/weekend-box-office-red-one-debuts-in-first-but-faces-uphill-battle/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/18135126/Red_One_BO1-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Weekend Box Office: <em>Red One</em> Debuts in First, but Faces Uphill Battle</p> <p class="noSpacing publication-date">November 18, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/box-office-top-10-movies-of-the-year/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2022/10/26152214/600DeadpoolWolverine5.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Box Office 2024: Top 10 Movies of the Year</p> <p class="noSpacing publication-date">November 18, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/weekend-box-office-venom-is-tops-again-over-lackluster-weekend/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/11132222/Venom_the_Last_Dance_BO3-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Weekend Box Office: <em>Venom</em> Is Tops Again Over Lackluster Weekend</p> <p class="noSpacing publication-date">November 11, 2024</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/weekend-box-office">More Weekend Box Office ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" action="/?wpv_view_count=1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0 js-wpv-form-full" data-viewnumber="1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoid2Vla2VuZC1ib3gtb2ZmaWNlIiwiY29sdW1uIjoiV2Vla2VuZCBCb3ggT2ZmaWNlIiwiY29sdW1uaWQiOiIyNyIsImxpbWl0IjoiMyJ9" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0","action":"\/?wpv_view_count=1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"weekend-box-office","column":"Weekend Box Office","columnid":"27","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"weekend-box-office","column":"Weekend Box Office","columnid":"27","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" type="hidden" name="wpv_view_count" value="1773-CATTRfc3bfa10e7909bbc44d9a65615da2ea0" /> </form> </div> <div class="editorial-panel-heading"> <h1>Weekly Ketchup</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTR431dee3e48942ccb20fe37570027900a" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTR431dee3e48942ccb20fe37570027900a" data-viewnumber="1773-CATTR431dee3e48942ccb20fe37570027900a" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTR431dee3e48942ccb20fe37570027900a&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTR431dee3e48942ccb20fe37570027900a"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/disney-is-conjuring-up-hocus-pocus-3-and-more-movie-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/06/09152153/Hocus_Pocus_2_Ketchup-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Disney Is Conjuring Up <em>Hocus Pocus 3</em>, and More Movie News</p> <p class="noSpacing publication-date">June 9, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/dwayne-johnson-to-return-to-fast-and-furious-franchise-for-another-spin-off-and-more-movie-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/06/02160116/Dwayne_Johnson_Fast_Furious_6_Ketchup-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Dwayne Johnson to Return to <em>Fast and Furious</em> Franchise for Another Spin-Off, and More Movie News</p> <p class="noSpacing publication-date">June 2, 2023</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/john-wick-universe-will-expand-with-a-5th-film-and-spin-offs-and-more-movie-news/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/05/26172636/john-wick-4-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> <em>John Wick</em> Universe Will Expand with a 5th Film and Spin-offs, and More Movie News</p> <p class="noSpacing publication-date">May 26, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/weekly-ketchup">More Weekly Ketchup ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTR431dee3e48942ccb20fe37570027900a" action="/?wpv_view_count=1773-CATTR431dee3e48942ccb20fe37570027900a" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTR431dee3e48942ccb20fe37570027900a js-wpv-form-full" data-viewnumber="1773-CATTR431dee3e48942ccb20fe37570027900a" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoid2Vla2x5LWtldGNodXAiLCJjb2x1bW4iOiJXZWVrbHkgS2V0Y2h1cCIsImNvbHVtbmlkIjoiMzMiLCJsaW1pdCI6IjMifQ==" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTR431dee3e48942ccb20fe37570027900a","action":"\/?wpv_view_count=1773-CATTR431dee3e48942ccb20fe37570027900a","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"weekly-ketchup","column":"Weekly Ketchup","columnid":"33","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"weekly-ketchup","column":"Weekly Ketchup","columnid":"33","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTR431dee3e48942ccb20fe37570027900a" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTR431dee3e48942ccb20fe37570027900a" type="hidden" name="wpv_view_count" value="1773-CATTR431dee3e48942ccb20fe37570027900a" /> </form> </div> <div class="editorial-panel-heading"> <h1>What to Watch</h1> <p> </p> </div> <div class="panel panel-rt panel-box article_body"> <div class="panel-body"> <div id="wpv-view-layout-1773-CATTRe4c4729040211b4966c23debcdacbd94" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-1773-CATTRe4c4729040211b4966c23debcdacbd94" data-viewnumber="1773-CATTRe4c4729040211b4966c23debcdacbd94" data-pagination="{"id":"1773","query":"normal","type":"paged","effect":"fade","duration":"500","speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"disabled","preload_pages":"enabled","preload_reach":"2","spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/embedded/res/img/ajax-loader3.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"enabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=1773-CATTRe4c4729040211b4966c23debcdacbd94&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=1773-CATTRe4c4729040211b4966c23debcdacbd94"> <div class="row "> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/what-to-watch-most-anticipated-black-led-shows-and-movies-of-2024/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/02/02121601/What_to_Watch_Black-Led_Films-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> What to Watch: Most Anticipated Black-Led Shows and Movies of 2024</p> <p class="noSpacing publication-date">February 2, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/what-to-watch-this-week-2023-golden-tomato-award-winners/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/01/11163035/What_to_Watch_GTA-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> What to Watch This Week: 2023 Golden Tomato Award Winners</p> <p class="noSpacing publication-date">January 11, 2024</p> </div> </div> </a> </div> <div class="col-sm-8 newsItem col-full-xs"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/what-to-watch-this-week-jury-duty-shin-kamen-rider-and-more-staff-picks/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/12/28135911/What_to_Watch_Staff_Picks_2023-Rep.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> What to Watch This Week: <em>Jury Duty</em>, <em>Shin Kamen Rider</em>, and More Staff Picks</p> <p class="noSpacing publication-date">December 28, 2023</p> </div> </div> </a> </div> </div> </div> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/what-to-watch">More What to Watch ></a></div> </div> </div> <div> <form autocomplete="off" name="wpv-filter-1773-CATTRe4c4729040211b4966c23debcdacbd94" action="/?wpv_view_count=1773-CATTRe4c4729040211b4966c23debcdacbd94" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-1773-CATTRe4c4729040211b4966c23debcdacbd94 js-wpv-form-full" data-viewnumber="1773-CATTRe4c4729040211b4966c23debcdacbd94" data-viewid="1773" data-viewhash="eyJuYW1lIjoiQXJ0aWNsZXMiLCJzbHVnIjoid2hhdC10by13YXRjaCIsImNvbHVtbiI6IldoYXQgdG8gV2F0Y2giLCJjb2x1bW5pZCI6IjQyIiwibGltaXQiOiIzIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"1773","view_id":"1773","widget_id":0,"view_hash":"1773-CATTRe4c4729040211b4966c23debcdacbd94","action":"\/?wpv_view_count=1773-CATTRe4c4729040211b4966c23debcdacbd94","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":{"slug":"what-to-watch","column":"What to Watch","columnid":"42","limit":"3"},"environment":{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="{"slug":"what-to-watch","column":"What to Watch","columnid":"42","limit":"3"}" data-environment="{"current_post_id":8282,"parent_post_id":8282,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"><input type="hidden" class="js-wpv-dps-filter-data js-wpv-filter-data-for-this-form" data-action="/?wpv_view_count=1773-CATTRe4c4729040211b4966c23debcdacbd94" data-page="1" data-ajax="disable" data-effect="fade" data-maxpages="1" data-ajaxprebefore="" data-ajaxbefore="" data-ajaxafter="" /><input class="wpv_view_count wpv_view_count-1773-CATTRe4c4729040211b4966c23debcdacbd94" type="hidden" name="wpv_view_count" value="1773-CATTRe4c4729040211b4966c23debcdacbd94" /> </form> </div> </div> <div class="col col-right col-full-xs"> <div style="padding-bottom:5px;"> <div id="medrec_top_ad" class="medrec_ad center"></div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() =='0') { //MOBILE mps.cloneAd('#medrec_top_ad','mboxadone'); } else { //Desktop and Tablet mps.cloneAd('#medrec_top_ad','topmulti'); } }); </script> <div style="margin-top:10px;" class="panel panel-rt panel-box otherNews"> <h2 class="panel-heading">Movie & TV News</h2> <div class="panel-body content_body"> <div id="wpv-view-layout-54857" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-54857" data-viewnumber="54857" data-pagination="{"id":"54857","query":"normal","type":"disabled","effect":"fade","duration":500,"speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"enabled","preload_pages":"enabled","preload_reach":1,"spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/res/img/ajax-loader.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"disabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=54857&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=54857"> <h2>Featured on RT</h2> <div class="newsItem"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/pedro-pascal/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/04/23080619/Gladiator_2-600x314_1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Pedro Pascal Movies and Series Ranked by Tomatometer</p> <p class="noSpacing publication-date">November 23, 2024</p> </div> </div> </a> </div> <div class="newsItem"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/guide/denzel-washington-movies/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/09/22112201/Gladiator_II_Denzel-600x314_2.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> 49 Best Denzel Washington Movies Ranked</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> <div class="newsItem"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/renewed-and-cancelled-tv-shows-2024/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/22105946/Day_of_the_jackal-600x314-1.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Renewed and Cancelled TV Shows 2024</p> <p class="noSpacing publication-date">November 22, 2024</p> </div> </div> </a> </div> <div class="newsItem"> <a class="unstyled articleLink" href="https://editorial.rottentomatoes.com/article/joan-chen-talks-didi-and-judge-dredd-on-the-awards-tour-podcast/" target=""> <div class="editorialColumnPic"> <img src=https://prd-rteditorial.s3.us-west-2.amazonaws.com/wp-content/uploads/2024/11/21124654/didi.jpg class='attachment-full wp-post-image' alt='rteditorial_default'> </div> <div class="panel bannerCaption"> <div class="panel-body"> <p class="noSpacing title"> Joan Chen Talks <em>Dìdi</em> and <em>Judge Dredd</em> on The Awards Tour Podcast</p> <p class="noSpacing publication-date">November 21, 2024</p> </div> </div> </a> </div> <div style="text-align: right;" class="panel-link"><a href="https://editorial.rottentomatoes.com/news/">More Featured on RT ></a></div> </div> <div id="wpv-view-layout-54858" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-54858" data-viewnumber="54858" data-pagination="{"id":"54858","query":"normal","type":"disabled","effect":"fade","duration":500,"speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"enabled","preload_pages":"enabled","preload_reach":1,"spinner":"builtin","spinner_image":"https://editorialstaging.rottentomatoes.com/wp-content/plugins/wp-views/res/img/ajax-loader.gif","callback_next":"","manage_history":"enabled","has_controls_in_form":"disabled","infinite_tolerance":"0","max_pages":1,"page":1,"base_permalink":"/?wpv_view_count=54858&wpv_paged=WPV_PAGE_NUM","loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=54858"> <h2>Top Headlines</h2> <ul class="redDot"> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/pedro-pascal/">Pedro Pascal Movies and Series Ranked by Tomatometer</a><br> <span class="subtle">– </span> </li> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/best-new-christmas-movies/">Best New Christmas Movies of 2024</a><br> <span class="subtle">– </span> </li> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/denzel-washington-movies/">49 Best Denzel Washington Movies Ranked</a><br> <span class="subtle">– </span> </li> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/new-verified-hot-movies/">50 Newest Verified Hot Movies</a><br> <span class="subtle">– </span> </li> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/paul-mescal-movies-and-series/">Paul Mescal Movies and Series Ranked by Tomatometer</a><br> <span class="subtle">– </span> </li> <li class="newslink"> <a href="https://editorial.rottentomatoes.com/guide/best-movies-on-amazon-prime-right-now/">The 100 Best Movies on Prime Video (November 2024)</a><br> <span class="subtle">– </span> </li> </ul> <div class="pull-right panel-link"><a href="https://editorial.rottentomatoes.com/publications/">More Top Headlines ></a></div> </div> </div> </div> <div id="medrec_bottom_ad" class="medrec_ad center"></div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() =='0') { //MOBILE mps.cloneAd('#medrec_bottom_ad','mboxadtwo'); } else { //Desktop and Tablet mps.cloneAd('#medrec_bottom_ad','boxadone'); } }); </script> </div> </div> </div> <!-- end content container --> <div class="sleaderboard_wrapper hidden-xs"> <div id="leaderboard_bottom_ad" style="display:block"></div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { if (mps.getResponsiveSet() !='0') { //DESKTOP or TABLET mps.cloneAd('#leaderboard_bottom_ad','bottombanner'); } }); </script> </div> <style>#skin_ad { height:0px !important; }</style> <div id="skin_ad"></div> <div id="interstitial_ad" style="height:0px;"></div> <div id="pixel_ad" style="display:none;"></div> <script> var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { mps.cloneAd('#pixel_ad','pixel'); }); </script> <footer class="footer container"> <div id="foot" class="hidden-xs footer__content-desktop-block" data-qa="footer:section"> <div class="footer__content-group"> <ul class="unstyled footer__links-list"> <li class="footer__links-list-item"><a id="footer-help" class="unstyled trendingLink" data-qa="footer:link-helpdesk" href="https://www.rottentomatoes.com/help_desk/">Help</a></li> <li class="footer__links-list-item"><a id="footer-about" class="unstyled trendingLink" href="https://www.rottentomatoes.com/about/">About Rotten Tomatoes®</a></li> </ul> </div> <div class="footer__content-group"> <ul class="footer__links-list"> <li class="footer__links-list-item"> <a id="footer-critics" class="unstyled trendingLink" href="https://www.rottentomatoes.com/critics/criteria">Critic Submission</a> </li> <li class="footer__links-list-item"> <a id="footer-licensing" class="unstyled trendingLink" href="https://www.rottentomatoes.com/help_desk/licensing">Licensing</a> </li> <li class="footer__links-list-item"> <a id="footer-advertise" class="unstyled trendingLink" href="https://together.nbcuni.com/advertise/?utm_source=rotten_tomatoes&utm_medium=referral&utm_campaign=property_ad_pages" target="_blank" rel="noopener" > Advertise </a> </li> <li class="footer__links-list-item"> <a href="//www.fandango.com/careers" target="_blank" rel="noopener" data-qa="footer:link-careers">Careers</a> </li> </ul> </div> <div class="footer__content-group footer__social-block" data-qa="footer:social"> <p class="h3 footer__content-group-title h3-footer">Follow Us</p> <ul class="footer__links-list list-inline"> <li class="footer__links-list-item"> <a href="https://www.facebook.com/rottentomatoes" aria-label="Facebook" target="_blank" rel="noopener" data-qa="footer:social-fb"> <rt-icon icon="facebook-official"></rt-icon> </a> </li> <li class="footer__links-list-item"> <a href="https://twitter.com/rottentomatoes" aria-label="Twitter" target="_blank" rel="noopener" data-qa="footer:social-twitter"> <rt-icon icon="twitter-x"></rt-icon> </a> </li> <li class="footer__links-list-item"> <a href="https://www.instagram.com/rottentomatoes/" aria-label="Instagram" target="_blank" rel="noopener" data-qa="footer:social-instagram"> <rt-icon icon="instagram"></rt-icon> </a> </li> <li class="footer__links-list-item"> <a href="https://www.tiktok.com/@rottentomatoes" aria-label="TikTok" target="_blank" rel="noopener" data-qa="footer:social-tiktok"> <rt-icon icon="tiktok"></rt-icon> </a> </li> <li class="footer__links-list-item"> <a href="https://www.youtube.com/user/rottentomatoes" aria-label="YouTube" target="_blank" rel="noopener" data-qa="footer:social-yt"> <rt-icon icon="youtube-play"></rt-icon> </a> </li> </ul> </div> </div> <div class="footer__copyright"> <p class="footer__copyright-legal" data-qa="footer:copyright">Copyright © Fandango. A Division of <a href="https://www.nbcuniversal.com/" target="_blank" rel="noopener" data-qa="footer:link-nbcuniversal">NBCUniversal</a>. All rights reserved. <span class="version" data-qa="footer:version">V3.1</span></p> <ul class="footer__links-list list-inline list-inline--separator" data-qa="footer:links-list-privacy"> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/fandango-privacy-policy" target="_blank" rel="noopener" data-qa="footer:link-privacy-policy">Privacy Policy</a> </li> <li class="footer__links-list-item"> <a href="//www.rottentomatoes.com/policies/terms-and-policies" target="_blank" rel="noopener" data-qa="footer:link-terms-policies">Terms and Policies</a> </li> <li class="footer__links-list-item"> <img src="https://images.fandango.com/cms/assets/266533e0-7afb-11ed-83f2-4f600722b564--privacyoptions.svg" class="footer__ccpa-icon" loading="lazy" alt="CCPA icon" /> <!-- OneTrust Cookies Settings button start --> <a href="#" id="ot-sdk-btn" class="ot-sdk-show-settings footerLinks">Cookie Settings</a> <!-- OneTrust Cookies Settings button end --> </li> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/privacy/california-consumer-privacy-act" target="_blank" rel="noopener" data-qa="footer:california-notice">California Notice</a> </li> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/privacy/cookies#accordionheader2" rel="noopener" target="_blank" data-qa="footer:link-adChoices">Ad Choices</a> </li> <li class="footer__links-list-item"> <a href="/faq#accessibility" data-qa="footer:link-accessibility">Accessibility</a> </li> </ul> <div id="mobileFoot" class="visible-xs-block"> <div id="footer_text"> <div class="white">Copyright © Fandango. A Division of <a href="https://www.nbcuniversal.com/" target="_blank" rel="noopener" data-qa="footer:link-nbcuniversal">NBCUniversal</a>. All rights reserved. </div> <div> <a class="footerLinks" href="http://www.fandango.com/terms" rel="noopener" target="_blank">Terms of Service</a> <a class="footerLinks" href="http://www.fandango.com/privacy" rel="noopener" target="_blank">Privacy Policy</a> <a class="footerLinks" href="https://www.fandango.com/donotsellmyinfo" rel="noopener" target="_blank">Do Not Sell My Info</a> <a class="footerLinks" href="https://www.rottentomatoes.com/faq#accessibility">Accessibility</a> </div> </div> </div> </div> <div class="footer__content-mobile-block" data-qa="mfooter:section"> <div class="footer__content-group"> <p class="footer__copyright-legal" data-qa="mfooter:copyright">Copyright © Fandango. A Division of <a href="https://www.nbcuniversal.com/" target="_blank" rel="noopener" data-qa="footer:link-nbcuniversal">NBCUniversal</a>. All rights reserved. </p> <button class="js-cognito-join-newsletter button footer__newsletter-btn" data-qa="mfooter:newsletter-btn">Join Newsletter</button> <a href="https://optout.services.fandango.com/rottentomatoes" class="button footer__newsletter-btn hide" data-qa="mfooter:newsletter-btn-signed-in">Join Newsletter</a> <ul class="footer__links-list list-inline"> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/fandango-privacy-policy" target="_blank" rel="noopener" data-qa="mfooter:link-privacy-policy"> Privacy Policy </a> </li> <li class="footer__links-list-item"> <a href="//www.rottentomatoes.com/policies/terms-and-policies" target="_blank" rel="noopener" data-qa="mfooter:link-terms-policies">Terms and Policies</a> </li> <li class="footer__links-list-item"> <img src="https://images.fandango.com/cms/assets/266533e0-7afb-11ed-83f2-4f600722b564--privacyoptions.svg" class="footer__ccpa-icon" loading="lazy" alt="CCPA icon" /> <!-- OneTrust Cookies Settings button start --> <a href="#" id="ot-sdk-btn" class="ot-sdk-show-settings footerLinks" data-qa="mfooter:link-ccpa">Cookie Settings</a> <!-- OneTrust Cookies Settings button end --> </li> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/privacy/california-consumer-privacy-act" target="_blank" rel="noopener" data-qa="mfooter:california-notice">California Notice</a> </li> <li class="footer__links-list-item"> <a href="//www.nbcuniversal.com/privacy/cookies#accordionheader2" target="_blank" rel="noopener" data-qa="mfooter:link-adChoices">Ad Choices</a> </li> <li class="footer__links-list-item"> <a href="/faq#accessibility" data-qa="mfooter:link-accessibility">Accessibility</a> </li> </ul> </div> </div> </footer> <script> const elsOneTrustLink = document.querySelectorAll('#ot-sdk-btn'); [...elsOneTrustLink].forEach(el => el.addEventListener('click', (e) => e.preventDefault())); </script> <script type="text/javascript"> const wpvViewHead = document.getElementsByTagName( "head" )[ 0 ]; const wpvViewExtraCss = document.createElement( "style" ); wpvViewExtraCss.textContent = '<!--[if IE 7]><style>.wpv-pagination { *zoom: 1; }</style><![endif]-->'; wpvViewHead.appendChild( wpvViewExtraCss ); </script> <script type='text/javascript' id='disqus_count-js-extra'> /* <![CDATA[ */ var countVars = {"disqusShortname":"rottentomatoes"}; /* ]]> */ </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.22' id='disqus_count-js'></script> <script type='text/javascript' id='disqus_embed-js-extra'> /* <![CDATA[ */ var embedVars = {"disqusConfig":{"integration":"wordpress 3.0.22"},"disqusIdentifier":"8282 http:\/\/editorial.rottentomatoes.com\/?page_id=8282","disqusShortname":"rottentomatoes","disqusTitle":"Columns","disqusUrl":"https:\/\/editorial.rottentomatoes.com\/","postId":"8282"}; /* ]]> */ </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/plugins/disqus-comment-system/public/js/comment_embed.js?ver=3.0.22' id='disqus_embed-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/js/bootstrap.js' id='theme-js-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.5' id='page-links-to-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/wp-embed.min.js?ver=5.8.1' id='wp-embed-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1' id='jquery-ui-core-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.12.1' id='jquery-ui-datepicker-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.12.1' id='jquery-ui-mouse-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.12.1' id='jquery-ui-slider-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/jquery/jquery.ui.touch-punch.js?ver=0.2.2' id='jquery-touch-punch-js'></script> <script type='text/javascript' id='mediaelement-core-js-before'> var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.16' id='mediaelement-core-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.8.1' id='mediaelement-migrate-js'></script> <script type='text/javascript' id='mediaelement-js-extra'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.8.1' id='wp-mediaelement-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/underscore.min.js?ver=1.13.1' id='underscore-js'></script> <script type='text/javascript' id='wp-util-js-extra'> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/wp-util.min.js?ver=5.8.1' id='wp-util-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/backbone.min.js?ver=1.4.0' id='backbone-js'></script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-includes/js/mediaelement/wp-playlist.min.js?ver=5.8.1' id='wp-playlist-js'></script> <script type='text/javascript' id='views-blocks-frontend-js-extra'> /* <![CDATA[ */ var wpv_pagination_local = {"front_ajaxurl":"https:\/\/editorial.rottentomatoes.com\/wp-admin\/admin-ajax.php","calendar_image":"https:\/\/editorial.rottentomatoes.com\/wp-content\/plugins\/toolset-blocks\/embedded\/res\/img\/calendar.gif","calendar_text":"Select date","datepicker_min_date":null,"datepicker_max_date":null,"datepicker_min_year":"1582","datepicker_max_year":"3000","resize_debounce_tolerance":"100","datepicker_style_url":"https:\/\/editorial.rottentomatoes.com\/wp-content\/plugins\/types\/vendor\/toolset\/toolset-common\/toolset-forms\/css\/wpt-jquery-ui\/jquery-ui-1.11.4.custom.css","wpmlLang":""}; /* ]]> */ </script> <script type='text/javascript' src='https://editorial.rottentomatoes.com/wp-content/plugins/toolset-blocks/public/js/views-frontend.js?ver=3.6.1' id='views-blocks-frontend-js'></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.14/require.js" data-main="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/js/rtmain.js?b=c9997d1d" ></script> <script> function endsWith(str, suffix) { return str.indexOf(suffix, str.length - suffix.length) !== -1; } //--Ad Unit Loaded (called for each ad loaded) var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.adload=mps._queue.adload||[]; mps._queue.adload.push(function(eo) { window.console && console.log('**** AD LOADED: '+eo._mps.adslot); if (!eo.isEmpty) { console.log('MPS Slot Rendered: ' + eo.slot.getAdUnitPath() + " - " + eo.size + ' Creative Id: ' + eo.creativeId + ' Line Item Id: ' + eo.lineItemId); if (eo._mps._slot == "topbanner") { var leaderboardHeight = eo.size[1]; if (leaderboardHeight > 50){ jQuery("#top_leaderboard_wrapper").animate({height:(leaderboardHeight+10)},1000); if (jQuery("#imageViewerModal").length > 0) { jQuery(".modalDialog").css("top", leaderboardHeight+10); } } } if (eo._mps._slot == "trendinggraphic") { //Hide Trending bar social section jQuery("#trending_bar_social").hide(); //Removing padding for trending bar ad jQuery(".trendingBar>.trendingEl").css("padding","0px"); jQuery("#trending_bar_ad").show(); } } }); var mps=mps||{}; mps._queue=mps._queue||{}; mps._queue.gptloaded=mps._queue.gptloaded||[]; mps._queue.gptloaded.push(function() { mps._setPageTargeting('hub',"8282"); mps._setPageTargeting('url',"/"); mps._setPageTargeting('franchiseid',""); }); </script> <script type='text/javascript'> var _chartbeat_detail = _chartbeat_detail || {}; /** CONFIGURATION START **/ _chartbeat_detail.sections ="article"; _chartbeat_detail.authors = "julio-deoliveira"; /** CONFIGURATION END **/ </script> <? /* BEGIN critical load order */ ?> <script src="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/csr_modules/@rt-components/component/Component.js?b=c9997d1d"></script> <? /* END critical load order */ ?> <script src="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/components/MobileSearch/MobileSearch.js?b=c9997d1d"></script> <script src="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/components/RtIcon/RtIcon.js?b=c9997d1d"></script> <script src="https://editorial.rottentomatoes.com/wp-content/themes/RottenTomatoes/components/RtscMediaRank/RtscMediaRank.js?b=c9997d1d"></script> <script>mps.writeFooter && mps.writeFooter();</script> </body> </html>