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,3549 +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 Last Airbender" />
6
- <meta property="og:type" content="video.movie" />
7
- <meta property="og:image" content="http://content7.flixster.com/movie/11/16/89/11168953_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/last_airbender/" />
11
- <meta property="og:description" content="The Last Airbender squanders its popular source material with incomprehensible plotting, horrible acting, and detached joyless direction." />
12
- <meta name="twitter:card" content="product">
13
- <meta name="twitter:site" content="@rottentomatoes">
14
- <meta name="twitter:title" content="The Last Airbender">
15
- <meta name="twitter:description" content="The Last Airbender squanders its popular source material with incomprehensible plotting, horrible acting, and detached joyless direction.">
16
- <meta name="twitter:image:src" content="http://content7.flixster.com/movie/11/16/89/11168953_800.jpg">
17
- <meta name="twitter:data1" content="6% of critics liked it">
18
- <meta name="twitter:label1" content="TOMATOMETER">
19
- <meta name="twitter:data2" content="36% of users liked it">
20
- <meta name="twitter:label2" content="AUDIENCE">
21
- <meta property="video:release_date" content="2010-07-01" />
22
- <meta property="video:duration" content="103" />
23
- <meta property="video:director" content="http://www.rottentomatoes.com/celebrity/m_night_shyamalan/" />
24
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/noah_ringer/" />
25
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/nicola_peltz/" />
26
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/dev_patel/" />
27
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/jackson_rathbone/" />
28
- <meta property="video:actor" content="http://www.rottentomatoes.com/celebrity/shaun_toub/" />
29
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
30
- <title>The Last Airbender - Rotten Tomatoes</title>
31
- <link rel="canonical" href="http://www.rottentomatoes.com/m/last_airbender/" itemprop="url"/>
32
- <meta name="description" content="Review: &lt;em&gt;The Last Airbender&lt;/em&gt; squanders its popular source material with incomprehensible plotting, horrible acting, and detached joyless direction."/>
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/last_airbender/" >
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", "770805417")
209
- .setTargeting("url", "/m/last_airbender/");
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", "770805417")
222
- .setTargeting("url", "/m/last_airbender/");
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", "770805417")
610
- .setTargeting("url", "/m/last_airbender/");
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 Last Airbender - Rotten Tomatoes";
1134
- _gaq.push(['_setCustomVar', 4, 'Affiliates', '-FlixB-FlixR-VuduB-VuduR-AmazonB-AmazonR-iTunesB-iTunesR-NflxDQ']);
1135
- _gaq.push(['_trackPageview', '/MOB-DvdOther']);
1136
- $(function(){
1137
- $("[comp=HoverTip]").comp();
1138
- });
1139
- </script>
1140
- <div comp="HashLoader" data-url="/m/last_airbender/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/last_airbender/trailer/" data-video-id="11034072">
1147
- <img src="http://instart1.flixster.com/movie/11/16/89/11168953_det.jpg" width="142" alt="The Last Airbender" title="The Last Airbender" 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/last_airbender/trailer/" data-video-id="11034072">Play Trailer</a>
1151
- </div>
1152
- <div class="media_block_content movie_content_area">
1153
- <h1 class="movie_title"><span itemprop="name">The Last Airbender (2010)</span></h1>
1154
- <div class="meter_box left_door">
1155
- <div class="meter_box right_door" comp="HoverTip">
1156
- <div class="meter_critics critic_side">
1157
- <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>
1158
- <ul class="critic_links" id="critic-links">
1159
- <li><a reviewtype="tMeter" href="#all-critics-numbers" id="all-critics-link" class="active">All Critics</a></li>
1160
- <li><a reviewtype="allTopCritics" href="#top-critics-numbers" id="top-critics-link">Top Critics</a></li>
1161
- </ul>
1162
- <div id="all-critics-numbers" class="critic_side_container" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
1163
- <a class="tomato_numbers" style="display:block;" href="#contentReviews">
1164
- <span itemprop="ratingValue" id="all-critics-meter" class="meter rotten numeric ">6</span>
1165
- <meta itemprop="bestRating" content="100" />
1166
- <meta itemprop="worstRating" content="0" />
1167
- <meta itemprop="name" content="Tomatometer Score" />
1168
- <p class="critic_stats">
1169
- Average Rating: <span>2.9/10</span><br />
1170
- Reviews Counted: <span itemprop="reviewCount">175</span><br />
1171
- Fresh: 11 | Rotten: 164
1172
- </p>
1173
- </a>
1174
- <div class="tomato_consensus">
1175
- <div class="tomatometer rotten"><span style="width:6%;"></span></div>
1176
- <p class="critic_consensus">The Last Airbender squanders its popular source material with incomprehensible plotting, horrible acting, and detached joyless direction.</p>
1177
- </div>
1178
- </div>
1179
- <div id="top-critics-numbers" class="critic_side_container">
1180
- <div class="tomato_numbers">
1181
- <span id="all-critics-meter" class="meter rotten numeric ">5</span>
1182
- <p class="critic_stats">
1183
- Average Rating: <span>2.9/10</span><br />
1184
- Critic Reviews: 37<br />
1185
- Fresh: 2 | Rotten: 35</p>
1186
- </div>
1187
- <div class="tomato_consensus">
1188
- <div class="tomatometer rotten"><span style="width:5%;"></span></div>
1189
- <p class="critic_consensus">The Last Airbender squanders its popular source material with incomprehensible plotting, horrible acting, and detached joyless direction.</p>
1190
- </div>
1191
- </div>
1192
- </div>
1193
- <a class="fan_side" style="display:block;" href="#audience_reviews">
1194
- <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>
1195
- <span class="meter spilled numeric ">36</span>
1196
- <p class="critic_stats">
1197
- <span class="subText liked_it" >liked it</span><br/>
1198
- Average Rating: 2.7/5<br/>
1199
- User Ratings: 316,052
1200
- </p>
1201
- </a>
1202
- <div class="clearfix"></div>
1203
- </div>
1204
- </div>
1205
- <div class="meter_box_bottom left_side">
1206
- <div class="meter_box_bottom right_side">
1207
- <div class="critic_side"></div>
1208
- </div>
1209
- </div>
1210
- <div class="share-tools " >
1211
- <div class="fbContainer">
1212
- <script type="text/javascript">
1213
- </script>
1214
- <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/last_airbender/" ></div>
1215
- </div>
1216
- <div class="twitterContainer" >
1217
- <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.rottentomatoes.com/m/last_airbender/" data-count="horizontal" data-text="The Last Airbender - Rotten Tomatoes" data-via="RottenTomatoes"></a>
1218
- </div>
1219
- <div class="pinterestContainer" >
1220
- <a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.rottentomatoes.com%2Fm%2Flast_airbender%2F&media=http%3A%2F%2Fcontent7.flixster.com%2Fmovie%2F11%2F16%2F89%2F11168953_ori.jpg&description=The+Last+Airbender+-+Rotten+Tomatoes" class="pin-it-button" count-layout="horizontal">
1221
- <img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>
1222
- </div>
1223
- <div class="gPlusOneContainer" >
1224
- <g:plusone size="medium" count="true" href="http://www.rottentomatoes.com/m/last_airbender/"></g:plusone>
1225
- <script type="text/javascript"> if(typeof gapi != 'undefined') gapi.plusone.go("gPlusOne"); </script>
1226
- </div>
1227
- <!-- Place this tag where you want the su badge to render -->
1228
- <div class="stumbleUponContainer" >
1229
- <su:badge layout="1" location="http://www.rottentomatoes.com/m/last_airbender/"></su:badge>
1230
- </div>
1231
- </div>
1232
- <script type="text/javascript">
1233
- $(function() {
1234
- var allCriticsTab = $('#all-critics');
1235
- var allCriticsLink = $('#all-critics-link');
1236
- var allCriticsNumbers = $('#all-critics-numbers');
1237
- var topCriticsTab = $('#top-critics');
1238
- var topCriticsLink = $('#top-critics-link');
1239
- var topCriticsNumbers = $('#top-critics-numbers');
1240
- allCriticsLink.click(function(e) {
1241
- e.preventDefault();
1242
- topCriticsLink.removeClass();
1243
- topCriticsNumbers.hide();
1244
- allCriticsLink.addClass('active');
1245
- allCriticsNumbers.show();
1246
- allCriticsTab.click();
1247
- });
1248
- topCriticsLink.click(function(e) {
1249
- e.preventDefault();
1250
- allCriticsLink.removeClass();
1251
- allCriticsNumbers.hide();
1252
- topCriticsLink.addClass('active');
1253
- topCriticsNumbers.show();
1254
- topCriticsTab.click();
1255
- });
1256
- });
1257
- </script>
1258
- <div style="overflow:hidden;">
1259
- <h4 class="lineHeader"><span class="fl">My Rating</span></h4>
1260
- </div>
1261
- <div id="mob_rating_widget" class="rating_widget large_rating_widget media_block" comp="SocialRating" movieId="770805417" data-event-action="MOB (DvdOther)">
1262
- <a href="" class="media_block_image">
1263
- <img src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" width="50" sub="img" class="fl" alt="" />
1264
- </a>
1265
- <div class="media_block_content" id="userProfile" style="position:relative;">
1266
- <div class="fr">
1267
- <a href="javascript:void(0);" sub="edit" class="text_button subtle smaller" style="display:none;">Edit</a>
1268
- </div>
1269
- <div class="clearfix">
1270
- <a href="javascript:void(0);" sub="wts" class="wts"></a>
1271
- <a href="javascript:void(0);" sub="ni" class="ni"></a>
1272
- <a href="javascript:void(0);" sub="star" class="stars"></a>
1273
- </div>
1274
- <textarea id="reviewText" class="review clearfix" name="review" comp="ExpandableTextInput" sub="review" placeholder="Add a Review (Optional)"></textarea>
1275
- <div class="clearfix" style="height:20px;">
1276
- <div class="fr">
1277
- <a id="fbShareOn" sub="fbShare" class="share_button fb" href="javascript:void(0);" style="vertical-align:middle;"></a>
1278
- <a id="twShareOn" sub="twShare" class="share_button tw" href="javascript:void(0);" style="vertical-align:middle;"></a>
1279
- </div>
1280
- <div class="fr like_status small subtle" sub="likeStatus" style="display:none;">
1281
- <span sub="graphMessage"></span>
1282
- </div>
1283
- <div class="fl">
1284
- <a href="javascript:void(0);" sub="submit" class="post_button"></a>
1285
- <span sub="wait" class="status" style="vertical-align:middle;"></span>
1286
- </div>
1287
- </div>
1288
- </div>
1289
- </div>
1290
- <script>
1291
- $(function(){
1292
- $("#mob_rating_widget").comp();
1293
- });
1294
- </script>
1295
- </div>
1296
- </div>
1297
- <div class="content_footer clearfix">
1298
- </div>
1299
- </div>
1300
- <div class="clearfix">
1301
- <div class="col_p col_423">
1302
- <style>
1303
- div.movie_content_area div.movie_info p.movie_synopsis { margin-bottom:16px; }
1304
- </style>
1305
- <div class="content_box " >
1306
- <div class="content_header clearfix">
1307
- <h3>Movie Info</h3>
1308
- </div>
1309
- <div class="content_body clearfix">
1310
- <div class="movie_info clearfix">
1311
- <p id="movieSynopsis" class="movie_synopsis" itemprop="description">
1312
- Suspense auteur M. Night Shyamalan takes a break from crafting original screenplays to tell this tale of a 12-year-old boy (Noah Ringer) who provides the last hope for restoring harmony to a land consumed by chaos. In a world balanced on the four nations of Water, Earth, Fire, and Air, people known as the Waterbenders, Earthbenders, Firebenders, and Airbenders have mastered their native elements. Though the masters can each manipulate their native elements, the only one with the power to
1313
- <span id="movieSynopsisRemaining" style="display:none;"> manipulate all four elements is a young boy known as the Avatar. When the Avatar subsequently appears to die while still mastering his powers, the Fire nation launches a global war with the ultimate goal of global domination. One hundred years later, two teens discover that the Avatar and his flying bison have in fact been locked in suspended animation. Upon being freed from his prison, the Avatar embarks on an arduous quest to restore harmony among the four war-ravaged nations. ~ Jason Buchanan, Rovi</span>
1314
- <a href="javascript:void(0);" id="showMoreSynopsis" onmousedown="_gaq.push(['_trackEvent', 'User Profile', 'Ratings', 'Show More']);"></a>
1315
- <script type="text/javascript">
1316
- $(function(){
1317
- $('#movieSynopsis').rt_showMoreLink({moreText:'... More', lessText:'', moreItemsSelector:'#movieSynopsisRemaining', moreLinkSelector:'#showMoreSynopsis'});
1318
- });
1319
- </script>
1320
- </p>
1321
- <div class="left_col">
1322
- <p>
1323
- <span comp="HoverTip">
1324
- <a href="javascript:void(0);" sub="hover" tip="for fantasy action violence"><span itemprop="contentRating">PG</span></a>,
1325
- </span>
1326
- <time itemprop="duration" datetime="P103M">1 hr. 43 min.</time>
1327
- </p>
1328
- <p>
1329
- <span>
1330
- <a href="/movie/browser.php?movietype=1&genre=1"><span itemprop="genre">Action & Adventure</span></a>,
1331
- <a href="/movie/browser.php?movietype=1&genre=11"><span itemprop="genre">Kids & Family</span></a>,
1332
- <a href="/movie/browser.php?movietype=1&genre=14"><span itemprop="genre">Science Fiction & Fantasy</span></a>
1333
- </span>
1334
- </p>
1335
- <p itemprop="director" itemscope itemtype="http://schema.org/Person">
1336
- <label class="subtle">Directed By:</label>
1337
- <span>
1338
- <a class="" href="/celebrity/m_night_shyamalan/" itemprop="url"><span itemprop="name">M. Night Shyamalan</span></a>
1339
- </span>
1340
- </p>
1341
- <p>
1342
- <label class="subtle">Written By:</label>
1343
- <a class="" href="/celebrity/m_night_shyamalan/" >M. Night Shyamalan</a>
1344
- </p>
1345
- </div>
1346
- <div class="right_col">
1347
- <p><label class="subtle">In Theaters:</label> <span><span itemprop="datePublished" content="2010-07-01">Jul 1, 2010 Wide</span></span></p>
1348
- <p><label class="subtle">On DVD:</label> <span><span>Nov 16, 2010</span></span></p>
1349
- <p><label class="subtle">Box Office:</label><span>$131.6M</span></p>
1350
- <p>
1351
- <span itemprop="productionCompany">Paramount Pictures</span>
1352
- - <a href="http://www.TheLastAirbenderMovie.com/" target="_blank">Official Site
1353
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Icon" height="8" alt="External Icon" width="10" border="0"/></a>
1354
- </p>
1355
- </div>
1356
- </div>
1357
- </div>
1358
- <div class="content_footer clearfix">
1359
- </div>
1360
- </div>
1361
- <div class="content_box " id="watch-it-now" >
1362
- <div class="content_header clearfix">
1363
- <h3>Watch It Now</h3>
1364
- </div>
1365
- <div class="content_body clearfix">
1366
- <div class="moreContainer">
1367
- <div class="more-list">
1368
- <ul class="movie_links" >
1369
- <li class="media_block">
1370
- <div class="media_block_image small_right_margin flixster"></div>
1371
- <div class="media_block_content">
1372
- <a onclick="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Flixster - Buy']);" target="blank" href="http://flixster.com/movie/the-last-airbender/?s=RottenTomatoes&m=MOB&utm_content=buy&c=Affiliates">$9.99 to buy</a>
1373
- ,
1374
- <a onclick="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Flixster - Rent']);" target="blank" href="http://flixster.com/movie/the-last-airbender/?s=RottenTomatoes&m=MOB&utm_content=rent&c=Affiliates">$2.99 to rent</a>
1375
- </div>
1376
- </li>
1377
- <li class="media_block">
1378
- <div class="media_block_image small_right_margin vudu"></div>
1379
- <div class="media_block_content">
1380
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Vudu - Buy']);" target="blank" href="http://www.vudu.com/movies/#!content/168118/The-Last-Airbender">$9.99 to buy</a>
1381
- ,
1382
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Vudu - Rent']);" target="blank" href="http://www.vudu.com/movies/#!content/168118/The-Last-Airbender">$2.99 to rent</a>
1383
- </div>
1384
- </li>
1385
- <li class="media_block">
1386
- <div class="media_block_image small_right_margin amazon"></div>
1387
- <div class="media_block_content">
1388
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Amazon - Buy']);" target="blank" href="http://www.amazon.com/gp/product/B00463GPHY/ref=atv_feed_catalog">$6.99 to buy</a>
1389
- ,
1390
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Amazon - Rent']);" target="blank" href="http://www.amazon.com/gp/product/B004FHP7ES/ref=atv_feed_catalog">$2.99 to rent</a>
1391
- </div>
1392
- </li>
1393
- <li class="media_block">
1394
- <div class="media_block_image small_right_margin itunesNew"></div>
1395
- <div class="media_block_content">
1396
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'iTunes - Buy']);" target="blank" href="http://click.linksynergy.com/fs-bin/stat?id=0AeVwD2efV0&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http://itunes.apple.com/video/the-last-airbender/id384239910?uo=5">$9.99 to buy</a>
1397
- ,
1398
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'iTunes - Rent']);" target="blank" href="http://click.linksynergy.com/fs-bin/stat?id=0AeVwD2efV0&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http://itunes.apple.com/video/the-last-airbender/id384239910?uo=5">$2.99 to rent</a>
1399
- </div>
1400
- </li>
1401
- <li class="media_block">
1402
- <div class="media_block_image small_right_margin netflix"></div>
1403
- <div class="media_block_content">
1404
- <a onmousedown="_gaq.push(['_trackEvent', 'Affiliates', 'MOB', 'Netflix - DVD Queue']);" target="blank" class="netflix_link" id="addMeDvd" href="javascript:void(0);">+ DVD Queue</a>
1405
- </div>
1406
- <script>
1407
- $("#addMe").click(function(){
1408
- var scrollTop = $(document).scrollTop();
1409
- nflx.addToQueue('', 20, scrollTop + 10, '5cw86twej4ss35upf27wwn37', 'instant', 'addMe');
1410
- });
1411
- $("#addMeDvd").click(function(){
1412
- var scrollTop = $(document).scrollTop();
1413
- nflx.addToQueue('http://api-public.netflix.com/catalog/titles/movies/70119441', 20, scrollTop + 10, '5cw86twej4ss35upf27wwn37', 'disc', 'addMe');
1414
- });
1415
- </script>
1416
- </li>
1417
- </ul>
1418
- </div>
1419
- </div>
1420
- </div>
1421
- <div class="content_footer clearfix">
1422
- </div>
1423
- </div>
1424
- <div class="content_box " id="cast-info" >
1425
- <div class="content_header clearfix">
1426
- <h3>Cast</h3>
1427
- </div>
1428
- <div class="content_body clearfix">
1429
- <div class="moreContainer">
1430
- <div class="more-list" style="height:180px;">
1431
- <ul class="clearfix">
1432
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1433
- <a class="media_block_image" href="/celebrity/noah_ringer/" >
1434
- <img src="http://content8.flixster.com/photo/11/74/97/11749734_tmb.jpg" width="50" alt="Noah Ringer" id="mainImage" class="actorThumb medium" />
1435
- </a>
1436
- <div class="media_block_content">
1437
- <a class="" href="/celebrity/noah_ringer/" itemprop="url"><span itemprop="name">Noah Ringer</span></a>
1438
- <span class="characters"><br/>Aang</span>
1439
- </div>
1440
- </li>
1441
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1442
- <a class="media_block_image" href="/celebrity/nicola_peltz/" >
1443
- <img src="http://content8.flixster.com/photo/13/63/68/13636850_tmb.jpg" width="50" alt="Nicola Peltz" id="mainImage" class="actorThumb medium" />
1444
- </a>
1445
- <div class="media_block_content">
1446
- <a class="" href="/celebrity/nicola_peltz/" itemprop="url"><span itemprop="name">Nicola Peltz</span></a>
1447
- <span class="characters"><br/>Katara</span>
1448
- </div>
1449
- </li>
1450
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1451
- <a class="media_block_image" href="/celebrity/dev_patel/" >
1452
- <img src="http://instart1.flixster.com/rtactor/42/18/42189_tmb.jpg" width="50" alt="Dev Patel" itemprop="image" alt="Dev Patel" class="actorThumb medium" />
1453
- </a>
1454
- <div class="media_block_content">
1455
- <a class="" href="/celebrity/dev_patel/" itemprop="url"><span itemprop="name">Dev Patel</span></a>
1456
- <span class="characters"><br/>Zuko</span>
1457
- </div>
1458
- </li>
1459
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1460
- <a class="media_block_image" href="/celebrity/jackson_rathbone/" >
1461
- <img src="http://content9.flixster.com/photo/11/36/43/11364315_tmb.jpg" width="50" alt="Jackson Rathbone" id="mainImage" class="actorThumb medium" />
1462
- </a>
1463
- <div class="media_block_content">
1464
- <a class="" href="/celebrity/jackson_rathbone/" itemprop="url"><span itemprop="name">Jackson Rathbone</span></a>
1465
- <span class="characters"><br/>Sokka</span>
1466
- </div>
1467
- </li>
1468
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1469
- <a class="media_block_image" href="/celebrity/shaun_toub/" >
1470
- <img src="http://instart0.flixster.com/rtactor/31/71/31712_tmb.jpg" width="50" alt="Shaun Toub" itemprop="image" alt="Shaun Toub" class="actorThumb medium" />
1471
- </a>
1472
- <div class="media_block_content">
1473
- <a class="" href="/celebrity/shaun_toub/" itemprop="url"><span itemprop="name">Shaun Toub</span></a>
1474
- <span class="characters"><br/>Uncle Iroh</span>
1475
- </div>
1476
- </li>
1477
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1478
- <a class="media_block_image" href="/celebrity/aasif_mandvi/" >
1479
- <img src="http://content9.flixster.com/photo/73/38/04/7338043_tmb.jpg" width="50" alt="Aasif Mandvi" id="mainImage" class="actorThumb medium" />
1480
- </a>
1481
- <div class="media_block_content">
1482
- <a class="" href="/celebrity/aasif_mandvi/" itemprop="url"><span itemprop="name">Aasif Mandvi</span></a>
1483
- <span class="characters"><br/>Commander Zhao</span>
1484
- </div>
1485
- </li>
1486
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1487
- <a class="media_block_image" href="/celebrity/cliff_curtis/" >
1488
- <img src="http://content9.flixster.com/photo/34/89/73/3489735_tmb.jpg" width="50" alt="Cliff Curtis" id="mainImage" class="actorThumb medium" />
1489
- </a>
1490
- <div class="media_block_content">
1491
- <a class="" href="/celebrity/cliff_curtis/" itemprop="url"><span itemprop="name">Cliff Curtis</span></a>
1492
- <span class="characters"><br/>Fire Lord Ozai</span>
1493
- </div>
1494
- </li>
1495
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1496
- <a class="media_block_image" href="/celebrity/seychelle_gabriel/" >
1497
- <img src="http://content8.flixster.com/photo/13/94/87/13948778_tmb.jpg" width="50" alt="Seychelle Gabriel" id="mainImage" class="actorThumb medium" />
1498
- </a>
1499
- <div class="media_block_content">
1500
- <a class="" href="/celebrity/seychelle_gabriel/" itemprop="url"><span itemprop="name">Seychelle Gabriel</span></a>
1501
- <span class="characters"><br/>Princess Yue</span>
1502
- </div>
1503
- </li>
1504
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1505
- <a class="media_block_image" href="/celebrity/katharine_houghton/" >
1506
- <img src="http://content9.flixster.com/photo/10/85/28/10852843_tmb.jpg" width="50" alt="Katharine Houghton" id="mainImage" class="actorThumb medium" />
1507
- </a>
1508
- <div class="media_block_content">
1509
- <a class="" href="/celebrity/katharine_houghton/" itemprop="url"><span itemprop="name">Katharine Houghton</span></a>
1510
- <span class="characters"><br/>Katara's Grandma</span>
1511
- </div>
1512
- </li>
1513
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1514
- <a class="media_block_image" href="/celebrity/francis_guinan/" >
1515
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Francis Guinan" itemprop="image" alt="Francis Guinan" class="actorThumb medium" />
1516
- </a>
1517
- <div class="media_block_content">
1518
- <a class="" href="/celebrity/francis_guinan/" itemprop="url"><span itemprop="name">Francis Guinan</span></a>
1519
- <span class="characters"><br/>Master Pakku</span>
1520
- </div>
1521
- </li>
1522
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1523
- <a class="media_block_image" href="/celebrity/damon_gupton/" >
1524
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Damon Gupton" itemprop="image" alt="Damon Gupton" class="actorThumb medium" />
1525
- </a>
1526
- <div class="media_block_content">
1527
- <a class="" href="/celebrity/damon_gupton/" itemprop="url"><span itemprop="name">Damon Gupton</span></a>
1528
- <span class="characters"><br/>Monk Gyatso</span>
1529
- </div>
1530
- </li>
1531
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1532
- <a class="media_block_image" href="/celebrity/summer-bishil/" >
1533
- <img src="http://instart3.flixster.com/rtactor/41/98/41987_tmb.jpg" width="50" alt="Summer Bishil" itemprop="image" alt="Summer Bishil" class="actorThumb medium" />
1534
- </a>
1535
- <div class="media_block_content">
1536
- <a class="" href="/celebrity/summer-bishil/" itemprop="url"><span itemprop="name">Summer Bishil</span></a>
1537
- <span class="characters"><br/>Azula</span>
1538
- </div>
1539
- </li>
1540
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1541
- <a class="media_block_image" href="/celebrity/randall-duk-kim/" >
1542
- <img src="http://content8.flixster.com/photo/96/15/64/9615646_tmb.jpg" width="50" alt="Randall Duk Kim" id="mainImage" class="actorThumb medium" />
1543
- </a>
1544
- <div class="media_block_content">
1545
- <a class="" href="/celebrity/randall-duk-kim/" itemprop="url"><span itemprop="name">Randall Duk Kim</span></a>
1546
- <span class="characters"><br/>Old Man in Temple</span>
1547
- </div>
1548
- </li>
1549
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1550
- <a class="media_block_image" href="/celebrity/john_dalonzo/" >
1551
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="John D&#039;Alonzo" itemprop="image" alt="John D&#039;Alonzo" class="actorThumb medium" />
1552
- </a>
1553
- <div class="media_block_content">
1554
- <a class="" href="/celebrity/john_dalonzo/" itemprop="url"><span itemprop="name">John D'Alonzo</span></a>
1555
- <span class="characters"><br/>Zhao's Assistant</span>
1556
- </div>
1557
- </li>
1558
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1559
- <a class="media_block_image" href="/celebrity/keong_sim/" >
1560
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Keong Sim" itemprop="image" alt="Keong Sim" class="actorThumb medium" />
1561
- </a>
1562
- <div class="media_block_content">
1563
- <a class="" href="/celebrity/keong_sim/" itemprop="url"><span itemprop="name">Keong Sim</span></a>
1564
- <span class="characters"><br/>Earthbending Father</span>
1565
- </div>
1566
- </li>
1567
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1568
- <a class="media_block_image" href="/celebrity/isaac_jin_solstein/" >
1569
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Isaac Jin Solstein" itemprop="image" alt="Isaac Jin Solstein" class="actorThumb medium" />
1570
- </a>
1571
- <div class="media_block_content">
1572
- <a class="" href="/celebrity/isaac_jin_solstein/" itemprop="url"><span itemprop="name">Isaac Jin Solstein</span></a>
1573
- <span class="characters"><br/>Earthbending Boy</span>
1574
- </div>
1575
- </li>
1576
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1577
- <a class="media_block_image" href="/celebrity/edmund_ikeda/" >
1578
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Edmund Ikeda" itemprop="image" alt="Edmund Ikeda" class="actorThumb medium" />
1579
- </a>
1580
- <div class="media_block_content">
1581
- <a class="" href="/celebrity/edmund_ikeda/" itemprop="url"><span itemprop="name">Edmund Ikeda</span></a>
1582
- <span class="characters"><br/>Old Man of Kyoshi Town</span>
1583
- </div>
1584
- </li>
1585
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1586
- <a class="media_block_image" href="/celebrity/john_noble/" >
1587
- <img src="http://content9.flixster.com/photo/11/29/15/11291507_tmb.jpg" width="50" alt="John Noble" id="mainImage" class="actorThumb medium" />
1588
- </a>
1589
- <div class="media_block_content">
1590
- <a class="" href="/celebrity/john_noble/" itemprop="url"><span itemprop="name">John Noble</span></a>
1591
- <span class="characters"><br/>The Dragon Spirit</span>
1592
- </div>
1593
- </li>
1594
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1595
- <a class="media_block_image" href="/celebrity/morgan_spector/" >
1596
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Morgan Spector" itemprop="image" alt="Morgan Spector" class="actorThumb medium" />
1597
- </a>
1598
- <div class="media_block_content">
1599
- <a class="" href="/celebrity/morgan_spector/" itemprop="url"><span itemprop="name">Morgan Spector</span></a>
1600
- <span class="characters"><br/>Lead Fire Nation Soldie...</span>
1601
- </div>
1602
- </li>
1603
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1604
- <a class="media_block_image" href="/celebrity/karim_sioud/" >
1605
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Karim Sioud" itemprop="image" alt="Karim Sioud" class="actorThumb medium" />
1606
- </a>
1607
- <div class="media_block_content">
1608
- <a class="" href="/celebrity/karim_sioud/" itemprop="url"><span itemprop="name">Karim Sioud</span></a>
1609
- <span class="characters"><br/>Fire Nation Prison Gua...</span>
1610
- </div>
1611
- </li>
1612
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1613
- <a class="media_block_image" href="/celebrity/manu_narayan/" >
1614
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Manu Narayan" itemprop="image" alt="Manu Narayan" class="actorThumb medium" />
1615
- </a>
1616
- <div class="media_block_content">
1617
- <a class="" href="/celebrity/manu_narayan/" itemprop="url"><span itemprop="name">Manu Narayan</span></a>
1618
- <span class="characters"><br/>Fire Nation Head Prison...</span>
1619
- </div>
1620
- </li>
1621
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1622
- <a class="media_block_image" href="/celebrity/kevin_w_yamada/" >
1623
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Kevin W. Yamada" itemprop="image" alt="Kevin W. Yamada" class="actorThumb medium" />
1624
- </a>
1625
- <div class="media_block_content">
1626
- <a class="" href="/celebrity/kevin_w_yamada/" itemprop="url"><span itemprop="name">Kevin W. Yamada</span></a>
1627
- <span class="characters"><br/>Earth Kingdom Prisoner</span>
1628
- </div>
1629
- </li>
1630
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1631
- <a class="media_block_image" href="/celebrity/ted_oyama/" >
1632
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Ted Oyama" itemprop="image" alt="Ted Oyama" class="actorThumb medium" />
1633
- </a>
1634
- <div class="media_block_content">
1635
- <a class="" href="/celebrity/ted_oyama/" itemprop="url"><span itemprop="name">Ted Oyama</span></a>
1636
- <span class="characters"><br/>Kyoshi Villager</span>
1637
- </div>
1638
- </li>
1639
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1640
- <a class="media_block_image" href="/celebrity/ritesh_rajan/" >
1641
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Ritesh Rajan" itemprop="image" alt="Ritesh Rajan" class="actorThumb medium" />
1642
- </a>
1643
- <div class="media_block_content">
1644
- <a class="" href="/celebrity/ritesh_rajan/" itemprop="url"><span itemprop="name">Ritesh Rajan</span></a>
1645
- <span class="characters"><br/>Fire Nation Soldier</span>
1646
- </div>
1647
- </li>
1648
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1649
- <a class="media_block_image" href="/celebrity/george_denoto/" >
1650
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="George DeNoto" itemprop="image" alt="George DeNoto" class="actorThumb medium" />
1651
- </a>
1652
- <div class="media_block_content">
1653
- <a class="" href="/celebrity/george_denoto/" itemprop="url"><span itemprop="name">George DeNoto</span></a>
1654
- <span class="characters"><br/>Teahouse Child</span>
1655
- </div>
1656
- </li>
1657
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1658
- <a class="media_block_image" href="/celebrity/manuel_kanian/" >
1659
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Manuel Kanian" itemprop="image" alt="Manuel Kanian" class="actorThumb medium" />
1660
- </a>
1661
- <div class="media_block_content">
1662
- <a class="" href="/celebrity/manuel_kanian/" itemprop="url"><span itemprop="name">Manuel Kanian</span></a>
1663
- <span class="characters"><br/>Nervous Prison Guard</span>
1664
- </div>
1665
- </li>
1666
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1667
- <a class="media_block_image" href="/celebrity/christopher_brewster/" >
1668
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Christopher Brewster" itemprop="image" alt="Christopher Brewster" class="actorThumb medium" />
1669
- </a>
1670
- <div class="media_block_content">
1671
- <a class="" href="/celebrity/christopher_brewster/" itemprop="url"><span itemprop="name">Christopher Brewster</span></a>
1672
- <span class="characters"><br/>Kicking Firebender</span>
1673
- </div>
1674
- </li>
1675
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1676
- <a class="media_block_image" href="/celebrity/ryan_shams/" >
1677
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Ryan Shams" itemprop="image" alt="Ryan Shams" class="actorThumb medium" />
1678
- </a>
1679
- <div class="media_block_content">
1680
- <a class="" href="/celebrity/ryan_shams/" itemprop="url"><span itemprop="name">Ryan Shams</span></a>
1681
- <span class="characters"><br/>Lead Archer</span>
1682
- </div>
1683
- </li>
1684
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1685
- <a class="media_block_image" href="/celebrity/jeffrey_zubernis/" >
1686
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="Jeffrey Zubernis" itemprop="image" alt="Jeffrey Zubernis" class="actorThumb medium" />
1687
- </a>
1688
- <div class="media_block_content">
1689
- <a class="" href="/celebrity/jeffrey_zubernis/" itemprop="url"><span itemprop="name">Jeffrey Zubernis</span></a>
1690
- <span class="characters"><br/>Water Tribe Soldier</span>
1691
- </div>
1692
- </li>
1693
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1694
- <a class="media_block_image" href="/celebrity/brian_johnson/" >
1695
- <img src="http://content6.flixster.com/photo/11/09/01/11090104_tmb.jpg" width="50" alt="Brian Johnson" id="mainImage" class="actorThumb medium" />
1696
- </a>
1697
- <div class="media_block_content">
1698
- <a class="" href="/celebrity/brian_johnson/" itemprop="url"><span itemprop="name">Brian Johnson</span></a>
1699
- <span class="characters"><br/>Water Tribe Soldier</span>
1700
- </div>
1701
- </li>
1702
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1703
- <a class="media_block_image" href="/celebrity/jw_cortes/" >
1704
- <img src="http://images.rottentomatoescdn.com/images/redesign/actor.default.tmb.gif" width="50" alt="J.W. Cortes" itemprop="image" alt="J.W. Cortes" class="actorThumb medium" />
1705
- </a>
1706
- <div class="media_block_content">
1707
- <a class="" href="/celebrity/jw_cortes/" itemprop="url"><span itemprop="name">J.W. Cortes</span></a>
1708
- <span class="characters"><br/>Fire Lord Attendant</span>
1709
- </div>
1710
- </li>
1711
- <li class="media_block left_column" itemprop="actors" itemscope itemtype="http://schema.org/Person" >
1712
- <a class="media_block_image" href="/celebrity/jessica_jade_andres/" >
1713
- <img src="http://content9.flixster.com/photo/13/87/41/13874143_tmb.jpg" width="50" alt="Jessica Jade Andres" id="mainImage" class="actorThumb medium" />
1714
- </a>
1715
- <div class="media_block_content">
1716
- <a class="" href="/celebrity/jessica_jade_andres/" itemprop="url"><span itemprop="name">Jessica Jade Andres</span></a>
1717
- <span class="characters"><br/>Suki</span>
1718
- </div>
1719
- </li>
1720
- </ul>
1721
- </div>
1722
- </div>
1723
- <script>
1724
- $(function(){
1725
- $("#cast-info .moreContainer").moreList();
1726
- });
1727
- </script>
1728
- </div>
1729
- <div class="content_footer clearfix">
1730
- </div>
1731
- </div>
1732
- </div>
1733
- <div class="col_p col_300">
1734
- <p class="center subtle small" style="margin-top:10px;">ADVERTISEMENT</p>
1735
- <div class="medrec_top_wrapper">
1736
- <div id="medrec_top_ad" class="page_ad" style="height:250px;">
1737
- <script type='text/javascript'>
1738
- RT.ads.push("medrec_top_ad");
1739
- googletag.cmd.push(function() {
1740
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_top_ad')
1741
- .addService(googletag.pubads())
1742
- .setTargeting("unit", "medrec_top")
1743
- .setTargeting("pos", "top")
1744
- .setTargeting("movieid", "770805417")
1745
- .setTargeting("url", "/m/last_airbender/");
1746
- slot.oldRenderEnded = slot.renderEnded;
1747
- slot.renderEnded = function(){
1748
- slot.oldRenderEnded();
1749
- var wrapper = $("#medrec_top_ad");
1750
- wrapper.css("height","").css("width","");
1751
- };
1752
- });
1753
- </script>
1754
- </div>
1755
- </div>
1756
- <div class="medrec_middle_wrapper">
1757
- <div id="medrec_middle_ad" class="page_ad" style="height:250px;">
1758
- <script type='text/javascript'>
1759
- RT.ads.push("medrec_middle_ad");
1760
- googletag.cmd.push(function() {
1761
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_middle_ad')
1762
- .addService(googletag.pubads())
1763
- .setTargeting("unit", "medrec_middle")
1764
- .setTargeting("pos", "middle")
1765
- .setTargeting("movieid", "770805417")
1766
- .setTargeting("url", "/m/last_airbender/");
1767
- slot.oldRenderEnded = slot.renderEnded;
1768
- slot.renderEnded = function(){
1769
- slot.oldRenderEnded();
1770
- var wrapper = $("#medrec_middle_ad");
1771
- wrapper.css("height","").css("width","");
1772
- };
1773
- });
1774
- </script>
1775
- </div>
1776
- </div>
1777
- </div>
1778
- </div>
1779
- <div class="content_box " id="photos_videos" >
1780
- <div class="content_header clearfix">
1781
- <h3><a href="/m/last_airbender/trailers/">The Last Airbender Trailer</a> &amp; Photos</h3>
1782
- </div>
1783
- <div class="content_body clearfix">
1784
- <div>
1785
- <ul class="movie_pictures clearfix">
1786
- <li>
1787
- <a href="/m/last_airbender/pictures/" class="" >
1788
- <img class="movie_thumbnail" src="http://instart1.flixster.com/rtmovie/67/28/67281_tmb.jpg" />
1789
- </a>
1790
- </li>
1791
- <li>
1792
- <a href="/m/last_airbender/pictures/" class="" >
1793
- <img class="movie_thumbnail" src="http://instart3.flixster.com/rtmovie/67/27/67279_tmb.jpg" />
1794
- </a>
1795
- </li>
1796
- <li>
1797
- <a href="/m/last_airbender/pictures/" class="" >
1798
- <img class="movie_thumbnail" src="http://instart1.flixster.com/rtmovie/67/27/67277_tmb.jpg" />
1799
- </a>
1800
- </li>
1801
- <li>
1802
- <a href="/m/last_airbender/pictures/" class="" >
1803
- <img class="movie_thumbnail" src="http://instart2.flixster.com/rtmovie/67/27/67274_tmb.jpg" />
1804
- </a>
1805
- </li>
1806
- <li>
1807
- <a href="/m/last_airbender/pictures/" class="" >
1808
- <img class="movie_thumbnail" src="http://instart3.flixster.com/rtmovie/67/27/67271_tmb.jpg" />
1809
- </a>
1810
- </li>
1811
- <li>
1812
- <a href="/m/last_airbender/pictures/" class="" >
1813
- <img class="movie_thumbnail" src="http://instart0.flixster.com/rtmovie/67/26/67268_tmb.jpg" />
1814
- </a>
1815
- </li>
1816
- <li>
1817
- <a href="/m/last_airbender/pictures/" class="" >
1818
- <img class="movie_thumbnail" src="http://instart2.flixster.com/rtmovie/67/26/67266_tmb.jpg" />
1819
- </a>
1820
- </li>
1821
- <li>
1822
- <a href="/m/last_airbender/pictures/" class="" >
1823
- <img class="movie_thumbnail" src="http://instart0.flixster.com/rtmovie/67/26/67264_tmb.jpg" />
1824
- </a>
1825
- </li>
1826
- </ul>
1827
- <p><a class="see_all_link" href="/m/last_airbender/pictures/">View all photos (45)</a></p>
1828
- </div>
1829
- <div>
1830
- <ul class="movie_clips clearfix">
1831
- <li class="poster_box">
1832
- <a href="/m/last_airbender/trailer/" class="poster_content trailer_play_action_button" data-video-id="11110092" data-playlist-type="related">
1833
- <img src="http://content.internetvideoarchive.com/content/photos/6784/28496018_.jpg" alt="The Last Airbender Legend Tv Spot 3" />
1834
- </a>
1835
- <div class="poster_caption media_block">
1836
- <span class="play_button media_block_image"></span>
1837
- <a href="/m/last_airbender/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11110092" data-playlist-type="related">The Last Airbender: Legend (Tv Spot 3)</a>
1838
- </div>
1839
- </li>
1840
- <li class="poster_box">
1841
- <a href="/m/last_airbender/trailer/" class="poster_content trailer_play_action_button" data-video-id="11095471" data-playlist-type="related">
1842
- <img src="http://content.internetvideoarchive.com/content/photos/6705/28161030_1131.jpg" alt="The Last Airbender Tv Spot 2" />
1843
- </a>
1844
- <div class="poster_caption media_block">
1845
- <span class="play_button media_block_image"></span>
1846
- <a href="/m/last_airbender/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11095471" data-playlist-type="related">The Last Airbender (Tv Spot 2)</a>
1847
- </div>
1848
- </li>
1849
- <li class="poster_box">
1850
- <a href="/m/last_airbender/trailer/" class="poster_content trailer_play_action_button" data-video-id="11095470" data-playlist-type="related">
1851
- <img src="http://content.internetvideoarchive.com/content/photos/6760/28394038_.jpg" alt="The Last Airbender Trailer 2" />
1852
- </a>
1853
- <div class="poster_caption media_block">
1854
- <span class="play_button media_block_image"></span>
1855
- <a href="/m/last_airbender/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11095470" data-playlist-type="related">The Last Airbender (Trailer 2)</a>
1856
- </div>
1857
- </li>
1858
- <li class="poster_box">
1859
- <a href="/m/last_airbender/trailer/" class="poster_content trailer_play_action_button" data-video-id="11130189" data-playlist-type="related">
1860
- <img src="http://content.internetvideoarchive.com/content/photos/7136/29974706_.jpg" alt="The Last Airbender Tv Spot 7" />
1861
- </a>
1862
- <div class="poster_caption media_block">
1863
- <span class="play_button media_block_image"></span>
1864
- <a href="/m/last_airbender/trailer/" class="media_block_content trailer_play_action_button" data-video-id="11130189" data-playlist-type="related">The Last Airbender (Tv Spot 7)</a>
1865
- </div>
1866
- </li>
1867
- </ul>
1868
- <p><a class="see-all_link" href="/m/last_airbender/trailers/">View all videos (67)</a></p>
1869
- </div>
1870
- </div>
1871
- <div class="content_footer clearfix">
1872
- </div>
1873
- </div>
1874
- <style>
1875
- .cl { clear: left; }
1876
- .cr { clear: right; }
1877
- #reviews {
1878
- width: 100%;s
1879
- overflow: hidden;
1880
- }
1881
- </style>
1882
- <div class="content_box " id="contentReviews" >
1883
- <div class="content_header clearfix">
1884
- <h3>
1885
- <a href="/m/last_airbender/reviews/" >Critic Reviews for The Last Airbender</a>
1886
- </h3>
1887
- </div>
1888
- <div class="content_body clearfix">
1889
- <p>
1890
- <a href="/m/last_airbender/reviews/" >All Critics (175)</a>
1891
- |
1892
- <a href="/m/last_airbender/reviews/?type=top_critics" >Top Critics (37)</a>
1893
- |
1894
- <a href="/m/last_airbender/reviews/?sort=fresh" >Fresh (11)</a>
1895
- |
1896
- <a href="/m/last_airbender/reviews/?sort=rotten" >Rotten (164)</a>
1897
- |
1898
- <a href="/m/last_airbender/reviews/?type=dvd" >DVD (5)</a>
1899
- <script>
1900
- $("#myCriticsReviews").mousedown(function(){_gaq.push(['_trackEvent', 'FYC', 'MOB', 'My Critics tab']);});
1901
- </script>
1902
- </p>
1903
- <div id="reviews" comp="HoverTip">
1904
- <div class="quote_bubble top_critic fl cl" >
1905
- <div class="review_quote_top"></div>
1906
- <div class="review_quote">
1907
- <div class="quote_contents media_block">
1908
- <div sub="hover" tip="Original Score: 1/5" class="media_block_image icon small rotten"></div>
1909
- <div class="media_block_content">
1910
- <p>
1911
- One is bored and stupefied by what seems like an eternity of vacuous spectacle, cod-Buddhist tosh and clunking dialogue.
1912
- </p>
1913
- <div class="small">
1914
- <span class="fr subtle">August 12, 2010</span>
1915
- <a href="http://www.timeout.com/film/reviews/88700/the-last-airbender.html" target="_blank" rel="nofollow" >Full Review
1916
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Time Out" alt="Source: Time Out"/></a>
1917
- </div>
1918
- </div>
1919
- </div>
1920
- </div>
1921
- <div class="review_source media_block">
1922
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
1923
- <div class="media_block_content">
1924
- <div class="bold">
1925
- <a href="/critic/nigel-floyd/" class="" >Nigel Floyd</a>
1926
- </div>
1927
- <div class="subtle italic">Time Out</div>
1928
- <div>
1929
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1930
- </div>
1931
- </div>
1932
- </div>
1933
- <script>
1934
- $(function(){
1935
- $(".quote_bubble .comment").moreLess();
1936
- });
1937
- </script>
1938
- <div class="quote_bubble top_critic fr cr" >
1939
- <div class="review_quote_top"></div>
1940
- <div class="review_quote">
1941
- <div class="quote_contents media_block">
1942
- <div class="media_block_image icon small rotten"></div>
1943
- <div class="media_block_content">
1944
- <p>
1945
- [T]he film works so hard to explain its plot developments that it scarcely has any time left over to dramatize them. Exposition has not merely vanquished mimesis, it has burned its homes to the ground and sown salt in its fields.
1946
- </p>
1947
- <div class="small">
1948
- <span class="fr subtle">July 2, 2010</span>
1949
- <a href="http://www.theatlantic.com/culture/archive/2010/07/-hopefully-the-last-airbender/59052/" target="_blank" rel="nofollow" >Full Review
1950
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: The Atlantic" alt="Source: The Atlantic"/></a>
1951
- |
1952
- <a href="/m/last_airbender/comments/?reviewid=1891763" >Comments (10)</a>
1953
- </div>
1954
- </div>
1955
- </div>
1956
- </div>
1957
- <div class="review_source media_block">
1958
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/23/2315_tmb.gif" />
1959
- <div class="media_block_content">
1960
- <div class="bold">
1961
- <a href="/critic/christopher-orr/" class="" >Christopher Orr</a>
1962
- </div>
1963
- <div class="subtle italic">The Atlantic</div>
1964
- <div>
1965
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
1966
- </div>
1967
- </div>
1968
- </div>
1969
- <script>
1970
- $(function(){
1971
- $(".quote_bubble .comment").moreLess();
1972
- });
1973
- </script>
1974
- <div class="quote_bubble top_critic fl cl" >
1975
- <div class="review_quote_top"></div>
1976
- <div class="review_quote">
1977
- <div class="quote_contents media_block">
1978
- <div sub="hover" tip="Original Score: 0/4" class="media_block_image icon small rotten"></div>
1979
- <div class="media_block_content">
1980
- <p>
1981
- Stilted dialogue, wooden acting, glacial pacing, cheesy special effects, tacky-looking sets, ugly costumes, poorly staged and edited action sequences, all shown in murky, cut-rate 3-D.
1982
- </p>
1983
- <div class="small">
1984
- <span class="fr subtle">July 2, 2010</span>
1985
- <a href="http://www.nypost.com/p/entertainment/movies/night_bad_air_day_o52hYSMg32J2hhcPmI7taP" target="_blank" rel="nofollow" >Full Review
1986
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: New York Post" alt="Source: New York Post"/></a>
1987
- |
1988
- <a href="/m/last_airbender/comments/?reviewid=1891751" >Comments (42)</a>
1989
- </div>
1990
- </div>
1991
- </div>
1992
- </div>
1993
- <div class="review_source media_block">
1994
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/16/1611_tmb.gif" />
1995
- <div class="media_block_content">
1996
- <div class="bold">
1997
- <a href="/critic/lou-lumenick/" class="" >Lou Lumenick</a>
1998
- </div>
1999
- <div class="subtle italic">New York Post</div>
2000
- <div>
2001
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
2002
- </div>
2003
- </div>
2004
- </div>
2005
- <script>
2006
- $(function(){
2007
- $(".quote_bubble .comment").moreLess();
2008
- });
2009
- </script>
2010
- <div class="quote_bubble top_critic fr cr" >
2011
- <div class="review_quote_top"></div>
2012
- <div class="review_quote">
2013
- <div class="quote_contents media_block">
2014
- <div sub="hover" tip="Original Score: 0/4" class="media_block_image icon small rotten"></div>
2015
- <div class="media_block_content">
2016
- <p>
2017
- A dull, boring, poorly acted, limply written and thoroughly unappealing fantasy, featuring bland characters locked in a struggle of no interest.
2018
- </p>
2019
- <div class="small">
2020
- <span class="fr subtle">July 1, 2010</span>
2021
- <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/07/02/MVTC1E7AN3.DTL" target="_blank" rel="nofollow" >Full Review
2022
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: San Francisco Chronicle" alt="Source: San Francisco Chronicle"/></a>
2023
- |
2024
- <a href="/m/last_airbender/comments/?reviewid=1891695" >Comments (6)</a>
2025
- </div>
2026
- </div>
2027
- </div>
2028
- </div>
2029
- <div class="review_source media_block">
2030
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/16/1650_tmb.gif" />
2031
- <div class="media_block_content">
2032
- <div class="bold">
2033
- <a href="/critic/mick-lasalle/" class="" >Mick LaSalle</a>
2034
- </div>
2035
- <div class="subtle italic">San Francisco Chronicle</div>
2036
- <div>
2037
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
2038
- </div>
2039
- </div>
2040
- </div>
2041
- <script>
2042
- $(function(){
2043
- $(".quote_bubble .comment").moreLess();
2044
- });
2045
- </script>
2046
- <div class="quote_bubble top_critic fl cl" >
2047
- <div class="review_quote_top"></div>
2048
- <div class="review_quote">
2049
- <div class="quote_contents media_block">
2050
- <div class="media_block_image icon small rotten"></div>
2051
- <div class="media_block_content">
2052
- <p>
2053
- M. Night Shyamalan&#39;s big-screen live-action version of the popular Nickelodeon animated TV series constitutes a form of Chinese water torture in which tin-ear line-readings take the place of drips.
2054
- </p>
2055
- <div class="small">
2056
- <span class="fr subtle">July 1, 2010</span>
2057
- <a href="http://online.wsj.com/article/SB10001424052748703571704575340762047951420.html?mod=WSJ_ArtsEnt_LifestyleArtEnt_2" target="_blank" rel="nofollow" >Full Review
2058
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Wall Street Journal" alt="Source: Wall Street Journal"/></a>
2059
- </div>
2060
- </div>
2061
- </div>
2062
- </div>
2063
- <div class="review_source media_block">
2064
- <img class="critic_thumb media_block_image" src="http://content7.flixster.com/critic/17/1793_tmb.jpg" />
2065
- <div class="media_block_content">
2066
- <div class="bold">
2067
- <a href="/critic/joe-morgenstern/" class="" >Joe Morgenstern</a>
2068
- </div>
2069
- <div class="subtle italic">Wall Street Journal</div>
2070
- <div>
2071
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
2072
- </div>
2073
- </div>
2074
- </div>
2075
- <script>
2076
- $(function(){
2077
- $(".quote_bubble .comment").moreLess();
2078
- });
2079
- </script>
2080
- <div class="quote_bubble top_critic fr cr" >
2081
- <div class="review_quote_top"></div>
2082
- <div class="review_quote">
2083
- <div class="quote_contents media_block">
2084
- <div class="media_block_image icon small rotten"></div>
2085
- <div class="media_block_content">
2086
- <p>
2087
- Please, Hollywood, if there&#39;s to be another Airbender movie, hand the job to some efficient hack, and not to a once mesmerizing artist who&#39;s lost his way.
2088
- </p>
2089
- <div class="small">
2090
- <span class="fr subtle">July 1, 2010</span>
2091
- <a href="http://www.time.com/time/arts/article/0,8599,2000996,00.html" target="_blank" rel="nofollow" >Full Review
2092
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: TIME Magazine" alt="Source: TIME Magazine"/></a>
2093
- |
2094
- <a href="/m/last_airbender/comments/?reviewid=1891660" >Comments (83)</a>
2095
- </div>
2096
- </div>
2097
- </div>
2098
- </div>
2099
- <div class="review_source media_block">
2100
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/16/1652_tmb.gif" />
2101
- <div class="media_block_content">
2102
- <div class="bold">
2103
- <a href="/critic/richard-corliss/" class="" >Richard Corliss</a>
2104
- </div>
2105
- <div class="subtle italic">TIME Magazine</div>
2106
- <div>
2107
- <img src="http://images.rottentomatoescdn.com/images/tomato/ico_topcritic_star.png" alt="Top Critic Icon" border="0"/>Top Critic</div>
2108
- </div>
2109
- </div>
2110
- </div>
2111
- <script>
2112
- $(function(){
2113
- $(".quote_bubble .comment").moreLess();
2114
- });
2115
- </script>
2116
- <div class="quote_bubble fl cl" >
2117
- <div class="review_quote_top"></div>
2118
- <div class="review_quote">
2119
- <div class="quote_contents media_block">
2120
- <div sub="hover" tip="Original Score: 2/4" class="media_block_image icon small rotten"></div>
2121
- <div class="media_block_content">
2122
- <p>
2123
- [Shyamalan] works so much better with stories that are slower in development, where the atmosphere and tone drive the film, and where you&#39;re never quite sure what&#39;s going on (though not in the sense where you&#39;re completely confused, like this film).
2124
- </p>
2125
- <div class="small">
2126
- <span class="fr subtle">September 25, 2012</span>
2127
- <a href="http://www.examiner.com/article/movie-review-the-last-airbender-1" target="_blank" rel="nofollow" >Full Review
2128
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Examiner.com" alt="Source: Examiner.com"/></a>
2129
- </div>
2130
- </div>
2131
- </div>
2132
- </div>
2133
- <div class="review_source media_block">
2134
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/23/2376_tmb.gif" />
2135
- <div class="media_block_content">
2136
- <div class="bold">
2137
- <a href="/critic/jeff-beck/" class="" >Jeff Beck</a>
2138
- </div>
2139
- <div class="subtle italic">Examiner.com</div>
2140
- </div>
2141
- </div>
2142
- </div>
2143
- <script>
2144
- $(function(){
2145
- $(".quote_bubble .comment").moreLess();
2146
- });
2147
- </script>
2148
- <div class="quote_bubble fr cr" >
2149
- <div class="review_quote_top"></div>
2150
- <div class="review_quote">
2151
- <div class="quote_contents media_block">
2152
- <div sub="hover" tip="Original Score: 1/5" class="media_block_image icon small rotten"></div>
2153
- <div class="media_block_content">
2154
- <p>
2155
- This is a kid&#39;s movie that doesn&#39;t seem to realize that it&#39;s a kid&#39;s movie.
2156
- </p>
2157
- <div class="small">
2158
- <span class="fr subtle">April 4, 2011</span>
2159
- <a href="http://www.movies.com/movie-reviews/the-last-airbender-review/dave-white/m60122" target="_blank" rel="nofollow" >Full Review
2160
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Movies.com" alt="Source: Movies.com"/></a>
2161
- |
2162
- <a href="/m/last_airbender/comments/?reviewid=1973322" >Comments (2)</a>
2163
- </div>
2164
- </div>
2165
- </div>
2166
- </div>
2167
- <div class="review_source media_block">
2168
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2169
- <div class="media_block_content">
2170
- <div class="bold">
2171
- <a href="/critic/dave-white/" class="" >Dave White</a>
2172
- </div>
2173
- <div class="subtle italic">Movies.com</div>
2174
- </div>
2175
- </div>
2176
- </div>
2177
- <script>
2178
- $(function(){
2179
- $(".quote_bubble .comment").moreLess();
2180
- });
2181
- </script>
2182
- <div class="quote_bubble fl cl" >
2183
- <div class="review_quote_top"></div>
2184
- <div class="review_quote">
2185
- <div class="quote_contents media_block">
2186
- <div sub="hover" tip="Original Score: 3/10" class="media_block_image icon small rotten"></div>
2187
- <div class="media_block_content">
2188
- <p>
2189
- Bad acting, overstuffed exposition and running time far too brief for the amount of plot shoved into it reduce The Last Airbender into parody of a big summer film as Shyamalan manages to hit every single fantasy film pothole.
2190
- </p>
2191
- <div class="small">
2192
- <span class="fr subtle">March 29, 2011</span>
2193
- <a href="http://www.wildsound-filmmaking-feedback-events.com/the_last_airbender.html" target="_blank" rel="nofollow" >Full Review
2194
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: ComingSoon.net" alt="Source: ComingSoon.net"/></a>
2195
- </div>
2196
- </div>
2197
- </div>
2198
- </div>
2199
- <div class="review_source media_block">
2200
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2201
- <div class="media_block_content">
2202
- <div class="bold">
2203
- <a href="/critic/joshua-starnes/" class="" >Joshua Starnes</a>
2204
- </div>
2205
- <div class="subtle italic">ComingSoon.net</div>
2206
- </div>
2207
- </div>
2208
- </div>
2209
- <script>
2210
- $(function(){
2211
- $(".quote_bubble .comment").moreLess();
2212
- });
2213
- </script>
2214
- <div class="quote_bubble fr cr" >
2215
- <div class="review_quote_top"></div>
2216
- <div class="review_quote">
2217
- <div class="quote_contents media_block">
2218
- <div sub="hover" tip="Original Score: D" class="media_block_image icon small rotten"></div>
2219
- <div class="media_block_content">
2220
- <p>
2221
- The Last Airbender is swollen with portentous mumbo jumbo and realized in the most simplistic and mundane ways imaginable.
2222
- </p>
2223
- <div class="small">
2224
- <span class="fr subtle">March 9, 2011</span>
2225
- <a href="http://reeltimes.blogspot.com/2010/07/last-airbender.html" target="_blank" rel="nofollow" >Full Review
2226
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Reel Times: Reflections on Cinema" alt="Source: Reel Times: Reflections on Cinema"/></a>
2227
- </div>
2228
- </div>
2229
- </div>
2230
- </div>
2231
- <div class="review_source media_block">
2232
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2233
- <div class="media_block_content">
2234
- <div class="bold">
2235
- <a href="/critic/mark-pfeiffer/" class="" >Mark Pfeiffer</a>
2236
- </div>
2237
- <div class="subtle italic">Reel Times: Reflections on Cinema</div>
2238
- </div>
2239
- </div>
2240
- </div>
2241
- <script>
2242
- $(function(){
2243
- $(".quote_bubble .comment").moreLess();
2244
- });
2245
- </script>
2246
- <div class="quote_bubble fl cl" >
2247
- <div class="review_quote_top"></div>
2248
- <div class="review_quote">
2249
- <div class="quote_contents media_block">
2250
- <div sub="hover" tip="Original Score: 2/5" class="media_block_image icon small rotten"></div>
2251
- <div class="media_block_content">
2252
- <p>
2253
- The Last Airbender is a horrific mish-mash of genres that follows a depressingly large number of dead ends in adapting its source material.
2254
- </p>
2255
- <div class="small">
2256
- <span class="fr subtle">February 1, 2011</span>
2257
- <a href="http://www.obsessedwithfilm.com/reviews/the-last-airbender-review-horrific-mish-mash-of-genres-awful-acting-flat-execution.php" target="_blank" rel="nofollow" >Full Review
2258
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: What Culture" alt="Source: What Culture"/></a>
2259
- |
2260
- <a href="/m/last_airbender/comments/?reviewid=1955746" >Comments (4)</a>
2261
- </div>
2262
- </div>
2263
- </div>
2264
- </div>
2265
- <div class="review_source media_block">
2266
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2267
- <div class="media_block_content">
2268
- <div class="bold">
2269
- <a href="/critic/mike-edwards-14020/" class="" >Mike Edwards</a>
2270
- </div>
2271
- <div class="subtle italic">What Culture</div>
2272
- </div>
2273
- </div>
2274
- </div>
2275
- <script>
2276
- $(function(){
2277
- $(".quote_bubble .comment").moreLess();
2278
- });
2279
- </script>
2280
- <div class="quote_bubble fr cr" >
2281
- <div class="review_quote_top"></div>
2282
- <div class="review_quote">
2283
- <div class="quote_contents media_block">
2284
- <div class="media_block_image icon small rotten"></div>
2285
- <div class="media_block_content">
2286
- <p>
2287
- Kiddie-strength action scenes drag the film down, but the kiss of death is Shyamalan&#39;s gratuitous use of earth tones and the general dull, drab look of the film. ... drastically reduces the intensity of the 3-D effects
2288
- </p>
2289
- <div class="small">
2290
- <span class="fr subtle">January 31, 2011</span>
2291
- <a href="http://www.lasvegascitylife.com/articles/2010/07/01/ae/film/iq_36703784.txt" target="_blank" rel="nofollow" >Full Review
2292
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Las Vegas CityLife" alt="Source: Las Vegas CityLife"/></a>
2293
- |
2294
- <a href="/m/last_airbender/comments/?reviewid=1955556" >Comment (1)</a>
2295
- </div>
2296
- </div>
2297
- </div>
2298
- </div>
2299
- <div class="review_source media_block">
2300
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/23/2384_tmb.gif" />
2301
- <div class="media_block_content">
2302
- <div class="bold">
2303
- <a href="/critic/matt-kelemen/" class="" >Matt Kelemen</a>
2304
- </div>
2305
- <a target="_blank" class="italic" href="http://www.lasvegascitylife.com">Las Vegas CityLife
2306
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Las Vegas CityLife" alt="Source: Las Vegas CityLife"/></a>
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 class="media_block_image icon small rotten"></div>
2320
- <div class="media_block_content">
2321
- <p>
2322
- An amateurish mess.
2323
- </p>
2324
- <div class="small">
2325
- <span class="fr subtle">January 18, 2011</span>
2326
- <a href="http://www.scifimoviepage.com/features/lastairbender.html" target="_blank" rel="nofollow" >Full Review
2327
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: iAfrica.com" alt="Source: iAfrica.com"/></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/20/2007_tmb.jpg" />
2334
- <div class="media_block_content">
2335
- <div class="bold">
2336
- <a href="/critic/james-oehley/" class="" >James O'Ehley</a>
2337
- </div>
2338
- <div class="subtle italic">iAfrica.com</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: 2.5/4" class="media_block_image icon small fresh"></div>
2352
- <div class="media_block_content">
2353
- <p>
2354
- Is it a masterpiece? Oh god no, but... I&#39;m intrigued to see where the next film goes...
2355
- </p>
2356
- <div class="small">
2357
- <span class="fr subtle">January 4, 2011</span>
2358
- <a href="http://cinemacrazed.wordpress.com/2011/01/05/the-last-airbender-2010/" target="_blank" rel="nofollow" >Full Review
2359
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Cinema Crazed" alt="Source: Cinema Crazed"/></a>
2360
- |
2361
- <a href="/m/last_airbender/comments/?reviewid=1951238" >Comments (27)</a>
2362
- </div>
2363
- </div>
2364
- </div>
2365
- </div>
2366
- <div class="review_source media_block">
2367
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/22/2204_tmb.jpg" />
2368
- <div class="media_block_content">
2369
- <div class="bold">
2370
- <a href="/critic/felix-vasquez-jr/" class="" >Felix Vasquez Jr.</a>
2371
- </div>
2372
- <div class="subtle italic">Cinema Crazed</div>
2373
- </div>
2374
- </div>
2375
- </div>
2376
- <script>
2377
- $(function(){
2378
- $(".quote_bubble .comment").moreLess();
2379
- });
2380
- </script>
2381
- <div class="quote_bubble fl cl" >
2382
- <div class="review_quote_top"></div>
2383
- <div class="review_quote">
2384
- <div class="quote_contents media_block">
2385
- <div class="media_block_image icon small rotten"></div>
2386
- <div class="media_block_content">
2387
- <p>
2388
- The constant references to &#39;benders&#39; can&#39;t help but elicit sniggers from British audiences ... the plotting is stodgy, the dialogue stinks and the acting is wooden.
2389
- </p>
2390
- <div class="small">
2391
- <span class="fr subtle">January 4, 2011</span>
2392
- <a href="http://blogs.whatsontv.co.uk/movietalk/2010/08/13/the-last-airbender-m-night-shyamalans-fantasy-adventure-an-epic-ordeal/" target="_blank" rel="nofollow" >Full Review
2393
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Movie Talk" alt="Source: Movie Talk"/></a>
2394
- |
2395
- <a href="/m/last_airbender/comments/?reviewid=1951176" >Comment (1)</a>
2396
- </div>
2397
- </div>
2398
- </div>
2399
- </div>
2400
- <div class="review_source media_block">
2401
- <img class="critic_thumb media_block_image" src="http://content7.flixster.com/critic/22/2257_tmb.jpg" />
2402
- <div class="media_block_content">
2403
- <div class="bold">
2404
- <a href="/critic/jason-best/" class="" >Jason Best</a>
2405
- </div>
2406
- <div class="subtle italic">Movie Talk</div>
2407
- </div>
2408
- </div>
2409
- </div>
2410
- <script>
2411
- $(function(){
2412
- $(".quote_bubble .comment").moreLess();
2413
- });
2414
- </script>
2415
- <div class="quote_bubble fr cr" >
2416
- <div class="review_quote_top"></div>
2417
- <div class="review_quote">
2418
- <div class="quote_contents media_block">
2419
- <div sub="hover" tip="Original Score: 4/10" class="media_block_image icon small rotten"></div>
2420
- <div class="media_block_content">
2421
- <p>
2422
- As far as children&#39;s entertainment goes (and it is children&#39;s entertainment), it could be a lot worse.
2423
- </p>
2424
- <div class="small">
2425
- <span class="fr subtle">December 7, 2010</span>
2426
- <a href="http://www.windowtothemovies.com/af2010-4.html#lastairbender" target="_blank" rel="nofollow" >Full Review
2427
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Window to the Movies" alt="Source: Window to the Movies"/></a>
2428
- |
2429
- <a href="/m/last_airbender/comments/?reviewid=1945006" >Comments (4)</a>
2430
- </div>
2431
- </div>
2432
- </div>
2433
- </div>
2434
- <div class="review_source media_block">
2435
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2436
- <div class="media_block_content">
2437
- <div class="bold">
2438
- <a href="/critic/jeffrey-chen/" class="" >Jeffrey Chen</a>
2439
- </div>
2440
- <div class="subtle italic">Window to the Movies</div>
2441
- </div>
2442
- </div>
2443
- </div>
2444
- <script>
2445
- $(function(){
2446
- $(".quote_bubble .comment").moreLess();
2447
- });
2448
- </script>
2449
- <div class="quote_bubble fl cl" >
2450
- <div class="review_quote_top"></div>
2451
- <div class="review_quote">
2452
- <div class="quote_contents media_block">
2453
- <div sub="hover" tip="Original Score: 3/10" class="media_block_image icon small rotten"></div>
2454
- <div class="media_block_content">
2455
- <p>
2456
- The film is an unmitigated disaster, a putrid patchwork of the original series stitched together by wretched performances, bad creative decisions and a story that&#39;s all exposition, no depth.
2457
- </p>
2458
- <div class="small">
2459
- <span class="fr subtle">December 4, 2010</span>
2460
- <a href="http://bluray.ign.com/articles/113/1136229p1.html" target="_blank" rel="nofollow" >Full Review
2461
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: IGN DVD" alt="Source: IGN DVD"/></a>
2462
- |
2463
- <a href="/m/last_airbender/comments/?reviewid=1944829" >Comments (2)</a>
2464
- </div>
2465
- </div>
2466
- </div>
2467
- </div>
2468
- <div class="review_source media_block">
2469
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/22/2251_tmb.jpg" />
2470
- <div class="media_block_content">
2471
- <div class="bold">
2472
- <a href="/critic/r-l-shaffer/" class="" >R. L. Shaffer</a>
2473
- </div>
2474
- <div class="subtle italic">IGN DVD</div>
2475
- </div>
2476
- </div>
2477
- </div>
2478
- <script>
2479
- $(function(){
2480
- $(".quote_bubble .comment").moreLess();
2481
- });
2482
- </script>
2483
- <div class="quote_bubble fr cr" >
2484
- <div class="review_quote_top"></div>
2485
- <div class="review_quote">
2486
- <div class="quote_contents media_block">
2487
- <div sub="hover" tip="Original Score: 1/4" class="media_block_image icon small rotten"></div>
2488
- <div class="media_block_content">
2489
- <p>
2490
- Mere words can barely describe the sheer inanity on display.
2491
- </p>
2492
- <div class="small">
2493
- <span class="fr subtle">November 26, 2010</span>
2494
- <a href="http://www.aisleseat.com/airbender.htm" target="_blank" rel="nofollow" >Full Review
2495
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Aisle Seat" alt="Source: Aisle Seat"/></a>
2496
- </div>
2497
- </div>
2498
- </div>
2499
- </div>
2500
- <div class="review_source media_block">
2501
- <img class="critic_thumb media_block_image" src="http://content6.flixster.com/critic/20/2024_tmb.jpg" />
2502
- <div class="media_block_content">
2503
- <div class="bold">
2504
- <a href="/critic/mike-mcgranaghan/" class="" >Mike McGranaghan</a>
2505
- </div>
2506
- <div class="subtle italic">Aisle Seat</div>
2507
- </div>
2508
- </div>
2509
- </div>
2510
- <script>
2511
- $(function(){
2512
- $(".quote_bubble .comment").moreLess();
2513
- });
2514
- </script>
2515
- <div class="quote_bubble fl cl" >
2516
- <div class="review_quote_top"></div>
2517
- <div class="review_quote">
2518
- <div class="quote_contents media_block">
2519
- <div sub="hover" tip="Original Score: 4/10" class="media_block_image icon small rotten"></div>
2520
- <div class="media_block_content">
2521
- <p>
2522
- It&#39;s a nice movie to look at, as long as you ignore the characters, plot, and action.
2523
- </p>
2524
- <div class="small">
2525
- <span class="fr subtle">November 18, 2010</span>
2526
- <a href="http://www.dvdtown.com/review/last-airbender-the/blu-ray/8619" target="_blank" rel="nofollow" >Full Review
2527
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Movie Metropolis" alt="Source: Movie Metropolis"/></a>
2528
- |
2529
- <a href="/m/last_airbender/comments/?reviewid=1942634" >Comments (2)</a>
2530
- </div>
2531
- </div>
2532
- </div>
2533
- </div>
2534
- <div class="review_source media_block">
2535
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/22/2243_tmb.jpg" />
2536
- <div class="media_block_content">
2537
- <div class="bold">
2538
- <a href="/critic/john-j-puccio/" class="" >John J. Puccio</a>
2539
- </div>
2540
- <div class="subtle italic">Movie Metropolis</div>
2541
- </div>
2542
- </div>
2543
- </div>
2544
- <script>
2545
- $(function(){
2546
- $(".quote_bubble .comment").moreLess();
2547
- });
2548
- </script>
2549
- <div class="quote_bubble fr cr" >
2550
- <div class="review_quote_top"></div>
2551
- <div class="review_quote">
2552
- <div class="quote_contents media_block">
2553
- <div sub="hover" tip="Original Score: 1.5/5" class="media_block_image icon small rotten"></div>
2554
- <div class="media_block_content">
2555
- <p>
2556
- It seems as if a good film could be made out of The Last Airbender&#39;s tale. But this is not that film.
2557
- </p>
2558
- <div class="small">
2559
- <span class="fr subtle">October 21, 2010</span>
2560
- <a href="http://blog.quickflix.com.au/2010/09/17/the-six-stages-of-grieving-shyamalan-the-last-airbender-review/" target="_blank" rel="nofollow" >Full Review
2561
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Quickflix" alt="Source: Quickflix"/></a>
2562
- |
2563
- <a href="/m/last_airbender/comments/?reviewid=1938107" >Comments (5)</a>
2564
- </div>
2565
- </div>
2566
- </div>
2567
- </div>
2568
- <div class="review_source media_block">
2569
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/23/2334_tmb.jpg" />
2570
- <div class="media_block_content">
2571
- <div class="bold">
2572
- <a href="/critic/simon-miraudo/" class="" >Simon Miraudo</a>
2573
- </div>
2574
- <div class="subtle italic">Quickflix</div>
2575
- </div>
2576
- </div>
2577
- </div>
2578
- <script>
2579
- $(function(){
2580
- $(".quote_bubble .comment").moreLess();
2581
- });
2582
- </script>
2583
- <div class="quote_bubble fl cl" >
2584
- <div class="review_quote_top"></div>
2585
- <div class="review_quote">
2586
- <div class="quote_contents media_block">
2587
- <div sub="hover" tip="Original Score: 1/5" class="media_block_image icon small rotten"></div>
2588
- <div class="media_block_content">
2589
- <p>
2590
- The characters are completely uninvolving, the narrative incomprehensible for the most part, and the performances seem to reflect the bewilderment of the plot.
2591
- </p>
2592
- <div class="small">
2593
- <span class="fr subtle">September 23, 2010</span>
2594
- <a href="http://www.abc.net.au/atthemovies/txt/s3016247.htm" target="_blank" rel="nofollow" >Full Review
2595
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: At the Movies (Australia)" alt="Source: At the Movies (Australia)"/></a>
2596
- |
2597
- <a href="/m/last_airbender/comments/?reviewid=1932033" >Comments (11)</a>
2598
- </div>
2599
- </div>
2600
- </div>
2601
- </div>
2602
- <div class="review_source media_block">
2603
- <img class="critic_thumb media_block_image" src="http://content7.flixster.com/critic/15/1561_tmb.gif" />
2604
- <div class="media_block_content">
2605
- <div class="bold">
2606
- <a href="/critic/margaret-pomeranz/" class="" >Margaret Pomeranz</a>
2607
- </div>
2608
- <div class="subtle italic">At the Movies (Australia)</div>
2609
- </div>
2610
- </div>
2611
- </div>
2612
- <script>
2613
- $(function(){
2614
- $(".quote_bubble .comment").moreLess();
2615
- });
2616
- </script>
2617
- <div class="quote_bubble fr cr" >
2618
- <div class="review_quote_top"></div>
2619
- <div class="review_quote">
2620
- <div class="quote_contents media_block">
2621
- <div sub="hover" tip="Original Score: 2/5" class="media_block_image icon small rotten"></div>
2622
- <div class="media_block_content">
2623
- <p>
2624
- Why do the water tribe have so much difficulty defeating their fire opponents when the battle takes place on the ocean?
2625
- </p>
2626
- <div class="small">
2627
- <span class="fr subtle">September 22, 2010</span>
2628
- <a href="http://www.flicks.co.nz/news/review-the-last-airbender/" target="_blank" rel="nofollow" >Full Review
2629
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Flicks.co.nz" alt="Source: Flicks.co.nz"/></a>
2630
- |
2631
- <a href="/m/last_airbender/comments/?reviewid=1931888" >Comments (14)</a>
2632
- </div>
2633
- </div>
2634
- </div>
2635
- </div>
2636
- <div class="review_source media_block">
2637
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2638
- <div class="media_block_content">
2639
- <div class="bold">
2640
- <a href="/critic/andreas-heinemann/" class="" >Andreas Heinemann</a>
2641
- </div>
2642
- <div class="subtle italic">Flicks.co.nz</div>
2643
- </div>
2644
- </div>
2645
- </div>
2646
- <script>
2647
- $(function(){
2648
- $(".quote_bubble .comment").moreLess();
2649
- });
2650
- </script>
2651
- <div class="quote_bubble fl cl" >
2652
- <div class="review_quote_top"></div>
2653
- <div class="review_quote">
2654
- <div class="quote_contents media_block">
2655
- <div sub="hover" tip="Original Score: 1/5" class="media_block_image icon small rotten"></div>
2656
- <div class="media_block_content">
2657
- <p>
2658
- Unspeakably bad dialogue delivered by excruciatingly bad actors in a plot so illogical and stupid it kills unicorns.
2659
- </p>
2660
- <div class="small">
2661
- <span class="fr subtle">September 21, 2010</span>
2662
- <a href="http://marcfennell.blogspot.com/2010/09/circle-last-airbender-easy.html" target="_blank" rel="nofollow" >Full Review
2663
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Channel 10 Australia" alt="Source: Channel 10 Australia"/></a>
2664
- |
2665
- <a href="/m/last_airbender/comments/?reviewid=1931605" >Comments (8)</a>
2666
- </div>
2667
- </div>
2668
- </div>
2669
- </div>
2670
- <div class="review_source media_block">
2671
- <img class="critic_thumb media_block_image" src="http://content8.flixster.com/critic/15/1566_tmb.gif" />
2672
- <div class="media_block_content">
2673
- <div class="bold">
2674
- <a href="/critic/marc-fennell/" class="" >Marc Fennell</a>
2675
- </div>
2676
- <a target="_blank" class="italic" href="http://ten.com.au/">Channel 10 Australia
2677
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Channel 10 Australia" alt="Source: Channel 10 Australia"/></a>
2678
- </div>
2679
- </div>
2680
- </div>
2681
- <script>
2682
- $(function(){
2683
- $(".quote_bubble .comment").moreLess();
2684
- });
2685
- </script>
2686
- <div class="quote_bubble fr cr" >
2687
- <div class="review_quote_top"></div>
2688
- <div class="review_quote">
2689
- <div class="quote_contents media_block">
2690
- <div sub="hover" tip="Original Score: 1.5/5" class="media_block_image icon small rotten"></div>
2691
- <div class="media_block_content">
2692
- <p>
2693
- Shyamalan tells the story like a syndicated news journalist, reporting events with detached direction and lifeless, plot-driven screenwriting.
2694
- </p>
2695
- <div class="small">
2696
- <span class="fr subtle">September 21, 2010</span>
2697
- <a href="http://cutprintreview.com/reviews/1-12-stars/the-last-airbender-review/" target="_blank" rel="nofollow" >Full Review
2698
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: Moviedex" alt="Source: Moviedex"/></a>
2699
- |
2700
- <a href="/m/last_airbender/comments/?reviewid=1931494" >Comment (1)</a>
2701
- </div>
2702
- </div>
2703
- </div>
2704
- </div>
2705
- <div class="review_source media_block">
2706
- <img class="critic_thumb media_block_image" src="http://content9.flixster.com/critic/15/1571_tmb.gif" />
2707
- <div class="media_block_content">
2708
- <div class="bold">
2709
- <a href="/critic/anders-wotzke/" class="" >Anders Wotzke</a>
2710
- </div>
2711
- <div class="subtle italic">Moviedex</div>
2712
- </div>
2713
- </div>
2714
- </div>
2715
- <script>
2716
- $(function(){
2717
- $(".quote_bubble .comment").moreLess();
2718
- });
2719
- </script>
2720
- <div class="quote_bubble fl cl" >
2721
- <div class="review_quote_top"></div>
2722
- <div class="review_quote">
2723
- <div class="quote_contents media_block">
2724
- <div sub="hover" tip="Original Score: 1/5" class="media_block_image icon small rotten"></div>
2725
- <div class="media_block_content">
2726
- <p>
2727
- The worst part is undoubtedly the script, which clunks and groans all the way under the weight of it&#39;s own exposition - tragically and unforgivably, it fails to tell a good story.
2728
- </p>
2729
- <div class="small">
2730
- <span class="fr subtle">September 19, 2010</span>
2731
- <a href="http://www.standard.net.au/blogs/movie-reviews/review-the-last-airbender/1946570.aspx" target="_blank" rel="nofollow" >Full Review
2732
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: The Standard" alt="Source: The Standard"/></a>
2733
- |
2734
- <a href="/m/last_airbender/comments/?reviewid=1931340" >Comments (3)</a>
2735
- </div>
2736
- </div>
2737
- </div>
2738
- </div>
2739
- <div class="review_source media_block">
2740
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2741
- <div class="media_block_content">
2742
- <div class="bold">
2743
- <a href="/critic/matt-neal/" class="" >Matt Neal</a>
2744
- </div>
2745
- <a target="_blank" class="italic" href="http://www.standard.net.au/">The Standard
2746
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="The Standard" alt="Source: The Standard"/></a>
2747
- </div>
2748
- </div>
2749
- </div>
2750
- <script>
2751
- $(function(){
2752
- $(".quote_bubble .comment").moreLess();
2753
- });
2754
- </script>
2755
- <div class="quote_bubble fr cr" >
2756
- <div class="review_quote_top"></div>
2757
- <div class="review_quote">
2758
- <div class="quote_contents media_block">
2759
- <div class="media_block_image icon small rotten"></div>
2760
- <div class="media_block_content">
2761
- <p>
2762
- The mythology of the series doesn&#39;t translate well to the demands of concise big screen storytelling.
2763
- </p>
2764
- <div class="small">
2765
- <span class="fr subtle">September 17, 2010</span>
2766
- <a href="http://www.abc.net.au/rn/movietime/stories/2010/3014037.htm" target="_blank" rel="nofollow" >Full Review
2767
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="Source: MovieTime, ABC Radio National" alt="Source: MovieTime, ABC Radio National"/></a>
2768
- |
2769
- <a href="/m/last_airbender/comments/?reviewid=1930892" >Comment (1)</a>
2770
- </div>
2771
- </div>
2772
- </div>
2773
- </div>
2774
- <div class="review_source media_block">
2775
- <img class="critic_thumb media_block_image" src="http://images.rottentomatoescdn.com/images/redesign/user.none.tmb.jpg" />
2776
- <div class="media_block_content">
2777
- <div class="bold">
2778
- <a href="/critic/jason-di-rosso/" class="" >Jason Di Rosso</a>
2779
- </div>
2780
- <div class="subtle italic">MovieTime, ABC Radio National</div>
2781
- </div>
2782
- </div>
2783
- </div>
2784
- <script>
2785
- $(function(){
2786
- $(".quote_bubble .comment").moreLess();
2787
- });
2788
- </script>
2789
- </div>
2790
- </div>
2791
- <div class="content_footer clearfix">
2792
- <div class="float_right">
2793
- <a href="/m/last_airbender/reviews/" >View all critic reviews (175)</a>
2794
- </div>
2795
- </div>
2796
- </div>
2797
- <div class="content_box " id="audience_reviews" >
2798
- <div class="content_header clearfix">
2799
- <h3>Audience Reviews for The Last Airbender</h3>
2800
- </div>
2801
- <div class="content_body clearfix">
2802
- <div class="quote_bubble fl cl" >
2803
- <div class="review_quote_top"></div>
2804
- <div id="quoteBubble669782561_770805417" class="review_quote_stretch audience_contents clearfix">
2805
- <div class="scoreWrapper"><span class="small rating stars score25"></span></div>
2806
- <div class="comment">
2807
- Never having seen the tv show i can say this. It was not a bad movie. Wasnt great just interesting. I like fantasy type stuff so this was a good show for me. A pretty unique story thanks to the tv show ive been told. But supposedly the director did not capture it. NOW knowing many people who did watch the show. I hear this was not good. I will try and watch the tv show now to see how bad the movie supposedly was.
2808
- </div>
2809
- </div>
2810
- <div class="review_quote_bottom">
2811
- <span class="small fr subtle date">June 29, 2010</span>
2812
- </div>
2813
- <div class="review_source media_block">
2814
- <img src="//graph.facebook.com/523402618/picture" width="50" class="media_block_image critic_thumb" alt="jmanard52" />
2815
- <div class="media_block_content">
2816
- <div class="bold">
2817
- <a href="/user/id/669782561/" >
2818
- John Manard</a>
2819
- </div>
2820
- <p class="superreviewer"><span class="icon profile superreviewer"></span>Super Reviewer</p>
2821
- </div>
2822
- </div>
2823
- </div>
2824
- <script>
2825
- $(function(){
2826
- $(".quote_bubble .comment").moreLess();
2827
- });
2828
- </script>
2829
- <div class="quote_bubble fr cr" >
2830
- <div class="review_quote_top"></div>
2831
- <div id="quoteBubble209816720_770805417" class="review_quote_stretch audience_contents clearfix">
2832
- <div class="scoreWrapper"><span class="small rating stars score25"></span></div>
2833
- <div class="comment">
2834
- Even as someone who is not familiar with the anime of the same name, you can tell that this has probably little to do with it. The set-up, world-building and idea behind this mythology is great and interesting. There are also a couple of genuinely fun action scenes, especially when the bender work with their elements. The main problem are the characters. Why do the main characters from the ice look Caucasian but everyone around them Inuit? Those two aren&#39;t much of actors anyway. Then there is this somewhat flat but often bratty main character. All that makes it hard to care for everything that&#39;s going on. The film is still entertaining and offers some nice special effects, gorgeous landscapes and cities. So the result is not as catastrophic as fans of the original may want to make you believe. It&#39;s not that great a movie on its own either, though. And the sequel the ending dares to hint at very strongly will probably never happen.
2835
- </div>
2836
- </div>
2837
- <div class="review_quote_bottom">
2838
- <span class="small fr subtle date">June 3, 2010</span>
2839
- </div>
2840
- <div class="review_source media_block">
2841
- <img src="//graph.facebook.com/621285941/picture" width="50" class="media_block_image critic_thumb" alt="ironclad1609" />
2842
- <div class="media_block_content">
2843
- <div class="bold">
2844
- <a href="/user/id/209816720/" >
2845
- Jens S.</a>
2846
- </div>
2847
- <p class="superreviewer"><span class="icon profile superreviewer"></span>Super Reviewer</p>
2848
- </div>
2849
- </div>
2850
- </div>
2851
- <script>
2852
- $(function(){
2853
- $(".quote_bubble .comment").moreLess();
2854
- });
2855
- </script>
2856
- </div>
2857
- <div class="content_footer clearfix">
2858
- <div class="float_right">
2859
- <a href="/m/last_airbender/reviews/?type=user" >View all audience reviews</a>
2860
- </div>
2861
- </div>
2862
- </div>
2863
- <div class="content_box " id="like_this" >
2864
- <div class="content_header clearfix">
2865
- <h3>Movies Like The Last Airbender</h3>
2866
- </div>
2867
- <div class="content_body clearfix">
2868
- <div class="movieItem">
2869
- <div>
2870
- <a target="_top" href="/m/dragonball/" class="" >
2871
- <img src="http://instart2.flixster.com/movie/10/88/41/10884138_tmb.jpg" width="54" height="81" alt="Dragonball Evolution" title="Dragonball Evolution" />
2872
- </a></div>
2873
- <div>
2874
- <a target="_top" href="/m/dragonball/" class="" >Dragonball Evolution</a>
2875
- </div>
2876
- </div>
2877
- <div class="movieItem">
2878
- <div>
2879
- <a target="_top" href="/m/fifth_element/" class="" >
2880
- <img src="http://instart2.flixster.com/movie/11/16/94/11169462_tmb.jpg" width="54" height="81" alt="The Fifth Element" title="The Fifth Element" />
2881
- </a></div>
2882
- <div>
2883
- <a target="_top" href="/m/fifth_element/" class="" >The Fifth Element</a>
2884
- </div>
2885
- </div>
2886
- <div class="movieItem">
2887
- <div>
2888
- <a target="_top" href="/m/tmnt_2007/" class="" >
2889
- <img src="http://instart2.flixster.com/movie/11/17/00/11170090_tmb.jpg" width="54" height="81" alt="TMNT" title="TMNT" />
2890
- </a></div>
2891
- <div>
2892
- <a target="_top" href="/m/tmnt_2007/" class="" >TMNT</a>
2893
- </div>
2894
- </div>
2895
- <div class="movieItem">
2896
- <div>
2897
- <a target="_top" href="/m/770719996/" class="" >
2898
- <img src="http://instart1.flixster.com/movie/11/12/30/11123073_tmb.jpg" width="54" height="74" alt="Avatar: The Last Airbender: Book 3" title="Avatar: The Last Airbender: Book 3" />
2899
- </a></div>
2900
- <div>
2901
- <a target="_top" href="/m/770719996/" class="" >Avatar: The Last Airbender: Book 3</a>
2902
- </div>
2903
- </div>
2904
- <div class="movieItem">
2905
- <div>
2906
- <a target="_top" href="/m/xmen/" class="" >
2907
- <img src="http://instart0.flixster.com/movie/11/16/44/11164468_tmb.jpg" width="53" height="77" alt="X-Men" title="X-Men" />
2908
- </a></div>
2909
- <div>
2910
- <a target="_top" href="/m/xmen/" class="" >X-Men</a>
2911
- </div>
2912
- </div>
2913
- <div class="movieItem">
2914
- <div>
2915
- <a target="_top" href="/m/transformers_revenge_of_the_fallen/" class="" >
2916
- <img src="http://instart0.flixster.com/movie/10/93/29/10932980_tmb.jpg" width="52" height="81" alt="Transformers: Revenge of the Fallen" title="Transformers: Revenge of the Fallen" />
2917
- </a></div>
2918
- <div>
2919
- <a target="_top" href="/m/transformers_revenge_of_the_fallen/" class="" >Transformers: Revenge of the Fallen</a>
2920
- </div>
2921
- </div>
2922
- <div class="movieItem">
2923
- <div>
2924
- <a target="_top" href="/m/kung_fu_panda/" class="" >
2925
- <img src="http://instart0.flixster.com/movie/10/15/50/10155064_tmb.jpg" width="54" height="80" alt="Kung Fu Panda" title="Kung Fu Panda" />
2926
- </a></div>
2927
- <div>
2928
- <a target="_top" href="/m/kung_fu_panda/" class="" >Kung Fu Panda</a>
2929
- </div>
2930
- </div>
2931
- </div>
2932
- <div class="content_footer clearfix">
2933
- <div class="float_right">
2934
- <a href="/m/last_airbender/movies_like_last_airbender/" class="" >View all movie suggestions</a></div>
2935
- </div>
2936
- </div>
2937
- <div class="content_box " id="quotesList" >
2938
- <div class="content_header clearfix">
2939
- <h3>
2940
- <a href="/m/last_airbender/quotes/" >The Last Airbender Quotes</a></h3>
2941
- </div>
2942
- <div class="content_body clearfix">
2943
- <ul class="quoteList">
2944
- <li class="quote_item" data-factid="47545">
2945
- <ol>
2946
- <li><span class="bold quote_actor">Uncle Iroh: </span><span class="line">Be careful what you wish for, Admiral. History is not always kind to its subjects.</span></li>
2947
- </ol>
2948
- <div class="quoteFooter">&ndash; Submitted by
2949
- <a href="/user/id/917291246/" >Rafael M</a> (9 months ago)
2950
- </div>
2951
- </li>
2952
- <li class="quote_item" data-factid="46738">
2953
- <ol>
2954
- <li><span class="bold quote_actor">Azula: </span><span class="line">Trust is for fools! Fear is the only reliable way. </span></li>
2955
- </ol>
2956
- <div class="quoteFooter">&ndash; Submitted by
2957
- <a href="/user/id/937353785/" >Natasha B</a> (9 months ago)
2958
- </div>
2959
- </li>
2960
- <li class="quote_item" data-factid="41933">
2961
- <ol>
2962
- <li><span class="bold quote_actor">The Dragon Spirit: </span><span class="line">Aang, use the ocean. Show them the power of Water.</span></li>
2963
- </ol>
2964
- <div class="quoteFooter">&ndash; Submitted by
2965
- <a href="/user/id/934381772/" >Dan Y</a> (11 months ago)
2966
- </div>
2967
- </li>
2968
- <li class="quote_item" data-factid="40831">
2969
- <ol>
2970
- <li><span class="bold quote_actor">Fire Lord Ozai: </span><span class="line">You think, my son, is the soldier, these people are calling, The Blue Spirit?</span></li>
2971
- <li><span class="bold quote_actor">Fire Nation Soldier: </span><span class="line">Yes.</span></li>
2972
- </ol>
2973
- <div class="quoteFooter">&ndash; Submitted by
2974
- <a href="/user/id/920356786/" >Zach S</a> (12 months ago)
2975
- </div>
2976
- </li>
2977
- <li class="quote_item" data-factid="40658">
2978
- <ol>
2979
- <li><span class="bold quote_actor">Princess Yue: </span><span class="line">It gave me life. Maybe I can give it back.</span></li>
2980
- </ol>
2981
- <div class="quoteFooter">&ndash; Submitted by
2982
- <a href="/user/id/933523452/" >Christian F</a> (12 months ago)
2983
- </div>
2984
- </li>
2985
- <li class="quote_item" data-factid="38759">
2986
- <ol>
2987
- <li><span class="bold quote_actor">Uncle Iroh: </span><span class="line">[to Zhao]
2988
- You stand alone. That has always been your greatest weakness.</span></li>
2989
- </ol>
2990
- <div class="quoteFooter">&ndash; Submitted by
2991
- <a href="/user/id/922071032/" >Jed G</a> (12 months ago)
2992
- </div>
2993
- </li>
2994
- </ul>
2995
- </div>
2996
- <div class="content_footer clearfix">
2997
- <div class="float_right">
2998
- <a href="/m/last_airbender/quotes/" >View all quotes (17)</a></div>
2999
- </div>
3000
- </div>
3001
- <div class="content_box " id="discussionForum" >
3002
- <div class="content_header clearfix">
3003
- <h3>Discussion Forum</h3>
3004
- </div>
3005
- <div class="content_body clearfix">
3006
- <tbody>
3007
- <table class="comments_tbl">
3008
- <thead><tr>
3009
- <th class="title">Topic</th>
3010
- <th class="lastPostDate">Last Post</th>
3011
- <th class="replies">Replies</th>
3012
- </tr></thead>
3013
- <tr>
3014
- <td class="title"><a href="/m/last_airbender//forum/?threadid=328157583">To any who defend this film </a></td>
3015
- <td class="lastPostDate">5 days ago</td>
3016
- <td class="replies">15</td>
3017
- </tr>
3018
- </tbody>
3019
- </table>
3020
- </div>
3021
- <div class="content_footer clearfix">
3022
- <div class="float_right"><a href="/m/last_airbender/forum/">View all posts (64)</a></div>
3023
- </div>
3024
- </div>
3025
- <div class="clearfix">
3026
- <div class="content_box " id="features_sidebar" >
3027
- <div class="content_header clearfix">
3028
- <h3>What's Hot On RT</h3>
3029
- </div>
3030
- <div class="content_body clearfix">
3031
- <div class="center">
3032
- <div class="center poster_box" pi="2180" style="width:130px;">
3033
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">
3034
- <img class="" alt="Critics Consensus" src="http://content8.flixster.com/site/10/25/83/10258350_ori.jpg" width="115" height="115" />
3035
- </a>
3036
- <div>
3037
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/">Critics Consensus</a>
3038
- <p><em>2 Guns</em> is Wild, but Stars Connect</p>
3039
- </div>
3040
- </div>
3041
- <div class="center poster_box" pi="2164" style="width:130px;">
3042
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">
3043
- <img class="" alt="Total Recall" src="http://content9.flixster.com/site/10/25/83/10258327_ori.jpg" width="115" height="115" />
3044
- </a>
3045
- <div>
3046
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/">Total Recall</a>
3047
- <p>Bill Paxton's Best Movies</p>
3048
- </div>
3049
- </div>
3050
- <div class="center poster_box" pi="2165" style="width:130px;">
3051
- <a href="http://www.rottentomatoes.com/m/the_secret_life_of_walter_mitty_2013/trailers/">
3052
- <img class="" alt="Walter Mitty" src="http://content6.flixster.com/site/10/25/83/10258332_ori.jpg" width="115" height="115" />
3053
- </a>
3054
- <div>
3055
- <a href="http://www.rottentomatoes.com/m/the_secret_life_of_walter_mitty_2013/trailers/">Walter Mitty</a>
3056
- <p><em>The Secret Life</em> trailer</p>
3057
- </div>
3058
- </div>
3059
- <div class="center poster_box" pi="2151" style="width:130px;">
3060
- <a href="http://www.rottentomatoes.com/gallery/24-frames-certified-fresh-animated-movies/">
3061
- <img class="" alt="24 Frames" src="http://content6.flixster.com/site/10/25/83/10258316_ori.jpg" width="115" height="115" />
3062
- </a>
3063
- <div>
3064
- <a href="http://www.rottentomatoes.com/gallery/24-frames-certified-fresh-animated-movies/">24 Frames</a>
3065
- <p>Certified Fresh animated movies</p>
3066
- </div>
3067
- </div>
3068
- <div class="center poster_box" pi="2148" style="width:130px;">
3069
- <a href="http://www.rottentomatoes.com/m/gravity_2012/trailers">
3070
- <img class="" alt="Gravity Trailer" src="http://content9.flixster.com/site/10/25/83/10258323_ori.jpg" width="115" height="115" />
3071
- </a>
3072
- <div>
3073
- <a href="http://www.rottentomatoes.com/m/gravity_2012/trailers">Gravity Trailer</a>
3074
- <p>Clooney, Bullock are lost in space</p>
3075
- </div>
3076
- </div>
3077
- </div>
3078
- </div>
3079
- <div class="content_footer clearfix">
3080
- </div>
3081
- </div>
3082
- </div>
3083
- <div class="clearfix">
3084
- <div class="col_p col_423">
3085
- <style>
3086
- #contentNews h5 { margin-bottom: 0px;}
3087
- #contentNews .newsRow { margin-bottom: 10px;}
3088
- </style>
3089
- <div class="content_box " id="contentNews" >
3090
- <div class="content_header clearfix">
3091
- <h3>Latest News on The Last Airbender</h3>
3092
- </div>
3093
- <div class="content_body clearfix">
3094
- <div class="newsRow">
3095
- <h5>April 12, 2011:</h5>
3096
- <a href="/m/last_airbender/news/1922479/a_crowdsourced_film_school_scholarship_for_m_night_shyamalan/" title="Source: IGN Movies" target="_blank" class="icon">A Crowdsourced Film School Scholarship for M. Night Shyamalan</a>
3097
- <br />
3098
- Got a few bucks lying around? Here's a site looking for donations to send M. Night Shyamalan back to...
3099
- </div>
3100
- <div class="newsRow">
3101
- <h5>February 26, 2011:</h5>
3102
- <a href="/m/last_airbender/news/1921798/awards_tour_razzie_awards_winners_announced/" title="Source: Rotten Tomatoes" class="icon">Awards Tour: Razzie Awards Winners Announced</a>
3103
- <br />
3104
- The Razzie winners have been officially announced, and "The Last Airbender" and "Sex and the City 2"...
3105
- </div>
3106
- <div class="newsRow">
3107
- <h5>February 22, 2011:</h5>
3108
- <a href="/m/last_airbender/news/1922077/who_did_the_razzies_forget_this_year/" title="Source: Cinematical" target="_blank" class="icon">Who Did the Razzies Forget This Year?</a>
3109
- <br />
3110
- In the midst of Oscar mania, Cinematical asks: which films and actors did the Razzies fail to...
3111
- </div>
3112
- </div>
3113
- <div class="content_footer clearfix">
3114
- </div>
3115
- </div>
3116
- <div class="content_box freshlinks_sidebar" id="freshlinks_sidebar" >
3117
- <div class="content_header clearfix">
3118
- <h3>Fresh Links</h3>
3119
- </div>
3120
- <div class="content_body clearfix">
3121
- <h4 id="freshlinks_featured_header">Featured</h4>
3122
- <div class="featured">
3123
- <p>Movie: ID: 770805417
3124
- Title: The Last Airbender
3125
- Release Date: 2010-07-01 00:00:00.0
3126
- MPAA: 2
3127
- Status: 1
3128
- </p>
3129
- <div class="media_block" pi="2178">
3130
- <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']);">
3131
- <img class="" alt="Director/Actor Collaborations" src="http://content7.flixster.com/site/10/25/83/10258337_ori.jpg" width="55" height="55" />
3132
- </a>
3133
- <div class="media_block_content">
3134
- <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']);">
3135
- <h5>Director/Actor Collaborations
3136
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3137
- </a>
3138
- BuzzSugar profiles some notable directors and the stars they love working with.
3139
- </div>
3140
- </div>
3141
- <div class="media_block" pi="2176">
3142
- <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/']);">
3143
- <img class="" alt="Cartoons That Should Get Movies" src="http://content8.flixster.com/site/10/25/83/10258334_ori.jpg" width="55" height="55" />
3144
- </a>
3145
- <div class="media_block_content">
3146
- <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/']);">
3147
- <h5>Cartoons That Should Get Movies
3148
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3149
- </a>
3150
- Moviefone wants to revisit its childhood on the big screen with these 8 animated shows.
3151
- </div>
3152
- </div>
3153
- <div class="media_block" pi="2173">
3154
- <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']);">
3155
- <img class="" alt="2015: Greatest Movie Year Ever?" src="http://content7.flixster.com/site/10/25/83/10258321_ori.jpg" width="55" height="55" />
3156
- </a>
3157
- <div class="media_block_content">
3158
- <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']);">
3159
- <h5>2015: Greatest Movie Year Ever?
3160
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3161
- </a>
3162
- HitFix lists 23 films that might make 2015 an incredible year.
3163
- </div>
3164
- </div>
3165
- <div class="media_block" pi="2168">
3166
- <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']);">
3167
- <img class="" alt="Wolverine Through the Years" src="http://content9.flixster.com/site/10/25/82/10258267_ori.jpg" width="55" height="55" />
3168
- </a>
3169
- <div class="media_block_content">
3170
- <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']);">
3171
- <h5>Wolverine Through the Years
3172
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3173
- </a>
3174
- Rolling Stone takes a look at the history of the popular Marvel mutant.
3175
- </div>
3176
- </div>
3177
- <div class="media_block" pi="2122">
3178
- <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']);">
3179
- <img class="" alt="50 States, 50 Movies" src="http://content7.flixster.com/site/10/25/78/10257885_ori.jpg" width="55" height="55" />
3180
- </a>
3181
- <div class="media_block_content">
3182
- <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']);">
3183
- <h5>50 States, 50 Movies
3184
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3185
- </a>
3186
- For July 4th, TimeOut has compiled 50 state-specific movie choices.
3187
- </div>
3188
- </div>
3189
- </div>
3190
- <div id="fresh_links_ad" style="height:0px;">
3191
- <script type='text/javascript'>
3192
- RT.ads.push("fresh_links_ad");
3193
- googletag.cmd.push(function() {
3194
- var slot=googletag.defineSlot('/6327/rt.movie/fresh_links', [[245,65]], 'fresh_links_ad')
3195
- .addService(googletag.pubads())
3196
- .setTargeting("unit", "fresh_links")
3197
- .setTargeting("movieid", "770805417")
3198
- .setTargeting("url", "/m/last_airbender/");
3199
- slot.oldRenderEnded = slot.renderEnded;
3200
- slot.renderEnded = function(){
3201
- slot.oldRenderEnded();
3202
- var wrapper = $("#fresh_links_ad");
3203
- wrapper.css("height","").css("width","");
3204
- };
3205
- });
3206
- </script>
3207
- </div>
3208
- <h4 id="freshlinks_promos_header">Promos</h4>
3209
- <div class="promos">
3210
- <div class="media_block" pi="8">
3211
- <a class="media_block_image" href="http://twitter.com/RottenTomatoes" target="_blank" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://twitter.com/RottenTomatoes']);">
3212
- <img class="" alt="Follow RT on Twitter!" src="http://content7.flixster.com/site/10/23/48/10234829_ori.jpg" width="55" height="55" />
3213
- </a>
3214
- <div class="media_block_content">
3215
- <a target="_blank" href="http://twitter.com/RottenTomatoes" onclick="_gaq.push(['_trackEvent', 'Exit Links', 'Click', 'http://twitter.com/RottenTomatoes']);">
3216
- <h5>Follow RT on Twitter!
3217
- <img src="http://images.rottentomatoescdn.com/images/icons/offsite.gif" title="External Link" alt="External Link"/></h5>
3218
- </a>
3219
- Spice up your feed with hourly Tomatometer updates!
3220
- </div>
3221
- </div>
3222
- </div>
3223
- </div>
3224
- <div class="content_footer clearfix">
3225
- </div>
3226
- </div>
3227
- </div>
3228
- <div class="col_p col_300">
3229
- <style>
3230
- #homepagenews ul {margin-bottom: 5px;}
3231
- #homepagenews .newslink { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-block; width:240px;}
3232
- </style>
3233
- <div class="content_box " id="homepagenews" >
3234
- <div class="content_header clearfix">
3235
- <h3><a href="/news/">Movie News</a></h3>
3236
- </div>
3237
- <div class="content_body clearfix">
3238
- <h4 class="fl">Featured on RT</h4>
3239
- <div class="fr">Comments</div>
3240
- <ul class="cleardiv bullets">
3241
- <li class="columned">
3242
- <span class="newslink">
3243
- <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>
3244
- </span>
3245
- <span class="fr">
3246
- <a href="/m/2_guns/news/1928038/critics_consensus_2_guns_shoots_wildly_but_its_stars_connect/" title="20 Comments" class="comments">20</a>
3247
- </span>
3248
- </li>
3249
- <li class="columned">
3250
- <span class="newslink">
3251
- <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>
3252
- </span>
3253
- <span class="fr">
3254
- <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>
3255
- </span>
3256
- </li>
3257
- <li class="columned">
3258
- <span class="newslink">
3259
- <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>
3260
- </span>
3261
- <span class="fr">
3262
- <a href="/m/the_spectacular_now/news/1928039/video_interview__cast_of_the_spectacular_now/" title="1 Comments" class="comments">1</a>
3263
- </span>
3264
- </li>
3265
- <li class="columned">
3266
- <span class="newslink">
3267
- <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>
3268
- </span>
3269
- <span class="fr">
3270
- <a href="/m/the_smurfs_2/news/1928036/parental_guidance_the_smurfs_2_and_europa_report/" title="2 Comments" class="comments">2</a>
3271
- </span>
3272
- </li>
3273
- <li class="columned">
3274
- <span class="newslink">
3275
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/" title="Source: Rotten Tomatoes" >Bill Paxton's Best Movies</a>
3276
- </span>
3277
- <span class="fr">
3278
- <a href="/m/2_guns/news/1928020/bill_paxtons_best_movies/" title="43 Comments" class="comments">43</a>
3279
- </span>
3280
- </li>
3281
- <li class="columned">
3282
- <span class="newslink">
3283
- <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>
3284
- </span>
3285
- <span class="fr">
3286
- <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>
3287
- </span>
3288
- </li>
3289
- <li class="columned">
3290
- <span class="newslink">
3291
- <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>
3292
- </span>
3293
- <span class="fr">
3294
- <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>
3295
- </span>
3296
- </li>
3297
- </ul>
3298
- <h4 class="cleardiv">Top Headlines</h4>
3299
- <ul class="bullets">
3300
- <li class="columned">
3301
- <span class="newslink">
3302
- <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>
3303
- </span>
3304
- <span class="fr">
3305
- <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>
3306
- </span>
3307
- </li>
3308
- <li class="columned">
3309
- <span class="newslink">
3310
- <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>
3311
- </span>
3312
- <span class="fr">
3313
- <a href="/m/warcraft/news/1928034/comments/possible_warcraft_details_emerge/" title="2 Comments" class="comments">2</a>
3314
- </span>
3315
- </li>
3316
- <li class="columned">
3317
- <span class="newslink">
3318
- <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>
3319
- </span>
3320
- <span class="fr">
3321
- <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>
3322
- </span>
3323
- </li>
3324
- <li class="columned">
3325
- <span class="newslink">
3326
- <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>
3327
- </span>
3328
- <span class="fr">
3329
- <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>
3330
- </span>
3331
- </li>
3332
- <li class="columned">
3333
- <span class="newslink">
3334
- <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>
3335
- </span>
3336
- <span class="fr">
3337
- <a href="/m/turbo_2013/news/1928031/comments/jeffrey_katzenberg_offers_turbo_postmortem/" title="1 Comments" class="comments">1</a>
3338
- </span>
3339
- </li>
3340
- <li class="columned">
3341
- <span class="newslink">
3342
- <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>
3343
- </span>
3344
- <span class="fr">
3345
- <a href="/m/1018323-scarface/news/1928030/comments/david_yates_in_talks_to_direct_new_scarface/" title="1 Comments" class="comments">1</a>
3346
- </span>
3347
- </li>
3348
- <li class="columned">
3349
- <span class="newslink">
3350
- <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>
3351
- </span>
3352
- <span class="fr">
3353
- <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>
3354
- </span>
3355
- </li>
3356
- </ul>
3357
- </div>
3358
- <div class="content_footer clearfix">
3359
- <div class="float_right"><a href="/news/">View all movie news</a></div>
3360
- </div>
3361
- </div>
3362
- <div class="content_box " >
3363
- <div class="content_header clearfix">
3364
- <h3>Foreign Titles</h3>
3365
- </div>
3366
- <div class="content_body clearfix">
3367
- <ul class="bullets">
3368
- <li>Die Legende von Aang (DE)</li>
3369
- <li>The Last Airbender 3D (UK)</li>
3370
- </ul>
3371
- </div>
3372
- <div class="content_footer clearfix">
3373
- </div>
3374
- </div>
3375
- <div id="medrec_bottom_ad" class="page_ad" style="height:250px;">
3376
- <script type='text/javascript'>
3377
- RT.ads.push("medrec_bottom_ad");
3378
- googletag.cmd.push(function() {
3379
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[300,250],[300,600]], 'medrec_bottom_ad')
3380
- .addService(googletag.pubads())
3381
- .setTargeting("unit", "medrec_bottom")
3382
- .setTargeting("pos", "bottom")
3383
- .setTargeting("movieid", "770805417")
3384
- .setTargeting("url", "/m/last_airbender/");
3385
- slot.oldRenderEnded = slot.renderEnded;
3386
- slot.renderEnded = function(){
3387
- slot.oldRenderEnded();
3388
- var wrapper = $("#medrec_bottom_ad");
3389
- wrapper.css("height","").css("width","");
3390
- };
3391
- });
3392
- </script>
3393
- </div>
3394
- </div>
3395
- </div>
3396
- <img src="http://segs.btrll.com/v1/tpix/-/-/-/-/-/sid.6548936" height="1" width="1" />
3397
- </div>
3398
- <div class="veil" style="display:none;">
3399
- <div class="spinner"></div>
3400
- </div>
3401
- </div>
3402
- </div>
3403
- </div>
3404
- </div>
3405
- <div id="leaderboard_bottom_ad" class="page_ad leaderboard" style="height:90px;">
3406
- <script type='text/javascript'>
3407
- RT.ads.push("leaderboard_bottom_ad");
3408
- googletag.cmd.push(function() {
3409
- var slot=googletag.defineSlot('/6327/rt.movie/movie_page', [[728,90]], 'leaderboard_bottom_ad')
3410
- .addService(googletag.pubads())
3411
- .setTargeting("unit", "leaderboard_bottom")
3412
- .setTargeting("pos", "bottom")
3413
- .setTargeting("movieid", "770805417")
3414
- .setTargeting("url", "/m/last_airbender/");
3415
- slot.oldRenderEnded = slot.renderEnded;
3416
- slot.renderEnded = function(){
3417
- slot.oldRenderEnded();
3418
- var wrapper = $("#leaderboard_bottom_ad");
3419
- wrapper.css("height","").css("width","");
3420
- };
3421
- });
3422
- </script>
3423
- </div>
3424
- <div id="trailerModalContainer" style="width:760px; height:538px; display:none;">
3425
- <iframe id="trailerModal" src="about:blank" width="760px;" height="100%" style="overflow-x:hidden; margin:0px; display:block;"></iframe>
3426
- <div id="trailerSpinner" class="spinner" style="top: 200px; left:332px; position:absolute;">
3427
- <div class="bar1"></div>
3428
- <div class="bar2"></div>
3429
- <div class="bar3"></div>
3430
- <div class="bar4"></div>
3431
- <div class="bar5"></div>
3432
- <div class="bar6"></div>
3433
- <div class="bar7"></div>
3434
- <div class="bar8"></div>
3435
- <div class="bar9"></div>
3436
- <div class="bar10"></div>
3437
- <div class="bar11"></div>
3438
- <div class="bar12"></div>
3439
- </div>
3440
- </div>
3441
- <script>
3442
- $(document).on('click', '.trailer_play_action_button', function(evt) {
3443
- evt.stopPropagation();
3444
- evt.preventDefault();
3445
- var container = $('#trailerModalContainer');
3446
- _gaq.push(['_trackEvent', 'Movie Details', 'Play Trailer Modal', 'Play Trailer Modal']);
3447
- container.trigger("bax:modal", {el:container, closeButton:true, closeOnClick:true});
3448
- $('#trailerSpinner').show();
3449
- container.show();
3450
- var trailerModalUrl = $(evt.currentTarget).attr("href");
3451
- var videoId = $(this).data("videoId");
3452
- if (videoId) {
3453
- trailerModalUrl = trailerModalUrl + videoId;
3454
- }
3455
- var playlistType = $(this).data("playlistType");
3456
- if (playlistType === 'related') {
3457
- trailerModalUrl = trailerModalUrl + '?moreMovie=true';
3458
- }
3459
- $('#trailerModal').attr('src', trailerModalUrl);
3460
- $('#trailerModal').on('load', function(event) {
3461
- $('#trailerModalContainer').height(this.contentWindow.document.body.offsetHeight);
3462
- $('#trailerModalContainer').trigger("bax:recenter", {});
3463
- $('#trailerSpinner').hide();
3464
- });
3465
- $('#trailerModalContainer').on('bax:close', function(event) {
3466
- $('#trailerModal').attr('src', "about:blank");
3467
- $('#trailerModal').off('load');
3468
- });
3469
- });
3470
- $(document).on('heightchanged', function(event, height) {
3471
- $('#trailerModalContainer').height(height);
3472
- $('#trailerModalContainer').trigger("bax:recenter", {});
3473
- });
3474
- </script>
3475
- <script>
3476
- $(document).ready(function() {
3477
- // Initialize search
3478
- $("[comp=Autocomplete]").comp();
3479
- // Instantiate model
3480
- mobModel = new Backbone.Model({ movieVanity : "last_airbender"});
3481
- // Instantiate router
3482
- var mobRouter = new RT.Backbone.Routers.MOBRouter({model : mobModel});
3483
- // Activate sticky left column
3484
- //$('.stickem-container').stickem();
3485
- var movieList = $("#movies_sidebar");
3486
- var movieListView = new RT.Backbone.Views.MovieList({el : movieList, model : mobModel });
3487
- var hoverBubbleView = new RT.Backbone.Views.HoverBubble({el : movieList });
3488
- var mobPanel = $("#mobPanel");
3489
- var mobView = new RT.Backbone.Views.MOB({el : mobPanel, model : mobModel });
3490
- });
3491
- </script>
3492
- <div class="foot">
3493
- <div class="foot_nav">
3494
- <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>
3495
- </div>
3496
- <div class="copyright">
3497
- <span class="easteregg">Copyright &copy;</span> Flixster, Inc. All rights reserved.
3498
- <script>
3499
- $(".easteregg").click(function(){
3500
- var str="http://www.rottentomatoes.com/m/last_airbender/\n /movies/movie.jsp\n web225.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";
3501
- alert(str);
3502
- });
3503
- </script>
3504
- <a href="/copyright">Copyright Policy</a>
3505
- | <a href="/privacy">Privacy Policy</a>
3506
- | <a href="/terms">Terms of Service</a>
3507
- | <a href="/privacy#thirdparty">Ad Choices</a>
3508
- </div>
3509
- </div>
3510
- <div id="hover-tip" class="hover_tip"><span sub="tip"></span></div>
3511
- <script>
3512
- var googletag = googletag || {};
3513
- googletag.cmd = googletag.cmd || [];
3514
- googletag.cmd.push(function() {
3515
- googletag.pubads()
3516
- .setTargeting("qcs", [])
3517
- .setTargeting("gender", "")
3518
- .setTargeting("age", "")
3519
- .setTargeting("env", "prod")
3520
- .setTargeting("usergenres", [])
3521
- .setTargeting("genre", ["action-adventure","kids-family","science-fiction-fantasy"])
3522
- ;
3523
- googletag.pubads().collapseEmptyDivs();
3524
- googletag.pubads().enableSingleRequest();
3525
- googletag.enableServices();
3526
- });
3527
- $.each(RT.ads, function(idx, val){
3528
- googletag.cmd.push(function() { googletag.display(val); });
3529
- });
3530
- </script>
3531
- <!-- START Nielsen Online SiteCensus V6.0 -->
3532
- <!-- COPYRIGHT 2010 Nielsen Online -->
3533
- <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
3534
- <script type="text/javascript">
3535
- var pvar = { cid: "us-203323h", content: "0", server: "secure-us" };
3536
- var trac = nol_t(pvar);
3537
- trac.record().post();
3538
- </script>
3539
- <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>
3540
- <!-- END Nielsen Online SiteCensus V6.0 -->
3541
- <noscript>
3542
- <div style="display: none;"><img src="http://pixel.quantserve.com/pixel/p-0fuRlG_jy3lfA.gif" height="1" width="1" alt="Quantcast"/></div>
3543
- </noscript>
3544
- <script>console.log("Bottom of body tag reached.")</script>
3545
- <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>
3546
- <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>
3547
- <script type="text/javascript" src="http://jsapi.netflix.com/us/api/js/api.js" ></script>
3548
- </body>
3549
- </html>