onebox 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +7 -452
  4. data/Gemfile +1 -1
  5. data/README.md +23 -45
  6. data/lib/onebox.rb +21 -13
  7. data/lib/onebox/engine.rb +53 -43
  8. data/lib/onebox/engine/amazon_onebox.rb +34 -7
  9. data/lib/onebox/engine/classic_google_maps_onebox.rb +37 -0
  10. data/lib/onebox/engine/github_blob_onebox.rb +27 -7
  11. data/lib/onebox/engine/github_commit_onebox.rb +8 -15
  12. data/lib/onebox/engine/github_gist_onebox.rb +10 -10
  13. data/lib/onebox/engine/github_pullrequest_onebox.rb +7 -15
  14. data/lib/onebox/engine/google_play_app_onebox.rb +30 -0
  15. data/lib/onebox/engine/html.rb +10 -1
  16. data/lib/onebox/engine/image_onebox.rb +13 -0
  17. data/lib/onebox/engine/stack_exchange_onebox.rb +25 -11
  18. data/lib/onebox/engine/standard_embed.rb +48 -0
  19. data/lib/onebox/engine/twitter_status_onebox.rb +100 -0
  20. data/lib/onebox/engine/whitelisted_generic_onebox.rb +223 -0
  21. data/lib/onebox/engine/wikipedia_onebox.rb +27 -5
  22. data/lib/onebox/engine/youtube_onebox.rb +22 -0
  23. data/lib/onebox/helpers.rb +24 -0
  24. data/lib/onebox/layout.rb +67 -0
  25. data/lib/onebox/layout_support.rb +16 -0
  26. data/lib/onebox/matcher.rb +6 -1
  27. data/lib/onebox/preview.rb +19 -6
  28. data/lib/onebox/version.rb +1 -1
  29. data/lib/onebox/view.rb +7 -12
  30. data/onebox.gemspec +7 -5
  31. data/spec/fixtures/amazon.response +1336 -2971
  32. data/spec/fixtures/githubblob.response +49 -921
  33. data/spec/fixtures/{android.response → googleplayapp.response} +1 -1
  34. data/spec/fixtures/stackexchange.response +1 -1889
  35. data/spec/fixtures/twitterstatus.response +3006 -0
  36. data/spec/fixtures/youtube-json.response +1 -0
  37. data/spec/fixtures/youtube.response +1625 -0
  38. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +5 -20
  39. data/spec/lib/onebox/engine/classic_google_maps_onebox_spec.rb +28 -0
  40. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +6 -15
  41. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +14 -22
  42. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +6 -14
  43. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +14 -26
  44. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +28 -0
  45. data/spec/lib/onebox/engine/html_spec.rb +4 -6
  46. data/spec/lib/onebox/engine/json_spec.rb +4 -6
  47. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +4 -17
  48. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +103 -0
  49. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +51 -0
  50. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +4 -17
  51. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +17 -0
  52. data/spec/lib/onebox/engine_spec.rb +35 -32
  53. data/spec/lib/onebox/layout_spec.rb +77 -0
  54. data/spec/lib/onebox/matcher_spec.rb +0 -15
  55. data/spec/lib/onebox/preview_spec.rb +39 -9
  56. data/spec/lib/onebox_spec.rb +15 -11
  57. data/spec/spec_helper.rb +60 -4
  58. data/spec/support/html_spec_helper.rb +2 -1
  59. data/templates/_layout.mustache +11 -4
  60. data/templates/amazon.mustache +4 -3
  61. data/templates/githubblob.mustache +7 -5
  62. data/templates/githubcommit.mustache +20 -11
  63. data/templates/githubpullrequest.mustache +19 -12
  64. data/templates/googleplayapp.mustache +4 -0
  65. data/templates/stackexchange.mustache +19 -3
  66. data/templates/twitterstatus.mustache +12 -0
  67. data/templates/whitelistedgeneric.mustache +5 -0
  68. data/templates/wikipedia.mustache +4 -3
  69. metadata +57 -166
  70. data/lib/onebox/engine/bliptv_onebox.rb +0 -28
  71. data/lib/onebox/engine/clikthrough_onebox.rb +0 -25
  72. data/lib/onebox/engine/college_humor_onebox.rb +0 -27
  73. data/lib/onebox/engine/dailymotion_onebox.rb +0 -28
  74. data/lib/onebox/engine/dotsub_onebox.rb +0 -27
  75. data/lib/onebox/engine/example_onebox.rb +0 -24
  76. data/lib/onebox/engine/flickr_onebox.rb +0 -26
  77. data/lib/onebox/engine/funny_or_die_onebox.rb +0 -28
  78. data/lib/onebox/engine/hulu_onebox.rb +0 -29
  79. data/lib/onebox/engine/imgur_image_onebox.rb +0 -26
  80. data/lib/onebox/engine/itunes_onebox.rb +0 -28
  81. data/lib/onebox/engine/kinomap_onebox.rb +0 -27
  82. data/lib/onebox/engine/nfb_onebox.rb +0 -28
  83. data/lib/onebox/engine/open_graph.rb +0 -11
  84. data/lib/onebox/engine/qik_onebox.rb +0 -25
  85. data/lib/onebox/engine/revision3_onebox.rb +0 -27
  86. data/lib/onebox/engine/slideshare_onebox.rb +0 -27
  87. data/lib/onebox/engine/sound_cloud_onebox.rb +0 -27
  88. data/lib/onebox/engine/spotify_onebox.rb +0 -27
  89. data/lib/onebox/engine/ted_onebox.rb +0 -28
  90. data/lib/onebox/engine/twitter_onebox.rb +0 -31
  91. data/lib/onebox/engine/viddler_onebox.rb +0 -28
  92. data/lib/onebox/engine/vimeo_onebox.rb +0 -27
  93. data/lib/onebox/engine/yfrog_onebox.rb +0 -28
  94. data/spec/fixtures/bliptv.response +0 -724
  95. data/spec/fixtures/clikthrough.response +0 -1472
  96. data/spec/fixtures/collegehumor.response +0 -1272
  97. data/spec/fixtures/dailymotion.response +0 -575
  98. data/spec/fixtures/dotsub.response +0 -1257
  99. data/spec/fixtures/example.response +0 -50
  100. data/spec/fixtures/flickr.response +0 -1292
  101. data/spec/fixtures/funnyordie.response +0 -2010
  102. data/spec/fixtures/githubgist.response +0 -468
  103. data/spec/fixtures/hulu.response +0 -339
  104. data/spec/fixtures/imguralbum.response +0 -941
  105. data/spec/fixtures/imgurimage.response +0 -872
  106. data/spec/fixtures/itunes.response +0 -402
  107. data/spec/fixtures/kinomap.response +0 -299
  108. data/spec/fixtures/nfb.response +0 -810
  109. data/spec/fixtures/opengraph.response +0 -27
  110. data/spec/fixtures/qik.response +0 -371
  111. data/spec/fixtures/revision3.response +0 -985
  112. data/spec/fixtures/rottentomatoesfresh.response +0 -3275
  113. data/spec/fixtures/rottentomatoesincomplete.response +0 -2313
  114. data/spec/fixtures/rottentomatoesrotten.response +0 -3549
  115. data/spec/fixtures/slideshare.response +0 -1745
  116. data/spec/fixtures/soundcloud.response +0 -1409
  117. data/spec/fixtures/spotify.response +0 -250
  118. data/spec/fixtures/ted.response +0 -1341
  119. data/spec/fixtures/twitter.response +0 -1712
  120. data/spec/fixtures/viddler.response +0 -442
  121. data/spec/fixtures/vimeo.response +0 -571
  122. data/spec/fixtures/yfrog.response +0 -464
  123. data/spec/lib/onebox/engine/bliptv_onebox_spec.rb +0 -37
  124. data/spec/lib/onebox/engine/clikthrough_onebox_spec.rb +0 -29
  125. data/spec/lib/onebox/engine/college_humor_onebox_spec.rb +0 -37
  126. data/spec/lib/onebox/engine/dailymotion_onebox_spec.rb +0 -39
  127. data/spec/lib/onebox/engine/dotsub_onebox_spec.rb +0 -39
  128. data/spec/lib/onebox/engine/example_onebox_spec.rb +0 -21
  129. data/spec/lib/onebox/engine/flickr_onebox_spec.rb +0 -33
  130. data/spec/lib/onebox/engine/funny_or_die_onebox_spec.rb +0 -37
  131. data/spec/lib/onebox/engine/hulu_onebox_spec.rb +0 -37
  132. data/spec/lib/onebox/engine/imgur_image_onebox_spec.rb +0 -29
  133. data/spec/lib/onebox/engine/itunes_onebox_spec.rb +0 -29
  134. data/spec/lib/onebox/engine/kinomap_onebox_spec.rb +0 -37
  135. data/spec/lib/onebox/engine/nfb_onebox_spec.rb +0 -38
  136. data/spec/lib/onebox/engine/open_graph_spec.rb +0 -27
  137. data/spec/lib/onebox/engine/qik_onebox_spec.rb +0 -38
  138. data/spec/lib/onebox/engine/revision3_onebox_spec.rb +0 -39
  139. data/spec/lib/onebox/engine/slideshare_onebox_spec.rb +0 -33
  140. data/spec/lib/onebox/engine/sound_cloud_onebox_spec.rb +0 -39
  141. data/spec/lib/onebox/engine/spotify_onebox_spec.rb +0 -36
  142. data/spec/lib/onebox/engine/ted_onebox_spec.rb +0 -33
  143. data/spec/lib/onebox/engine/twitter_onebox_spec.rb +0 -47
  144. data/spec/lib/onebox/engine/viddler_onebox_spec.rb +0 -39
  145. data/spec/lib/onebox/engine/vimeo_onebox_spec.rb +0 -37
  146. data/spec/lib/onebox/engine/yfrog_onebox_spec.rb +0 -33
  147. data/spec/lib/onebox/view_spec.rb +0 -16
  148. data/templates/bliptv.mustache +0 -5
  149. data/templates/clikthrough.mustache +0 -4
  150. data/templates/collegehumor.mustache +0 -5
  151. data/templates/dailymotion.mustache +0 -5
  152. data/templates/dotsub.mustache +0 -5
  153. data/templates/example.mustache +0 -2
  154. data/templates/flickr.mustache +0 -4
  155. data/templates/funnyordie.mustache +0 -6
  156. data/templates/githubgist.mustache +0 -3
  157. data/templates/hulu.mustache +0 -6
  158. data/templates/imgurimage.mustache +0 -3
  159. data/templates/itunes.mustache +0 -4
  160. data/templates/kinomap.mustache +0 -5
  161. data/templates/nfb.mustache +0 -5
  162. data/templates/qik.mustache +0 -4
  163. data/templates/revision3.mustache +0 -5
  164. data/templates/slideshare.mustache +0 -4
  165. data/templates/soundcloud.mustache +0 -5
  166. data/templates/spotify.mustache +0 -4
  167. data/templates/ted.mustache +0 -5
  168. data/templates/twitter.mustache +0 -7
  169. data/templates/viddler.mustache +0 -5
  170. data/templates/vimeo.mustache +0 -5
  171. data/templates/yfrog.mustache +0 -4
@@ -1,3275 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/">
3
- <head prefix="og: http://ogp.me/ns# flixstertomatoes: http://ogp.me/ns/apps/flixstertomatoes#">
4
- <meta property="fb:app_id" content="326803741017" />
5
- <meta property="og:title" content="The Conjuring" />
6
- <meta property="og:type" content="video.movie" />
7
- <meta property="og:image" content="http://content8.flixster.com/movie/11/17/07/11170746_800.jpg" />
8
- <meta property="og:image:width" content="800" />
9
- <meta property="og:image:height" content="1200" />
10
- <meta property="og:url" content="http://www.rottentomatoes.com/m/the_conjuring/" />
11
- <meta property="og:description" content="Extremely well-crafted and gleefully creepy, The Conjuring ratchets up the dread with a series of smartly delivered, terribly effective old-school scares." />
12
- <meta name="twitter:card" content="product">
13
- <meta name="twitter:site" content="@rottentomatoes">
14
- <meta name="twitter:title" content="The Conjuring">
15
- <meta name="twitter:description" content="Extremely well-crafted and gleefully creepy, The Conjuring ratchets up the dread with a series of smartly delivered, terribly effective old-school scares.">
16
- <meta name="twitter:image:src" content="http://content8.flixster.com/movie/11/17/07/11170746_800.jpg">
17
- <meta name="twitter:data1" content="86% of critics liked it">
18
- <meta name="twitter:label1" content="TOMATOMETER">
19
- <meta name="twitter:data2" content="87% of users liked it">
20
- <meta name="twitter:label2" content="AUDIENCE">
21
- <meta property="video:release_date" content="2013-07-19" />
22
- <meta property="video:duration" content="112" />
23
- <meta property="video:director" content="http://www.rottentomatoes.com/celebrity/james_wan/" />
24
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/vera_farmiga/" />
25
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/1153471-patrick_wilson/" />
26
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/lili_taylor/" />
27
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/ron_livingston/" />
28
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/shanley_caswell/" />
29
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
30
- <title>The Conjuring - Rotten Tomatoes</title>
31
- <link rel="canonical" href="http://www.rottentomatoes.com/m/the_conjuring/" itemprop="url"/>
32
- <meta name="description" content="Review: Extremely well-crafted and gleefully creepy, &lt;em&gt;The Conjuring&lt;/em&gt; ratchets up the dread with a series of smartly delivered, terribly effective..."/>
33
- <link rel="apple-touch-icon" href="http://images.rottentomatoescdn.com/images/icons/apple-touch-icon.png"/>
34
- <link rel="shortcut icon" href="http://images.rottentomatoescdn.com/images/icons/favicon.ico" type="image/x-icon"/>
35
- <link rel="stylesheet" href="//images.rottentomatoescdn.com/assets/v/prod20130801/styles/?f=/styles/rt_global.css&f=/styles/comp/Autocomplete.css&f=/styles/comp/MovieList.css&f=/styles/comp/Rating.css&f=/styles/jqueryui/rt-theme/jquery-ui-1.8.13.custom-dialog.css"" type="text/css"/>
36
- <link rel="stylesheet" href="//images.rottentomatoescdn.com/assets/v/prod20130801/styles/?f=/styles/movie/movie.css&f=/styles/movie/quotes.css&f=/styles/comp/MovieList.css&f=/styles/lightbox.css" type="text/css"/>
37
- <style></style>
38
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
39
- <script type='text/javascript'>
40
- var googletag = googletag || {};
41
- googletag.cmd = googletag.cmd || [];
42
- (function() {
43
- var gads = document.createElement('script');
44
- gads.async = true;
45
- gads.type = 'text/javascript';
46
- var useSSL = 'https:' == document.location.protocol;
47
- gads.src = (useSSL ? 'https:' : 'http:') +
48
- '//www.googletagservices.com/tag/js/gpt.js';
49
- var node = document.getElementsByTagName('script')[0];
50
- node.parentNode.insertBefore(gads, node);
51
- })();
52
- </script>
53
- <script src="//assets.insnw.net/instart/js/instart.js" type="text/javascript"></script>
54
- <script>
55
- // Log document.ready
56
- $(document).ready(function(){ console.log("document.ready");});
57
- // Swallow console.log in IE8 to prevent JS error.
58
- if (typeof console === "undefined" || typeof console.log === "undefined") {
59
- console={};
60
- console.log = function(msg){};
61
- console.error = function(msg){};
62
- }
63
- RT = window.RT || {};
64
- RT.getCookie = function(c) {
65
- var d = document.cookie.indexOf(c + "=");
66
- var a = d + c.length + 1;
67
- if ((!d) && (c != document.cookie.substring(0, c.length))) {
68
- return null
69
- }
70
- if (d == -1) {
71
- return null
72
- }
73
- var b = document.cookie.indexOf(";", a);
74
- if (b == -1) {
75
- b = document.cookie.length
76
- }
77
- return unescape(document.cookie.substring(a, b))
78
- };
79
- window.getCookie = RT.getCookie;
80
- /* RT.setCookie(key, value, expires_days, path, domain, secure) */
81
- RT.setCookie = function(c, e, a, h, d, g) {
82
- var b = new Date();
83
- b.setTime(b.getTime());
84
- if (a) {
85
- a = a * 1000 * 60 * 60 * 24
86
- }
87
- var f = new Date(b.getTime() + (a));
88
- document.cookie = c + "=" + encodeURIComponent(e)
89
- + ((a) ? ";expires=" + f.toGMTString() : "")
90
- + ((h) ? ";path=" + h : "") + ((d) ? ";domain=" + d : "")
91
- + ((g) ? ";secure" : "")
92
- }
93
- window.setCookie = RT.setCookie;
94
- RT.deleteCookie = function(a, c, b) {
95
- if (getCookie(a)) {
96
- document.cookie = a + "=" + ((c) ? ";path=" + c : "")
97
- + ((b) ? ";domain=" + b : "")
98
- + ";expires=Thu, 01-Jan-1970 00:00:01 GMT"
99
- }
100
- }
101
- window.deleteCookie = RT.deleteCookie;
102
- RT.cookieHas = function(sKey) {
103
- return (new RegExp("(?:^|;\\s*)" + escape(sKey).replace(/[\-\.\+\*]/g, "\$&") + "\\s*\\=")).test(document.cookie);
104
- }
105
- /* Setup interstitial deferred (resolves if interstitial shown) */
106
- RT.interstitialShown = $.Deferred();
107
- RT.social_init = new $.Deferred(); // See http://trac.flixsterqa.com/wiki/Dev/header for detailed explanation of these 4 deferreds
108
- RT.fb_ready = new $.Deferred();
109
- RT.fb_connected = new $.Deferred();
110
- RT.ads=[];
111
- /* Bring out legacy global vars */
112
- window.social_init = RT.social_init;
113
- window.fb_ready = RT.fb_ready;
114
- window.fb_connected = RT.fb_connected;
115
- RT.StaticHost = 'http://images.rottentomatoescdn.com';
116
- RT.Host = 'http://www.rottentomatoes.com';
117
- /* Backbone Views and Models */
118
- RT.Backbone = {};
119
- RT.Backbone.Views={};
120
- RT.Backbone.Models={};
121
- RT.Backbone.Routers={};
122
- /* Global actions to be taken after document.ready */
123
- $(function(){
124
- // Activate component framework unless specifically disabled
125
- });
126
- </script>
127
- <script type="text/javascript">
128
- var _qevents = _qevents || [];
129
- _qevents.push( { qacct:"p-0fuRlG_jy3lfA"} );
130
- var qcsegments = decodeURIComponent(RT.getCookie("qcsegments"));
131
- function qc_results(result) {
132
- var qcsegments = "";
133
- var quantSegs="";
134
- for (var i = 0; i < result.segments.length; i++) {
135
- quantSegs += result.segments[i].id;
136
- qcsegments += "qcs=" + result.segments[i].id;
137
- if (i<result.segments.length-1) {
138
- quantSegs += ',';
139
- qcsegments += ";";
140
- }
141
- }
142
- setCookie("qcs",quantSegs,90,"/");
143
- setCookie("qcsegments",qcsegments,90,"/");
144
- }
145
- </script>
146
- <script type="text/javascript" src="http://edge.quantserve.com/quant.js" defer> </script>
147
- <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" defer></script>
148
- <script type="text/javascript">
149
- var _gaq = _gaq || [['_setAccount', 'UA-2265251-1']];
150
- (function() {
151
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
152
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
153
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
154
- })();
155
- _gaq.push(['_setDomainName', 'www.rottentomatoes.com'],
156
- ['_setAllowHash', false],
157
- ['_setCampaignCookieTimeout', 2592000000]);
158
- _gaq.push(['_setCustomVar', 5, 'Session Pools', 'beta', 2]);
159
- </script>
160
- <script type="text/javascript">
161
- console.log("Session Type: Anon");
162
- _gaq.push(['_setCustomVar', 1, 'Session Type', 'Anon', 2]);
163
- _gaq.push(['_trackEvent', 'Session Type', 'Anon', undefined, undefined, true]);
164
- RT.social_init.done(function(){
165
- //console.log("[sharedSessionTracking] Login Platform Code:" + RT.LoginStatusModel.get("loginPlatformCode"));
166
- //console.log("[sharedSessionTracking] Tracking Session Type:" + RT.LoginStatusModel.get("trackingSessionType"));
167
- //console.log("[sharedSessionTracking] Email Status ID:" + RT.LoginStatusModel.get("emailStatusId"));
168
- var loginPlatform = RT.LoginStatusModel.get("loginPlatformCode");
169
- var debugText = "Anon>" + loginPlatform + ": SP=" + RT.LoginStatusModel.get("sourcePlatformCode") + ", ST=" + RT.LoginStatusModel.get("userSourceTypeCode") + ", PL=" + RT.LoginStatusModel.get("userPlatformCode");
170
- var sessionType = RT.LoginStatusModel.get("trackingSessionType");
171
- if (sessionType == 'Unset') {
172
- debugText = debugText + ', info=' + RT.LoginStatusModel.get("trackingSessionInfo");
173
- }
174
- var emailStatus = "Init";
175
- var emailStatusId = RT.LoginStatusModel.get("emailStatusId");
176
- if ($.isNumeric(emailStatusId)) {
177
- if (parseInt(emailStatusId) <= 1) {
178
- emailStatus = "No Email";
179
- }
180
- else {
181
- emailStatus = "Email";
182
- }
183
- }
184
- else {
185
- emailStatus = "Error";
186
- }
187
- var customVarText = sessionType + ' - ' + loginPlatform + ' (' + emailStatus + ')';
188
- console.log('Session Type: ' + customVarText + " || " + debugText);
189
- _gaq.push(['_setCustomVar', 1, 'Session Type', customVarText, 2]);
190
- _gaq.push(['_trackEvent', 'Session Type', customVarText, debugText, undefined, true]);
191
- });
192
- </script>
193
- <script>
194
- </script>
195
- <script async="" defer="" src="//survey.g.doubleclick.net/async_survey?site=5r2wqufyt4bx6"></script>
196
- <script>
197
- </script>
198
- </head>
199
- <body class="body" id="" itemscope itemtype="http://www.schema.org/Movie" itemid="/m/the_conjuring/" >
200
- <div id="emptyPlaceholder"></div>
201
- <div id="overlay_oop" style="height:0px;">
202
- <script type='text/javascript'>
203
- RT.ads.push("overlay_oop");
204
- googletag.cmd.push(function() {
205
- var slot=googletag.defineOutOfPageSlot('/6327/rt.movie/prestitial', 'overlay_oop')
206
- .addService(googletag.pubads())
207
- .setTargeting("unit", "overlay")
208
- .setTargeting("movieid", "771312656")
209
- .setTargeting("url", "/m/the_conjuring/");
210
- });
211
- </script>
212
- </div>
213
- <style>#skin_ad { height:0px !important; }</style>
214
- <div id="skin_ad">
215
- <script type='text/javascript'>
216
- RT.ads.push("skin_ad");
217
- googletag.cmd.push(function() {
218
- var slot=googletag.defineSlot('/6327/rt.movie/skin', [[1,1],[1,2]], 'skin_ad')
219
- .addService(googletag.pubads())
220
- .setTargeting("unit", "skin")
221
- .setTargeting("movieid", "771312656")
222
- .setTargeting("url", "/m/the_conjuring/");
223
- slot.oldRenderEnded = slot.renderEnded;
224
- slot.renderEnded = function(){
225
- slot.oldRenderEnded();
226
- var wrapper = $("#skin_ad");
227
- wrapper.css("height","").css("width","");
228
- if(!$("#skin_ad").is(":visible")){$("body").removeAttr("style");}
229
- };
230
- });
231
- </script>
232
- </div>
233
- <div id="fb-root"></div>
234
- <script>
235
- window.fbAsyncInit = function() {
236
- FB.init({
237
- appId: '326803741017',
238
- status: true,
239
- cookie: true,
240
- xfbml: true,
241
- oauth: true,
242
- channelUrl: "http://www.rottentomatoes.com/facebook/channel.html"
243
- });
244
- // FB scripts ready. (Does not imply logged in)
245
- fb_ready.resolve();
246
- FB.Event.subscribe('auth.statusChange', function(response) {
247
- //console.log("auth.statusChange status=" + JSON.stringify(response));
248
- if(response.status == "connected"){
249
- // *** NOTE: - Workaround for BCK-1119 ***
250
- // Talk to Peter or Mike before changing. We must ensure the first AJAX call after auth.statusChange is completed by
251
- // itself before more calls are sent. This allows FB token-exchange (if required) to occur uninterrupted.
252
- // Permanent fix is to ensure token-exchange is locked (backend ticket)
253
- $.ajax( {
254
- url : '/api/private/v1.0/users/current/status/', dataType : "json"
255
- }).success( function(flx_response, status) {
256
- $(function(){ // DOM ready required for backbone
257
- RT.LoginStatusModel.set(flx_response);
258
- RT.social_init.resolve();
259
- RT.fb_connected.resolve();
260
- });
261
- });
262
- }
263
- });
264
- };
265
- // Async loading of FB JS SDK
266
- (function(d, debug){
267
- var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
268
- if (d.getElementById(id)) {return;}
269
- js = d.createElement('script'); js.id = id; js.async = true;
270
- js.src = "//connect.facebook.net/en_US/all" + (debug ? "/debug" : "") + ".js";
271
- ref.parentNode.insertBefore(js, ref);
272
- }(document, /*debug*/ false));
273
- </script>
274
- <script>
275
- // Async loading of Twitter
276
- !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
277
- </script>
278
- <script>
279
- // Async loading of plusone.js
280
- (function(){
281
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
282
- po.src = 'https://apis.google.com/js/plusone.js';
283
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
284
- }());
285
- </script>
286
- <script>
287
- (function (w, d, load) {
288
- var script,
289
- first = d.getElementsByTagName('SCRIPT')[0],
290
- n = load.length,
291
- i = 0,
292
- go = function () {
293
- for (i = 0; i < n; i = i + 1) {
294
- script = d.createElement('SCRIPT');
295
- script.type = 'text/javascript';
296
- script.async = true;
297
- script.src = load[i];
298
- first.parentNode.insertBefore(script, first);
299
- }
300
- }
301
- if (w.attachEvent) {
302
- w.attachEvent('onload', go);
303
- } else {
304
- w.addEventListener('load', go, false);
305
- }
306
- }(window, document,
307
- ['//assets.pinterest.com/js/pinit.js']
308
- ));
309
- </script>
310
- <script>
311
- var _comscore = _comscore || [];
312
- _comscore.push({ c1: "2", c2: "3000013" });
313
- (function() {
314
- var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
315
- s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
316
- el.parentNode.insertBefore(s, el);
317
- })();
318
- </script>
319
- <noscript><img src="http://b.scorecardresearch.com/p?c1=2&c2=3000013&cv=2.0&cj=1" /></noscript>
320
- <div class="head" id="head">
321
- <div class="headerbackground"></div>
322
- <div id="top_header_bar" class="clearfix">
323
- <div id="wtsBar">
324
- </div>
325
- <div id="header-first-times" style="display:none;">
326
- <span>We're using Facebook to personalize your experience.</span><a class="learnmore_href" href="#">Learn More</a>
327
- </div>
328
- <div id="header-login-block" class="clearfix">
329
- <a id="header-login-link" href="/login/" style="margin-right:10px;">RT Login</a>
330
- <a class="fb_button fb_button_medium rt_fblogin" href="javascript:void(0);"><span class="fb_button_text">Log In</span></a>
331
- </div>
332
- <ul id="header-user-dropdown" class="secondary_nav clearfix drop_menu" style="display:none;">
333
- <li class="no-js">
334
- <ul class="subnav media_block">
335
- <li class="media_block_content subnav_items">
336
- <ul>
337
- <li><a id="header-profile-link" href="#">Profile</a></li>
338
- <li><a id="header-community-link" href="/community/">Community</a></li>
339
- <li><a id="header-account-link" href="#">Account</a></li>
340
- <li><a id="header-existing-link" href="/logout/">Existing RT Member?</a></li>
341
- <li><a id="header-logout-link" href="/logout/">Logout</a></li>
342
- <li><a id="header-disable-link" href="#">Disable</a></li>
343
- </ul>
344
- </li>
345
- </ul>
346
- <div class="menu_label clearfix">
347
- <a id="header-user-link" href="#">
348
- <img class="user-icon" src="" width="20" height="20" />
349
- <span class="user-name"></span>
350
- <span class="icon dropdown_arrows"></span>
351
- </a>
352
- </div>
353
- </li>
354
- </ul>
355
- </div>
356
- <script>
357
- $(function(){
358
- var header = $("#top_header_bar");
359
- var headerView = new RT.Backbone.Views.PageHeader({el : header, model : RT.LoginStatusModel });
360
- header.data("view", headerView);
361
- });
362
- RT.social_init.done(function(){
363
- $.get("/home/wtsbar/").done(function(data){
364
- $("#wtsBar").html(data);
365
- });
366
- });
367
- </script>
368
- <div class="header_main">
369
- <a class="rt-logo " href="/">Rotten Tomatoes</a>
370
- <div id="searchBar">
371
- <form style="position:relative;" id="searchformnew" name="searchformnew" method="get" action="/search/">
372
- <fieldset comp="Autocomplete" tabindex="-1">
373
- <div class="searchBox" sub="searchBox">
374
- <input sub="input" type="text" name="search" onblur="this.parentNode.parentNode.className='';" onfocus="this.parentNode.parentNode.className='selected'; if (value == 'ZIP Code or City, State' || value == 'Search movies, actors, critics') { value ='' }" id="mini_searchbox" value="Search movies, actors, critics" defaulttext="Search movies, actors, critics" name="search" gtbfieldid="27" autocomplete="off" />
375
- <button sub="submitbutton" type="submit"><span class="icon magnify"></span></button>
376
- </div>
377
- <ul sub="result" class="autocomplete subnav"></ul>
378
- <input type="hidden" value="rt" name="sitesearch"/>
379
- </fieldset>
380
- </form>
381
- <div id="searchBar_right"></div>
382
- </div>
383
- <ul id="nav_primary" class="drop_menu">
384
- <li class="no-js">
385
- <ul class="subnav movies">
386
- <li>
387
- <ul class="subnav_items">
388
- <li><a href="/movie/box-office/">Box Office</a></li>
389
- <li><a href="/movie/in-theaters/">In Theaters</a></li>
390
- <li><a href="/movie/upcoming/">Upcoming</a></li>
391
- <li><a href="/top/">Top Movies</a></li>
392
- <li><a href="/movie/certified-fresh/">Certified Fresh</a></li>
393
- <li><a href="/movie_times/">Showtimes</a></li>
394
- <li><a href="/trailers/">Trailers</a></li>
395
- <li><a href="/movie/photos/">Photos</a></li>
396
- </ul>
397
- </li>
398
- <li class="subnav_extra">
399
- <h4>Opening this week</h4>
400
- <ul>
401
- <li class="center">
402
- <a target="_top" href="/m/2_guns/" title="2 Guns" class="" >
403
- <img src="http://content9.flixster.com/movie/11/17/07/11170775_tmb.jpg" width="51" height="81" alt="" title="" />
404
- </a><p>
405
- <a target="_top" href="/m/2_guns/" class="" >2 Guns</a></p>
406
- <span class="tMeterIcon tiny" >
407
- <span title="Fresh" class="icon
408
- tiny fresh"></span><span class="tMeterScore">60%</span>
409
- </span></li>
410
- <li class="center">
411
- <a target="_top" href="/m/the_smurfs_2/" title="The Smurfs 2" class="" >
412
- <img src="http://content8.flixster.com/movie/11/16/74/11167458_tmb.jpg" width="54" height="80" alt="" title="" />
413
- </a><p>
414
- <a target="_top" href="/m/the_smurfs_2/" class="" >The Smurfs 2</a></p>
415
- <span class="tMeterIcon tiny" >
416
- <span title="Rotten" class="icon
417
- tiny rotten"></span><span class="tMeterScore">14%</span>
418
- </span></li>
419
- <li class="center">
420
- <a target="_top" href="/m/the_spectacular_now/" title="The Spectacular Now" class="" >
421
- <img src="http://content6.flixster.com/movie/11/17/20/11172008_tmb.jpg" width="54" height="80" alt="" title="" />
422
- </a><p>
423
- <a target="_top" href="/m/the_spectacular_now/" class="" >The Spectacular Now</a></p>
424
- <span class="tMeterIcon tiny" >
425
- <span title="Fresh" class="icon
426
- tiny fresh"></span><span class="tMeterScore">91%</span>
427
- </span></li>
428
- </ul>
429
- </li>
430
- </ul>
431
- <h2 class="menu_label"><a href="/">Movies <span class="icon dropdown_arrows"></span></a></h2>
432
- </li>
433
- <li class="no-js">
434
- <ul class="subnav dvd">
435
- <li>
436
- <ul class="subnav_items">
437
- <li><a href="/dvd/top_rentals.php" >Top Rentals</a></li>
438
- <li><a href="/dvd/new_releases.php" >New Releases</a></li>
439
- <li><a href="/dvd/netflix/" >Netflix Streaming</a></li>
440
- <li><a href="/dvd/current_releases.php" >Current Releases</a></li>
441
- <li><a href="/dvd/upcoming.php" >Upcoming</a></li>
442
- <li><a href="/dvd/certified_fresh.php" >Certified Fresh</a></li>
443
- </ul>
444
- </li>
445
- <li class="subnav_extra">
446
- <h4>New on DVD</h4>
447
- <ul>
448
- <li class="center">
449
- <a target="_top" href="/m/gi_joe_retaliation/" title="G.I. Joe: Retaliation" class="" >
450
- <img src="http://content7.flixster.com/movie/11/17/18/11171817_tmb.jpg" width="54" height="81" alt="" title="" />
451
- </a><p>
452
- <a target="_top" href="/m/gi_joe_retaliation/" class="" >G.I. Joe: Retaliation</a></p>
453
- <span class="tMeterIcon tiny" >
454
- <span title="Rotten" class="icon
455
- tiny rotten"></span><span class="tMeterScore">28%</span>
456
- </span></li>
457
- <li class="center">
458
- <a target="_top" href="/m/filly_brown_2012/" title="Filly Brown" class="" >
459
- <img src="http://content8.flixster.com/movie/11/16/86/11168634_tmb.jpg" width="54" height="80" alt="" title="" />
460
- </a><p>
461
- <a target="_top" href="/m/filly_brown_2012/" class="" >Filly Brown</a></p>
462
- <span class="tMeterIcon tiny" >
463
- <span title="Rotten" class="icon
464
- tiny rotten"></span><span class="tMeterScore">45%</span>
465
- </span></li>
466
- <li class="center">
467
- <a target="_top" href="/m/the_place_beyond_the_pines_2012/" title="The Place Beyond The Pines" class="" >
468
- <img src="http://content7.flixster.com/movie/11/17/19/11171965_tmb.jpg" width="54" height="81" alt="" title="" />
469
- </a><p>
470
- <a target="_top" href="/m/the_place_beyond_the_pines_2012/" class="" >The Place Beyond The Pines</a></p>
471
- <span class="tMeterIcon tiny" >
472
- <span title="Fresh" class="icon
473
- tiny fresh"></span><span class="tMeterScore">82%</span>
474
- </span></li>
475
- </ul>
476
- </li>
477
- </ul>
478
- <h2 class="menu_label"><a href="/dvd/">DVD <span class="icon dropdown_arrows"></span></a></h2>
479
- </li>
480
- <li class="no-js">
481
- <ul class="subnav celebrities">
482
- <li>
483
- <ul class="subnav_items">
484
- <li><a href="/celebrity/">View All</a></li>
485
- </ul>
486
- </li>
487
- <li class="subnav_extra">
488
- <h4>Who's In Theaters This Weekend?</h4>
489
- <ul>
490
- <li class="center">
491
- <a class="" href="/celebrity/denzel_washington/" title="Denzel Washington">
492
- <img class="" alt="Denzel Washington" src="http://content7.flixster.com/site/10/25/82/10258277_tmb.jpg" width="80" height="64" />
493
- </a>
494
- <p>
495
- <a class="" href="/celebrity/denzel_washington/" >
496
- Denzel Washington
497
- </a>
498
- </p>
499
- </li>
500
- <li class="center">
501
- <a class="" href="/celebrity/markymark/" title="Mark Wahlberg">
502
- <img class="" alt="Mark Wahlberg" src="http://content8.flixster.com/site/10/25/82/10258278_tmb.jpg" width="80" height="64" />
503
- </a>
504
- <p>
505
- <a class="" href="/celebrity/markymark/" >
506
- Mark Wahlberg
507
- </a>
508
- </p>
509
- </li>
510
- <li class="center">
511
- <a class="" href="/celebrity/bill_paxton/" title="Bill Paxton">
512
- <img class="" alt="Bill Paxton" src="http://content9.flixster.com/site/10/25/82/10258279_tmb.jpg" width="80" height="64" />
513
- </a>
514
- <p>
515
- <a class="" href="/celebrity/bill_paxton/" >
516
- Bill Paxton
517
- </a>
518
- </p>
519
- </li>
520
- </ul>
521
- </li>
522
- </ul>
523
- <h2 class="menu_label"><a href="/celebrity/">Celebrities <span class="icon dropdown_arrows"></span></a></h2>
524
- </li>
525
- <li class="no-js">
526
- <ul class="subnav news">
527
- <li>
528
- <ul class="subnav_items">
529
- <li><a href="/features/">Features</a></li>
530
- <li><a href="/guides/">Guides</a></li>
531
- <li><a href="/news/">News</a></li>
532
- <li class="smaller">&nbsp;</li>
533
- <li class="smaller">COLUMNS:</li>
534
- <li><a href="/news/columns/24_frames">24 Frames</a></li>
535
- <li><a href="/news/columns/box_office">Box Office Guru</a></li>
536
- <li><a href="/news/columns/critics_consensus">Critics Consensus</a></li>
537
- <li><a href="/news/columns/digital_multiplex">Digital Multiplex</a></li>
538
- <li><a href="/news/columns/five_favorite_films">Five Favorite Films</a></li>
539
- <li><a href="/news/columns/parental_guidance">Parental Guidance</a></li>
540
- <li><a href="/news/columns/red_carpet_round_up">Red Carpet Roundup</a></li>
541
- <li><a href="/news/columns/rt_on_dvd">RT on DVD</a></li>
542
- <li><a href="/news/columns/total_recall">Total Recall</a></li>
543
- <li><a href="/news/columns/video_interviews">Video Interviews</a></li>
544
- <li><a href="/news/columns/weekly_ketchup">Weekly Ketchup</a></li>
545
- </ul>
546
- </li>
547
- <li class="subnav_extra">
548
- <h4>What's Hot on Rotten Tomatoes</h4>
549
- <ul>
550
- <li class="center">
551
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">
552
- <img class="" alt="Critics Consensus" src="http://content8.flixster.com/site/10/25/83/10258350_tmb.jpg" width="80" height="80" />
553
- </a>
554
- <p><a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">Critics Consensus</a></p>
555
- </li>
556
- <li class="center">
557
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">
558
- <img class="" alt="Total Recall" src="http://content9.flixster.com/site/10/25/83/10258327_tmb.jpg" width="80" height="80" />
559
- </a>
560
- <p><a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">Total Recall</a></p>
561
- </li>
562
- </ul>
563
- </li>
564
- </ul>
565
- <h2 class="menu_label"><a href="/news/">News <span class="icon dropdown_arrows"></span></a></h2>
566
- </li>
567
- <li class="no-js">
568
- <ul class="subnav critics">
569
- <li>
570
- <ul class="subnav_items">
571
- <li><a href="/critics/authors.php">Critics List</a></li>
572
- <li><a href="/critics/sources.php">Publications List</a></li>
573
- <li><a href="/critics/latest_reviews.php">Latest Reviews</a></li>
574
- <li><a href="/findyourcritic/">Find Your Critic</a></li>
575
- </ul>
576
- </li>
577
- <li class="subnav_extra">
578
- <h4>Spotlight</h4>
579
- <ul>
580
- <li class="center">
581
- <a href="/critic/binh-ngo/" class="" ><img src="http://content8.flixster.com/critic/20/2098_tmb.jpg" width="72" height="72" alt="Binh Ngo" /></a>
582
- <p>
583
- <a href="/critic/binh-ngo/" class="" >Binh Ngo</a>
584
- </p>
585
- </li>
586
- </ul>
587
- </li>
588
- </ul>
589
- <h2 class="menu_label"><a href="/critics/">Critics <span class="icon dropdown_arrows"></span></a></h2>
590
- </li>
591
- </ul>
592
- </div>
593
- </div>
594
- <script>
595
- (function() {
596
- var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
597
- li.src = 'https://platform.stumbleupon.com/1/widgets.js';
598
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
599
- })();
600
- </script>
601
- <div id="leaderboard_top_ad" class="page_ad leaderboard" style="height:90px;">
602
- <script type='text/javascript'>
603
- RT.ads.push("leaderboard_top_ad");
604
- googletag.cmd.push(function() {
605
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[728,90],[1010,500],[1010,250],[1010,150],[1010,95],[1010,66]], 'leaderboard_top_ad')
606
- .addService(googletag.pubads())
607
- .setTargeting("unit", "leaderboard_top")
608
- .setTargeting("pos", "top")
609
- .setTargeting("movieid", "771312656")
610
- .setTargeting("url", "/m/the_conjuring/");
611
- slot.oldRenderEnded = slot.renderEnded;
612
- slot.renderEnded = function(){
613
- slot.oldRenderEnded();
614
- var wrapper = $("#leaderboard_top_ad");
615
- wrapper.css("height","").css("width","");
616
- };
617
- });
618
- </script>
619
- </div>
620
- <div class="body_main " >
621
- <div id="movieListColumn" class="col col_267 col_first" >
622
- <div class="content_box " id="movies_sidebar" style="padding:0px;">
623
- <div class="content_header clearfix">
624
- </div>
625
- <div class="content_body clearfix">
626
- <ul class="nav nav-tabs">
627
- <li class="in-theaters-tab active" style="width:50%;"><a href="#in-theaters" data-toggle="tab"><span class="movies-tab-icon in-theaters"></span>In Theaters</a></li>
628
- <li class="on-dvd-tab " style="width:50%;"><a href="#on-dvd" data-toggle="tab"><span class="movies-tab-icon dvd"></span>On DVD</a></li>
629
- </ul>
630
- <div class="tab-content" style="height:790px;">
631
- <div class="tab-pane fade active in" id="in-theaters">
632
- <h4>Opening</h4>
633
- <table class="movie_list opening">
634
- <tr data-movie-id="771310388" data-movie-json='{&#034;id&#034;:771310388,&#034;title&#034;:&#034;2 Guns&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 49 min.&#034;,&#034;synopsis&#034;:&#034;Formulaic and often jarringly violent, 2 Guns rests its old-school appeal on the interplay between its charismatic, well-matched stars.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/07/11170775_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Mark Wahlberg&#034;,&#034;id&#034;:&#034;162653181&#034;},{&#034;name&#034;:&#034;Denzel Washington&#034;,&#034;id&#034;:&#034;162661439&#034;}]}'>
635
- <td class="left_col">
636
- <span class="tMeterIcon tiny" >
637
- <span title="Fresh" class="icon
638
- tiny fresh"></span><span class="tMeterScore">60%</span>
639
- </span></td>
640
- <td class="middle_col">
641
- <a target="_top" href="/m/2_guns/" class="" sub="hover">2 Guns</a>
642
- </td>
643
- <td class="right_col right">Aug 02</td>
644
- </tr>
645
- <tr data-movie-id="771251238" data-movie-json='{&#034;id&#034;:771251238,&#034;title&#034;:&#034;The Smurfs 2&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 45 min.&#034;,&#034;synopsis&#034;:&#034;Like its predecessor, Smurfs 2 may amuse small children, but it&amp;#039;s largely an unambitious, charm-free collection of slapstick gags and one-liners.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/16/74/11167458_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Hank Azaria&#034;,&#034;id&#034;:&#034;162695372&#034;},{&#034;name&#034;:&#034;Neil Patrick Harris&#034;,&#034;id&#034;:&#034;351527581&#034;}]}'>
646
- <td class="left_col">
647
- <span class="tMeterIcon tiny" >
648
- <span title="Rotten" class="icon
649
- tiny rotten"></span><span class="tMeterScore">14%</span>
650
- </span></td>
651
- <td class="middle_col">
652
- <a target="_top" href="/m/the_smurfs_2/" class="" sub="hover">The Smurfs 2</a>
653
- </td>
654
- <td class="right_col right">Jul 31</td>
655
- </tr>
656
- <tr data-movie-id="771323738" data-movie-json='{&#034;id&#034;:771323738,&#034;title&#034;:&#034;The Spectacular Now&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 35 min.&#034;,&#034;synopsis&#034;:&#034;The Spectacular Now is an adroit, sensitive film that avoids typical coming-of-age story trappings.&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/20/11172008_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Miles Teller&#034;,&#034;id&#034;:&#034;771077409&#034;},{&#034;name&#034;:&#034;Shailene Woodley&#034;,&#034;id&#034;:&#034;770676364&#034;}]}'>
657
- <td class="left_col">
658
- <span class="tMeterIcon tiny" >
659
- <span title="Fresh" class="icon
660
- tiny fresh"></span><span class="tMeterScore">91%</span>
661
- </span></td>
662
- <td class="middle_col">
663
- <a target="_top" href="/m/the_spectacular_now/" class="" sub="hover">The Spectacular Now</a>
664
- </td>
665
- <td class="right_col right">Aug 02</td>
666
- </tr>
667
- <tr data-movie-id="771350422" data-movie-json='{&#034;id&#034;:771350422,&#034;title&#034;:&#034;Europa Report&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 30 min.&#034;,&#034;synopsis&#034;:&#034;While perhaps never as gripping or daring as it should be, Europa Report still manages to take one small step forward for the found-footage genre.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/12/11171259_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Sharlto Copley&#034;,&#034;id&#034;:&#034;770674319&#034;},{&#034;name&#034;:&#034;Michael Nyqvist&#034;,&#034;id&#034;:&#034;291428358&#034;}]}'>
668
- <td class="left_col">
669
- <span class="tMeterIcon tiny" >
670
- <span title="Fresh" class="icon
671
- tiny fresh"></span><span class="tMeterScore">72%</span>
672
- </span></td>
673
- <td class="middle_col">
674
- <a target="_top" href="/m/europa_report/" class="" sub="hover">Europa Report</a>
675
- </td>
676
- <td class="right_col right">Aug 02</td>
677
- </tr>
678
- <tr data-movie-id="771312795" data-movie-json='{&#034;id&#034;:771312795,&#034;title&#034;:&#034;Cockneys vs Zombies&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;Unrated&#034;,&#034;runtime&#034;:&#034;1 hr. 28 min.&#034;,&#034;synopsis&#034;:&#034;If you&amp;#039;re interested in watching a battle between cockneys and zombies, this is the movie for you.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/11/11171103_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Harry Treadaway&#034;,&#034;id&#034;:&#034;770688679&#034;},{&#034;name&#034;:&#034;Rasmus Hardiker&#034;,&#034;id&#034;:&#034;770695758&#034;}]}'>
679
- <td class="left_col">
680
- <span class="tMeterIcon tiny" >
681
- <span title="Fresh" class="icon
682
- tiny fresh"></span><span class="tMeterScore">68%</span>
683
- </span></td>
684
- <td class="middle_col">
685
- <a target="_top" href="/m/cockneys_vs_zombies/" class="" sub="hover">Cockneys vs Zombies</a>
686
- </td>
687
- <td class="right_col right">Aug 02</td>
688
- </tr>
689
- <tr data-movie-id="771270034" data-movie-json='{&#034;id&#034;:771270034,&#034;title&#034;:&#034;Top Cat: The Movie&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 30 min.&#034;,&#034;synopsis&#034;:&#034;A new police chief (Schneider) wants to automate the police force includingOfficer Dibble&amp;#039;s job, whos job is to keep an eye on Topcat. Topcat...&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/22/11172277_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Jason Harris&#034;,&#034;id&#034;:&#034;770736918&#034;},{&#034;name&#034;:&#034;Melissa Disney&#034;,&#034;id&#034;:&#034;770728211&#034;}]}'>
690
- <td class="left_col">
691
- <span class="tMeterIcon tiny" >
692
- <span title="Rotten" class="icon
693
- tiny rotten"></span><span class="tMeterScore">14%</span>
694
- </span></td>
695
- <td class="middle_col">
696
- <a target="_top" href="/m/top_cat_the_movie/" class="" sub="hover">Top Cat: The Movie</a>
697
- </td>
698
- <td class="right_col right">Aug 02</td>
699
- </tr>
700
- <tr data-movie-id="771317808" data-movie-json='{&#034;id&#034;:771317808,&#034;title&#034;:&#034;Drift&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 53 min.&#034;,&#034;synopsis&#034;:&#034;Australia, 1970s. The Kelly brothers, Andy (28) and Jimmy (22), have one great passion: riding big waves. As kids, their mother escaped from Sydney to...&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/15/11171584_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Myles Pollard&#034;,&#034;id&#034;:&#034;770715445&#034;},{&#034;name&#034;:&#034;Xavier Samuel&#034;,&#034;id&#034;:&#034;770690974&#034;}]}'>
701
- <td class="left_col">
702
- <span class="tMeterIcon tiny" >
703
- <span title="Rotten" class="icon
704
- tiny rotten"></span><span class="tMeterScore">29%</span>
705
- </span></td>
706
- <td class="middle_col">
707
- <a target="_top" href="/m/drift_2013/" class="" sub="hover">Drift</a>
708
- </td>
709
- <td class="right_col right">Aug 02</td>
710
- </tr>
711
- <tr data-movie-id="771307327" data-movie-json='{&#034;id&#034;:771307327,&#034;title&#034;:&#034;Our Children&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;Unrated&#034;,&#034;runtime&#034;:&#034;1 hr. 51 min.&#034;,&#034;synopsis&#034;:&#034;A wrenching, quietly violent psychodrama, Our Children has the courage to ask difficult questions, and the strength to leave the answers to the viewer.&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/21/11172161_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Niels Arestrup&#034;,&#034;id&#034;:&#034;266555632&#034;},{&#034;name&#034;:&#034;�milie Dequenne&#034;,&#034;id&#034;:&#034;162731346&#034;}]}'>
712
- <td class="left_col">
713
- <span class="tMeterIcon tiny" >
714
- <span title="Fresh" class="icon
715
- tiny fresh"></span><span class="tMeterScore">94%</span>
716
- </span></td>
717
- <td class="middle_col">
718
- <a target="_top" href="/m/our_children_2012/" class="" sub="hover">Our Children</a>
719
- </td>
720
- <td class="right_col right">Aug 02</td>
721
- </tr>
722
- </table>
723
- <div class="movie-list-more"><a href="/movie/in-theaters/">More...</a></div>
724
- <div style="margin:0px 8px;">
725
- <div id="box_office_buzz_ad" style="height:0px; line-height:0px;">
726
- <script type='text/javascript'>
727
- RT.ads.push("box_office_buzz_ad");
728
- googletag.cmd.push(function() {
729
- var slot=googletag.defineSlot('/6327/rt.movie/box_office_buzz', [[250,40]], 'box_office_buzz_ad')
730
- .addService(googletag.pubads())
731
- .setTargeting("unit", "box_office_buzz")
732
- .setTargeting("movieid", "771267278")
733
- .setTargeting("url", "/m/room_237_2012/");
734
- slot.oldRenderEnded = slot.renderEnded;
735
- slot.renderEnded = function(){
736
- slot.oldRenderEnded();
737
- var wrapper = $("#box_office_buzz_ad");
738
- wrapper.css("height","").css("width","");
739
- };
740
- });
741
- </script>
742
- </div>
743
- </div>
744
- <h4>Top Box Office</h4>
745
- <table class="movie_list top_box_office">
746
- <tr data-movie-id="771193517" data-movie-json='{&#034;id&#034;:771193517,&#034;title&#034;:&#034;The Wolverine&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;2 hr. 16 min.&#034;,&#034;synopsis&#034;:&#034;Although its final act succumbs to the usual cartoonish antics, The Wolverine is one superhero movie that manages to stay true to the comics while keeping casual viewers entertained.&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/25/11172568_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Hugh Jackman&#034;,&#034;id&#034;:&#034;162661503&#034;},{&#034;name&#034;:&#034;Tao Okamoto&#034;,&#034;id&#034;:&#034;771414513&#034;}]}'>
747
- <td class="left_col">
748
- <span class="tMeterIcon tiny" >
749
- <span title="Fresh" class="icon
750
- tiny fresh"></span><span class="tMeterScore">67%</span>
751
- </span></td>
752
- <td class="middle_col">
753
- <a target="_top" href="/m/the_wolverine_2012/" class="" sub="hover">The Wolverine</a>
754
- </td>
755
- <td class="right_col right">$53.1M</td>
756
- </tr>
757
- <tr data-movie-id="771312656" data-movie-json='{&#034;id&#034;:771312656,&#034;title&#034;:&#034;The Conjuring&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 52 min.&#034;,&#034;synopsis&#034;:&#034;Extremely well-crafted and gleefully creepy, The Conjuring ratchets up the dread with a series of smartly delivered, terribly effective old-school scares.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/07/11170746_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Vera Farmiga&#034;,&#034;id&#034;:&#034;162655572&#034;},{&#034;name&#034;:&#034;Patrick Wilson&#034;,&#034;id&#034;:&#034;162659104&#034;}]}'>
758
- <td class="left_col">
759
- <span class="tMeterIcon tiny" >
760
- <span title="Fresh" class="icon
761
- tiny fresh"></span><span class="tMeterScore">86%</span>
762
- </span></td>
763
- <td class="middle_col">
764
- <a target="_top" href="/m/the_conjuring/" class="" sub="hover">The Conjuring</a>
765
- </td>
766
- <td class="right_col right">$22.2M</td>
767
- </tr>
768
- <tr data-movie-id="771245727" data-movie-json='{&#034;id&#034;:771245727,&#034;title&#034;:&#034;Despicable Me 2&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 38 min.&#034;,&#034;synopsis&#034;:&#034;It may not be as inspired as its predecessor, but Despicable Me 2 offers plenty of eye-popping visual inventiveness and a number of big laughs.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/21/11172174_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Steve Carell&#034;,&#034;id&#034;:&#034;162652665&#034;},{&#034;name&#034;:&#034;Kristen Wiig&#034;,&#034;id&#034;:&#034;770670481&#034;}]}'>
769
- <td class="left_col">
770
- <span class="tMeterIcon tiny" >
771
- <span title="Fresh" class="icon
772
- tiny fresh"></span><span class="tMeterScore">75%</span>
773
- </span></td>
774
- <td class="middle_col">
775
- <a target="_top" href="/m/despicable_me_2/" class="" sub="hover">Despicable Me 2</a>
776
- </td>
777
- <td class="right_col right">$16.4M</td>
778
- </tr>
779
- <tr data-movie-id="771235150" data-movie-json='{&#034;id&#034;:771235150,&#034;title&#034;:&#034;Turbo&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 36 min.&#034;,&#034;synopsis&#034;:&#034;It&amp;#039;s nowhere near as inventive as its off-the-wall premise might suggest, but Turbo boasts just enough colorful visual thrills and sharp voice acting to recommend as undemanding family-friendly fare.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/23/11172391_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Ryan Reynolds&#034;,&#034;id&#034;:&#034;162652367&#034;},{&#034;name&#034;:&#034;Paul Giamatti&#034;,&#034;id&#034;:&#034;162683649&#034;}]}'>
780
- <td class="left_col">
781
- <span class="tMeterIcon tiny" >
782
- <span title="Fresh" class="icon
783
- tiny fresh"></span><span class="tMeterScore">64%</span>
784
- </span></td>
785
- <td class="middle_col">
786
- <a target="_top" href="/m/turbo_2013/" class="" sub="hover">Turbo</a>
787
- </td>
788
- <td class="right_col right">$13.7M</td>
789
- </tr>
790
- <tr data-movie-id="771267074" data-movie-json='{&#034;id&#034;:771267074,&#034;title&#034;:&#034;Grown Ups 2&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 41 min.&#034;,&#034;synopsis&#034;:&#034;While it&amp;#039;s almost certainly the movie event of the year for filmgoers passionate about deer urine humor, Grown Ups 2 will bore, annoy, and disgust audiences of nearly every other persuasion.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/19/11171923_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Adam Sandler&#034;,&#034;id&#034;:&#034;162652550&#034;},{&#034;name&#034;:&#034;Kevin James&#034;,&#034;id&#034;:&#034;326298578&#034;}]}'>
791
- <td class="left_col">
792
- <span class="tMeterIcon tiny" >
793
- <span title="Rotten" class="icon
794
- tiny rotten"></span><span class="tMeterScore">7%</span>
795
- </span></td>
796
- <td class="middle_col">
797
- <a target="_top" href="/m/grown_ups_2/" class="" sub="hover">Grown Ups 2</a>
798
- </td>
799
- <td class="right_col right">$11.6M</td>
800
- </tr>
801
- <tr data-movie-id="771259543" data-movie-json='{&#034;id&#034;:771259543,&#034;title&#034;:&#034;Red 2&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 56 min.&#034;,&#034;synopsis&#034;:&#034;While it&amp;#039;s still hard to argue with its impeccable cast or the fun they often seem to be having, Red 2 replaces much of the goofy fun of its predecessor with empty, over-the-top bombast.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/13/11171362_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Bruce Willis&#034;,&#034;id&#034;:&#034;162652509&#034;},{&#034;name&#034;:&#034;John Malkovich&#034;,&#034;id&#034;:&#034;162655610&#034;}]}'>
802
- <td class="left_col">
803
- <span class="tMeterIcon tiny" >
804
- <span title="Rotten" class="icon
805
- tiny rotten"></span><span class="tMeterScore">41%</span>
806
- </span></td>
807
- <td class="middle_col">
808
- <a target="_top" href="/m/red_2/" class="" sub="hover">Red 2</a>
809
- </td>
810
- <td class="right_col right">$9.3M</td>
811
- </tr>
812
- <tr data-movie-id="771235120" data-movie-json='{&#034;id&#034;:771235120,&#034;title&#034;:&#034;Pacific Rim&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;2 hr. 11 min.&#034;,&#034;synopsis&#034;:&#034;It may sport more style than substance, but Pacific Rim is a solid modern creature feature bolstered by fantastical imagery and an irresistible sense of fun.&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/22/11172244_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Charlie Hunnam&#034;,&#034;id&#034;:&#034;162653833&#034;},{&#034;name&#034;:&#034;Diego Klattenhoff&#034;,&#034;id&#034;:&#034;770752941&#034;}]}'>
813
- <td class="left_col">
814
- <span class="tMeterIcon tiny" >
815
- <span title="Fresh" class="icon
816
- tiny fresh"></span><span class="tMeterScore">71%</span>
817
- </span></td>
818
- <td class="middle_col">
819
- <a target="_top" href="/m/pacific_rim_2013/" class="" sub="hover">Pacific Rim</a>
820
- </td>
821
- <td class="right_col right">$7.7M</td>
822
- </tr>
823
- <tr data-movie-id="771308691" data-movie-json='{&#034;id&#034;:771308691,&#034;title&#034;:&#034;The Heat&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 57 min.&#034;,&#034;synopsis&#034;:&#034;The Heat is predictable, but Melissa McCarthy is reliably funny and Sandra Bullock proves a capable foil.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/16/11171690_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Sandra Bullock&#034;,&#034;id&#034;:&#034;162652205&#034;},{&#034;name&#034;:&#034;Melissa McCarthy&#034;,&#034;id&#034;:&#034;528361348&#034;}]}'>
824
- <td class="left_col">
825
- <span class="tMeterIcon tiny" >
826
- <span title="Fresh" class="icon
827
- tiny fresh"></span><span class="tMeterScore">66%</span>
828
- </span></td>
829
- <td class="middle_col">
830
- <a target="_top" href="/m/the_heat/" class="" sub="hover">The Heat</a>
831
- </td>
832
- <td class="right_col right">$6.9M</td>
833
- </tr>
834
- <tr data-movie-id="771246669" data-movie-json='{&#034;id&#034;:771246669,&#034;title&#034;:&#034;R.I.P.D.&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 36 min.&#034;,&#034;synopsis&#034;:&#034;It has its moments -- most of them courtesy of Jeff Bridges&amp;#039; rootin&amp;#039; tootin&amp;#039; performance as an undead Wild West sheriff -- but R.I.P.D. is ultimately too dim-witted and formulaic to satisfy.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/23/11172307_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Jeff Bridges&#034;,&#034;id&#034;:&#034;162655890&#034;},{&#034;name&#034;:&#034;Ryan Reynolds&#034;,&#034;id&#034;:&#034;162652367&#034;}]}'>
835
- <td class="left_col">
836
- <span class="tMeterIcon tiny" >
837
- <span title="Rotten" class="icon
838
- tiny rotten"></span><span class="tMeterScore">12%</span>
839
- </span></td>
840
- <td class="middle_col">
841
- <a target="_top" href="/m/ripd/" class="" sub="hover">R.I.P.D.</a>
842
- </td>
843
- <td class="right_col right">$6.1M</td>
844
- </tr>
845
- <tr data-movie-id="771324998" data-movie-json='{&#034;id&#034;:771324998,&#034;title&#034;:&#034;Fruitvale Station&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 24 min.&#034;,&#034;synopsis&#034;:&#034;Passionate and powerfully acted, Fruitvale Station serves as a celebration of life, a condemnation of death, and a triumph for star Michael B. Jordan.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/19/11171959_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Michael B. Jordan&#034;,&#034;id&#034;:&#034;770683889&#034;},{&#034;name&#034;:&#034;Octavia L. Spencer&#034;,&#034;id&#034;:&#034;770906299&#034;}]}'>
846
- <td class="left_col">
847
- <span class="tMeterIcon tiny" >
848
- <span title="Fresh" class="icon
849
- tiny fresh"></span><span class="tMeterScore">94%</span>
850
- </span></td>
851
- <td class="middle_col">
852
- <a target="_top" href="/m/fruitvale_station/" class="" sub="hover">Fruitvale Station</a>
853
- </td>
854
- <td class="right_col right">$4.6M</td>
855
- </tr>
856
- </table>
857
- <div class="movie-list-more"><a href="/movie/box-office/">More...</a></div>
858
- <h4>Coming Soon</h4>
859
- <table class="movie_list coming_soon">
860
- <tbody>
861
- <tr data-movie-id="771257656" data-movie-json='{&#034;id&#034;:771257656,&#034;title&#034;:&#034;Percy Jackson: Sea of Monsters&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 50 min.&#034;,&#034;synopsis&#034;:&#034;Percy Jackson, the son of Poseidon, continues his epic journey to fulfill his destiny, as he teams with his demigod friends to retrieve the Golden...&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/18/11171843_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Logan Lerman&#034;,&#034;id&#034;:&#034;341816559&#034;},{&#034;name&#034;:&#034;Alexandra Daddario&#034;,&#034;id&#034;:&#034;770777867&#034;}]}'>
862
- <td class="left_col">
863
- <span class="tMeterIcon tiny" >
864
- <span class="greyline right">&mdash;&mdash;</span>
865
- </span></td>
866
- <td class="middle_col">
867
- <a target="_top" href="/m/percy_jackson_sea_of_monsters/" class="" sub="hover">Percy Jackson: Sea of Monsters</a>
868
- </td>
869
- <td class="right_col right">Aug 07</td>
870
- </tr>
871
- <tr data-movie-id="771318592" data-movie-json='{&#034;id&#034;:771318592,&#034;title&#034;:&#034;We&amp;#039;re The Millers&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 40 min.&#034;,&#034;synopsis&#034;:&#034;David Burke (Jason Sudeikis) is a small-time pot dealer whose clientele includes chefs and soccer moms, but no kids-after all, he has his scruples. So...&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/15/11171565_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Mark L. Young&#034;,&#034;id&#034;:&#034;770723485&#034;},{&#034;name&#034;:&#034;Jennifer Aniston&#034;,&#034;id&#034;:&#034;162655148&#034;}]}'>
872
- <td class="left_col">
873
- <span class="tMeterIcon tiny" >
874
- <span class="greyline right">&mdash;&mdash;</span>
875
- </span></td>
876
- <td class="middle_col">
877
- <a target="_top" href="/m/were_the_millers/" class="" sub="hover">We're The Millers</a>
878
- </td>
879
- <td class="right_col right">Aug 07</td>
880
- </tr>
881
- <tr data-movie-id="771235149" data-movie-json='{&#034;id&#034;:771235149,&#034;title&#034;:&#034;Elysium&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 37 min.&#034;,&#034;synopsis&#034;:&#034;In the year 2154, two classes of people exist: the very wealthy, who live on a pristine man-made space station called Elysium, and the rest, who live...&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/07/11170790_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Matt Damon&#034;,&#034;id&#034;:&#034;162653499&#034;},{&#034;name&#034;:&#034;Jodie Foster&#034;,&#034;id&#034;:&#034;162654080&#034;}]}'>
882
- <td class="left_col">
883
- <span class="tMeterIcon tiny" >
884
- <span title="Fresh" class="icon
885
- tiny fresh"></span><span class="tMeterScore">80%</span>
886
- </span></td>
887
- <td class="middle_col">
888
- <a target="_top" href="/m/elysium_2013/" class="" sub="hover">Elysium</a>
889
- </td>
890
- <td class="right_col right">Aug 09</td>
891
- </tr>
892
- <tr data-movie-id="771312196" data-movie-json='{&#034;id&#034;:771312196,&#034;title&#034;:&#034;Planes&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;1 hr. 32 min.&#034;,&#034;synopsis&#034;:&#034;Cars gets a spin-off with this Disney Toon Studios film starring the voice of Dane Cook as a vertically-challenged plane with high hopes of becoming...&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/18/11171824_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Dane Cook&#034;,&#034;id&#034;:&#034;338671161&#034;},{&#034;name&#034;:&#034;Julia Louis-Dreyfus&#034;,&#034;id&#034;:&#034;364622432&#034;}]}'>
893
- <td class="left_col">
894
- <span class="tMeterIcon tiny" >
895
- <span class="greyline right">&mdash;&mdash;</span>
896
- </span></td>
897
- <td class="middle_col">
898
- <a target="_top" href="/m/planes/" class="" sub="hover">Planes</a>
899
- </td>
900
- <td class="right_col right">Aug 09</td>
901
- </tr>
902
- </tbody>
903
- </table>
904
- <div class="movie-list-more"><a href="/movie/upcoming/">More...</a></div>
905
- </div>
906
- <div class="tab-pane fade " id="on-dvd">
907
- <h4>Top Rentals</h4>
908
- <table class="movie_list top_rentals">
909
- <tr data-movie-id="771211175" data-movie-json='{&#034;id&#034;:771211175,&#034;title&#034;:&#034;Oz the Great and Powerful&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG&#034;,&#034;runtime&#034;:&#034;2 hr. 7 min.&#034;,&#034;synopsis&#034;:&#034;It suffers from some tonal inconsistency and a deflated sense of wonder, but Oz the Great and Powerful still packs enough visual dazzle and clever wit to be entertaining in its own right.&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/16/82/11168213_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;James Franco&#034;,&#034;id&#034;:&#034;162653202&#034;},{&#034;name&#034;:&#034;Mila Kunis&#034;,&#034;id&#034;:&#034;364629418&#034;}]}'> <td class="left_col">
910
- <span class="tMeterIcon tiny" >
911
- <span title="Rotten" class="icon
912
- tiny rotten"></span><span class="tMeterScore">59%</span>
913
- </span></td>
914
- <td class="middle_col">
915
- <a target="_top" href="/m/oz_the_great_and_powerful/" class="" sub="hover">Oz the Great and Powerful</a>
916
- </td>
917
- </tr>
918
- <tr data-movie-id="771241227" data-movie-json='{&#034;id&#034;:771241227,&#034;title&#034;:&#034;G.I. Joe: Retaliation&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 30 min.&#034;,&#034;synopsis&#034;:&#034;Though arguably superior to its predecessor, G.I. Joe: Retaliation is overwhelmed by its nonstop action and too nonsensical and vapid to leave a lasting impression.&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/18/11171817_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;D.J. Cotrona&#034;,&#034;id&#034;:&#034;162653947&#034;},{&#034;name&#034;:&#034;Byung-hun Lee&#034;,&#034;id&#034;:&#034;285359670&#034;}]}'> <td class="left_col">
919
- <span class="tMeterIcon tiny" >
920
- <span title="Rotten" class="icon
921
- tiny rotten"></span><span class="tMeterScore">28%</span>
922
- </span></td>
923
- <td class="middle_col">
924
- <a target="_top" href="/m/gi_joe_retaliation/" class="" sub="hover">G.I. Joe: Retaliation</a>
925
- </td>
926
- </tr>
927
- <tr data-movie-id="771270981" data-movie-json='{&#034;id&#034;:771270981,&#034;title&#034;:&#034;Identity Thief&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 52 min.&#034;,&#034;synopsis&#034;:&#034;Identity Thief&amp;#039;s few laughs are attributable to Melissa McCarthy and Jason Bateman, who labor mightily to create a framework for the movie&amp;#039;s undisciplined plotline.&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/09/11170920_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Jason Bateman&#034;,&#034;id&#034;:&#034;326298973&#034;},{&#034;name&#034;:&#034;Melissa McCarthy&#034;,&#034;id&#034;:&#034;528361348&#034;}]}'> <td class="left_col">
928
- <span class="tMeterIcon tiny" >
929
- <span title="Rotten" class="icon
930
- tiny rotten"></span><span class="tMeterScore">20%</span>
931
- </span></td>
932
- <td class="middle_col">
933
- <a target="_top" href="/m/identity_thief/" class="" sub="hover">Identity Thief</a>
934
- </td>
935
- </tr>
936
- <tr data-movie-id="771257607" data-movie-json='{&#034;id&#034;:771257607,&#034;title&#034;:&#034;A Good Day To Die Hard&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 37 min.&#034;,&#034;synopsis&#034;:&#034;A Good Day to Die Hard is the weakest entry in a storied franchise, and not even Bruce Willis&amp;#039; smirking demeanor can enliven a cliched, uninspired script.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/12/11171258_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Bruce Willis&#034;,&#034;id&#034;:&#034;162652509&#034;},{&#034;name&#034;:&#034;Jai Courtney&#034;,&#034;id&#034;:&#034;771383833&#034;}]}'> <td class="left_col">
937
- <span class="tMeterIcon tiny" >
938
- <span title="Rotten" class="icon
939
- tiny rotten"></span><span class="tMeterScore">14%</span>
940
- </span></td>
941
- <td class="middle_col">
942
- <a target="_top" href="/m/a_good_day_to_die_hard/" class="" sub="hover">A Good Day To Die Hard</a>
943
- </td>
944
- </tr>
945
- <tr data-movie-id="771238285" data-movie-json='{&#034;id&#034;:771238285,&#034;title&#034;:&#034;Warm Bodies&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 37 min.&#034;,&#034;synopsis&#034;:&#034;Warm Bodies offers a sweet, well-acted spin on a genre that all too often lives down to its brain-dead protagonists.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/14/11171434_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Nicholas Hoult&#034;,&#034;id&#034;:&#034;162654938&#034;},{&#034;name&#034;:&#034;Teresa Palmer&#034;,&#034;id&#034;:&#034;347990464&#034;}]}'> <td class="left_col">
946
- <span class="tMeterIcon tiny" >
947
- <span title="Fresh" class="icon
948
- tiny fresh"></span><span class="tMeterScore">81%</span>
949
- </span></td>
950
- <td class="middle_col">
951
- <a target="_top" href="/m/warm_bodies/" class="" sub="hover">Warm Bodies</a>
952
- </td>
953
- </tr>
954
- <tr data-movie-id="771305747" data-movie-json='{&#034;id&#034;:771305747,&#034;title&#034;:&#034;42&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;2 hr. 8 min.&#034;,&#034;synopsis&#034;:&#034;42 is an earnest, inspirational, and respectfully told biography of an influential American sports icon, though it might be a little too safe and old-fashioned for some.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/18/11171806_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Chadwick Boseman&#034;,&#034;id&#034;:&#034;771363198&#034;},{&#034;name&#034;:&#034;Harrison Ford&#034;,&#034;id&#034;:&#034;162661579&#034;}]}'> <td class="left_col">
955
- <span class="tMeterIcon tiny" >
956
- <span title="Fresh" class="icon
957
- tiny fresh"></span><span class="tMeterScore">77%</span>
958
- </span></td>
959
- <td class="middle_col">
960
- <a target="_top" href="/m/42_2013/" class="" sub="hover">42</a>
961
- </td>
962
- </tr>
963
- <tr data-movie-id="771225176" data-movie-json='{&#034;id&#034;:771225176,&#034;title&#034;:&#034;Hansel and Gretel: Witch Hunters&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 27 min.&#034;,&#034;synopsis&#034;:&#034;Alternately bloody and silly, Hansel and Gretel: Witch Hunters fails as both a fantasy adventure and as a parody of same.&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/17/20/11172036_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Jeremy Renner&#034;,&#034;id&#034;:&#034;309973652&#034;},{&#034;name&#034;:&#034;Gemma Arterton&#034;,&#034;id&#034;:&#034;770692644&#034;}]}'> <td class="left_col">
964
- <span class="tMeterIcon tiny" >
965
- <span title="Rotten" class="icon
966
- tiny rotten"></span><span class="tMeterScore">15%</span>
967
- </span></td>
968
- <td class="middle_col">
969
- <a target="_top" href="/m/hansel_and_gretel_witch_hunters/" class="" sub="hover">Hansel and Gretel: Witch Hunters</a>
970
- </td>
971
- </tr>
972
- <tr data-movie-id="771189410" data-movie-json='{&#034;id&#034;:771189410,&#034;title&#034;:&#034;Jack the Giant Slayer&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 54 min.&#034;,&#034;synopsis&#034;:&#034;It&amp;#039;s enthusiastically acted and reasonably fun, but Jack the Giant Slayer is also overwhelmed by digital effects and a bland, impersonal story.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/16/98/11169862_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Nicholas Hoult&#034;,&#034;id&#034;:&#034;162654938&#034;},{&#034;name&#034;:&#034;Eleanor Tomlinson&#034;,&#034;id&#034;:&#034;770707131&#034;}]}'> <td class="left_col">
973
- <span class="tMeterIcon tiny" >
974
- <span title="Rotten" class="icon
975
- tiny rotten"></span><span class="tMeterScore">52%</span>
976
- </span></td>
977
- <td class="middle_col">
978
- <a target="_top" href="/m/jack_the_giant_slayer/" class="" sub="hover">Jack the Giant Slayer</a>
979
- </td>
980
- </tr>
981
- <tr data-movie-id="771318588" data-movie-json='{&#034;id&#034;:771318588,&#034;title&#034;:&#034;The Incredible Burt Wonderstone&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 40 min.&#034;,&#034;synopsis&#034;:&#034;The Incredible Burt Wonderstone serves up some goofy laughs, but given its outrageous conceit, it&amp;#039;s surprisingly safe and predictable.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/17/20/11172014_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Steve Carell&#034;,&#034;id&#034;:&#034;162652665&#034;},{&#034;name&#034;:&#034;Steve Buscemi&#034;,&#034;id&#034;:&#034;162652875&#034;}]}'> <td class="left_col">
982
- <span class="tMeterIcon tiny" >
983
- <span title="Rotten" class="icon
984
- tiny rotten"></span><span class="tMeterScore">36%</span>
985
- </span></td>
986
- <td class="middle_col">
987
- <a target="_top" href="/m/the_incredible_burt_wonderstone/" class="" sub="hover">The Incredible Burt Wonderstone</a>
988
- </td>
989
- </tr>
990
- <tr data-movie-id="771304584" data-movie-json='{&#034;id&#034;:771304584,&#034;title&#034;:&#034;21 And Over&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 33 min.&#034;,&#034;synopsis&#034;:&#034;Though it strives to mimic The Hangover, 21 and Over is too predictable, too unabashedly profane, and too inconsistently funny to carry the torch.&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/21/11172177_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Miles Teller&#034;,&#034;id&#034;:&#034;771077409&#034;},{&#034;name&#034;:&#034;Skylar Astin&#034;,&#034;id&#034;:&#034;770797712&#034;}]}'> <td class="left_col">
991
- <span class="tMeterIcon tiny" >
992
- <span title="Rotten" class="icon
993
- tiny rotten"></span><span class="tMeterScore">26%</span>
994
- </span></td>
995
- <td class="middle_col">
996
- <a target="_top" href="/m/21_and_over/" class="" sub="hover">21 And Over</a>
997
- </td>
998
- </tr>
999
- <tr data-movie-id="771316320" data-movie-json='{&#034;id&#034;:771316320,&#034;title&#034;:&#034;Snitch&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;PG-13&#034;,&#034;runtime&#034;:&#034;1 hr. 52 min.&#034;,&#034;synopsis&#034;:&#034;Though it features one of Dwayne Johnson&amp;#039;s more thoughtful performances, the presentation of Snitch&amp;#039;s underlying message is muddled by lackluster storytelling and some tonal inconsistencies.&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/19/11171943_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Dwayne &amp;#034;The Rock&amp;#034; Johnson&#034;,&#034;id&#034;:&#034;770893686&#034;},{&#034;name&#034;:&#034;Barry Pepper&#034;,&#034;id&#034;:&#034;162671262&#034;}]}'> <td class="left_col">
1000
- <span class="tMeterIcon tiny" >
1001
- <span title="Rotten" class="icon
1002
- tiny rotten"></span><span class="tMeterScore">55%</span>
1003
- </span></td>
1004
- <td class="middle_col">
1005
- <a target="_top" href="/m/snitch_2013/" class="" sub="hover">Snitch</a>
1006
- </td>
1007
- </tr>
1008
- <tr data-movie-id="771272420" data-movie-json='{&#034;id&#034;:771272420,&#034;title&#034;:&#034;The Place Beyond The Pines&#034;,&#034;year&#034;:2012,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;2 hr. 21 min.&#034;,&#034;synopsis&#034;:&#034;Ambitious to a fault, The Place Beyond the Pines finds writer/director Derek Cianfrance reaching for -- and often grasping -- thorny themes of family, fatherhood, and fate.&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/19/11171965_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Ryan Gosling&#034;,&#034;id&#034;:&#034;162654751&#034;},{&#034;name&#034;:&#034;Bradley Cooper&#034;,&#034;id&#034;:&#034;351525448&#034;}]}'> <td class="left_col">
1009
- <span class="tMeterIcon tiny" >
1010
- <span title="Fresh" class="icon
1011
- tiny fresh"></span><span class="tMeterScore">82%</span>
1012
- </span></td>
1013
- <td class="middle_col">
1014
- <a target="_top" href="/m/the_place_beyond_the_pines_2012/" class="" sub="hover">The Place Beyond The Pines</a>
1015
- </td>
1016
- </tr>
1017
- </table>
1018
- <div class="movie-list-more"><a href="/dvd/top-rentals/">More...</a></div>
1019
- <h4>New On DVD This Week</h4>
1020
- <table class="movie_list new_dvd">
1021
- <tbody>
1022
- <tr data-movie-id="771267247" data-movie-json='{&#034;id&#034;:771267247,&#034;title&#034;:&#034;Filly Brown&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 40 min.&#034;,&#034;synopsis&#034;:&#034;FILLY BROWN is an inspiring and gritty portrait of a young artist&amp;#039;s striving to find her voice and seize her dreams without compromise. Majo Tonorio,...&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/16/86/11168634_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Gina Rodriguez&#034;,&#034;id&#034;:&#034;770871575&#034;},{&#034;name&#034;:&#034;Jenni Rivera&#034;,&#034;id&#034;:&#034;770771569&#034;}]}'>
1023
- <td class="left_col">
1024
- <span class="tMeterIcon tiny" >
1025
- <span title="Rotten" class="icon
1026
- tiny rotten"></span><span class="tMeterScore">45%</span>
1027
- </span></td>
1028
- <td class="middle_col">
1029
- <a target="_top" href="/m/filly_brown_2012/" class="" sub="hover">Filly Brown</a>
1030
- </td>
1031
- </tr>
1032
- <tr data-movie-id="771266053" data-movie-json='{&#034;id&#034;:771266053,&#034;title&#034;:&#034;Black Rock&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 19 min.&#034;,&#034;synopsis&#034;:&#034;It springs from smarter ideas than your average chase thriller, but ultimately, Black Rock falls back on disappointingly familiar ingredients.&#034;,&#034;thumbnail&#034;:&#034;http://content8.flixster.com/movie/11/16/99/11169946_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Kate Bosworth&#034;,&#034;id&#034;:&#034;162655190&#034;},{&#034;name&#034;:&#034;Lake Bell&#034;,&#034;id&#034;:&#034;770686992&#034;}]}'>
1033
- <td class="left_col">
1034
- <span class="tMeterIcon tiny" >
1035
- <span title="Rotten" class="icon
1036
- tiny rotten"></span><span class="tMeterScore">48%</span>
1037
- </span></td>
1038
- <td class="middle_col">
1039
- <a target="_top" href="/m/black_rock_2011/" class="" sub="hover">Black Rock</a>
1040
- </td>
1041
- </tr>
1042
- <tr data-movie-id="771353902" data-movie-json='{&#034;id&#034;:771353902,&#034;title&#034;:&#034;Assault On Wall Street&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 37 min.&#034;,&#034;synopsis&#034;:&#034;A security guard for an armored truck, Jim (Dominic Purcell) is a blue-collar New Yorker who works hard to earn a living. His wages support himself...&#034;,&#034;thumbnail&#034;:&#034;http://content9.flixster.com/movie/11/17/09/11170947_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Dominic Purcell&#034;,&#034;id&#034;:&#034;162717664&#034;},{&#034;name&#034;:&#034;Erin Karpluk&#034;,&#034;id&#034;:&#034;770692103&#034;}]}'>
1043
- <td class="left_col">
1044
- <span class="tMeterIcon tiny" >
1045
- <span title="Rotten" class="icon
1046
- tiny rotten"></span><span class="tMeterScore">14%</span>
1047
- </span></td>
1048
- <td class="middle_col">
1049
- <a target="_top" href="/m/assault_on_wall_street_2013/" class="" sub="hover">Assault On Wall Street</a>
1050
- </td>
1051
- </tr>
1052
- <tr data-movie-id="771357196" data-movie-json='{&#034;id&#034;:771357196,&#034;title&#034;:&#034;Teen Beach Movie&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;Unrated&#034;,&#034;runtime&#034;:&#034;1 hr. 31 min.&#034;,&#034;synopsis&#034;:&#034;Teen surfing sweethearts Brady and McKenzie are swept into the movie musical &amp;#034;Wet Side Story&amp;#034; when they crash beneath a wave. In the film, bikers and...&#034;,&#034;thumbnail&#034;:&#034;http://images.rottentomatoescdn.com/images/redesign/poster_default.gif&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Ross Lynch&#034;,&#034;id&#034;:&#034;771414381&#034;},{&#034;name&#034;:&#034;Maia Mitchell&#034;,&#034;id&#034;:&#034;771451801&#034;}]}'>
1053
- <td class="left_col">
1054
- <span class="tMeterIcon tiny" >
1055
- <span class="greyline right">&mdash;&mdash;</span>
1056
- </span></td>
1057
- <td class="middle_col">
1058
- <a target="_top" href="/m/teen_beach_movie/" class="" sub="hover">Teen Beach Movie</a>
1059
- </td>
1060
- </tr>
1061
- <tr data-movie-id="771307321" data-movie-json='{&#034;id&#034;:771307321,&#034;title&#034;:&#034;Night Across the Street&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;Unrated&#034;,&#034;runtime&#034;:&#034;1 hr. 41 min.&#034;,&#034;synopsis&#034;:&#034;On the verge of a forced retirement, Don Celso, an elderly office worker begins to relive both real and imagined memories from his life - a trip to...&#034;,&#034;thumbnail&#034;:&#034;http://content6.flixster.com/movie/11/16/89/11168920_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Christian Vadim&#034;,&#034;id&#034;:&#034;770689233&#034;},{&#034;name&#034;:&#034;Sergio Hern�ndez&#034;,&#034;id&#034;:&#034;341817544&#034;}]}'>
1062
- <td class="left_col">
1063
- <span class="tMeterIcon tiny" >
1064
- <span title="Fresh" class="icon
1065
- tiny fresh"></span><span class="tMeterScore">92%</span>
1066
- </span></td>
1067
- <td class="middle_col">
1068
- <a target="_top" href="/m/night_across_the_street/" class="" sub="hover">Night Across the Street</a>
1069
- </td>
1070
- </tr>
1071
- <tr data-movie-id="771312909" data-movie-json='{&#034;id&#034;:771312909,&#034;title&#034;:&#034;Under the Bed&#034;,&#034;year&#034;:2013,&#034;mpaa&#034;:&#034;R&#034;,&#034;runtime&#034;:&#034;1 hr. 27 min.&#034;,&#034;synopsis&#034;:&#034;Every child knows about the monster under the bed-Neal Hausman&amp;#039;s mistake was trying to fight it. Neal (Jonny Weston, Chasing Mavericks) has returned...&#034;,&#034;thumbnail&#034;:&#034;http://content7.flixster.com/movie/11/17/20/11172065_mob.jpg&#034;,&#034;cast&#034;:[{&#034;name&#034;:&#034;Jonny Weston&#034;,&#034;id&#034;:&#034;771403662&#034;},{&#034;name&#034;:&#034;Gattlin Griffith&#034;,&#034;id&#034;:&#034;770819198&#034;}]}'>
1072
- <td class="left_col">
1073
- <span class="tMeterIcon tiny" >
1074
- <span title="Rotten" class="icon
1075
- tiny rotten"></span><span class="tMeterScore">38%</span>
1076
- </span></td>
1077
- <td class="middle_col">
1078
- <a target="_top" href="/m/under_the_bed_2012/" class="" sub="hover">Under the Bed</a>
1079
- </td>
1080
- </tr>
1081
- </tbody>
1082
- </table>
1083
- <div class="movie-list-more"><a href="/dvd/new-releases/">More...</a></div>
1084
- </div>
1085
- </div>
1086
- <script class="hoverBubbleTmpl" type="text/html">
1087
- <div class="hoverBubble fade in" data-movie-id="{{ id }}">
1088
- <div class="bubbleContent">
1089
- <div class="media_block">
1090
- <img class="media_block_image" src="{{ thumbnail }}" />
1091
- <div class="media_block_content">
1092
- <div class="title">{{ title }}</div>
1093
- <div class="cast">
1094
- {% $.each(cast, function(idx, val){ %}
1095
- <span>{{ val.name }}</span>{{ idx < cast.length -1 ? "," : "" }}
1096
- {% }); %}
1097
- </div>
1098
- <div class="mpaa">{{ mpaa }}, {{ runtime }}</div>
1099
- <div class="mpaa"><a href="{{ url }}trailer/" class="trailer_play_action_button">Trailer</a> - <a href="{{ url }}movie_times/">Showtimes</a></div>
1100
- </div>
1101
- </div>
1102
- <div class="synopsis">{{ synopsis }}</div>
1103
- <div class="rating_widget" comp="Rating" movieId="{{ id }}" data-event-action="Hover Bubble" data-facepile="true" data-source="RTS" data-hidewtsifrated="true">
1104
- <div class="clearfix ratings_container">
1105
- <div class="rating_buttons">
1106
- <a href="javascript:void(0);" class="wts" sub="wts"></a><a href="javascript:void(0);" class="ni" sub="ni"></a>
1107
- </div>
1108
- <div class="facepile" sub="facepile"></div>
1109
- </div>
1110
- </div>
1111
- </div>
1112
- </div>
1113
- </script>
1114
- </div>
1115
- <div class="content_footer clearfix">
1116
- </div>
1117
- </div>
1118
- <script>
1119
- $("#movies_sidebar")
1120
- .on("mousedown", ".opening tr", function(){ _gaq.push(['_trackEvent', 'mob', 'Movies Tab', 'Opening']);})
1121
- .on("mousedown", ".top_box_office tr", function(){ _gaq.push(['_trackEvent', 'mob', 'Movies Tab', 'Top Box Office']);})
1122
- .on("mousedown", ".coming_soon tr", function(){ _gaq.push(['_trackEvent', 'mob', 'Movies Tab', 'Coming Soon']);})
1123
- .on("mousedown", ".top_rentals tr", function(){ _gaq.push(['_trackEvent', 'mob', 'DVD Tab', 'Top Rentals']);})
1124
- .on("mousedown", ".new_dvd tr", function(){ _gaq.push(['_trackEvent', 'mob', 'DVD Tab', 'New on DVD']);})
1125
- .on("mousedown", ".in-theaters-tab", function(){ _gaq.push(['_trackEvent', 'mob', 'Movies Tab', 'Tab Click']);})
1126
- .on("mousedown", ".on-dvd-tab", function(){ _gaq.push(['_trackEvent', 'mob', 'DVD Tab', 'Tab Click']);});
1127
- </script>
1128
- </div>
1129
- <div id="mainColumn" class="col col_728 col_last">
1130
- <div id="mobPanel" style="background:white; position:relative;">
1131
- <div class="content in">
1132
- <script>
1133
- document.title = "The Conjuring - Rotten Tomatoes";
1134
- _gaq.push(['_setCustomVar', 4, 'Affiliates', '-NflxDQ']);
1135
- _gaq.push(['_trackPageview', '/MOB-TopBoxOffice']);
1136
- $(function(){
1137
- $("[comp=HoverTip]").comp();
1138
- });
1139
- </script>
1140
- <div comp="HashLoader" data-url="/m/the_conjuring/theater?id=" data-param="theater" data-domtype="append"></div>
1141
- <div class="content_box media_block main_movie_area" >
1142
- <div class="content_header clearfix">
1143
- </div>
1144
- <div class="content_body clearfix">
1145
- <div class="media_block_image movie_poster_area">
1146
- <a class="trailer_play_action_button" href="/m/the_conjuring/trailer/" data-video-id="11176506">
1147
- <img src="http://instart2.flixster.com/movie/11/17/07/11170746_det.jpg" width="142" alt="The Conjuring" title="The Conjuring" itemprop="image" />
1148
- <span class="play_button_big"></span>
1149
- </a>
1150
- <a id="trailer_play_button" class="trailer_action_button trailer_play_action_button" href="/m/the_conjuring/trailer/" data-video-id="11176506">Play Trailer</a>
1151
- <a class="trailer_action_button showtimes" href="/m/the_conjuring/movie_times/">Get Showtimes</a>
1152
- </div>
1153
- <div class="media_block_content movie_content_area">
1154
- <h1 class="movie_title"><span itemprop="name">The Conjuring (2013)</span></h1>
1155
- <div class="meter_box left_door">
1156
- <div class="meter_box right_door" comp="HoverTip">
1157
- <div class="meter_critics critic_side">
1158
- <p class="help tomatometer_bar_help" sub="hover" tip="The percentage of Approved Tomatometer Critics who have given this movie a positive review"><span>tomatometer</span></p>
1159
- <ul class="critic_links" id="critic-links">
1160
- <li><a reviewtype="tMeter" href="#all-critics-numbers" id="all-critics-link" class="active">All Critics</a></li>
1161
- <li><a reviewtype="allTopCritics" href="#top-critics-numbers" id="top-critics-link">Top Critics</a></li>
1162
- </ul>
1163
- <meta itemprop="awards" content="Certified Fresh" />
1164
- <div id="all-critics-numbers" class="critic_side_container" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
1165
- <a class="tomato_numbers" style="display:block;" href="#contentReviews">
1166
- <span itemprop="ratingValue" id="all-critics-meter" class="meter certified numeric ">86</span>
1167
- <meta itemprop="bestRating" content="100" />
1168
- <meta itemprop="worstRating" content="0" />
1169
- <meta itemprop="name" content="Tomatometer Score" />
1170
- <p class="critic_stats">
1171
- Average Rating: <span>7.2/10</span><br />
1172
- Reviews Counted: <span itemprop="reviewCount">148</span><br />
1173
- Fresh: 128 | Rotten: 20
1174
- </p>
1175
- </a>
1176
- <div class="tomato_consensus">
1177
- <div class="tomatometer certified"><span style="width:86%;"></span></div>
1178
- <p class="critic_consensus">Extremely well-crafted and gleefully creepy, The Conjuring ratchets up the dread with a series of smartly delivered, terribly effective old-school scares.</p>
1179
- </div>
1180
- </div>
1181
- <div id="top-critics-numbers" class="critic_side_container">
1182
- <div class="tomato_numbers">
1183
- <span id="all-critics-meter" class="meter certified numeric ">86</span>
1184
- <p class="critic_stats">
1185
- Average Rating: <span>7.4/10</span><br />
1186
- Critic Reviews: 36<br />
1187
- Fresh: 31 | Rotten: 5</p>
1188
- </div>
1189
- <div class="tomato_consensus">
1190
- <div class="tomatometer certified"><span style="width:86%;"></span></div>
1191
- <p class="critic_consensus">Extremely well-crafted and gleefully creepy, The Conjuring ratchets up the dread with a series of smartly delivered, terribly effective old-school scares.</p>
1192
- </div>
1193
- </div>
1194
- </div>
1195
- <a class="fan_side" style="display:block;" href="#audience_reviews">
1196
- <p sub="hover" class="help tomatometer_bar_help" tip="The percentage of Rotten Tomatoes users who have rated this movie 3.5 stars or higher"><span>audience</span></p>
1197
- <span class="meter popcorn numeric ">87</span>
1198
- <p class="critic_stats">
1199
- <span class="subText liked_it" >liked it</span><br/>
1200
- Average Rating: 4.1/5<br/>
1201
- User Ratings: 50,461
1202
- </p>
1203
- </a>
1204
- <div class="clearfix"></div>
1205
- </div>
1206
- </div>
1207
- <div class="meter_box_bottom left_side">
1208
- <div class="meter_box_bottom right_side">
1209
- <div class="critic_side"></div>
1210
- </div>
1211
- </div>
1212
- <div class="share-tools " >
1213
- <div class="fbContainer">
1214
- <script type="text/javascript">
1215
- </script>
1216
- <div class="fb-like" data-send="false" data-layout="button_count" data-width="120" data-show-faces="false" data-href="http://www.rottentomatoes.com/m/the_conjuring/" ></div>
1217
- </div>
1218
- <div class="twitterContainer" >
1219
- <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.rottentomatoes.com/m/the_conjuring/" data-count="horizontal" data-text="The Conjuring - Rotten Tomatoes" data-via="RottenTomatoes"></a>
1220
- </div>
1221
- <div class="pinterestContainer" >
1222
- <a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.rottentomatoes.com%2Fm%2Fthe_conjuring%2F&media=http%3A%2F%2Fcontent8.flixster.com%2Fmovie%2F11%2F17%2F07%2F11170746_ori.jpg&description=The+Conjuring+-+Rotten+Tomatoes" class="pin-it-button" count-layout="horizontal">
1223
- <img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>
1224
- </div>
1225
- <div class="gPlusOneContainer" >
1226
- <g:plusone size="medium" count="true" href="http://www.rottentomatoes.com/m/the_conjuring/"></g:plusone>
1227
- <script type="text/javascript"> if(typeof gapi != 'undefined') gapi.plusone.go("gPlusOne"); </script>
1228
- </div>
1229
- <!-- Place this tag where you want the su badge to render -->
1230
- <div class="stumbleUponContainer" >
1231
- <su:badge layout="1" location="http://www.rottentomatoes.com/m/the_conjuring/"></su:badge>
1232
- </div>
1233
- </div>
1234
- <script type="text/javascript">
1235
- $(function() {
1236
- var allCriticsTab = $('#all-critics');
1237
- var allCriticsLink = $('#all-critics-link');
1238
- var allCriticsNumbers = $('#all-critics-numbers');
1239
- var topCriticsTab = $('#top-critics');
1240
- var topCriticsLink = $('#top-critics-link');
1241
- var topCriticsNumbers = $('#top-critics-numbers');
1242
- allCriticsLink.click(function(e) {
1243
- e.preventDefault();
1244
- topCriticsLink.removeClass();
1245
- topCriticsNumbers.hide();
1246
- allCriticsLink.addClass('active');
1247
- allCriticsNumbers.show();
1248
- allCriticsTab.click();
1249
- });
1250
- topCriticsLink.click(function(e) {
1251
- e.preventDefault();
1252
- allCriticsLink.removeClass();
1253
- allCriticsNumbers.hide();
1254
- topCriticsLink.addClass('active');
1255
- topCriticsNumbers.show();
1256
- topCriticsTab.click();
1257
- });
1258
- });
1259
- </script>
1260
- <div style="overflow:hidden;">
1261
- <h4 class="lineHeader"><span class="fl">My Rating</span></h4>
1262
- </div>
1263
- <div id="mob_rating_widget" class="rating_widget large_rating_widget media_block" comp="SocialRating" movieId="771312656" data-event-action="MOB (TopBoxOffice)">
1264
- <a href="" class="media_block_image">
1265
- <img src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" width="50" sub="img" class="fl" alt="" />
1266
- </a>
1267
- <div class="media_block_content" id="userProfile" style="position:relative;">
1268
- <div class="fr">
1269
- <a href="javascript:void(0);" sub="edit" class="text_button subtle smaller" style="display:none;">Edit</a>
1270
- </div>
1271
- <div class="clearfix">
1272
- <a href="javascript:void(0);" sub="wts" class="wts"></a>
1273
- <a href="javascript:void(0);" sub="ni" class="ni"></a>
1274
- <a href="javascript:void(0);" sub="star" class="stars"></a>
1275
- </div>
1276
- <textarea id="reviewText" class="review clearfix" name="review" comp="ExpandableTextInput" sub="review" placeholder="Add a Review (Optional)"></textarea>
1277
- <div class="clearfix" style="height:20px;">
1278
- <div class="fr">
1279
- <a id="fbShareOn" sub="fbShare" class="share_button fb" href="javascript:void(0);" style="vertical-align:middle;"></a>
1280
- <a id="twShareOn" sub="twShare" class="share_button tw" href="javascript:void(0);" style="vertical-align:middle;"></a>
1281
- </div>
1282
- <div class="fr like_status small subtle" sub="likeStatus" style="display:none;">
1283
- <span sub="graphMessage"></span>
1284
- </div>
1285
- <div class="fl">
1286
- <a href="javascript:void(0);" sub="submit" class="post_button"></a>
1287
- <span sub="wait" class="status" style="vertical-align:middle;"></span>
1288
- </div>
1289
- </div>
1290
- </div>
1291
- </div>
1292
- <script>
1293
- $(function(){
1294
- $("#mob_rating_widget").comp();
1295
- });
1296
- </script>
1297
- </div>
1298
- </div>
1299
- <div class="content_footer clearfix">
1300
- </div>
1301
- </div>
1302
- <div class="clearfix">
1303
- <div class="col_p col_423">
1304
- <style>
1305
- div.movie_content_area div.movie_info p.movie_synopsis { margin-bottom:16px; }
1306
- </style>
1307
- <div class="content_box " >
1308
- <div class="content_header clearfix">
1309
- <h3>Movie Info</h3>
1310
- </div>
1311
- <div class="content_body clearfix">
1312
- <div class="movie_info clearfix">
1313
- <p id="movieSynopsis" class="movie_synopsis" itemprop="description">
1314
- Before there was Amityville, there was Harrisville. "The Conjuring" tells the true story of Ed and Lorraine Warren (Patrick Wilson, Vera Farmiga), world renowned paranormal investigators, who were called to help a family terrorized by a dark presence in a secluded farmhouse. Forced to confront a powerful demonic entity, the Warrens find themselves caught in the most horrifying case of their lives. -- (C) WB
1315
- </p>
1316
- <div class="left_col">
1317
- <p>
1318
- <span comp="HoverTip">
1319
- <a href="javascript:void(0);" sub="hover" tip="for sequences of disturbing violence and terror"><span itemprop="contentRating">R</span></a>,
1320
- </span>
1321
- <time itemprop="duration" datetime="P112M">1 hr. 52 min.</time>
1322
- </p>
1323
- <p>
1324
- <span>
1325
- <a href="/movie/browser.php?movietype=1&genre=13"><span itemprop="genre">Mystery & Suspense</span></a>,
1326
- <a href="/movie/browser.php?movietype=1&genre=10"><span itemprop="genre">Horror</span></a>
1327
- </span>
1328
- </p>
1329
- <p itemprop="director" itemscope itemtype="http://schema.org/Person">
1330
- <label class="subtle">Directed By:</label>
1331
- <span>
1332
- <a class="" href="/celebrity/james_wan/" itemprop="url"><span itemprop="name">James Wan</span></a>
1333
- </span>
1334
- </p>
1335
- <p>
1336
- <label class="subtle">Written By:</label>
1337
- <a class="" href="/celebrity/chad_hayes/" >Chad Hayes</a>,
1338
- <a class="" href="/celebrity/carey_hayes/" >Carey Hayes</a>
1339
- </p>
1340
- </div>
1341
- <div class="right_col">
1342
- <p><label class="subtle">In Theaters:</label> <span><span itemprop="datePublished" content="2013-07-19">Jul 19, 2013 Wide</span></span></p>
1343
- <p><label class="subtle">Box Office:</label><span>$83.9M</span></p>
1344
- <p>
1345
- <span itemprop="productionCompany">Warner Bros. Pictures</span>
1346
- - <a href="http://www.theconjuring-movie.com" target="_blank">Official Site
1347
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Icon" height="8" alt="External Icon" width="10" border="0"/></a>
1348
- </p>
1349
- </div>
1350
- </div>
1351
- </div>
1352
- <div class="content_footer clearfix">
1353
- </div>
1354
- </div>
1355
- <div class="content_box " id="cast-info" >
1356
- <div class="content_header clearfix">
1357
- <h3>Cast</h3>
1358
- </div>
1359
- <div class="content_body clearfix">
1360
- <div class="moreContainer">
1361
- <div class="more-list" style="height:180px;">
1362
- <ul class="clearfix">
1363
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1364
- <a class="media_block_image" href="/celebrity/vera_farmiga/" >
1365
- <img src="http://instart0.flixster.com/rtactor/40/80/40808_tmb.jpg" width="50" alt="Vera Farmiga" itemprop="image" alt="Vera Farmiga" class="actorThumb medium" />
1366
- </a>
1367
- <div class="media_block_content">
1368
- <a class="" href="/celebrity/vera_farmiga/" itemprop="url"><span itemprop="name">Vera Farmiga</span></a>
1369
- <span class="characters"><br/>Lorraine Warren</span>
1370
- </div>
1371
- </li>
1372
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1373
- <a class="media_block_image" href="/celebrity/1153471-patrick_wilson/" >
1374
- <img src="http://instart2.flixster.com/rtactor/40/86/40866_tmb.jpg" width="50" alt="Patrick Wilson" itemprop="image" alt="Patrick Wilson" class="actorThumb medium" />
1375
- </a>
1376
- <div class="media_block_content">
1377
- <a class="" href="/celebrity/1153471-patrick_wilson/" itemprop="url"><span itemprop="name">Patrick Wilson</span></a>
1378
- <span class="characters"><br/>Ed Warren</span>
1379
- </div>
1380
- </li>
1381
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1382
- <a class="media_block_image" href="/celebrity/lili_taylor/" >
1383
- <img src="http://content8.flixster.com/photo/68/82/09/6882094_tmb.jpg" width="50" alt="Lili Taylor" id="mainImage" class="actorThumb medium" />
1384
- </a>
1385
- <div class="media_block_content">
1386
- <a class="" href="/celebrity/lili_taylor/" itemprop="url"><span itemprop="name">Lili Taylor</span></a>
1387
- <span class="characters"><br/>Carolyn Perron</span>
1388
- </div>
1389
- </li>
1390
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1391
- <a class="media_block_image" href="/celebrity/ron_livingston/" >
1392
- <img src="http://instart3.flixster.com/rtactor/40/63/40631_tmb.jpg" width="50" alt="Ron Livingston" itemprop="image" alt="Ron Livingston" class="actorThumb medium" />
1393
- </a>
1394
- <div class="media_block_content">
1395
- <a class="" href="/celebrity/ron_livingston/" itemprop="url"><span itemprop="name">Ron Livingston</span></a>
1396
- <span class="characters"><br/>Roger Perron</span>
1397
- </div>
1398
- </li>
1399
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1400
- <a class="media_block_image" href="/celebrity/shanley_caswell/" >
1401
- <img src="http://content6.flixster.com/photo/13/98/80/13988000_tmb.jpg" width="50" alt="Shanley Caswell" id="mainImage" class="actorThumb medium" />
1402
- </a>
1403
- <div class="media_block_content">
1404
- <a class="" href="/celebrity/shanley_caswell/" itemprop="url"><span itemprop="name">Shanley Caswell</span></a>
1405
- <span class="characters"><br/>Andrea</span>
1406
- </div>
1407
- </li>
1408
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1409
- <a class="media_block_image" href="/celebrity/hayley_mcfarland/" >
1410
- <img src="http://content8.flixster.com/photo/11/33/09/11330902_tmb.jpg" width="50" alt="Hayley McFarland" id="mainImage" class="actorThumb medium" />
1411
- </a>
1412
- <div class="media_block_content">
1413
- <a class="" href="/celebrity/hayley_mcfarland/" itemprop="url"><span itemprop="name">Hayley McFarland</span></a>
1414
- <span class="characters"><br/>Nancy</span>
1415
- </div>
1416
- </li>
1417
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1418
- <a class="media_block_image" href="/celebrity/joey_king/" >
1419
- <img src="http://content9.flixster.com/photo/13/99/85/13998507_tmb.jpg" width="50" alt="Joey King" id="mainImage" class="actorThumb medium" />
1420
- </a>
1421
- <div class="media_block_content">
1422
- <a class="" href="/celebrity/joey_king/" itemprop="url"><span itemprop="name">Joey King</span></a>
1423
- <span class="characters"><br/>Christine</span>
1424
- </div>
1425
- </li>
1426
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1427
- <a class="media_block_image" href="/celebrity/mackenzie_foy/" >
1428
- <img src="http://content8.flixster.com/photo/14/13/10/14131098_tmb.jpg" width="50" alt="Mackenzie Foy" id="mainImage" class="actorThumb medium" />
1429
- </a>
1430
- <div class="media_block_content">
1431
- <a class="" href="/celebrity/mackenzie_foy/" itemprop="url"><span itemprop="name">Mackenzie Foy</span></a>
1432
- <span class="characters"><br/>Cindy</span>
1433
- </div>
1434
- </li>
1435
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1436
- <a class="media_block_image" href="/celebrity/kyla_deaver/" >
1437
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Kyla Deaver" itemprop="image" alt="Kyla Deaver" class="actorThumb medium" />
1438
- </a>
1439
- <div class="media_block_content">
1440
- <a class="" href="/celebrity/kyla_deaver/" itemprop="url"><span itemprop="name">Kyla Deaver</span></a>
1441
- <span class="characters"><br/>April</span>
1442
- </div>
1443
- </li>
1444
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1445
- <a class="media_block_image" href="/celebrity/shannon_kook/" >
1446
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Shannon Kook" itemprop="image" alt="Shannon Kook" class="actorThumb medium" />
1447
- </a>
1448
- <div class="media_block_content">
1449
- <a class="" href="/celebrity/shannon_kook/" itemprop="url"><span itemprop="name">Shannon Kook</span></a>
1450
- <span class="characters"><br/>Drew</span>
1451
- </div>
1452
- </li>
1453
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1454
- <a class="media_block_image" href="/celebrity/john_brotherton/" >
1455
- <img src="http://content6.flixster.com/photo/14/11/90/14119044_tmb.jpg" width="50" alt="John Brotherton" id="mainImage" class="actorThumb medium" />
1456
- </a>
1457
- <div class="media_block_content">
1458
- <a class="" href="/celebrity/john_brotherton/" itemprop="url"><span itemprop="name">John Brotherton</span></a>
1459
- <span class="characters"><br/>Brad</span>
1460
- </div>
1461
- </li>
1462
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1463
- <a class="media_block_image" href="/celebrity/sterling_jerins/" >
1464
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Sterling Jerins" itemprop="image" alt="Sterling Jerins" class="actorThumb medium" />
1465
- </a>
1466
- <div class="media_block_content">
1467
- <a class="" href="/celebrity/sterling_jerins/" itemprop="url"><span itemprop="name">Sterling Jerins</span></a>
1468
- <span class="characters"><br/>Judy Warren</span>
1469
- </div>
1470
- </li>
1471
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1472
- <a class="media_block_image" href="/celebrity/marion_guyot/" >
1473
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Marion Guyot" itemprop="image" alt="Marion Guyot" class="actorThumb medium" />
1474
- </a>
1475
- <div class="media_block_content">
1476
- <a class="" href="/celebrity/marion_guyot/" itemprop="url"><span itemprop="name">Marion Guyot</span></a>
1477
- <span class="characters"><br/>Georgiana</span>
1478
- </div>
1479
- </li>
1480
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1481
- <a class="media_block_image" href="/celebrity/morganna_bridgers/" >
1482
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Morganna Bridgers" itemprop="image" alt="Morganna Bridgers" class="actorThumb medium" />
1483
- </a>
1484
- <div class="media_block_content">
1485
- <a class="" href="/celebrity/morganna_bridgers/" itemprop="url"><span itemprop="name">Morganna Bridgers</span></a>
1486
- <span class="characters"><br/>Debbie</span>
1487
- </div>
1488
- </li>
1489
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1490
- <a class="media_block_image" href="/celebrity/amy_tipton/" >
1491
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Amy Tipton" itemprop="image" alt="Amy Tipton" class="actorThumb medium" />
1492
- </a>
1493
- <div class="media_block_content">
1494
- <a class="" href="/celebrity/amy_tipton/" itemprop="url"><span itemprop="name">Amy Tipton</span></a>
1495
- <span class="characters"><br/>Camilla</span>
1496
- </div>
1497
- </li>
1498
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1499
- <a class="media_block_image" href="/celebrity/kymoura_kennedy/" >
1500
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Kymoura Kennedy" itemprop="image" alt="Kymoura Kennedy" class="actorThumb medium" />
1501
- </a>
1502
- <div class="media_block_content">
1503
- <a class="" href="/celebrity/kymoura_kennedy/" itemprop="url"><span itemprop="name">Kymoura Kennedy</span></a>
1504
- <span class="characters"><br/>Student #1</span>
1505
- </div>
1506
- </li>
1507
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1508
- <a class="media_block_image" href="/celebrity/sean_flynn/" >
1509
- <img src="http://content8.flixster.com/photo/48/59/52/4859526_tmb.jpg" width="50" alt="Sean Flynn" id="mainImage" class="actorThumb medium" />
1510
- </a>
1511
- <div class="media_block_content">
1512
- <a class="" href="/celebrity/sean_flynn/" itemprop="url"><span itemprop="name">Sean Flynn</span></a>
1513
- <span class="characters"><br/>Student #2</span>
1514
- </div>
1515
- </li>
1516
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1517
- <a class="media_block_image" href="/celebrity/ashley_white/" >
1518
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Ashley White" itemprop="image" alt="Ashley White" class="actorThumb medium" />
1519
- </a>
1520
- <div class="media_block_content">
1521
- <a class="" href="/celebrity/ashley_white/" itemprop="url"><span itemprop="name">Ashley White</span></a>
1522
- <span class="characters"><br/>Female Student</span>
1523
- </div>
1524
- </li>
1525
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1526
- <a class="media_block_image" href="/celebrity/zach_pappas/" >
1527
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Zach Pappas" itemprop="image" alt="Zach Pappas" class="actorThumb medium" />
1528
- </a>
1529
- <div class="media_block_content">
1530
- <a class="" href="/celebrity/zach_pappas/" itemprop="url"><span itemprop="name">Zach Pappas</span></a>
1531
- <span class="characters"><br/>Rick</span>
1532
- </div>
1533
- </li>
1534
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1535
- <a class="media_block_image" href="/celebrity/arnell_powell/" >
1536
- <img src="http://content7.flixster.com/photo/11/52/05/11520541_tmb.jpg" width="50" alt="Arnell Powell" id="mainImage" class="actorThumb medium" />
1537
- </a>
1538
- <div class="media_block_content">
1539
- <a class="" href="/celebrity/arnell_powell/" itemprop="url"><span itemprop="name">Arnell Powell</span></a>
1540
- <span class="characters"><br/>Reporter</span>
1541
- </div>
1542
- </li>
1543
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1544
- <a class="media_block_image" href="/celebrity/joseph_bishara/" >
1545
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Joseph Bishara" itemprop="image" alt="Joseph Bishara" class="actorThumb medium" />
1546
- </a>
1547
- <div class="media_block_content">
1548
- <a class="" href="/celebrity/joseph_bishara/" itemprop="url"><span itemprop="name">Joseph Bishara</span></a>
1549
- <span class="characters"><br/>Bathsheba</span>
1550
- </div>
1551
- </li>
1552
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1553
- <a class="media_block_image" href="/celebrity/rose_bachtel/" >
1554
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Rose Bachtel" itemprop="image" alt="Rose Bachtel" class="actorThumb medium" />
1555
- </a>
1556
- <div class="media_block_content">
1557
- <a class="" href="/celebrity/rose_bachtel/" itemprop="url"><span itemprop="name">Rose Bachtel</span></a>
1558
- <span class="characters"><br/>Leah</span>
1559
- </div>
1560
- </li>
1561
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1562
- <a class="media_block_image" href="/celebrity/j_donovan_nelson/" >
1563
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="J. Donovan Nelson" itemprop="image" alt="J. Donovan Nelson" class="actorThumb medium" />
1564
- </a>
1565
- <div class="media_block_content">
1566
- <a class="" href="/celebrity/j_donovan_nelson/" itemprop="url"><span itemprop="name">J. Donovan Nelson</span></a>
1567
- <span class="characters"><br/>David</span>
1568
- </div>
1569
- </li>
1570
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1571
- <a class="media_block_image" href="/celebrity/christof_veillon/" >
1572
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Christof Veillon" itemprop="image" alt="Christof Veillon" class="actorThumb medium" />
1573
- </a>
1574
- <div class="media_block_content">
1575
- <a class="" href="/celebrity/christof_veillon/" itemprop="url"><span itemprop="name">Christof Veillon</span></a>
1576
- <span class="characters"><br/>Maurice</span>
1577
- </div>
1578
- </li>
1579
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1580
- <a class="media_block_image" href="/celebrity/george_t_zervos/" >
1581
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="George T. Zervos" itemprop="image" alt="George T. Zervos" class="actorThumb medium" />
1582
- </a>
1583
- <div class="media_block_content">
1584
- <a class="" href="/celebrity/george_t_zervos/" itemprop="url"><span itemprop="name">George T. Zervos</span></a>
1585
- <span class="characters"><br/>Catholic Priest</span>
1586
- </div>
1587
- </li>
1588
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1589
- <a class="media_block_image" href="/celebrity/carmella_gioio/" >
1590
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Carmella Gioio" itemprop="image" alt="Carmella Gioio" class="actorThumb medium" />
1591
- </a>
1592
- <div class="media_block_content">
1593
- <a class="" href="/celebrity/carmella_gioio/" itemprop="url"><span itemprop="name">Carmella Gioio</span></a>
1594
- <span class="characters"><br/>Mrs. Walker</span>
1595
- </div>
1596
- </li>
1597
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1598
- <a class="media_block_image" href="/celebrity/steve-coulter/" >
1599
- <img src="http://content7.flixster.com/photo/11/33/61/11336137_tmb.jpg" width="50" alt="Steve Coulter" id="mainImage" class="actorThumb medium" />
1600
- </a>
1601
- <div class="media_block_content">
1602
- <a class="" href="/celebrity/steve-coulter/" itemprop="url"><span itemprop="name">Steve Coulter</span></a>
1603
- <span class="characters"><br/>Father Gordon</span>
1604
- </div>
1605
- </li>
1606
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1607
- <a class="media_block_image" href="/celebrity/desi_domo/" >
1608
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Desi Domo" itemprop="image" alt="Desi Domo" class="actorThumb medium" />
1609
- </a>
1610
- <div class="media_block_content">
1611
- <a class="" href="/celebrity/desi_domo/" itemprop="url"><span itemprop="name">Desi Domo</span></a>
1612
- <span class="characters"><br/>Suicide Maid</span>
1613
- </div>
1614
- </li>
1615
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1616
- <a class="media_block_image" href="/celebrity/dusty/" >
1617
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Dusty" itemprop="image" alt="Dusty" class="actorThumb medium" />
1618
- </a>
1619
- <div class="media_block_content">
1620
- <a class="" href="/celebrity/dusty/" itemprop="url"><span itemprop="name">Dusty</span></a>
1621
- <span class="characters"><br/>Sadie the Dog</span>
1622
- </div>
1623
- </li>
1624
- </ul>
1625
- </div>
1626
- </div>
1627
- <script>
1628
- $(function(){
1629
- $("#cast-info .moreContainer").moreList();
1630
- });
1631
- </script>
1632
- </div>
1633
- <div class="content_footer clearfix">
1634
- </div>
1635
- </div>
1636
- </div>
1637
- <div class="col_p col_300">
1638
- <p class="center subtle small" style="margin-top:10px;">ADVERTISEMENT</p>
1639
- <div class="medrec_top_wrapper">
1640
- <div id="medrec_top_ad" class="page_ad" style="height:250px;">
1641
- <script type='text/javascript'>
1642
- RT.ads.push("medrec_top_ad");
1643
- googletag.cmd.push(function() {
1644
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_top_ad')
1645
- .addService(googletag.pubads())
1646
- .setTargeting("unit", "medrec_top")
1647
- .setTargeting("pos", "top")
1648
- .setTargeting("movieid", "771312656")
1649
- .setTargeting("url", "/m/the_conjuring/");
1650
- slot.oldRenderEnded = slot.renderEnded;
1651
- slot.renderEnded = function(){
1652
- slot.oldRenderEnded();
1653
- var wrapper = $("#medrec_top_ad");
1654
- wrapper.css("height","").css("width","");
1655
- };
1656
- });
1657
- </script>
1658
- </div>
1659
- </div>
1660
- <div class="medrec_middle_wrapper">
1661
- <div id="medrec_middle_ad" class="page_ad" style="height:250px;">
1662
- <script type='text/javascript'>
1663
- RT.ads.push("medrec_middle_ad");
1664
- googletag.cmd.push(function() {
1665
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_middle_ad')
1666
- .addService(googletag.pubads())
1667
- .setTargeting("unit", "medrec_middle")
1668
- .setTargeting("pos", "middle")
1669
- .setTargeting("movieid", "771312656")
1670
- .setTargeting("url", "/m/the_conjuring/");
1671
- slot.oldRenderEnded = slot.renderEnded;
1672
- slot.renderEnded = function(){
1673
- slot.oldRenderEnded();
1674
- var wrapper = $("#medrec_middle_ad");
1675
- wrapper.css("height","").css("width","");
1676
- };
1677
- });
1678
- </script>
1679
- </div>
1680
- </div>
1681
- </div>
1682
- </div>
1683
- <div class="content_box " id="photos_videos" >
1684
- <div class="content_header clearfix">
1685
- <h3><a href="/m/the_conjuring/trailers/">The Conjuring Trailer</a> &amp; Photos</h3>
1686
- </div>
1687
- <div class="content_body clearfix">
1688
- <div>
1689
- <ul class="movie_pictures clearfix">
1690
- <li>
1691
- <a href="/m/the_conjuring/pictures/" class="" >
1692
- <img class="movie_thumbnail" src="http://instart3.flixster.com/rtmovie/10/33/103399_tmb.jpg" />
1693
- </a>
1694
- </li>
1695
- <li>
1696
- <a href="/m/the_conjuring/pictures/" class="" >
1697
- <img class="movie_thumbnail" src="http://instart3.flixster.com/rtmovie/10/03/100355_tmb.jpg" />
1698
- </a>
1699
- </li>
1700
- <li>
1701
- <a href="/m/the_conjuring/pictures/" class="" >
1702
- <img class="movie_thumbnail" src="http://instart2.flixster.com/rtmovie/99/95/99954_tmb.jpg" />
1703
- </a>
1704
- </li>
1705
- <li>
1706
- <a href="/m/the_conjuring/pictures/" class="" >
1707
- <img class="movie_thumbnail" src="http://instart0.flixster.com/rtmovie/97/94/97944_tmb.jpg" />
1708
- </a>
1709
- </li>
1710
- <li>
1711
- <a href="/m/the_conjuring/pictures/" class="" >
1712
- <img class="movie_thumbnail" src="http://instart3.flixster.com/rtmovie/97/94/97943_tmb.jpg" />
1713
- </a>
1714
- </li>
1715
- </ul>
1716
- <p><a class="see_all_link" href="/m/the_conjuring/pictures/">View all photos (5)</a></p>
1717
- </div>
1718
- <div>
1719
- <ul class="movie_clips clearfix">
1720
- <li class="poster_box">
1721
- <a href="/m/the_conjuring/trailer/" class="poster_content trailer_play_action_button" data-video-id="11180808" data-playlist-type="related">
1722
- <img src="http://images.rottentomatoescdn.com/images/defaults/video.default.l.jpg" alt="The Conjuring Warren Files Featurette" />
1723
- </a>
1724
- <div class="poster_caption media_block">
1725
- <span class="play_button media_block_image"></span>
1726
- <a href="/m/the_conjuring/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11180808" data-playlist-type="related">The Conjuring: Warren Files (Featurette)</a>
1727
- </div>
1728
- </li>
1729
- <li class="poster_box">
1730
- <a href="/m/the_conjuring/trailer/" class="poster_content trailer_play_action_button" data-video-id="11181079" data-playlist-type="related">
1731
- <img src="http://content.internetvideoarchive.com/content/photos/8426/643377_035.jpg" alt="The Conjuring Somebody Is With Her Uk" />
1732
- </a>
1733
- <div class="poster_caption media_block">
1734
- <span class="play_button media_block_image"></span>
1735
- <a href="/m/the_conjuring/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11181079" data-playlist-type="related">The Conjuring: Somebody Is With Her (Uk)</a>
1736
- </div>
1737
- </li>
1738
- <li class="poster_box">
1739
- <a href="/m/the_conjuring/trailer/" class="poster_content trailer_play_action_button" data-video-id="11181080" data-playlist-type="related">
1740
- <img src="http://content.internetvideoarchive.com/content/photos/8426/634451_024.jpg" alt="The Conjuring Sheets Uk" />
1741
- </a>
1742
- <div class="poster_caption media_block">
1743
- <span class="play_button media_block_image"></span>
1744
- <a href="/m/the_conjuring/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11181080" data-playlist-type="related">The Conjuring: Sheets (Uk)</a>
1745
- </div>
1746
- </li>
1747
- <li class="poster_box">
1748
- <a href="/m/the_conjuring/trailer/" class="poster_content trailer_play_action_button" data-video-id="11181081" data-playlist-type="related">
1749
- <img src="http://content.internetvideoarchive.com/content/photos/8426/287786_028.jpg" alt="The Conjuring Mom And Dad Tell Me You Have A Friend Uk" />
1750
- </a>
1751
- <div class="poster_caption media_block">
1752
- <span class="play_button media_block_image"></span>
1753
- <a href="/m/the_conjuring/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11181081" data-playlist-type="related">The Conjuring: Mom And Dad Tell Me You Have A Friend (Uk)</a>
1754
- </div>
1755
- </li>
1756
- </ul>
1757
- <p><a class="see-all_link" href="/m/the_conjuring/trailers/">View all videos (34)</a></p>
1758
- </div>
1759
- </div>
1760
- <div class="content_footer clearfix">
1761
- </div>
1762
- </div>
1763
- <style>
1764
- .cl { clear: left; }
1765
- .cr { clear: right; }
1766
- #reviews {
1767
- width: 100%;s
1768
- overflow: hidden;
1769
- }
1770
- </style>
1771
- <div class="content_box " id="contentReviews" >
1772
- <div class="content_header clearfix">
1773
- <h3>
1774
- <a href="/m/the_conjuring/reviews/" >Critic Reviews for The Conjuring</a>
1775
- </h3>
1776
- </div>
1777
- <div class="content_body clearfix">
1778
- <p>
1779
- <a href="/m/the_conjuring/reviews/" >All Critics (148)</a>
1780
- |
1781
- <a href="/m/the_conjuring/reviews/?type=top_critics" >Top Critics (36)</a>
1782
- |
1783
- <a href="/m/the_conjuring/reviews/?sort=fresh" >Fresh (128)</a>
1784
- |
1785
- <a href="/m/the_conjuring/reviews/?sort=rotten" >Rotten (20)</a>
1786
- <script>
1787
- $("#myCriticsReviews").mousedown(function(){_gaq.push(['_trackEvent', 'FYC', 'MOB', 'My Critics tab']);});
1788
- </script>
1789
- </p>
1790
- <div id="reviews" comp="HoverTip">
1791
- <div class="quote_bubble top_critic fl cl" >
1792
- <div class="review_quote_top"></div>
1793
- <div class="review_quote">
1794
- <div class="quote_contents media_block">
1795
- <div sub="hover" tip="Original Score: 4/5" class="media_block_image icon small fresh"></div>
1796
- <div class="media_block_content">
1797
- <p>
1798
- Wan builds mounting dread with silence and suspense, lingering the camera unsettlingly long here, creaking a door there.
1799
- </p>
1800
- <div class="small">
1801
- <span class="fr subtle">July 30, 2013</span>
1802
- <a href="http://www.timeout.com/london/film/the-conjuring" target="_blank" rel="nofollow" >Full Review
1803
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Time Out" alt="Source: Time Out"/></a>
1804
- </div>
1805
- </div>
1806
- </div>
1807
- </div>
1808
- <div class="review_source media_block">
1809
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
1810
- <div class="media_block_content">
1811
- <div class="bold">
1812
- <a href="/critic/cath-clarke/" class="" >Cath Clarke</a>
1813
- </div>
1814
- <div class="subtle italic">Time Out</div>
1815
- <div>
1816
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1817
- </div>
1818
- </div>
1819
- </div>
1820
- <script>
1821
- $(function(){
1822
- $(".quote_bubble .comment").moreLess();
1823
- });
1824
- </script>
1825
- <div class="quote_bubble top_critic fr cr" >
1826
- <div class="review_quote_top"></div>
1827
- <div class="review_quote">
1828
- <div class="quote_contents media_block">
1829
- <div class="media_block_image icon small fresh"></div>
1830
- <div class="media_block_content">
1831
- <p>
1832
- Wan ... builds the many bumps in the night into a small Hitchcockian symphony of terror by way of long, eerie tracking shots, dramatic silences, and sudden scares that are frighteningly immersive.
1833
- </p>
1834
- <div class="small">
1835
- <span class="fr subtle">July 29, 2013</span>
1836
- <a href="http://www.newyorker.com/arts/reviews/film/the_conjuring_wan" target="_blank" rel="nofollow" >Full Review
1837
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: New Yorker" alt="Source: New Yorker"/></a>
1838
- </div>
1839
- </div>
1840
- </div>
1841
- </div>
1842
- <div class="review_source media_block">
1843
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
1844
- <div class="media_block_content">
1845
- <div class="bold">
1846
- <a href="/critic/bruce-diones/" class="" >Bruce Diones</a>
1847
- </div>
1848
- <div class="subtle italic">New Yorker</div>
1849
- <div>
1850
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1851
- </div>
1852
- </div>
1853
- </div>
1854
- <script>
1855
- $(function(){
1856
- $(".quote_bubble .comment").moreLess();
1857
- });
1858
- </script>
1859
- <div class="quote_bubble top_critic fl cl" >
1860
- <div class="review_quote_top"></div>
1861
- <div class="review_quote">
1862
- <div class="quote_contents media_block">
1863
- <div sub="hover" tip="Original Score: 8/10" class="media_block_image icon small fresh"></div>
1864
- <div class="media_block_content">
1865
- <p>
1866
- ...there were moments where it seemed the entire theater was holding its breath. We were united in one feeling: terror.
1867
- </p>
1868
- <div class="small">
1869
- <span class="fr subtle">July 26, 2013</span>
1870
- <a href="http://www.theatlantic.com/entertainment/archive/2013/07/did-em-the-conjuring-em-really-deserve-an-r-rating-just-for-being-scary/277965/" target="_blank" rel="nofollow" >Full Review
1871
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: The Atlantic" alt="Source: The Atlantic"/></a>
1872
- </div>
1873
- </div>
1874
- </div>
1875
- </div>
1876
- <div class="review_source media_block">
1877
- <img class="critic_thumb media_block_image" src="http://content7.flixster.com/critic/22/2241_tmb.jpg" />
1878
- <div class="media_block_content">
1879
- <div class="bold">
1880
- <a href="/critic/ian-buckwalter/" class="" >Ian Buckwalter</a>
1881
- </div>
1882
- <div class="subtle italic">The Atlantic</div>
1883
- <div>
1884
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1885
- </div>
1886
- </div>
1887
- </div>
1888
- <script>
1889
- $(function(){
1890
- $(".quote_bubble .comment").moreLess();
1891
- });
1892
- </script>
1893
- <div class="quote_bubble top_critic fr cr" >
1894
- <div class="review_quote_top"></div>
1895
- <div class="review_quote">
1896
- <div class="quote_contents media_block">
1897
- <div class="media_block_image icon small fresh"></div>
1898
- <div class="media_block_content">
1899
- <p>
1900
- The horror movie is artfully crafted from the first scares to the closing credits, with a bold retro vibe.
1901
- </p>
1902
- <div class="small">
1903
- <span class="fr subtle">July 22, 2013</span>
1904
- <a href="http://www.sfgate.com/movies/article/The-Conjuring-review-Best-horror-film-of-2013-4672788.php" target="_blank" rel="nofollow" >Full Review
1905
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: San Francisco Chronicle" alt="Source: San Francisco Chronicle"/></a>
1906
- </div>
1907
- </div>
1908
- </div>
1909
- </div>
1910
- <div class="review_source media_block">
1911
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
1912
- <div class="media_block_content">
1913
- <div class="bold">
1914
- <a href="/critic/peter-hartlaub/" class="" >Peter Hartlaub</a>
1915
- </div>
1916
- <div class="subtle italic">San Francisco Chronicle</div>
1917
- <div>
1918
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1919
- </div>
1920
- </div>
1921
- </div>
1922
- <script>
1923
- $(function(){
1924
- $(".quote_bubble .comment").moreLess();
1925
- });
1926
- </script>
1927
- <div class="quote_bubble top_critic fl cl" >
1928
- <div class="review_quote_top"></div>
1929
- <div class="review_quote">
1930
- <div class="quote_contents media_block">
1931
- <div sub="hover" tip="Original Score: 2.5/4" class="media_block_image icon small fresh"></div>
1932
- <div class="media_block_content">
1933
- <p>
1934
- This is a horror film where a pair of suddenly clapping hands gives you the heebie-jeebies, and Wan doesn&#39;t cheat with his jump scares.
1935
- </p>
1936
- <div class="small">
1937
- <span class="fr subtle">July 19, 2013</span>
1938
- <a href="http://www.thestar.com/entertainment/movies/2013/07/18/the_conjuring_reconjures_classic_scares_review.html" target="_blank" rel="nofollow" >Full Review
1939
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Toronto Star" alt="Source: Toronto Star"/></a>
1940
- </div>
1941
- </div>
1942
- </div>
1943
- </div>
1944
- <div class="review_source media_block">
1945
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/16/1626_tmb.gif" />
1946
- <div class="media_block_content">
1947
- <div class="bold">
1948
- <a href="/critic/peter-howell/" class="" >Peter Howell</a>
1949
- </div>
1950
- <div class="subtle italic">Toronto Star</div>
1951
- <div>
1952
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1953
- </div>
1954
- </div>
1955
- </div>
1956
- <script>
1957
- $(function(){
1958
- $(".quote_bubble .comment").moreLess();
1959
- });
1960
- </script>
1961
- <div class="quote_bubble top_critic fr cr" >
1962
- <div class="review_quote_top"></div>
1963
- <div class="review_quote">
1964
- <div class="quote_contents media_block">
1965
- <div sub="hover" tip="Original Score: 3.5/4" class="media_block_image icon small fresh"></div>
1966
- <div class="media_block_content">
1967
- <p>
1968
- Without recourse to the gruesome S&M excesses of his &quot;Saw&quot; franchise, Wan conjures the chill of a demon breathing down your neck.
1969
- </p>
1970
- <div class="small">
1971
- <span class="fr subtle">July 19, 2013</span>
1972
- <a href="http://www.startribune.com/entertainment/movies/216036971.html" target="_blank" rel="nofollow" >Full Review
1973
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Minneapolis Star Tribune" alt="Source: Minneapolis Star Tribune"/></a>
1974
- </div>
1975
- </div>
1976
- </div>
1977
- </div>
1978
- <div class="review_source media_block">
1979
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/15/1512_tmb.gif" />
1980
- <div class="media_block_content">
1981
- <div class="bold">
1982
- <a href="/critic/colin-covert/" class="" >Colin Covert</a>
1983
- </div>
1984
- <div class="subtle italic">Minneapolis Star Tribune</div>
1985
- <div>
1986
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1987
- </div>
1988
- </div>
1989
- </div>
1990
- <script>
1991
- $(function(){
1992
- $(".quote_bubble .comment").moreLess();
1993
- });
1994
- </script>
1995
- <div class="quote_bubble fl cl" >
1996
- <div class="review_quote_top"></div>
1997
- <div class="review_quote">
1998
- <div class="quote_contents media_block">
1999
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2000
- <div class="media_block_content">
2001
- <p>
2002
- Wan&#39;s shocks are predictable but - yikes! - are they scary.
2003
- </p>
2004
- <div class="small">
2005
- <span class="fr subtle">August 1, 2013</span>
2006
- <a href="http://www.theguardian.com/film/2013/aug/01/the-conjuring-review" target="_blank" rel="nofollow" >Full Review
2007
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Guardian [UK]" alt="Source: Guardian [UK]"/></a>
2008
- </div>
2009
- </div>
2010
- </div>
2011
- </div>
2012
- <div class="review_source media_block">
2013
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2014
- <div class="media_block_content">
2015
- <div class="bold">
2016
- <a href="/critic/henry-barnes/" class="" >Henry Barnes</a>
2017
- </div>
2018
- <div class="subtle italic">Guardian [UK]</div>
2019
- </div>
2020
- </div>
2021
- </div>
2022
- <script>
2023
- $(function(){
2024
- $(".quote_bubble .comment").moreLess();
2025
- });
2026
- </script>
2027
- <div class="quote_bubble fr cr" >
2028
- <div class="review_quote_top"></div>
2029
- <div class="review_quote">
2030
- <div class="quote_contents media_block">
2031
- <div sub="hover" tip="Original Score: 2/5" class="media_block_image icon small rotten"></div>
2032
- <div class="media_block_content">
2033
- <p>
2034
- Here is a humdrum hunk of am-dram Gothic, lent prestige by a few specious avowals of its basis in a true exorcism case.
2035
- </p>
2036
- <div class="small">
2037
- <span class="fr subtle">August 1, 2013</span>
2038
- <a href="http://www.ft.com/cms/s/2/6973a090-fa90-11e2-87b9-00144feabdc0.html?ftcamp=published_links%2Frss%2Flife-arts_film-television%2Ffeed%2F%2Fproduct#axzz2akICvsQv" target="_blank" rel="nofollow" >Full Review
2039
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Financial Times" alt="Source: Financial Times"/></a>
2040
- </div>
2041
- </div>
2042
- </div>
2043
- </div>
2044
- <div class="review_source media_block">
2045
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2046
- <div class="media_block_content">
2047
- <div class="bold">
2048
- <a href="/critic/nigel-andrews/" class="" >Nigel Andrews</a>
2049
- </div>
2050
- <div class="subtle italic">Financial Times</div>
2051
- </div>
2052
- </div>
2053
- </div>
2054
- <script>
2055
- $(function(){
2056
- $(".quote_bubble .comment").moreLess();
2057
- });
2058
- </script>
2059
- <div class="quote_bubble fl cl" >
2060
- <div class="review_quote_top"></div>
2061
- <div class="review_quote">
2062
- <div class="quote_contents media_block">
2063
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2064
- <div class="media_block_content">
2065
- <p>
2066
- Conjures up expertly timed scares and very little else.
2067
- </p>
2068
- <div class="small">
2069
- <span class="fr subtle">August 1, 2013</span>
2070
- <a href="http://www.littlewhitelies.co.uk/theatrical-reviews/the-conjuring-24436" target="_blank" rel="nofollow" >Full Review
2071
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Little White Lies" alt="Source: Little White Lies"/></a>
2072
- </div>
2073
- </div>
2074
- </div>
2075
- </div>
2076
- <div class="review_source media_block">
2077
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2078
- <div class="media_block_content">
2079
- <div class="bold">
2080
- <a href="/critic/martyn-conterio/" class="" >Martyn Conterio</a>
2081
- </div>
2082
- <div class="subtle italic">Little White Lies</div>
2083
- </div>
2084
- </div>
2085
- </div>
2086
- <script>
2087
- $(function(){
2088
- $(".quote_bubble .comment").moreLess();
2089
- });
2090
- </script>
2091
- <div class="quote_bubble fr cr" >
2092
- <div class="review_quote_top"></div>
2093
- <div class="review_quote">
2094
- <div class="quote_contents media_block">
2095
- <div sub="hover" tip="Original Score: B" class="media_block_image icon small fresh"></div>
2096
- <div class="media_block_content">
2097
- <p>
2098
- It stretches the truth far beyond the breaking point, but it is also creepy, scary and well-constructed.
2099
- </p>
2100
- <div class="small">
2101
- <span class="fr subtle">August 1, 2013</span>
2102
- <a href="http://www.lariat.org/AtTheMovies/new/thconjurng.html" target="_blank" rel="nofollow" >Full Review
2103
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Laramie Movie Scope" alt="Source: Laramie Movie Scope"/></a>
2104
- </div>
2105
- </div>
2106
- </div>
2107
- </div>
2108
- <div class="review_source media_block">
2109
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/20/2026_tmb.jpg" />
2110
- <div class="media_block_content">
2111
- <div class="bold">
2112
- <a href="/critic/robert-roten/" class="" >Robert Roten</a>
2113
- </div>
2114
- <div class="subtle italic">Laramie Movie Scope</div>
2115
- </div>
2116
- </div>
2117
- </div>
2118
- <script>
2119
- $(function(){
2120
- $(".quote_bubble .comment").moreLess();
2121
- });
2122
- </script>
2123
- <div class="quote_bubble fl cl" >
2124
- <div class="review_quote_top"></div>
2125
- <div class="review_quote">
2126
- <div class="quote_contents media_block">
2127
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2128
- <div class="media_block_content">
2129
- <p>
2130
- Wan&#39;s film is a sturdily built supernatural chiller, with next-to-no digital effects or gore, and it delivers its scares with a breezy lack of urgency.
2131
- </p>
2132
- <div class="small">
2133
- <span class="fr subtle">August 1, 2013</span>
2134
- <a href="http://telegraph.feedsportal.com/c/32726/f/568601/s/2f6fff47/sc/38/l/0L0Stelegraph0O0Cculture0Cfilm0Cfilmreviews0C10A2167670CThe0EConjuring0Ereview0Bhtml/story01.htm" target="_blank" rel="nofollow" >Full Review
2135
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Daily Telegraph" alt="Source: Daily Telegraph"/></a>
2136
- </div>
2137
- </div>
2138
- </div>
2139
- </div>
2140
- <div class="review_source media_block">
2141
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/22/2292_tmb.gif" />
2142
- <div class="media_block_content">
2143
- <div class="bold">
2144
- <a href="/critic/robbie-collin/" class="" >Robbie Collin</a>
2145
- </div>
2146
- <div class="subtle italic">Daily Telegraph</div>
2147
- </div>
2148
- </div>
2149
- </div>
2150
- <script>
2151
- $(function(){
2152
- $(".quote_bubble .comment").moreLess();
2153
- });
2154
- </script>
2155
- <div class="quote_bubble fr cr" >
2156
- <div class="review_quote_top"></div>
2157
- <div class="review_quote">
2158
- <div class="quote_contents media_block">
2159
- <div sub="hover" tip="Original Score: 4/5" class="media_block_image icon small fresh"></div>
2160
- <div class="media_block_content">
2161
- <p>
2162
- Stirs up some seriously scary, supremely creep-ifying mojo. There&#39;s something about this movie that you&#39;ll swear is following you home.
2163
- </p>
2164
- <div class="small">
2165
- <span class="fr subtle">August 1, 2013</span>
2166
- <a href="http://americanprofile.com/articles/the-conjuring-movie-review/" target="_blank" rel="nofollow" >Full Review
2167
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: American Profile" alt="Source: American Profile"/></a>
2168
- </div>
2169
- </div>
2170
- </div>
2171
- </div>
2172
- <div class="review_source media_block">
2173
- <img class="critic_thumb media_block_image" src="http://content7.flixster.com/critic/23/2321_tmb.gif" />
2174
- <div class="media_block_content">
2175
- <div class="bold">
2176
- <a href="/critic/neil-pond/" class="" >Neil Pond</a>
2177
- </div>
2178
- <div class="subtle italic">American Profile</div>
2179
- </div>
2180
- </div>
2181
- </div>
2182
- <script>
2183
- $(function(){
2184
- $(".quote_bubble .comment").moreLess();
2185
- });
2186
- </script>
2187
- <div class="quote_bubble fl cl" >
2188
- <div class="review_quote_top"></div>
2189
- <div class="review_quote">
2190
- <div class="quote_contents media_block">
2191
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2192
- <div class="media_block_content">
2193
- <p>
2194
- There are some top-notch creepy moments and the picture is crafted with real care but the denouement is underwhelming and my palms never really sweated.
2195
- </p>
2196
- <div class="small">
2197
- <span class="fr subtle">August 1, 2013</span>
2198
- <a href="http://www.express.co.uk/entertainment/films/418844/The-Conjuring-review-and-trailer" target="_blank" rel="nofollow" >Full Review
2199
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Daily Express" alt="Source: Daily Express"/></a>
2200
- </div>
2201
- </div>
2202
- </div>
2203
- </div>
2204
- <div class="review_source media_block">
2205
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2206
- <div class="media_block_content">
2207
- <div class="bold">
2208
- <a href="/critic/henry-fitzherbert/" class="" >Henry Fitzherbert</a>
2209
- </div>
2210
- <div class="subtle italic">Daily Express</div>
2211
- </div>
2212
- </div>
2213
- </div>
2214
- <script>
2215
- $(function(){
2216
- $(".quote_bubble .comment").moreLess();
2217
- });
2218
- </script>
2219
- <div class="quote_bubble fr cr" >
2220
- <div class="review_quote_top"></div>
2221
- <div class="review_quote">
2222
- <div class="quote_contents media_block">
2223
- <div sub="hover" tip="Original Score: 5/5" class="media_block_image icon small fresh"></div>
2224
- <div class="media_block_content">
2225
- <p>
2226
- Hugely enjoyable, genuinely scary horror flick that provides a welcome throwback to classic 1970s chillers ...
2227
- </p>
2228
- <div class="small">
2229
- <span class="fr subtle">August 1, 2013</span>
2230
- <a href="http://www.viewlondon.co.uk/films/the-conjuring-film-review-51834.html" target="_blank" rel="nofollow" >Full Review
2231
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: ViewLondon" alt="Source: ViewLondon"/></a>
2232
- </div>
2233
- </div>
2234
- </div>
2235
- </div>
2236
- <div class="review_source media_block">
2237
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2238
- <div class="media_block_content">
2239
- <div class="bold">
2240
- <a href="/critic/matthew-turner/" class="" >Matthew Turner</a>
2241
- </div>
2242
- <div class="subtle italic">ViewLondon</div>
2243
- </div>
2244
- </div>
2245
- </div>
2246
- <script>
2247
- $(function(){
2248
- $(".quote_bubble .comment").moreLess();
2249
- });
2250
- </script>
2251
- <div class="quote_bubble fl cl" >
2252
- <div class="review_quote_top"></div>
2253
- <div class="review_quote">
2254
- <div class="quote_contents media_block">
2255
- <div class="media_block_image icon small fresh"></div>
2256
- <div class="media_block_content">
2257
- <p>
2258
- A tense and exciting haunted house movie, The Conjuring relies on atmosphere rather than gore to serve up an entertaining slice of ghostie shenanigans with the simple ambition of scaring the bejesus out of viewers.
2259
- </p>
2260
- <div class="small">
2261
- <span class="fr subtle">July 31, 2013</span>
2262
- <a href="http://www.film4.com/reviews/2013/the-conjuring" target="_blank" rel="nofollow" >Full Review
2263
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Film4" alt="Source: Film4"/></a>
2264
- </div>
2265
- </div>
2266
- </div>
2267
- </div>
2268
- <div class="review_source media_block">
2269
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/23/2314_tmb.gif" />
2270
- <div class="media_block_content">
2271
- <div class="bold">
2272
- <a href="/critic/catherine-bray/" class="" >Catherine Bray</a>
2273
- </div>
2274
- <div class="subtle italic">Film4</div>
2275
- </div>
2276
- </div>
2277
- </div>
2278
- <script>
2279
- $(function(){
2280
- $(".quote_bubble .comment").moreLess();
2281
- });
2282
- </script>
2283
- <div class="quote_bubble fr cr" >
2284
- <div class="review_quote_top"></div>
2285
- <div class="review_quote">
2286
- <div class="quote_contents media_block">
2287
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2288
- <div class="media_block_content">
2289
- <p>
2290
- Slick, scary and with a sequel already on the way, The Conjuring doesn&#39;t reinvent the horror wheel but is still a frightener that&#39;s worth your time.
2291
- </p>
2292
- <div class="small">
2293
- <span class="fr subtle">July 31, 2013</span>
2294
- <a href="http://skymovies.sky.com/the-conjuring/review" target="_blank" rel="nofollow" >Full Review
2295
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Sky Movies" alt="Source: Sky Movies"/></a>
2296
- </div>
2297
- </div>
2298
- </div>
2299
- </div>
2300
- <div class="review_source media_block">
2301
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2302
- <div class="media_block_content">
2303
- <div class="bold">
2304
- <a href="/critic/lewis-bazley/" class="" >Lewis Bazley</a>
2305
- </div>
2306
- <div class="subtle italic">Sky Movies</div>
2307
- </div>
2308
- </div>
2309
- </div>
2310
- <script>
2311
- $(function(){
2312
- $(".quote_bubble .comment").moreLess();
2313
- });
2314
- </script>
2315
- <div class="quote_bubble fl cl" >
2316
- <div class="review_quote_top"></div>
2317
- <div class="review_quote">
2318
- <div class="quote_contents media_block">
2319
- <div sub="hover" tip="Original Score: 4/5" class="media_block_image icon small fresh"></div>
2320
- <div class="media_block_content">
2321
- <p>
2322
- ...2013&#39;s horror film to beat. (Video review)
2323
- </p>
2324
- <div class="small">
2325
- <span class="fr subtle">July 29, 2013</span>
2326
- <a href="http://thecrat.com/movie-reviews/the-conjuring-review/" target="_blank" rel="nofollow" >Full Review
2327
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: The Aristocrat" alt="Source: The Aristocrat"/></a>
2328
- </div>
2329
- </div>
2330
- </div>
2331
- </div>
2332
- <div class="review_source media_block">
2333
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/23/2347_tmb.gif" />
2334
- <div class="media_block_content">
2335
- <div class="bold">
2336
- <a href="/critic/adam-ross/" class="" >Adam Ross</a>
2337
- </div>
2338
- <div class="subtle italic">The Aristocrat</div>
2339
- </div>
2340
- </div>
2341
- </div>
2342
- <script>
2343
- $(function(){
2344
- $(".quote_bubble .comment").moreLess();
2345
- });
2346
- </script>
2347
- <div class="quote_bubble fr cr" >
2348
- <div class="review_quote_top"></div>
2349
- <div class="review_quote">
2350
- <div class="quote_contents media_block">
2351
- <div sub="hover" tip="Original Score: 3.5/5" class="media_block_image icon small fresh"></div>
2352
- <div class="media_block_content">
2353
- <p>
2354
- Terrific and scary-as-hell horror movie more in the spirit of psychological classics like The Innocents or the original 1963 The Haunting.
2355
- </p>
2356
- <div class="small">
2357
- <span class="fr subtle">July 29, 2013</span>
2358
- <a href="https://www.youtube.com/watch?v=h5px-10NLqg" target="_blank" rel="nofollow" >Full Review
2359
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Movieline" alt="Source: Movieline"/></a>
2360
- </div>
2361
- </div>
2362
- </div>
2363
- </div>
2364
- <div class="review_source media_block">
2365
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/17/1794_tmb.jpg" />
2366
- <div class="media_block_content">
2367
- <div class="bold">
2368
- <a href="/critic/pete-hammond/" class="" >Pete Hammond</a>
2369
- </div>
2370
- <div class="subtle italic">Movieline</div>
2371
- </div>
2372
- </div>
2373
- </div>
2374
- <script>
2375
- $(function(){
2376
- $(".quote_bubble .comment").moreLess();
2377
- });
2378
- </script>
2379
- <div class="quote_bubble fl cl" >
2380
- <div class="review_quote_top"></div>
2381
- <div class="review_quote">
2382
- <div class="quote_contents media_block">
2383
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2384
- <div class="media_block_content">
2385
- <p>
2386
- It&#39;s not just the furniture that creaks, but there are still some effective jolts.
2387
- </p>
2388
- <div class="small">
2389
- <span class="fr subtle">July 29, 2013</span>
2390
- <a href="http://www.scotsman.com/what-s-on/film/film-reviews-the-heat-red-2-the-conjuring-1-3018534" target="_blank" rel="nofollow" >Full Review
2391
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Scotsman" alt="Source: Scotsman"/></a>
2392
- </div>
2393
- </div>
2394
- </div>
2395
- </div>
2396
- <div class="review_source media_block">
2397
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2398
- <div class="media_block_content">
2399
- <div class="bold">
2400
- <a href="/critic/siobhan-synnot/" class="" >Siobhan Synnot</a>
2401
- </div>
2402
- <div class="subtle italic">Scotsman</div>
2403
- </div>
2404
- </div>
2405
- </div>
2406
- <script>
2407
- $(function(){
2408
- $(".quote_bubble .comment").moreLess();
2409
- });
2410
- </script>
2411
- <div class="quote_bubble fr cr" >
2412
- <div class="review_quote_top"></div>
2413
- <div class="review_quote">
2414
- <div class="quote_contents media_block">
2415
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2416
- <div class="media_block_content">
2417
- <p>
2418
- Despite having a story lacking in depth, The Conjuring almost feels like a master class in conventional horror movie making, as though this is the archetype of the genre.
2419
- </p>
2420
- <div class="small">
2421
- <span class="fr subtle">July 29, 2013</span>
2422
- <a href="http://www.heyuguys.co.uk/the-conjuring-review/" target="_blank" rel="nofollow" >Full Review
2423
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: HeyUGuys" alt="Source: HeyUGuys"/></a>
2424
- </div>
2425
- </div>
2426
- </div>
2427
- </div>
2428
- <div class="review_source media_block">
2429
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2430
- <div class="media_block_content">
2431
- <div class="bold">
2432
- <a href="/critic/stefan-pape/" class="" >Stefan Pape</a>
2433
- </div>
2434
- <div class="subtle italic">HeyUGuys</div>
2435
- </div>
2436
- </div>
2437
- </div>
2438
- <script>
2439
- $(function(){
2440
- $(".quote_bubble .comment").moreLess();
2441
- });
2442
- </script>
2443
- <div class="quote_bubble fl cl" >
2444
- <div class="review_quote_top"></div>
2445
- <div class="review_quote">
2446
- <div class="quote_contents media_block">
2447
- <div class="media_block_image icon small fresh"></div>
2448
- <div class="media_block_content">
2449
- <p>
2450
- Here, if the plumbing clangs and rattles, it&#39;s because the pipe is not a pipe, as Wan defamiliarises everything in the domestic life of the Perron family... and conjures a creepy spirit to fill otherwise inanimate objects (and a lifeless screen).
2451
- </p>
2452
- <div class="small">
2453
- <span class="fr subtle">July 29, 2013</span>
2454
- <a href="http://grolschfilmworks.com/ca/reviews/the-conjuring" target="_blank" rel="nofollow" >Full Review
2455
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Grolsch Film Works" alt="Source: Grolsch Film Works"/></a>
2456
- </div>
2457
- </div>
2458
- </div>
2459
- </div>
2460
- <div class="review_source media_block">
2461
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/21/2182_tmb.jpg" />
2462
- <div class="media_block_content">
2463
- <div class="bold">
2464
- <a href="/critic/anton-bitel/" class="" >Anton Bitel</a>
2465
- </div>
2466
- <div class="subtle italic">Grolsch Film Works</div>
2467
- </div>
2468
- </div>
2469
- </div>
2470
- <script>
2471
- $(function(){
2472
- $(".quote_bubble .comment").moreLess();
2473
- });
2474
- </script>
2475
- <div class="quote_bubble fr cr" >
2476
- <div class="review_quote_top"></div>
2477
- <div class="review_quote">
2478
- <div class="quote_contents media_block">
2479
- <div sub="hover" tip="Original Score: 3/5" class="media_block_image icon small fresh"></div>
2480
- <div class="media_block_content">
2481
- <p>
2482
- Though it frequently lapses into clich�, the real-life roots make it extra spine-tingling.
2483
- </p>
2484
- <div class="small">
2485
- <span class="fr subtle">July 29, 2013</span>
2486
- <a href="http://www.digitalspy.co.uk/movies/review/a500498/the-conjuring-review-true-life-horror-has-vera-farmiga-climbing-walls.html" target="_blank" rel="nofollow" >Full Review
2487
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Digital Spy" alt="Source: Digital Spy"/></a>
2488
- </div>
2489
- </div>
2490
- </div>
2491
- </div>
2492
- <div class="review_source media_block">
2493
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2494
- <div class="media_block_content">
2495
- <div class="bold">
2496
- <a href="/critic/stella-papamichael/" class="" >Stella Papamichael</a>
2497
- </div>
2498
- <div class="subtle italic">Digital Spy</div>
2499
- </div>
2500
- </div>
2501
- </div>
2502
- <script>
2503
- $(function(){
2504
- $(".quote_bubble .comment").moreLess();
2505
- });
2506
- </script>
2507
- <div class="quote_bubble fl cl" >
2508
- <div class="review_quote_top"></div>
2509
- <div class="review_quote">
2510
- <div class="quote_contents media_block">
2511
- <div sub="hover" tip="Original Score: 3.0/4.0" class="media_block_image icon small fresh"></div>
2512
- <div class="media_block_content">
2513
- <p>
2514
- Full of atmosphere and ghostly goodness, the only thing that doesn&#39;t seem to make any sense is the title.
2515
- </p>
2516
- <div class="small">
2517
- <span class="fr subtle">July 27, 2013</span>
2518
- <a href="http://moviecrypt.com/2013/07/27/review-the-conjuring-meet-the-warrens/" target="_blank" rel="nofollow" >Full Review
2519
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: MovieCrypt.com" alt="Source: MovieCrypt.com"/></a>
2520
- </div>
2521
- </div>
2522
- </div>
2523
- </div>
2524
- <div class="review_source media_block">
2525
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/17/1722_tmb.gif" />
2526
- <div class="media_block_content">
2527
- <div class="bold">
2528
- <a href="/critic/kevin-a-ranson/" class="" >Kevin A. Ranson</a>
2529
- </div>
2530
- <div class="subtle italic">MovieCrypt.com</div>
2531
- </div>
2532
- </div>
2533
- </div>
2534
- <script>
2535
- $(function(){
2536
- $(".quote_bubble .comment").moreLess();
2537
- });
2538
- </script>
2539
- <div class="quote_bubble fr cr" >
2540
- <div class="review_quote_top"></div>
2541
- <div class="review_quote">
2542
- <div class="quote_contents media_block">
2543
- <div sub="hover" tip="Original Score: 4/5" class="media_block_image icon small fresh"></div>
2544
- <div class="media_block_content">
2545
- <p>
2546
- There&#39;s very little in The Conjuring that couldn&#39;t have been achieved on film 40 years ago, which lends it a very authentic feel.
2547
- </p>
2548
- <div class="small">
2549
- <span class="fr subtle">July 26, 2013</span>
2550
- <a href="http://www.7mpictures.com/the-conjuring-movie-review/" target="_blank" rel="nofollow" >Full Review
2551
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: 7M Pictures" alt="Source: 7M Pictures"/></a>
2552
- </div>
2553
- </div>
2554
- </div>
2555
- </div>
2556
- <div class="review_source media_block">
2557
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/17/1747_tmb.jpg" />
2558
- <div class="media_block_content">
2559
- <div class="bold">
2560
- <a href="/critic/kevin-carr/" class="" >Kevin Carr</a>
2561
- </div>
2562
- <div class="subtle italic">7M Pictures</div>
2563
- </div>
2564
- </div>
2565
- </div>
2566
- <script>
2567
- $(function(){
2568
- $(".quote_bubble .comment").moreLess();
2569
- });
2570
- </script>
2571
- </div>
2572
- </div>
2573
- <div class="content_footer clearfix">
2574
- <div class="float_right">
2575
- <a href="/m/the_conjuring/reviews/" >View all critic reviews (148)</a>
2576
- </div>
2577
- </div>
2578
- </div>
2579
- <div class="content_box " id="audience_reviews" >
2580
- <div class="content_header clearfix">
2581
- <h3>Audience Reviews for The Conjuring</h3>
2582
- </div>
2583
- <div class="content_body clearfix">
2584
- <div class="quote_bubble fl cl" >
2585
- <div class="review_quote_top"></div>
2586
- <div id="quoteBubble896467979_771312656" class="review_quote_stretch audience_contents clearfix">
2587
- <div class="scoreWrapper"><span class="small rating stars score30"></span></div>
2588
- <div class="comment">
2589
- It&#39;s certainly scary. I jumped more times during this film than I can remember. But while it is well-filmed and thrilling, it is has a mediocre script (rampant with horror movie cliches), wooden acting, and an unsatisfying ending. The middle and climax of the film do sweep you up in this downward spiral of &quot;what else can go wrong?&quot; and the film is successfully frightening and heart-pounding during these moments. But despite its efforts to be more than just any other horror film, it ultimately has very little substance.
2590
- </div>
2591
- </div>
2592
- <div class="review_quote_bottom">
2593
- <span class="small fr subtle date">July 18, 2013</span>
2594
- </div>
2595
- <div class="review_source media_block">
2596
- <img src="//graph.facebook.com/100000293612769/picture" width="50" class="media_block_image critic_thumb" alt="Matthew Samuel Mirliani" />
2597
- <div class="media_block_content">
2598
- <div class="bold">
2599
- <a href="/user/id/896467979/" >
2600
- Matthew Samuel Mirliani</a>
2601
- </div>
2602
- <p class="superreviewer"><span class="icon profile superreviewer"></span>Super Reviewer</p>
2603
- </div>
2604
- </div>
2605
- </div>
2606
- <script>
2607
- $(function(){
2608
- $(".quote_bubble .comment").moreLess();
2609
- });
2610
- </script>
2611
- <div class="quote_bubble fr cr" >
2612
- <div class="review_quote_top"></div>
2613
- <div id="quoteBubble903355792_771312656" class="review_quote_stretch audience_contents clearfix">
2614
- <div class="scoreWrapper"><span class="small rating stars score50"></span></div>
2615
- <div class="comment">
2616
- James Wan has delivered yet another phenomenal achievement with The Conjuring. He has come a long way since his debut feature Saw which was released in 2004. James Wan strength lies in the fact that he can craft a truly intense and creepy ghost tale, which is what we have here. Everything about the film is grand in scope. The plot is well constructed and the film boasts a powerful and tense atmosphere that will chill and terrify you. This is horror the way it&#39;s supposed to be. The cast do a fine job in their parts and the direction is superb. The film takes its time to build up the tension; therefore it&#39;s more harrowing, because you don&#39;t know when the scares will start. Everything you have in the film is unpredictable and is a harrowing intense and unforgettable film that is one of the finest examples of real terror that I have seen in a long time. The Conjuring is terrifying from start to finish and it is a film that will stay with you long after you&#39;ve seen it. This is a fine picture that is the best genre film since The Cabin in the Woods. If you want something truly disturbing, then give this film a shot. James Wan has directed one of the finest films of his career, and he is quickly becoming one of modern horrors finest filmmakers. This is a superbly well executed picture that will delight die hard horror fans and give you a few sleepless nights. The Conjuring represents a bright future for the genre, where nowadays, it&#39;s mostly remakes and films that rely on clich�s to create terror. This on the other hand is a smart horror will with a well written script, great cast and directing from a director who clearly understands how the horror formula works.
2617
- </div>
2618
- </div>
2619
- <div class="review_quote_bottom">
2620
- <span class="small fr subtle date">June 26, 2013</span>
2621
- </div>
2622
- <div class="review_source media_block">
2623
- <img src="http://content9.flixster.com/user/40/07/24/40072467_tmb.jpg" width="50" class="media_block_image critic_thumb" alt="TheDudeLebowski65" />
2624
- <div class="media_block_content">
2625
- <div class="bold">
2626
- Jeff &quot;The Dude&quot; Lebowski
2627
- </div>
2628
- <p class="superreviewer"><span class="icon profile superreviewer"></span>Super Reviewer</p>
2629
- </div>
2630
- </div>
2631
- </div>
2632
- <script>
2633
- $(function(){
2634
- $(".quote_bubble .comment").moreLess();
2635
- });
2636
- </script>
2637
- </div>
2638
- <div class="content_footer clearfix">
2639
- <div class="float_right">
2640
- <a href="/m/the_conjuring/reviews/?type=user" >View all audience reviews</a>
2641
- </div>
2642
- </div>
2643
- </div>
2644
- <div class="content_box " id="quotesList" >
2645
- <div class="content_header clearfix">
2646
- <h3>
2647
- <a href="/m/the_conjuring/quotes/" >The Conjuring Quotes</a></h3>
2648
- </div>
2649
- <div class="content_body clearfix">
2650
- <ul class="quoteList">
2651
- <li class="quote_item" data-factid="62581">
2652
- <ol>
2653
- <li><span class="bold quote_actor">Lorraine Warren: </span><span class="line">Do you mind if I try to see Roy?
2654
- </span></li>
2655
- </ol>
2656
- <div class="quoteFooter">&ndash; Submitted by
2657
- <a href="/user/id/906602108/" >Cynthia O</a> (7 days ago)
2658
- </div>
2659
- </li>
2660
- <li class="quote_item" data-factid="62559">
2661
- <ol>
2662
- <li><span class="bold quote_actor">Christine: </span><span class="line">Nancy, stop pulling my leg and stop farting it really stinks.</span></li>
2663
- </ol>
2664
- <div class="quoteFooter">&ndash; Submitted by
2665
- <a href="/user/id/870144080/" >Mario B</a> (8 days ago)
2666
- </div>
2667
- </li>
2668
- <li class="quote_item" data-factid="62508">
2669
- <ol>
2670
- <li><span class="bold quote_actor">Cindy: </span><span class="line">There&#039;s a lady in a dirty night gown, that I see in my dreams, she&#039;s standing in front of my mom&#039;s bed. </span></li>
2671
- </ol>
2672
- <div class="quoteFooter">&ndash; Submitted by
2673
- <a href="/user/id/954796064/" >Briana L</a> (10 days ago)
2674
- </div>
2675
- </li>
2676
- <li class="quote_item" data-factid="62507">
2677
- <ol>
2678
- <li><span class="bold quote_actor">Lorraine Warren: </span><span class="line">This thing has latched itself to your family.</span></li>
2679
- </ol>
2680
- <div class="quoteFooter">&ndash; Submitted by
2681
- <a href="/user/id/954796064/" >Briana L</a> (10 days ago)
2682
- </div>
2683
- </li>
2684
- <li class="quote_item" data-factid="62506">
2685
- <ol>
2686
- <li><span class="bold quote_actor">Ed Warren: </span><span class="line">Something awful happened here, Ed. </span></li>
2687
- <li><span class="bold quote_actor">Lorraine Warren: </span><span class="line">What is it?</span></li>
2688
- </ol>
2689
- <div class="quoteFooter">&ndash; Submitted by
2690
- <a href="/user/id/954796064/" >Briana L</a> (10 days ago)
2691
- </div>
2692
- </li>
2693
- <li class="quote_item" data-factid="62505">
2694
- <ol>
2695
- <li><span class="bold quote_actor">Ed Warren: </span><span class="line">It&#039;s November 1st, 1971, I&#039;m sitting here with Carolyn Perron, who with her family, has been experiencing supernatural occurrences. </span></li>
2696
- </ol>
2697
- <div class="quoteFooter">&ndash; Submitted by
2698
- <a href="/user/id/954796064/" >Briana L</a> (10 days ago)
2699
- </div>
2700
- </li>
2701
- </ul>
2702
- </div>
2703
- <div class="content_footer clearfix">
2704
- <div class="float_right">
2705
- <a href="/m/the_conjuring/quotes/" >View all quotes (22)</a></div>
2706
- </div>
2707
- </div>
2708
- <div class="content_box " id="discussionForum" >
2709
- <div class="content_header clearfix">
2710
- <h3>Discussion Forum</h3>
2711
- </div>
2712
- <div class="content_body clearfix">
2713
- <tbody>
2714
- <table class="comments_tbl">
2715
- <thead><tr>
2716
- <th class="title">Topic</th>
2717
- <th class="lastPostDate">Last Post</th>
2718
- <th class="replies">Replies</th>
2719
- </tr></thead>
2720
- <tr>
2721
- <td class="title"><a href="/m/the_conjuring//forum/?threadid=328155982">Fresh Or Rotten??</a></td>
2722
- <td class="lastPostDate">11 hours ago</td>
2723
- <td class="replies">101</td>
2724
- </tr>
2725
- <tr>
2726
- <td class="title"><a href="/m/the_conjuring//forum/?threadid=328242454">I&#039;m immensely confused. *SPOILER ALERT*</a></td>
2727
- <td class="lastPostDate">9 hours ago</td>
2728
- <td class="replies">95</td>
2729
- </tr>
2730
- <tr>
2731
- <td class="title"><a href="/m/the_conjuring//forum/?threadid=328217392">Possibly James Wan&#039;s first good movie? </a></td>
2732
- <td class="lastPostDate">1 hour ago</td>
2733
- <td class="replies">77</td>
2734
- </tr>
2735
- <tr>
2736
- <td class="title"><a href="/m/the_conjuring//forum/?threadid=328228672">Question: Do you believe in ghosts?</a></td>
2737
- <td class="lastPostDate">4 days ago</td>
2738
- <td class="replies">48</td>
2739
- </tr>
2740
- <tr>
2741
- <td class="title"><a href="/m/the_conjuring//forum/?threadid=328246334">the exocist of the 21st century</a></td>
2742
- <td class="lastPostDate">11 hours ago</td>
2743
- <td class="replies">37</td>
2744
- </tr>
2745
- </tbody>
2746
- </table>
2747
- </div>
2748
- <div class="content_footer clearfix">
2749
- <div class="float_right"><a href="/m/the_conjuring/forum/">View all posts (612)</a></div>
2750
- </div>
2751
- </div>
2752
- <div class="clearfix">
2753
- <div class="content_box " id="features_sidebar" >
2754
- <div class="content_header clearfix">
2755
- <h3>What's Hot On RT</h3>
2756
- </div>
2757
- <div class="content_body clearfix">
2758
- <div class="center">
2759
- <div class="center poster_box" pi="2180" style="width:130px;">
2760
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">
2761
- <img class="" alt="Critics Consensus" src="http://content8.flixster.com/site/10/25/83/10258350_ori.jpg" width="115" height="115" />
2762
- </a>
2763
- <div>
2764
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">Critics Consensus</a>
2765
- <p><em>2 Guns</em> is Wild, but Stars Connect</p>
2766
- </div>
2767
- </div>
2768
- <div class="center poster_box" pi="2164" style="width:130px;">
2769
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">
2770
- <img class="" alt="Total Recall" src="http://content9.flixster.com/site/10/25/83/10258327_ori.jpg" width="115" height="115" />
2771
- </a>
2772
- <div>
2773
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">Total Recall</a>
2774
- <p>Bill Paxton's Best Movies</p>
2775
- </div>
2776
- </div>
2777
- <div class="center poster_box" pi="2165" style="width:130px;">
2778
- <a href="http://www.rottentomatoes.com/m/the_secret_life_of_walter_mitty_2013/trailers/">
2779
- <img class="" alt="Walter Mitty" src="http://content6.flixster.com/site/10/25/83/10258332_ori.jpg" width="115" height="115" />
2780
- </a>
2781
- <div>
2782
- <a href="http://www.rottentomatoes.com/m/the_secret_life_of_walter_mitty_2013/trailers/">Walter Mitty</a>
2783
- <p><em>The Secret Life</em> trailer</p>
2784
- </div>
2785
- </div>
2786
- <div class="center poster_box" pi="2151" style="width:130px;">
2787
- <a href="http://www.rottentomatoes.com/gallery/24-frames-certified-fresh-animated-movies/">
2788
- <img class="" alt="24 Frames" src="http://content6.flixster.com/site/10/25/83/10258316_ori.jpg" width="115" height="115" />
2789
- </a>
2790
- <div>
2791
- <a href="http://www.rottentomatoes.com/gallery/24-frames-certified-fresh-animated-movies/">24 Frames</a>
2792
- <p>Certified Fresh animated movies</p>
2793
- </div>
2794
- </div>
2795
- <div class="center poster_box" pi="2148" style="width:130px;">
2796
- <a href="http://www.rottentomatoes.com/m/gravity_2012/trailers">
2797
- <img class="" alt="Gravity Trailer" src="http://content9.flixster.com/site/10/25/83/10258323_ori.jpg" width="115" height="115" />
2798
- </a>
2799
- <div>
2800
- <a href="http://www.rottentomatoes.com/m/gravity_2012/trailers">Gravity Trailer</a>
2801
- <p>Clooney, Bullock are lost in space</p>
2802
- </div>
2803
- </div>
2804
- </div>
2805
- </div>
2806
- <div class="content_footer clearfix">
2807
- </div>
2808
- </div>
2809
- </div>
2810
- <div class="clearfix">
2811
- <div class="col_p col_423">
2812
- <style>
2813
- #contentNews h5 { margin-bottom: 0px;}
2814
- #contentNews .newsRow { margin-bottom: 10px;}
2815
- </style>
2816
- <div class="content_box " id="contentNews" >
2817
- <div class="content_header clearfix">
2818
- <h3>Latest News on The Conjuring</h3>
2819
- </div>
2820
- <div class="content_body clearfix">
2821
- <div class="newsRow">
2822
- <h5>August 1, 2013:</h5>
2823
- <a href="/m/the_conjuring/news/1928022/the_conjuring_writers_sell_the_feud/" title="Source: Variety" target="_blank" class="icon"><i>The Conjuring</i> Writers Sell <i>The Feud</i></a>
2824
- <br />
2825
- Screenwriting duo Chad Hayes and Carey W. Hayes have sold their next project, which "centers on two...
2826
- </div>
2827
- <div class="newsRow">
2828
- <h5>July 22, 2013:</h5>
2829
- <a href="/m/the_conjuring/news/1927919/are_niche_movies_the_future_of_summer/" title="Source: Los Angeles Times" target="_blank" class="icon">Are Niche Movies the Future of Summer?</a>
2830
- <br />
2831
- The success of movies like "The Conjuring" -- and repeated failure of 2013's would-be summer...
2832
- </div>
2833
- <div class="newsRow">
2834
- <h5>July 21, 2013:</h5>
2835
- <a href="/m/the_conjuring/news/1927912/box_office_guru_wrapup_the_conjuring_scares_up_biggest_horror_debut_of_2013/" title="Source: Rotten Tomatoes" class="icon">Box Office Guru Wrapup: <em>The Conjuring</em> Scares Up Biggest Horror Debut of 2013</a>
2836
- <br />
2837
- This weekend, following four consecutive frames of animated sequels ruling the North American box...
2838
- </div>
2839
- </div>
2840
- <div class="content_footer clearfix">
2841
- </div>
2842
- </div>
2843
- <div class="content_box freshlinks_sidebar" id="freshlinks_sidebar" >
2844
- <div class="content_header clearfix">
2845
- <h3>Fresh Links</h3>
2846
- </div>
2847
- <div class="content_body clearfix">
2848
- <h4 id="freshlinks_featured_header">Featured</h4>
2849
- <div class="featured">
2850
- <p>Movie: ID: 771312656
2851
- Title: The Conjuring
2852
- Release Date: 2013-07-19 00:00:00.0
2853
- MPAA: 4
2854
- Status: 1
2855
- </p>
2856
- <div class="media_block" pi="2178">
2857
- <a class="media_block_image" href="http://www.buzzsugar.com/Common-Actor-Director-Collaborations-28862874" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.buzzsugar.com/Common-Actor-Director-Collaborations-28862874']);">
2858
- <img class="" alt="Director/Actor Collaborations" src="http://content7.flixster.com/site/10/25/83/10258337_ori.jpg" width="55" height="55" />
2859
- </a>
2860
- <div class="media_block_content">
2861
- <a target="_blank" href="http://www.buzzsugar.com/Common-Actor-Director-Collaborations-28862874" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.buzzsugar.com/Common-Actor-Director-Collaborations-28862874']);">
2862
- <h5>Director/Actor Collaborations
2863
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2864
- </a>
2865
- BuzzSugar profiles some notable directors and the stars they love working with.
2866
- </div>
2867
- </div>
2868
- <div class="media_block" pi="2176">
2869
- <a class="media_block_image" href="http://news.moviefone.com/2013/07/30/beloved-cartoons-that-deserve-their-own-movie/" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://news.moviefone.com/2013/07/30/beloved-cartoons-that-deserve-their-own-movie/']);">
2870
- <img class="" alt="Cartoons That Should Get Movies" src="http://content8.flixster.com/site/10/25/83/10258334_ori.jpg" width="55" height="55" />
2871
- </a>
2872
- <div class="media_block_content">
2873
- <a target="_blank" href="http://news.moviefone.com/2013/07/30/beloved-cartoons-that-deserve-their-own-movie/" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://news.moviefone.com/2013/07/30/beloved-cartoons-that-deserve-their-own-movie/']);">
2874
- <h5>Cartoons That Should Get Movies
2875
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2876
- </a>
2877
- Moviefone wants to revisit its childhood on the big screen with these 8 animated shows.
2878
- </div>
2879
- </div>
2880
- <div class="media_block" pi="2173">
2881
- <a class="media_block_image" href="http://www.hitfix.com/news/24-films-that-may-make-2015-the-greatest-movie-year-ever" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.hitfix.com/news/24-films-that-may-make-2015-the-greatest-movie-year-ever']);">
2882
- <img class="" alt="2015: Greatest Movie Year Ever?" src="http://content7.flixster.com/site/10/25/83/10258321_ori.jpg" width="55" height="55" />
2883
- </a>
2884
- <div class="media_block_content">
2885
- <a target="_blank" href="http://www.hitfix.com/news/24-films-that-may-make-2015-the-greatest-movie-year-ever" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.hitfix.com/news/24-films-that-may-make-2015-the-greatest-movie-year-ever']);">
2886
- <h5>2015: Greatest Movie Year Ever?
2887
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2888
- </a>
2889
- HitFix lists 23 films that might make 2015 an incredible year.
2890
- </div>
2891
- </div>
2892
- <div class="media_block" pi="2168">
2893
- <a class="media_block_image" href="http://www.rollingstone.com/movies/pictures/wolverine-through-the-years-20130726" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.rollingstone.com/movies/pictures/wolverine-through-the-years-20130726']);">
2894
- <img class="" alt="Wolverine Through the Years" src="http://content9.flixster.com/site/10/25/82/10258267_ori.jpg" width="55" height="55" />
2895
- </a>
2896
- <div class="media_block_content">
2897
- <a target="_blank" href="http://www.rollingstone.com/movies/pictures/wolverine-through-the-years-20130726" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.rollingstone.com/movies/pictures/wolverine-through-the-years-20130726']);">
2898
- <h5>Wolverine Through the Years
2899
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2900
- </a>
2901
- Rolling Stone takes a look at the history of the popular Marvel mutant.
2902
- </div>
2903
- </div>
2904
- <div class="media_block" pi="2122">
2905
- <a class="media_block_image" href="http://www.timeout.com/newyork/film/50-american-films-50-states-one-iconic-movie-for-each-state" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.timeout.com/newyork/film/50-american-films-50-states-one-iconic-movie-for-each-state']);">
2906
- <img class="" alt="50 States, 50 Movies" src="http://content7.flixster.com/site/10/25/78/10257885_ori.jpg" width="55" height="55" />
2907
- </a>
2908
- <div class="media_block_content">
2909
- <a target="_blank" href="http://www.timeout.com/newyork/film/50-american-films-50-states-one-iconic-movie-for-each-state" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://www.timeout.com/newyork/film/50-american-films-50-states-one-iconic-movie-for-each-state']);">
2910
- <h5>50 States, 50 Movies
2911
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2912
- </a>
2913
- For July 4th, TimeOut has compiled 50 state-specific movie choices.
2914
- </div>
2915
- </div>
2916
- </div>
2917
- <div id="fresh_links_ad" style="height:0px;">
2918
- <script type='text/javascript'>
2919
- RT.ads.push("fresh_links_ad");
2920
- googletag.cmd.push(function() {
2921
- var slot=googletag.defineSlot('/6327/rt.movie/fresh_links', [[245,65]], 'fresh_links_ad')
2922
- .addService(googletag.pubads())
2923
- .setTargeting("unit", "fresh_links")
2924
- .setTargeting("movieid", "771312656")
2925
- .setTargeting("url", "/m/the_conjuring/");
2926
- slot.oldRenderEnded = slot.renderEnded;
2927
- slot.renderEnded = function(){
2928
- slot.oldRenderEnded();
2929
- var wrapper = $("#fresh_links_ad");
2930
- wrapper.css("height","").css("width","");
2931
- };
2932
- });
2933
- </script>
2934
- </div>
2935
- <h4 id="freshlinks_promos_header">Promos</h4>
2936
- <div class="promos">
2937
- <div class="media_block" pi="8">
2938
- <a class="media_block_image" href="http://twitter.com/RottenTomatoes" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://twitter.com/RottenTomatoes']);">
2939
- <img class="" alt="Follow RT on Twitter!" src="http://content7.flixster.com/site/10/23/48/10234829_ori.jpg" width="55" height="55" />
2940
- </a>
2941
- <div class="media_block_content">
2942
- <a target="_blank" href="http://twitter.com/RottenTomatoes" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://twitter.com/RottenTomatoes']);">
2943
- <h5>Follow RT on Twitter!
2944
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
2945
- </a>
2946
- Spice up your feed with hourly Tomatometer updates!
2947
- </div>
2948
- </div>
2949
- </div>
2950
- </div>
2951
- <div class="content_footer clearfix">
2952
- </div>
2953
- </div>
2954
- </div>
2955
- <div class="col_p col_300">
2956
- <style>
2957
- #homepagenews ul {margin-bottom: 5px;}
2958
- #homepagenews .newslink { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-block; width:240px;}
2959
- </style>
2960
- <div class="content_box " id="homepagenews" >
2961
- <div class="content_header clearfix">
2962
- <h3><a href="/news/">Movie News</a></h3>
2963
- </div>
2964
- <div class="content_body clearfix">
2965
- <h4 class="fl">Featured on RT</h4>
2966
- <div class="fr">Comments</div>
2967
- <ul class="cleardiv bullets">
2968
- <li class="columned">
2969
- <span class="newslink">
2970
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/" title="Source: Rotten Tomatoes" >Critics Consensus: <em>2 Guns</em> Shoots Wildly, But Its Stars Connect</a>
2971
- </span>
2972
- <span class="fr">
2973
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/" title="20 Comments" class="comments">20</a>
2974
- </span>
2975
- </li>
2976
- <li class="columned">
2977
- <span class="newslink">
2978
- <a href="/m/marvels_the_avengers/news/1928040/box_office_lexicon_is_hollywood_today_really_driven_by_comic_book_fans/" title="Source: Rotten Tomatoes" >Box Office Lexicon: Is Hollywood Today Really Driven By Comic Book Fans?</a>
2979
- </span>
2980
- <span class="fr">
2981
- <a href="/m/marvels_the_avengers/news/1928040/box_office_lexicon_is_hollywood_today_really_driven_by_comic_book_fans/" title="1 Comments" class="comments">1</a>
2982
- </span>
2983
- </li>
2984
- <li class="columned">
2985
- <span class="newslink">
2986
- <a href="/m/the_spectacular_now/news/1928039/video_interview__cast_of_the_spectacular_now/" title="Source: Rotten Tomatoes" >Video Interview: Cast of <em>The Spectacular Now</em></a>
2987
- </span>
2988
- <span class="fr">
2989
- <a href="/m/the_spectacular_now/news/1928039/video_interview__cast_of_the_spectacular_now/" title="1 Comments" class="comments">1</a>
2990
- </span>
2991
- </li>
2992
- <li class="columned">
2993
- <span class="newslink">
2994
- <a href="/m/the_smurfs_2/news/1928036/parental_guidance_the_smurfs_2_and_europa_report/" title="Source: Rotten Tomatoes" >Parental Guidance: <em>The Smurfs 2</em> and <em>Europa Report</em></a>
2995
- </span>
2996
- <span class="fr">
2997
- <a href="/m/the_smurfs_2/news/1928036/parental_guidance_the_smurfs_2_and_europa_report/" title="2 Comments" class="comments">2</a>
2998
- </span>
2999
- </li>
3000
- <li class="columned">
3001
- <span class="newslink">
3002
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/" title="Source: Rotten Tomatoes" >Bill Paxton's Best Movies</a>
3003
- </span>
3004
- <span class="fr">
3005
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/" title="43 Comments" class="comments">43</a>
3006
- </span>
3007
- </li>
3008
- <li class="columned">
3009
- <span class="newslink">
3010
- <a href="/m/west_of_memphis/news/1927988/digital_multiplex_west_of_memphis_and_transformers_dark_of_the_moon/" title="Source: Rotten Tomatoes" >Digital Multiplex: <em>West of Memphis</em> and <em>Transformers: Dark of the Moon</em></a>
3011
- </span>
3012
- <span class="fr">
3013
- <a href="/m/west_of_memphis/news/1927988/digital_multiplex_west_of_memphis_and_transformers_dark_of_the_moon/" title="10 Comments" class="comments">10</a>
3014
- </span>
3015
- </li>
3016
- <li class="columned">
3017
- <span class="newslink">
3018
- <a href="/m/the_spectacular_now/news/1928004/video_confession__shailene_woodley__miles_teller_of_the_spectacular_now/" title="Source: Rotten Tomatoes" >Video Confession: Shailene Woodley & Miles Teller of <em>The Spectacular Now</em></a>
3019
- </span>
3020
- <span class="fr">
3021
- <a href="/m/the_spectacular_now/news/1928004/video_confession__shailene_woodley__miles_teller_of_the_spectacular_now/" title="3 Comments" class="comments">3</a>
3022
- </span>
3023
- </li>
3024
- </ul>
3025
- <h4 class="cleardiv">Top Headlines</h4>
3026
- <ul class="bullets">
3027
- <li class="columned">
3028
- <span class="newslink">
3029
- <a href="/m/pacific_rim_2013/news/1928035/pacific_rim_chinese_grosses_boost_chances_for_a_sequel/" title="Source: Deadline Hollywood Daily" target="_blank" ><i>Pacific Rim</i> Chinese Grosses Boost Chances for a Sequel <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Deadline Hollywood Daily in new window" width="10" height="8" border="0" /></a>
3030
- </span>
3031
- <span class="fr">
3032
- <a href="/m/pacific_rim_2013/news/1928035/comments/pacific_rim_chinese_grosses_boost_chances_for_a_sequel/" title="3 Comments" class="comments">3</a>
3033
- </span>
3034
- </li>
3035
- <li class="columned">
3036
- <span class="newslink">
3037
- <a href="/m/warcraft/news/1928034/possible_warcraft_details_emerge/" title="Source: Collider.com" target="_blank" >Possible <i>Warcraft</i> Details Emerge <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Collider.com in new window" width="10" height="8" border="0" /></a>
3038
- </span>
3039
- <span class="fr">
3040
- <a href="/m/warcraft/news/1928034/comments/possible_warcraft_details_emerge/" title="2 Comments" class="comments">2</a>
3041
- </span>
3042
- </li>
3043
- <li class="columned">
3044
- <span class="newslink">
3045
- <a href="/m/fast_and_furious_7/news/1928033/denzel_washington_turned_down_a_role_in_fast_and_furious_7/" title="Source: ScreenCrush" target="_blank" >Denzel Washington Turned Down a Role in <i>Fast and Furious 7</i> <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="ScreenCrush in new window" width="10" height="8" border="0" /></a>
3046
- </span>
3047
- <span class="fr">
3048
- <a href="/m/fast_and_furious_7/news/1928033/comments/denzel_washington_turned_down_a_role_in_fast_and_furious_7/" title="1 Comments" class="comments">1</a>
3049
- </span>
3050
- </li>
3051
- <li class="columned">
3052
- <span class="newslink">
3053
- <a href="/m/the_man_from_uncle/news/1928032/the_long_quest_to_find_the_man_from_uncle/" title="Source: Variety" target="_blank" >The Long Quest to Find <i>The Man from U.N.C.L.E.</i> <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Variety in new window" width="10" height="8" border="0" /></a>
3054
- </span>
3055
- <span class="fr">
3056
- <a href="/m/the_man_from_uncle/news/1928032/comments/the_long_quest_to_find_the_man_from_uncle/" title="1 Comments" class="comments">1</a>
3057
- </span>
3058
- </li>
3059
- <li class="columned">
3060
- <span class="newslink">
3061
- <a href="/m/turbo_2013/news/1928031/jeffrey_katzenberg_offers_turbo_postmortem/" title="Source: Variety" target="_blank" >Jeffrey Katzenberg Offers <i>Turbo</i> Postmortem <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Variety in new window" width="10" height="8" border="0" /></a>
3062
- </span>
3063
- <span class="fr">
3064
- <a href="/m/turbo_2013/news/1928031/comments/jeffrey_katzenberg_offers_turbo_postmortem/" title="1 Comments" class="comments">1</a>
3065
- </span>
3066
- </li>
3067
- <li class="columned">
3068
- <span class="newslink">
3069
- <a href="/m/1018323-scarface/news/1928030/david_yates_in_talks_to_direct_new_scarface/" title="Source: Deadline Hollywood Daily" target="_blank" >David Yates in Talks to Direct New <i>Scarface</i> <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Deadline Hollywood Daily in new window" width="10" height="8" border="0" /></a>
3070
- </span>
3071
- <span class="fr">
3072
- <a href="/m/1018323-scarface/news/1928030/comments/david_yates_in_talks_to_direct_new_scarface/" title="1 Comments" class="comments">1</a>
3073
- </span>
3074
- </li>
3075
- <li class="columned">
3076
- <span class="newslink">
3077
- <a href="/m/the_judge_2014/news/1928029/robert_downey_jrs_the_judge_set_for_october_2014_release/" title="Source: Variety" target="_blank" >Robert Downey, Jr.'s <i>The Judge</i> Set for October 2014 Release <img src="http://images.rottentomatoes.com/images/icons/offsite.gif" alt="Variety in new window" width="10" height="8" border="0" /></a>
3078
- </span>
3079
- <span class="fr">
3080
- <a href="/m/the_judge_2014/news/1928029/comments/robert_downey_jrs_the_judge_set_for_october_2014_release/" title="1 Comments" class="comments">1</a>
3081
- </span>
3082
- </li>
3083
- </ul>
3084
- </div>
3085
- <div class="content_footer clearfix">
3086
- <div class="float_right"><a href="/news/">View all movie news</a></div>
3087
- </div>
3088
- </div>
3089
- <div class="content_box " >
3090
- <div class="content_header clearfix">
3091
- <h3>Foreign Titles</h3>
3092
- </div>
3093
- <div class="content_body clearfix">
3094
- <ul class="bullets">
3095
- <li>Conjuring - Die Heimsuchung (DE)</li>
3096
- <li>The Conjuring (UK)</li>
3097
- </ul>
3098
- </div>
3099
- <div class="content_footer clearfix">
3100
- </div>
3101
- </div>
3102
- <div id="medrec_bottom_ad" class="page_ad" style="height:250px;">
3103
- <script type='text/javascript'>
3104
- RT.ads.push("medrec_bottom_ad");
3105
- googletag.cmd.push(function() {
3106
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_bottom_ad')
3107
- .addService(googletag.pubads())
3108
- .setTargeting("unit", "medrec_bottom")
3109
- .setTargeting("pos", "bottom")
3110
- .setTargeting("movieid", "771312656")
3111
- .setTargeting("url", "/m/the_conjuring/");
3112
- slot.oldRenderEnded = slot.renderEnded;
3113
- slot.renderEnded = function(){
3114
- slot.oldRenderEnded();
3115
- var wrapper = $("#medrec_bottom_ad");
3116
- wrapper.css("height","").css("width","");
3117
- };
3118
- });
3119
- </script>
3120
- </div>
3121
- </div>
3122
- </div>
3123
- </div>
3124
- <div class="veil" style="display:none;">
3125
- <div class="spinner"></div>
3126
- </div>
3127
- </div>
3128
- </div>
3129
- </div>
3130
- </div>
3131
- <div id="leaderboard_bottom_ad" class="page_ad leaderboard" style="height:90px;">
3132
- <script type='text/javascript'>
3133
- RT.ads.push("leaderboard_bottom_ad");
3134
- googletag.cmd.push(function() {
3135
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[728,90]], 'leaderboard_bottom_ad')
3136
- .addService(googletag.pubads())
3137
- .setTargeting("unit", "leaderboard_bottom")
3138
- .setTargeting("pos", "bottom")
3139
- .setTargeting("movieid", "771312656")
3140
- .setTargeting("url", "/m/the_conjuring/");
3141
- slot.oldRenderEnded = slot.renderEnded;
3142
- slot.renderEnded = function(){
3143
- slot.oldRenderEnded();
3144
- var wrapper = $("#leaderboard_bottom_ad");
3145
- wrapper.css("height","").css("width","");
3146
- };
3147
- });
3148
- </script>
3149
- </div>
3150
- <div id="trailerModalContainer" style="width:760px; height:538px; display:none;">
3151
- <iframe id="trailerModal" src="about:blank" width="760px;" height="100%" style="overflow-x:hidden; margin:0px; display:block;"></iframe>
3152
- <div id="trailerSpinner" class="spinner" style="top: 200px; left:332px; position:absolute;">
3153
- <div class="bar1"></div>
3154
- <div class="bar2"></div>
3155
- <div class="bar3"></div>
3156
- <div class="bar4"></div>
3157
- <div class="bar5"></div>
3158
- <div class="bar6"></div>
3159
- <div class="bar7"></div>
3160
- <div class="bar8"></div>
3161
- <div class="bar9"></div>
3162
- <div class="bar10"></div>
3163
- <div class="bar11"></div>
3164
- <div class="bar12"></div>
3165
- </div>
3166
- </div>
3167
- <script>
3168
- $(document).on('click', '.trailer_play_action_button', function(evt) {
3169
- evt.stopPropagation();
3170
- evt.preventDefault();
3171
- var container = $('#trailerModalContainer');
3172
- _gaq.push(['_trackEvent', 'Movie Details', 'Play Trailer Modal', 'Play Trailer Modal']);
3173
- container.trigger("bax:modal", {el:container, closeButton:true, closeOnClick:true});
3174
- $('#trailerSpinner').show();
3175
- container.show();
3176
- var trailerModalUrl = $(evt.currentTarget).attr("href");
3177
- var videoId = $(this).data("videoId");
3178
- if (videoId) {
3179
- trailerModalUrl = trailerModalUrl + videoId;
3180
- }
3181
- var playlistType = $(this).data("playlistType");
3182
- if (playlistType === 'related') {
3183
- trailerModalUrl = trailerModalUrl + '?moreMovie=true';
3184
- }
3185
- $('#trailerModal').attr('src', trailerModalUrl);
3186
- $('#trailerModal').on('load', function(event) {
3187
- $('#trailerModalContainer').height(this.contentWindow.document.body.offsetHeight);
3188
- $('#trailerModalContainer').trigger("bax:recenter", {});
3189
- $('#trailerSpinner').hide();
3190
- });
3191
- $('#trailerModalContainer').on('bax:close', function(event) {
3192
- $('#trailerModal').attr('src', "about:blank");
3193
- $('#trailerModal').off('load');
3194
- });
3195
- });
3196
- $(document).on('heightchanged', function(event, height) {
3197
- $('#trailerModalContainer').height(height);
3198
- $('#trailerModalContainer').trigger("bax:recenter", {});
3199
- });
3200
- </script>
3201
- <script>
3202
- $(document).ready(function() {
3203
- // Initialize search
3204
- $("[comp=Autocomplete]").comp();
3205
- // Instantiate model
3206
- mobModel = new Backbone.Model({ movieVanity : "the_conjuring"});
3207
- // Instantiate router
3208
- var mobRouter = new RT.Backbone.Routers.MOBRouter({model : mobModel});
3209
- // Activate sticky left column
3210
- //$('.stickem-container').stickem();
3211
- var movieList = $("#movies_sidebar");
3212
- var movieListView = new RT.Backbone.Views.MovieList({el : movieList, model : mobModel });
3213
- var hoverBubbleView = new RT.Backbone.Views.HoverBubble({el : movieList });
3214
- var mobPanel = $("#mobPanel");
3215
- var mobView = new RT.Backbone.Views.MOB({el : mobPanel, model : mobModel });
3216
- });
3217
- </script>
3218
- <div class="foot">
3219
- <div class="foot_nav">
3220
- <a href="/help_desk/">Help</a> | <a href="http://www.flixster.com/about/" target="_blank">About</a> | <a href="http://www.flixster.com/careers/" target="_blank">Jobs</a> | <a href="/help_desk/critics.php">Critics Submission</a> | <a href="/press.php">Press</a> | <a href="http://developer.rottentomatoes.com">API</a> | <a href="/help_desk/licensing.php">Licensing</a> | <a href="/mobile/info/" >Mobile</a>
3221
- </div>
3222
- <div class="copyright">
3223
- <span class="easteregg">Copyright &copy;</span> Flixster, Inc. All rights reserved.
3224
- <script>
3225
- $(".easteregg").click(function(){
3226
- var str="http://www.rottentomatoes.com/m/the_conjuring/\n /movies/movie.jsp\n web110.flixster.com (us)\n GA:empty\n release: prod20130801\n rt-git-desc:RTRELEASE.2013-08-01.19-28-56 4de1816\n flixster-git-desc:RTRELEASE.2013-08-01.19-28-56 238d343";
3227
- alert(str);
3228
- });
3229
- </script>
3230
- <a href="/copyright">Copyright Policy</a>
3231
- | <a href="/privacy">Privacy Policy</a>
3232
- | <a href="/terms">Terms of Service</a>
3233
- | <a href="/privacy#thirdparty">Ad Choices</a>
3234
- </div>
3235
- </div>
3236
- <div id="hover-tip" class="hover_tip"><span sub="tip"></span></div>
3237
- <script>
3238
- var googletag = googletag || {};
3239
- googletag.cmd = googletag.cmd || [];
3240
- googletag.cmd.push(function() {
3241
- googletag.pubads()
3242
- .setTargeting("qcs", [])
3243
- .setTargeting("gender", "")
3244
- .setTargeting("age", "")
3245
- .setTargeting("env", "prod")
3246
- .setTargeting("usergenres", [])
3247
- .setTargeting("genre", ["mystery-suspense","horror"])
3248
- ;
3249
- googletag.pubads().collapseEmptyDivs();
3250
- googletag.pubads().enableSingleRequest();
3251
- googletag.enableServices();
3252
- });
3253
- $.each(RT.ads, function(idx, val){
3254
- googletag.cmd.push(function() { googletag.display(val); });
3255
- });
3256
- </script>
3257
- <!-- START Nielsen Online SiteCensus V6.0 -->
3258
- <!-- COPYRIGHT 2010 Nielsen Online -->
3259
- <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
3260
- <script type="text/javascript">
3261
- var pvar = { cid: "us-203323h", content: "0", server: "secure-us" };
3262
- var trac = nol_t(pvar);
3263
- trac.record().post();
3264
- </script>
3265
- <noscript><div> <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-203323h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" /> </div></noscript>
3266
- <!-- END Nielsen Online SiteCensus V6.0 -->
3267
- <noscript>
3268
- <div style="display: none;"><img src="http://pixel.quantserve.com/pixel/p-0fuRlG_jy3lfA.gif" height="1" width="1" alt="Quantcast"/></div>
3269
- </noscript>
3270
- <script>console.log("Bottom of body tag reached.")</script>
3271
- <script type="text/javascript" src="//images.rottentomatoescdn.com/assets/v/prod20130801/scripts/?f=/js/backbone/underscore-min.js&f=/js/backbone/backbone-min.js&f=/js/globals.js&f=/js/lib/json2.js&f=/js/jquery/ui/jquery-ui-1.10.0.custom.min.js&f=/js/jquery/plugins/jquery.flixster.js&f=/js/jquery/plugins/jquery.rt_showMoreLink.js&f=/js/jquery/plugins/jquery.tmpl.js&f=/js/comp/Autocomplete.js&f=/js/comp/HoverTip.js&f=/js/comp/JumpList.js&f=/js/comp/Rating.js&f=/js/app/GAEvents.js&f=/js/comp/Rating.js&f=/js/app/views/PageHeader.js&f=/js/bootstrap/bootstrap-transition.js&f=/js/bootstrap/bootstrap-tab.js"></script>
3272
- <script type="text/javascript" src="//images.rottentomatoescdn.com/assets/v/prod20130801/scripts/?f=/js/jquery/plugins/jquery.tooltip.min.js&f=/js/jquery/plugins/jquery.moreless.js&f=/js/jquery/plugins/jquery.morelist.js&f=/js/comp/HashLoader.js&f=/js/comp/ExpandableTextInput.js&f=/js/comp/AddToList.js&f=/js/app/ui/lightbox.js&f=/js/app/ui/LongModal.js&f=/js/app/views/MovieList.js&f=/js/app/views/HoverBubble.js&f=/js/app/views/MOB.js&f=/js/app/routers/MOBRouter.js"></script>
3273
- <script type="text/javascript" src="http://jsapi.netflix.com/us/api/js/api.js" ></script>
3274
- </body>
3275
- </html>