odeon_uk 3.0.6 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +5 -3
  3. data/CHANGELOG.md +14 -0
  4. data/{LICENSE.txt → COMM-LICENSE} +0 -0
  5. data/LICENSE +617 -0
  6. data/README.md +58 -29
  7. data/Rakefile +7 -21
  8. data/lib/odeon_uk.rb +5 -14
  9. data/lib/odeon_uk/cinema.rb +123 -75
  10. data/lib/odeon_uk/{api/response.rb → internal/api_response.rb} +3 -3
  11. data/lib/odeon_uk/internal/parser/api/film_lookup.rb +34 -0
  12. data/lib/odeon_uk/internal/parser/api/performance_day.rb +92 -0
  13. data/lib/odeon_uk/internal/title_sanitizer.rb +34 -39
  14. data/lib/odeon_uk/performance.rb +87 -0
  15. data/lib/odeon_uk/version.rb +2 -2
  16. data/odeon_uk.gemspec +19 -21
  17. data/rake/fixture_creator.rb +5 -57
  18. data/test/fixtures/api/all_cinemas.plist +0 -0
  19. data/test/fixtures/api/app_init.plist +0 -0
  20. data/test/fixtures/api/film_times/71-14876.plist +0 -0
  21. data/test/fixtures/api/film_times/71-15408.plist +0 -0
  22. data/test/fixtures/api/film_times/71-15684.plist +0 -0
  23. data/test/fixtures/api/film_times/71-15866.plist +0 -0
  24. data/test/fixtures/api/film_times/71-15868.plist +0 -0
  25. data/test/fixtures/api/film_times/71-15961.plist +0 -0
  26. data/test/fixtures/api/film_times/71-15963.plist +0 -0
  27. data/test/fixtures/api/film_times/71-15965.plist +0 -0
  28. data/test/fixtures/api/film_times/71-15967.plist +0 -0
  29. data/test/fixtures/api/film_times/71-15969.plist +0 -0
  30. data/test/fixtures/api/film_times/71-15977.plist +0 -0
  31. data/test/fixtures/api/film_times/71-15980.plist +0 -0
  32. data/test/fixtures/api/film_times/71-16037.plist +0 -0
  33. data/test/fixtures/api/film_times/71-16136.plist +0 -0
  34. data/test/fixtures/api/film_times/71-16142.plist +0 -0
  35. data/test/fixtures/api/film_times/71-16143.plist +0 -0
  36. data/test/fixtures/api/film_times/71-16187.plist +0 -0
  37. data/test/fixtures/api/film_times/71-16369.plist +0 -0
  38. data/test/fixtures/api/film_times/71-16370.plist +0 -0
  39. data/test/fixtures/api/film_times/71-16374.plist +0 -0
  40. data/test/fixtures/api/film_times/71-16386.plist +0 -0
  41. data/test/fixtures/api/film_times/71-16387.plist +0 -0
  42. data/test/fixtures/api/film_times/71-16388.plist +0 -0
  43. data/test/fixtures/api/film_times/71-16438.plist +0 -0
  44. data/test/fixtures/api/film_times/71-16454.plist +0 -0
  45. data/test/fixtures/api/film_times/71-16457.plist +0 -0
  46. data/test/fixtures/api/film_times/71-16477.plist +0 -0
  47. data/test/fixtures/api/film_times/71-16478.plist +0 -0
  48. data/test/fixtures/api/film_times/71-16480.plist +0 -0
  49. data/test/fixtures/api/film_times/71-16482.plist +0 -0
  50. data/test/fixtures/api/film_times/71-16489.plist +0 -0
  51. data/test/lib/odeon_uk/cinema_test.rb +154 -373
  52. data/test/lib/odeon_uk/{api/response_test.rb → internal/api_response_test.rb} +7 -4
  53. data/test/lib/odeon_uk/performance_test.rb +149 -0
  54. data/test/lib/odeon_uk/version_test.rb +3 -5
  55. data/test/support/api_fixtures_helper.rb +9 -3
  56. data/test/support/fake_api_response.rb +17 -0
  57. data/test/test_helper.rb +9 -3
  58. metadata +89 -145
  59. data/.rdoc_options +0 -16
  60. data/lib/odeon_uk/api/cinema.rb +0 -67
  61. data/lib/odeon_uk/api/screenings.rb +0 -103
  62. data/lib/odeon_uk/configuration.rb +0 -21
  63. data/lib/odeon_uk/html/cinema.rb +0 -101
  64. data/lib/odeon_uk/html/parser/film_with_screenings.rb +0 -160
  65. data/lib/odeon_uk/html/screenings.rb +0 -38
  66. data/lib/odeon_uk/html/website.rb +0 -38
  67. data/lib/odeon_uk/screening.rb +0 -71
  68. data/test/fixtures/api/film_times/71-100747.plist +0 -0
  69. data/test/fixtures/api/film_times/71-100750.plist +0 -0
  70. data/test/fixtures/api/film_times/71-100790.plist +0 -0
  71. data/test/fixtures/api/film_times/71-14646.plist +0 -0
  72. data/test/fixtures/api/film_times/71-14725.plist +0 -0
  73. data/test/fixtures/api/film_times/71-15086.plist +0 -0
  74. data/test/fixtures/api/film_times/71-15096.plist +0 -0
  75. data/test/fixtures/api/film_times/71-15122.plist +0 -0
  76. data/test/fixtures/api/film_times/71-15130.plist +0 -0
  77. data/test/fixtures/api/film_times/71-15141.plist +0 -0
  78. data/test/fixtures/api/film_times/71-15142.plist +0 -0
  79. data/test/fixtures/api/film_times/71-15143.plist +0 -0
  80. data/test/fixtures/api/film_times/71-15144.plist +0 -0
  81. data/test/fixtures/api/film_times/71-15145.plist +0 -0
  82. data/test/fixtures/api/film_times/71-15170.plist +0 -0
  83. data/test/fixtures/api/film_times/71-15172.plist +0 -0
  84. data/test/fixtures/api/film_times/71-15177.plist +0 -0
  85. data/test/fixtures/api/film_times/71-15179.plist +0 -0
  86. data/test/fixtures/api/film_times/71-15182.plist +0 -0
  87. data/test/fixtures/api/film_times/71-15286.plist +0 -0
  88. data/test/fixtures/api/film_times/71-15360.plist +0 -0
  89. data/test/fixtures/api/film_times/71-15586.plist +0 -0
  90. data/test/fixtures/api/film_times/71-15700.plist +0 -0
  91. data/test/fixtures/api/film_times/71-15718.plist +0 -0
  92. data/test/fixtures/api/film_times/71-15768.plist +0 -0
  93. data/test/fixtures/api/film_times/71-15788.plist +0 -0
  94. data/test/fixtures/api/film_times/71-15793.plist +0 -0
  95. data/test/fixtures/api/film_times/71-15794.plist +0 -0
  96. data/test/fixtures/api/film_times/71-15795.plist +0 -0
  97. data/test/fixtures/api/film_times/71-15796.plist +0 -0
  98. data/test/fixtures/api/film_times/71-15799.plist +0 -0
  99. data/test/fixtures/api/film_times/71-15802.plist +0 -0
  100. data/test/fixtures/api/film_times/71-15814.plist +0 -0
  101. data/test/fixtures/api/film_times/71-15817.plist +0 -0
  102. data/test/fixtures/api/film_times/71-15840.plist +0 -0
  103. data/test/fixtures/html/cinema/105.html +0 -2622
  104. data/test/fixtures/html/cinema/211.html +0 -3241
  105. data/test/fixtures/html/cinema/71.html +0 -3448
  106. data/test/fixtures/html/showtimes/11-imax.html +0 -170
  107. data/test/fixtures/html/showtimes/171-d-box.html +0 -203
  108. data/test/fixtures/html/showtimes/71-0.html +0 -59
  109. data/test/fixtures/html/showtimes/71.html +0 -2395
  110. data/test/fixtures/html/sitemap.html +0 -1303
  111. data/test/lib/odeon_uk/api/cinema_test.rb +0 -165
  112. data/test/lib/odeon_uk/api/screenings_test.rb +0 -58
  113. data/test/lib/odeon_uk/configuration_test.rb +0 -29
  114. data/test/lib/odeon_uk/html/cinema_test.rb +0 -149
  115. data/test/lib/odeon_uk/html/parser/film_with_screenings_test.rb +0 -97
  116. data/test/lib/odeon_uk/html/screenings_test.rb +0 -44
  117. data/test/lib/odeon_uk/html/website_test.rb +0 -67
  118. data/test/lib/odeon_uk/screening_test.rb +0 -92
  119. data/test/support/website_fixtures_helper.rb +0 -30
@@ -1,3241 +0,0 @@
1
-
2
-
3
-
4
-
5
-
6
- <!DOCTYPE html>
7
- <html lang="en">
8
- <head>
9
- <script>
10
- window.isMobileDevice = function() {
11
- var check = false;
12
- (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true})(navigator.userAgent||navigator.vendor||window.opera);
13
- return check;
14
- };
15
-
16
- (function(){
17
-
18
- if (!window.isMobileDevice()) {
19
- return;
20
- }
21
-
22
- if(String(document.location).search('odeoncinemas.ie') > -1) {
23
- return;
24
- }
25
-
26
- var regex = /\/cinemas\/\S+\/\d+\//i;
27
- //are we on a cinema page
28
- if(!(regex.test(document.location))) {
29
- return;
30
- }
31
- //have we been on odeon before
32
- if (document.referrer.indexOf(location.hostname) > -1) {
33
- return;
34
- }
35
- //~10% redirects only
36
- if (Math.floor(Math.random() * 10) !== 3) {
37
- return;
38
- }
39
- var siteId = regex.exec(String(document.location))[0].match(/\d+/);
40
- window.location.href = "http://mobi.odeon.co.uk/cinema-films/s/"+siteId+"/?main_redirect=1";
41
- })();
42
- </script>
43
- <meta charset="utf-8">
44
- <title>ODEON BFI IMAX - View Listings and Book Cinema Tickets Now!</title> <meta name="description" content="ODEON BFI IMAX - View Cinema Listings and Book Cinema Tickets! Find the latest film times, offers, trailers and prices at your local Cinema in BFI IMAX">
45
- <meta property="og:title" content="ODEON BFI IMAX">
46
- <meta property="og:type" content="cinema">
47
- <meta property="og:image" content="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/ca8de02bb4b4ab3155aad6280bcf77ad.jpg">
48
- <meta property="og:site_name" content="www.odeon.co.uk">
49
- <meta property="og:url" content="http://www.odeon.co.uk/cinemas/bfi_imax/211/">
50
- <meta property="og:description" content="The BFI IMAX is situated in middle of a roundabout directly opposite Waterloo train station. The cinema has 1 IMAX screen (Premium, Premium Double Seats, IMAX, Costa) 3 ATMs which are located in the main foyer.">
51
- <meta name="viewport" content="width=1280">
52
- <!--[if lte IE 8]>
53
- <script type="text/javascript">
54
- function checkCookie() {
55
- if (document.cookie.length > 0) {
56
- os = document.cookie.indexOf('ieNotice');
57
- if (os == -1) {
58
- document.location = "/ie8.html";
59
- }
60
- }
61
- document.cookie = "ieNotice=seen";
62
- }
63
- checkCookie();
64
- </script>
65
- <![endif]-->
66
-
67
- <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
68
- <meta property="fb:app_id" content="219600464861444" />
69
-
70
-
71
- <!-- Le styles -->
72
-
73
- <link href="/css/main_t1426242250.css" media="all" rel="stylesheet" type="text/css">
74
- <!--[if IE]><link href="/css/main0_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
75
- <!--[if IE]><link href="/css/main1_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
76
- <!--[if IE]><link href="/css/main2_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
77
- <link href="/images/ico/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed">
78
- <link href="/images/ico/apple-touch-icon-114-precomposed.png" rel="apple-touch-icon-precomposed">
79
- <link href="/images/ico/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon-precomposed">
80
- <link href="/images/ico/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed">
81
- <link href="/images/ico/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon">
82
- <!--[if lte IE 9]><link href="/css/ie9.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
83
- <script type="text/javascript">var website_app_locale = 'uk';</script>
84
- <script type="text/javascript">var site_protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://') </script>
85
- <script type="text/javascript">var media_host = "http://m.odeon.co.uk/";</script>
86
- <!-- Scripts -->
87
- <script type="text/javascript" src="/build/js/odeon.min.03132015102356.jgz"></script>
88
- <!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/selectivizr-min.js"></script><![endif]-->
89
- <!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/IE9.js"></script><![endif]--> <!--[if !IE]><!--><script>
90
- if (/*@cc_on!@*/false && document.documentMode === 10) {
91
- document.documentElement.className+=' ie10';
92
- document.write('<link type="text/css" rel="stylesheet" media="all" href="/css/ie9.css">');
93
- }
94
- </script><!--<![endif]-->
95
- <!-- openX -->
96
- <script type="text/javascript">
97
- document.write('<s' + 'cript src="' + site_protocol + 'ads.odeon.co.uk/www/delivery/spcjs.php?id=4" type="text/javascript">' + '<\/s' + 'cript>');
98
- </script>
99
- <!-- Google Analytics -->
100
- <script type="text/javascript">
101
- var _gaq = _gaq || [];
102
- _gaq.push(['_setAccount', 'UA-915269-1']);
103
- _gaq.push(['_trackPageview']);
104
- _gaq.push(['_setDomainName', 'odeon.co.uk']);
105
- _gaq.push(['_setAllowLinker', true]);
106
- (function() {
107
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
108
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
109
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
110
- })();
111
- </script>
112
- </head>
113
- <body>
114
-
115
- <!-- Google Tag Manager -->
116
- <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PXMHZ5"
117
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
118
- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
119
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
120
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
121
- '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
122
- })(window,document,'script','dataLayer','GTM-PXMHZ5');</script>
123
- <!-- End Google Tag Manager --> <div class="bg shapes"></div>
124
- <div class="bg odeonsmall"></div>
125
- <div class="bg bokeh1"></div>
126
- <div class="bg bokeh2"></div>
127
- <div class="bg bokeh3"></div>
128
- <div class="bg bokeh4"></div>
129
- <div class="bg bokeh5"></div>
130
- <div class="bg bokeh6"></div>
131
- <div id="wrapper">
132
- <div class="drev-inpage-banner-outer-header">
133
- <div class="drev-inpage-banner-inner -ce-capture"><script type='text/javascript'><!--// <![CDATA[
134
- OA_show(13);
135
- // ]]> --></script><noscript><a target='_blank' href='http://ads.odeon.co.uk/www/delivery/ck.php?n=ps63153d8'><img border='0' alt='' src='http://ads.odeon.co.uk/www/delivery/avw.php?zoneid=13&amp;n=ps63153d8' /></a></noscript></div>
136
- </div>
137
-
138
- <header>
139
- <div class="navbar navbar-static-top">
140
- <div class="navbar-inner no-shadow">
141
- <div class="container">
142
- <div class="row">
143
- <div class="span5">
144
- </div>
145
- <div class="span7">
146
- <nav class="pull-right">
147
- <ul class="unstyled inline">
148
- <li >
149
- <a href="http://www.odeon.co.uk/my-odeon/" class="my-odeon-menu-link" id="dropdownMenu" role="button">
150
- <i class="icon-my-odeon icon-white"></i> <strong>My ODEON</strong>
151
- </a>
152
-
153
- </li>
154
- <li id="login" class="inactive"><a href="#"><strong>Login</strong></a></li>
155
- <li class="signup"><a href="https://www.odeon.co.uk/sign-up/"><strong>Sign up</strong></a></li>
156
- <li id="quick-book" class="inactive"><a tabindex="-1" href="/quickBooking/" id="quick-booking-nav"><strong>Quick Book</strong></a></li>
157
- </ul>
158
- </nav>
159
- </div>
160
- </div>
161
- </div>
162
- </div>
163
- <div class="navbar-inner no-shadow quick-book invisible">
164
- <div id="quick-booking-container" class="container">
165
- <div class="row">
166
- <div class="span12">
167
- <form id="quickBookingForm" name="quickBookingForm" method="POST" class="quick-book">
168
- <label for="quick-booking-cinemas-select">I want to go to</label>
169
- <div class="selectpicker select-icon-select">
170
- <select id="quick-booking-cinemas-select" name="quick-booking-cinemas-select">
171
- <option value="null">Loading</option>
172
- </select>
173
- </div>
174
- <label for="quick-booking-films-select" class="">to see</label>
175
- <div class="selectpicker select-icon-select">
176
- <select id="quick-booking-films-select" name="quick-booking-films-select">
177
- <option value="null">Loading</option>
178
- </select>
179
- </div>
180
- <label for="quick-booking-performances-days-select" class="">on</label>
181
- <div class="selectpicker select-icon-select">
182
- <select id="quick-booking-performances-days-select" name="quick-booking-performances-days-select"></select>
183
- </div>
184
- <button type="button" id="quick-booking-go-button" name="quick-booking-go-button" class="btn blue pull-right disabled">Go</button>
185
- <a id="quick-booking-reset" class="pull-right underline" href="#">Reset</a>
186
- </form>
187
- </div>
188
- </div>
189
- </div>
190
- </div>
191
-
192
- <div id="quick-booking-containe-performances" class="row content all-over grey quick-book-dropdown"></div>
193
- <div class="navbar-inner no-shadow login invisible" id="header-login-form">
194
- <div class="container">
195
- <div class="row">
196
- <div class="span12">
197
- <div class="row">
198
- <div class="span5">
199
- <a href="https://www.odeon.co.uk/login/facebook-login/L2NpbmVtYXMvb2Rlb24vMjExLw==/" class="btn blue large facebook">
200
- <i class="film-icon-btn-facebook"></i>Login with Facebook
201
- </a> <div class="line-ver">or</div>
202
- </div>
203
- <div class="span7">
204
-
205
- <form action="https&#x3A;&#x2F;&#x2F;www.odeon.co.uk&#x2F;login&#x2F;" method="post" name="login" class="quick-book&#x20;loginForm" id="login"><input name="redirect" type="hidden" value="&#x2F;cinemas&#x2F;odeon&#x2F;211&#x2F;"><label for="enter-mail">Sign in to My ODEON</label><input name="username" type="text" placeholder="Email&#x20;Address" id="enter-mail" autocomplete="off" value=""><input name="password" type="password" placeholder="Password" id="enter-pass" autocomplete="off" value=""><input name="submit" type="submit" class="btn&#x20;blue" value="Login"></form> <span class="error text-error login-header-error">Username or Password incorrect.</span>
206
-
207
- <span>Not signed up?</span><a href="/sign-up/">Sign up now</a><a href="/forgotten-password/" class="forgotten-password-header-toggle">Forgotten your password?</a>
208
- </div>
209
- </div>
210
- </div>
211
- </div>
212
- </div>
213
- </div>
214
- <div class="navbar-inner no-shadow login forgotten" id="header-login-forgotten-form">
215
- <div class="container">
216
- <div class="row">
217
- <div class="span12">
218
- <div class="row">
219
- <div class="span5">
220
- <span><strong>Forgotten your password?</strong>Enter the email address you registered with and we will email you a link to reset your password</span>
221
- </div>
222
- <div class="span7">
223
- <form action="https://www.odeon.co.uk/forgotten-password/" method="POST" class="quick-book">
224
- <input type="text" id="enter-mail" name="email-address" placeholder="Email Address" autocomplete="off">
225
- <input type="submit" class="btn blue" value="Reset password">
226
- </form>
227
- <a href="#" class="forgotten-password-header-toggle">Return to login</a>
228
- </div>
229
- </div>
230
- </div>
231
- </div>
232
- </div>
233
- </div>
234
- <script>
235
- $(document).ready(function(){
236
- if ($.cookie('loginRequestFailed')) {
237
- $('#login').click();
238
- $('#enter-mail', 'div.navbar-inner.login form#login ').addClass('error');
239
- $('#enter-pass', 'div.navbar-inner.login form#login ').addClass('error');
240
- $('span.error.text-error.login-header-error', 'div.navbar-inner.login').show();
241
- $.cookie('loginRequestFailed', null);
242
- }
243
- });
244
- </script>
245
-
246
-
247
- <div class="navbar-inner no-shadow">
248
- <div class="shadow"></div>
249
- <div class="container" >
250
- <div class="row">
251
- <div class="span12">
252
- <a class="brand icon-logo" href="http://www.odeon.co.uk/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Brand Logo" data-eventlabel="home" >ODEON Website</a>
253
- <nav class="pull-left">
254
- <ul class="unstyled inline">
255
- <li class="header-nav"><a href="http://www.odeon.co.uk/"><i class="icon-home"></i></a></li>
256
- <li class="header-nav dropdown">
257
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">Cinemas</a>
258
- <ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
259
- <div class="container">
260
- <li class="span4">
261
- <ul class="unstyled" role="menu">
262
- <li class="select-odeon logout">
263
- <form class="select-cinema" method="post" action="/cinema-finder/">
264
- <label for="your-cinema">Select a cinema</label>
265
- <div class="selectpicker select-icon-select">
266
- <select id="your-cinema" data-size="10" name ="siteId">
267
- <option value="0">Select a cinema</option>
268
- <option value="181">Andover</option>
269
- <option value="61">Aylesbury</option>
270
- <option value="62">Ayr</option>
271
- <option value="63">Banbury</option>
272
- <option value="64">Barnet</option>
273
- <option value="149">Basingstoke</option>
274
- <option value="65">Bath</option>
275
- <option value="66">Beckenham</option>
276
- <option value="170">Belfast</option>
277
- <option value="211">BFI IMAX</option>
278
- <option value="212">Birmingham Broadway Plaza</option>
279
- <option value="67">Birmingham New Street</option>
280
- <option value="68">Blackpool</option>
281
- <option value="58">Bournemouth (ABC)</option>
282
- <option value="69">Bournemouth (ODEON)</option>
283
- <option value="2">Bracknell</option>
284
- <option value="154">Braehead</option>
285
- <option value="70">Bridgend</option>
286
- <option value="71">Brighton</option>
287
- <option value="72">Bristol</option>
288
- <option value="73">Bromborough</option>
289
- <option value="75">Camden</option>
290
- <option value="76">Canterbury</option>
291
- <option value="3">Cardiff</option>
292
- <option value="151">Chatham</option>
293
- <option value="77">Chelmsford</option>
294
- <option value="80">Colchester</option>
295
- <option value="81">Covent Garden</option>
296
- <option value="82">Coventry</option>
297
- <option value="182">Crewe</option>
298
- <option value="83">Darlington</option>
299
- <option value="32">Derby</option>
300
- <option value="214">Dorchester</option>
301
- <option value="37">Dudley (Merry Hill)</option>
302
- <option value="85">Dumfries</option>
303
- <option value="86">Dundee</option>
304
- <option value="87">Dunfermline</option>
305
- <option value="33">East Kilbride</option>
306
- <option value="108">Edinburgh Lothian Road</option>
307
- <option value="140">Edinburgh Wester Hailes</option>
308
- <option value="88">Epsom</option>
309
- <option value="89">Esher</option>
310
- <option value="90">Exeter</option>
311
- <option value="91">Gerrards Cross</option>
312
- <option value="120">Glasgow Quay</option>
313
- <option value="6">Greenwich</option>
314
- <option value="92">Guildford</option>
315
- <option value="93">Harrogate</option>
316
- <option value="94">Hastings</option>
317
- <option value="7">Hatfield</option>
318
- <option value="217">Hereford</option>
319
- <option value="97">Holloway</option>
320
- <option value="8">Huddersfield</option>
321
- <option value="98">Hull</option>
322
- <option value="99">Kensington</option>
323
- <option value="100">Kettering</option>
324
- <option value="101">Kilmarnock</option>
325
- <option value="102">Kingston</option>
326
- <option value="9">Lee Valley</option>
327
- <option value="103">Leeds-Bradford</option>
328
- <option value="104">Leicester</option>
329
- <option value="106">Lincoln</option>
330
- <option value="171">Liverpool ONE</option>
331
- <option value="133">Liverpool Switch Island</option>
332
- <option value="213">Llanelli</option>
333
- <option value="105">London - Leicester Square</option>
334
- <option value="139">London - West End - Now closed</option>
335
- <option value="183">Loughborough</option>
336
- <option value="10">Maidenhead</option>
337
- <option value="109">Maidstone</option>
338
- <option value="11">Manchester</option>
339
- <option value="110">Mansfield</option>
340
- <option value="111">Marble Arch</option>
341
- <option value="174">Metrocentre</option>
342
- <option value="218">Milton Keynes Stadium</option>
343
- <option value="112">Muswell Hill</option>
344
- <option value="184">Newark</option>
345
- <option value="13">Norwich</option>
346
- <option value="114">Nuneaton</option>
347
- <option value="115">Oxford George St</option>
348
- <option value="116">Oxford Magdalen St</option>
349
- <option value="117">Panton St</option>
350
- <option value="15">Port Solent</option>
351
- <option value="28">Preston</option>
352
- <option value="119">Putney</option>
353
- <option value="121">Richmond</option>
354
- <option value="123">Rochdale</option>
355
- <option value="124">Salisbury</option>
356
- <option value="125">Sheffield</option>
357
- <option value="17">Silverlink</option>
358
- <option value="126">South Woodford</option>
359
- <option value="127">Southampton</option>
360
- <option value="128">Southend</option>
361
- <option value="129">Stoke</option>
362
- <option value="130">Streatham</option>
363
- <option value="18">Surrey Quays</option>
364
- <option value="185">Swadlincote</option>
365
- <option value="19">Swansea</option>
366
- <option value="132">Swiss Cottage</option>
367
- <option value="30">Tamworth</option>
368
- <option value="134">Taunton</option>
369
- <option value="27">Telford</option>
370
- <option value="135">Tottenham Court Rd</option>
371
- <option value="20">Trafford Centre</option>
372
- <option value="216">Trowbridge</option>
373
- <option value="136">Tunbridge Wells</option>
374
- <option value="137">Uxbridge</option>
375
- <option value="29">Warrington</option>
376
- <option value="215">West Bromwich</option>
377
- <option value="141">Weston super Mare</option>
378
- <option value="21">Whiteleys</option>
379
- <option value="208">Whiteleys - The Lounge</option>
380
- <option value="142">Wimbledon</option>
381
- <option value="143">Worcester</option>
382
- <option value="173">Wrexham Eagles Meadow</option>
383
- </select>
384
- </div>
385
- <button type="submit" class="btn darkblue pull-right" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="cinema-drop-down" >Go</button>
386
- <div class="or"><hr /><span>or</span><hr /></div>
387
- </form>
388
- <form method="post" action="/cinemas/" >
389
- <label for="your-town">Find your nearest ODEON</label>
390
- <input type="text" id="your-town" name="searchFor" placeholder="Enter town or postcode">
391
- <button type="submit" class="btn darkblue pull-right" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="postcode-search" >Search</button>
392
- </form>
393
- </li>
394
- <li class="nav-icon-all-cinemas"></li>
395
- <li><a href="http://www.odeon.co.uk/cinemas/london/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="city-cinemas" ><i class="nav-icon-arrow-blue"></i><strong>View all London cinemas</strong></a></li>
396
- </ul>
397
- </li>
398
- <li class="span8"><h2>Experience more at ODEON</h2>
399
- <ul class="unstyled" role="menu">
400
- <li class="nav-icon-odeon-3d">
401
- <a href="/3d/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="3d" ><i class="nav-icon-arrow-blue"></i><strong>3D</strong></a>
402
- <span>3D images that pop out of the screen.</span>
403
- </li>
404
- <li class="nav-icon-odeon-isense">
405
- <a href="/isense/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="isense" ><i class="nav-icon-arrow-blue"></i><strong>ISENSE</strong></a>
406
- <span>See the film, bigger and brighter than ever before.</span>
407
- </li>
408
- <li class="nav-icon-premier-seating">
409
- <a href="/premier-seating/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="premiere-seeting" ><i class="nav-icon-arrow-blue"></i><strong>Premier Seating</strong></a>
410
- <span>The best seats in the house.</span>
411
- </li>
412
- <li class="nav-icon-food-drink">
413
- <a href="/food-concessions/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="food-concessions" ><i class="nav-icon-arrow-blue"></i><strong>Food &amp; Drink</strong></a>
414
- <span>Sweets, Ice cream, soft drinks, fresh popcorn &amp; hot food.</span>
415
- </li>
416
- </ul>
417
-
418
- <ul class="unstyled" role="menu">
419
- <li class="nav-icon-imax">
420
- <a href="/imax/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="imax" ><i class="nav-icon-arrow-blue"></i><strong>IMAX</strong></a>
421
- <span>Immerse yourself in the action with ODEON IMAX.</span>
422
- </li>
423
- <li class="nav-icon-odeon-dbox">
424
- <a href="/d-box/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="d-box" ><i class="nav-icon-arrow-blue"></i><strong>D-BOX</strong></a>
425
- <span>The next dimension of your cinematic experience.</span>
426
- </li>
427
- <li class="nav-icon-gallery-seating">
428
- <a href="/the-gallery/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="the-gallery" ><i class="nav-icon-arrow-blue"></i><strong>The Gallery</strong></a>
429
- <span>VIP bar area, unlimited popcorn, nachos &amp; soft drink.</span>
430
- </li>
431
- <li class="nav-icon-lounge">
432
- <a href="/thelounge/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="the-lounge" ><i class="nav-icon-arrow-blue"></i><strong>The Lounge</strong></a>
433
- <span>Enjoy Fine Food and Film in the most exclusive cinema setting.</span>
434
- </li>
435
- </ul>
436
- <a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Cinemas" data-eventlabel="conferencing-and-events" ><i class="nav-icon-arrow-blue"></i>
437
- Our cinemas are available for Corporate Events, Conferences and Private Screenings. <strong>"Visit our website."</strong>
438
- </a>
439
- </li>
440
- </div>
441
- </ul>
442
- </li>
443
- <li class="header-nav dropdown">
444
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">What&rsquo;s on</a>
445
- <ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
446
- <div class="container">
447
- <li class="span6">
448
- <ul class="unstyled" role="menu">
449
- <li class="select-odeon">
450
- <h2>Films</h2><a href="http://www.odeon.co.uk/films/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="all-films-top" ><i class="nav-icon-arrow-white"></i>View all films</a>
451
- <form class="select-film" method="post" action="/film-finder/">
452
- <label for="your-cinema">All films now showing</label>
453
- <div class="selectpicker select-icon-select">
454
- <select id="your-film" data-size="10" name="filmMasterId">
455
- <option value="0">Select a specific film</option>
456
- <option value="4025" >A Clockwork Orange</option>
457
- <option value="15758" >A Most Violent Year</option>
458
- <option value="15822" >Ali Kundilli</option>
459
- <option value="15748" >American Sniper</option>
460
- <option value="15840" >Andre Rieu's 2015 Maastricht Concert</option>
461
- <option value="15825" >Appropriate Behaviour</option>
462
- <option value="100789" >Autism Friendly - Focus</option>
463
- <option value="100792" >Autism Friendly - Home</option>
464
- <option value="2209" >Bad Boys</option>
465
- <option value="15451" >Berliner Philharmoniker 2014 (Mariss Jansons)</option>
466
- <option value="15286" >Big Hero 6</option>
467
- <option value="15724" >Birdman</option>
468
- <option value="15653" >Blade Runner: The Final Cut (re:2015)</option>
469
- <option value="39" >Bloodsport</option>
470
- <option value="15299" >Bolshoi Live: Ivan The Terrible</option>
471
- <option value="15095" >Boyhood</option>
472
- <option value="15741" >Cake</option>
473
- <option value="15829" >Carsi Pazar</option>
474
- <option value="15824" >Catch Me Daddy</option>
475
- <option value="15179" >Chappie</option>
476
- <option value="100791" >Cinderella</option>
477
- <option value="2124" >Clerks</option>
478
- <option value="15835" >Difret</option>
479
- <option value="15806" >Drake: Homecoming</option>
480
- <option value="15804" >Elaine Paige + Live Element</option>
481
- <option value="15243" >Eno Carmen</option>
482
- <option value="15242" >ENO Pirates Of Penzance</option>
483
- <option value="12683" >Enter The Dragon</option>
484
- <option value="15543" >Exhibition On Screen: The Impressionists</option>
485
- <option value="15542" >Exhibition On Screen: Vincent Van Gogh</option>
486
- <option value="15086" >Exodus: Gods And Kings</option>
487
- <option value="100790" >Fast & Furious 6 & 7 Double Bill</option>
488
- <option value="14646" >Fast & Furious 7</option>
489
- <option value="14725" >Fifty Shades Of Grey</option>
490
- <option value="15871" >Fireman</option>
491
- <option value="15799" >Focus</option>
492
- <option value="14869" >Foxcatcher</option>
493
- <option value="15700" >Get Santa</option>
494
- <option value="15795" >Globe On Screen: Antony & Cleopatra</option>
495
- <option value="15794" >Globe On Screen: Julius Caesar</option>
496
- <option value="15796" >Globe On Screen: The Comedy Of Errors</option>
497
- <option value="15793" >Globe On Screen: Titus Andronicus</option>
498
- <option value="2111" >Goldeneye</option>
499
- <option value="2449" >Heat</option>
500
- <option value="100798" >High Tide with Live Q&A</option>
501
- <option value="15122" >Home</option>
502
- <option value="1120" >Hook</option>
503
- <option value="11916" >How To Train Your Dragon</option>
504
- <option value="15182" >How To Train Your Dragon 2</option>
505
- <option value="13530" >Hubble</option>
506
- <option value="15815" >Hyena</option>
507
- <option value="15172" >Interstellar</option>
508
- <option value="15723" >Into The Woods</option>
509
- <option value="15344" >Island Of Lemurs: Madagascar</option>
510
- <option value="15718" >It Follows</option>
511
- <option value="15017" >Jerusalem</option>
512
- <option value="15173" >Jupiter Ascending</option>
513
- <option value="15148" >Kill The Messenger</option>
514
- <option value="15170" >Kingsman: The Secret Service</option>
515
- <option value="2060" >Leon</option>
516
- <option value="597" >Lethal Weapon</option>
517
- <option value="15787" >Love Is Strange</option>
518
- <option value="15728" >Maxine Peake as Hamlet</option>
519
- <option value="15159" >MET Opera - Cavalleria Rusticana/Pagliacci (Live) 2015</option>
520
- <option value="15158" >MET Opera - La Donna Del Lago (Live) 2015</option>
521
- <option value="100795" >MK - Kids Screen - Shaun The Sheep</option>
522
- <option value="100796" >MK - Kids Screen - Big Hero 6</option>
523
- <option value="15186" >Mr. Turner</option>
524
- <option value="6244" >Mystery Film Monday</option>
525
- <option value="15091" >Night At The Museum: Secret Of The Tomb</option>
526
- <option value="15788" >NT Live: A View From The Bridge</option>
527
- <option value="15802" >NT Live: Everyman</option>
528
- <option value="15587" >NT Live: Man And Superman</option>
529
- <option value="15586" >NT Live: The Hard Problem</option>
530
- <option value="6611" >Organ Concert</option>
531
- <option value="15564" >Paddington</option>
532
- <option value="15680" >Project Almanac</option>
533
- <option value="2033" >Pulp Fiction</option>
534
- <option value="6528" >Rocky</option>
535
- <option value="15145" >ROH - Guillaume Tell (Live) 2015</option>
536
- <option value="15144" >ROH - La Boheme (Live) 2015</option>
537
- <option value="100746" >ROH - La Boheme 2015 (encore)</option>
538
- <option value="15142" >ROH - Rise And Fall Of The City Of Mahagonny (Live) 2015</option>
539
- <option value="100747" >ROH - Rise And Fall Of The City Of Mahagonny 2015 (encore)</option>
540
- <option value="15706" >RSC - The Merchant Of Venice</option>
541
- <option value="15768" >Run All Night</option>
542
- <option value="10940" >Sea Monsters - A Prehistoric Adventure 3D IMAX</option>
543
- <option value="15882" >Selam Bahara Yolculuk</option>
544
- <option value="15394" >Selma</option>
545
- <option value="15813" >Sevlimi Tehlikeli</option>
546
- <option value="15274" >Shaun The Sheep</option>
547
- <option value="15883" >Son Mektup (SFL - Subtitled Foreign Language)</option>
548
- <option value="11893" >Space Station</option>
549
- <option value="15814" >Still Alice</option>
550
- <option value="15817" >Suite Francaise</option>
551
- <option value="15178" >Taken 3</option>
552
- <option value="15568" >Testament Of Youth</option>
553
- <option value="15130" >The Avengers: Age Of Ultron</option>
554
- <option value="15677" >The Boy Next Door</option>
555
- <option value="14602" >The Dark Knight: All Nighter</option>
556
- <option value="15360" >The Divergent Series: Insurgent</option>
557
- <option value="14678" >The Expendables 3</option>
558
- <option value="14941" >The Grand Budapest Hotel</option>
559
- <option value="15712" >The Grandmaster</option>
560
- <option value="15262" >The Imitation Game</option>
561
- <option value="15143" >The Royal Ballet - La Fille Mal Gardee (Live) 2015</option>
562
- <option value="100748" >The Royal Ballet - La Fille Mal Gardee 2015 (encore)</option>
563
- <option value="15141" >The Royal Ballet - Swan Lake (Live) 2015</option>
564
- <option value="100750" >The Royal Ballet - Swan Lake 2015 (encore)</option>
565
- <option value="15177" >The Second Best Exotic Marigold Hotel</option>
566
- <option value="10619" >The Silence Of The Lambs</option>
567
- <option value="15107" >The Theory Of Everything</option>
568
- <option value="15354" >The Wedding Ringer</option>
569
- <option value="15273" >Tinker Bell And The Legend Of The Neverbeast</option>
570
- <option value="15096" >Unbroken</option>
571
- <option value="11794" >Under The Sea</option>
572
- <option value="15801" >Unfinished Business</option>
573
- <option value="15425" >Whiplash</option>
574
- <option value="15826" >White God</option>
575
- <option value="15306" >Wild</option>
576
- <option value="15830" >X+Y</option>
577
- </select>
578
- </div>
579
- <input type="submit" class="btn darkblue pull-right" value="Go" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="film-drop-down" >
580
- <a href="http://www.odeon.co.uk/films/" class="btn darkblue" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="all-films-bottom" ><strong>View all films at ODEON</strong></a>
581
- </form>
582
- </li>
583
- </ul>
584
- </li>
585
- <li class="span3 screenings nav-icon-divide-shadow">
586
- <h2>Special Screenings</h2>
587
- <ul class="unstyled" role="menu">
588
- <li><a href="/kids/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="kids" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Kids</strong></a></li>
589
- <li><a href="/newbies/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="newbies" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Newbies</strong></a></li>
590
- <li><a href="/silvercinema/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="silvercinema" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Silver Cinema</strong></a></li>
591
- <li><a href="/bollywood/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="bollywood" ><i class="nav-icon-arrow-blue"></i><strong>Bollywood</strong></a></li>
592
- <li><a href="/back-british-film/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="back-british-film" ><i class="nav-icon-arrow-blue"></i><strong>Back British Film</strong></a></li>
593
- </ul>
594
- </li>
595
- <li class="span3 plus">
596
- <h2>ODEON Plus</h2>
597
- <ul class="unstyled" role="menu">
598
- <li><span>Give all your passions the big screen treatment.</span></li>
599
- <li><a href="/odeon-plus/#odeonplus-anchor/tab/1/1/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="odeon-plus-culture" ><i class="nav-icon-arrow-blue"></i><strong>Culture</strong></a></li>
600
- <li><a href="/odeon-plus/#odeonplus-anchor/tab/1/2/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="odeon-plus-music" ><i class="nav-icon-arrow-blue"></i><strong>Music</strong></a></li>
601
- <li><a href="/odeon-plus/#odeonplus-anchor/tab/1/3/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="odeon-plus-sport" ><i class="nav-icon-arrow-blue"></i><strong>Sport</strong></a></li>
602
- </ul>
603
- </li>
604
- <li class="span12 film-suggestions">
605
- <h2>Top 5 Films Now Booking</h2>
606
- <ul class="unstyled" role="menu">
607
- <li class="pull-left"><img
608
- src="http://m.odeon.co.uk/_uploads/asset_management/70x108_4ce02a732d4a4d57011886fff8637cbd.jpg" />
609
- <h3><a href="http://www.odeon.co.uk/films/run_all_night/15768/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film1" >Run All Night</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15768' data-return-to='/user/tools/varnish/L2NpbmVtYXMvb2Rlb24vMjExLw==/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
610
- <div class="rating-icon-star-xtrasmall-active s7" data-rating="7">
611
- <div class="rate-over s1"></div>
612
- <div class="rate-over s2"></div>
613
- <div class="rate-over s3"></div>
614
- <div class="rate-over s4"></div>
615
- <div class="rate-over s5"></div>
616
- </div>
617
- </div> </li>
618
- <li class="pull-left"><img
619
- src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_538c352747af97a0c8c89063b0123444.jpg" />
620
- <h3><a href="http://www.odeon.co.uk/films/the_second_best_exotic_marigold_hotel/15177/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film2" >The Second Best Exotic Marigold Hotel</a></h3><a href="/film-classifications/" alt="PG" title="More about film classifications"><div class="cert-icon-uk-PG-small"></div></a> <div data-rating-master-id='15177' data-return-to='/user/tools/varnish/L2NpbmVtYXMvb2Rlb24vMjExLw==/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
621
- <div class="rating-icon-star-xtrasmall-active s8" data-rating="8">
622
- <div class="rate-over s1"></div>
623
- <div class="rate-over s2"></div>
624
- <div class="rate-over s3"></div>
625
- <div class="rate-over s4"></div>
626
- <div class="rate-over s5"></div>
627
- </div>
628
- </div> </li>
629
- <li class="pull-left"><img
630
- src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_78ad5db3e95468533d7591f2f2f3d097.jpg" />
631
- <h3><a href="http://www.odeon.co.uk/films/focus/15799/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film3" >Focus</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15799' data-return-to='/user/tools/varnish/L2NpbmVtYXMvb2Rlb24vMjExLw==/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
632
- <div class="rating-icon-star-xtrasmall-active s7" data-rating="7">
633
- <div class="rate-over s1"></div>
634
- <div class="rate-over s2"></div>
635
- <div class="rate-over s3"></div>
636
- <div class="rate-over s4"></div>
637
- <div class="rate-over s5"></div>
638
- </div>
639
- </div> </li>
640
- <li class="pull-left"><img
641
- src="http://m.odeon.co.uk/_uploads/asset_management/70x108_714694478b3cfc8f5c9a9e24632aa032.jpg" />
642
- <h3><a href="http://www.odeon.co.uk/films/suite_francaise/15817/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film4" >Suite Francaise</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15817' data-return-to='/user/tools/varnish/L2NpbmVtYXMvb2Rlb24vMjExLw==/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
643
- <div class="rating-icon-star-xtrasmall-active s6" data-rating="6">
644
- <div class="rate-over s1"></div>
645
- <div class="rate-over s2"></div>
646
- <div class="rate-over s3"></div>
647
- <div class="rate-over s4"></div>
648
- <div class="rate-over s5"></div>
649
- </div>
650
- </div> </li>
651
- <li class="pull-left"><img
652
- src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_0141eed86c375d67af14731179996651.jpg" />
653
- <h3><a href="http://www.odeon.co.uk/films/home/15122/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film5" >Home</a></h3><a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> </li>
654
- </ul>
655
- </li>
656
- </div>
657
- </ul>
658
- </li>
659
- <li class="header-nav dropdown">
660
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">Offers &amp; Promotions</a>
661
- <ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
662
- <div class="container">
663
- <li class="span4">
664
- <ul class="unstyled" role="menu">
665
- <li class="select-odeon">
666
- <ul class="unstyled" role="menu">
667
- <li><a href="/offers-and-promotions/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="offers-and-competitions" ><i class="nav-icon-arrow-white"></i>Offers &amp; Competitions</a></li>
668
- <li><a href="/families/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="families" ><i class="nav-icon-arrow-white"></i>Family</a></li>
669
- <li><a href="/students-and-teens/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="students-and-teens" ><i class="nav-icon-arrow-white"></i>Students &amp; Teens</a></li>
670
- <li><a href="/great-value/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="great-value" ><i class="nav-icon-arrow-white"></i>Great value for everyone</a></li>
671
- </ul>
672
- </li>
673
-
674
- <li class="win-offers">
675
- <ul class="unstyled" role="menu">
676
- <li class="pull-left"><a href="/offers-and-promotions/win_a_trip_for_two_to_paris/182/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="offer-1" ><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/460x260_3d2078081bbc45d754ae659131b34b34.jpg" /><span>Win a trip for two to Paris</span></a></li>
677
- <li class="pull-right"><a href="/offers-and-promotions/win_a_trip_to_atlanta/180/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="offer-2" ><img src="http://m.odeon.co.uk/_uploads/offers_competitions/460x260_4ab4bb5c2d31e8f9e94620f4132f0c39.jpg" /><span>Win a trip to Atlanta&nbsp;</span></a></li>
678
- </ul>
679
- </li>
680
-
681
- </ul>
682
- </li>
683
- <li class="span4 premiere nav-icon-divide-shadow-l">
684
- <h2 class="logout">ODEON Premi&egrave;re Club</h2>
685
- <img class="logout" src="http://m2.odeon.co.uk/_uploads/cached/static/img/premiere-card.png" />
686
- <ul class="unstyled logout" role="menu">
687
- <li><span>Join over two million members and start earning ODEON Points for doing something you love.</span></li>
688
- <li class="pull-left"><a href="http://www.odeon.co.uk/odeon-premiere-club/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="opc-find-out-more" ><i class="nav-icon-arrow-blue"></i><strong>Find out more</strong></a></li>
689
- <li class="pull-left"><a href="http://www.odeon.co.uk/odeon-premiere-club/activate/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="opc-activate" ><i class="nav-icon-arrow-blue"></i><strong>Activate your card</strong></a></li>
690
- <a class="btn blue" href="http://www.odeon.co.uk/odeon-premiere-club/#join-now" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="opc-become-a-member" >Become a member</a>
691
- </ul>
692
- </li>
693
- <li class="span4 cards">
694
- <h2>Gift Cards</h2>
695
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/gift-card.png" />
696
- <ul class="unstyled" role="menu">
697
- <li><span>Everyone loves a great film so treat your family, friends, staff or clients to the gift of cinema.<br />
698
- You can buy ODEON Gift Cards in a design to suite every taste.</span></li>
699
- <li><a href="/gift-voucher/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="gift-voucher" ><i class="nav-icon-arrow-blue"></i><strong>Buy Gift Cards online</strong></a></li>
700
- </ul>
701
- </li>
702
- </div>
703
- </ul>
704
- </li>
705
- </ul>
706
- </nav>
707
- <form class="navbar-search pull-right" action="/search" method="POST">
708
- <input name="searchbox" id="header_search_box" type="text" data-provide="typeahead" class="icon-search search" placeholder="Films, Cinemas & Questions" autocomplete="off">
709
- </form>
710
- </div>
711
- </div>
712
- </div>
713
- </div>
714
- </div>
715
- <script>
716
- localStorage.clear();
717
- </script>
718
- </header>
719
-
720
- <div id="ad_skyscraper2" class="drev-skyscraper-banner-two -ce-capture">
721
- <script type='text/javascript'><!--// <![CDATA[
722
- OA_show(21);
723
- // ]]> --></script><noscript><a target='_blank' href='http://ads.odeon.co.uk/www/delivery/ck.php?n=a3b7b2a4'><img border='0' alt='' src='http://ads.odeon.co.uk/www/delivery/avw.php?zoneid=21&amp;n=a3b7b2a4' /></a></noscript> </div>
724
-
725
-
726
- <!-- Start Hero Carousel -->
727
-
728
- <div class="cinemahome-wrapper clearfix">
729
- <article>
730
- <div class="cinemahome-full">
731
- <img src="http://m.odeon.co.uk/_uploads/cinema_management/ca8de02bb4b4ab3155aad6280bcf77ad.jpg" alt=""/>
732
- </div>
733
- <div class="cinemahome-stacked">
734
- <div>
735
- <img src="http://m2.odeon.co.uk/_uploads/banner/cc07bdb687845a8bc41213ca91d3484a.jpg" alt=""/>
736
- <div class="info"><span><a href="/cinemas/bfi_imax/211/#educationatbfi">Education at the BFI IMAX. Find out more</a></span></div>
737
- </div>
738
- <div>
739
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/454406e4bc244b8488663f7436bde578.jpg" alt=""/>
740
- <div class="info offer"><span><a href="/odeon-plus/">ODEON Plus - Give all your passions the big-screen treatment. Find out more.</a></span></div>
741
- </div>
742
- </div>
743
- <div class="cinemahome-half">
744
- <img src="http://m.odeon.co.uk/_uploads/cinema_management/92c67e7c667f08c31011e4f8b7eb5398.jpg" alt=""/>
745
- </div>
746
- </article>
747
- </div>
748
- <!-- End Hero Carousel -->
749
-
750
-
751
- <!-- Start Top IMAX films showing -->
752
- <div class="row content all-over top-films">
753
- <div class="container">
754
- <div class="span3">
755
- <div class="feature-icon-light-imax-xxl"></div>
756
- <span>Top IMAX films showing:</span>
757
- </div>
758
- <div class="span3">
759
- <img src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_ae06b32def3468175640fa7e3ef30de5.jpg" /><h3><a href="/films/the_avengers_age_of_ultron/15130/">The Avengers: Age Of Ultron</a></h3> <a href="/film-classifications/" alt="12A" title="More about film classifications"><div class="cert-icon-uk-12A-small"></div></a> </div>
760
- <div class="span3">
761
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_52cf0bc4b06b18a9ae739df6401995ea.jpg" /><h3><a href="/films/the_divergent_series_insurgent/15360/">The Divergent Series: Insurgent</a></h3> <a href="/film-classifications/" alt="TBC" title="More about film classifications"><div class="cert-icon-uk-TBC-small"></div></a> </div>
762
- <div class="span3">
763
- <img src="http://m.odeon.co.uk/_uploads/asset_management/70x108_53db1041fa82339e59783141761e75d9.jpg" /><h3><a href="/films/fast_amp_furious_7/14646/">Fast & Furious 7</a></h3> <a href="/film-classifications/" alt="TBC" title="More about film classifications"><div class="cert-icon-uk-TBC-small"></div></a> </div>
764
- </div>
765
- </div><!-- End Top IMAX films showing -->
766
-
767
-
768
- <!-- Start Important information container -->
769
- <!-- End Important information container -->
770
-
771
- <!-- Start cinema title conatiner -->
772
- <div id="cinema-title-container" class="container scrollSpyAfter">
773
- <div class="row content">
774
- <div class="span12 headline page-title"><h1>BFI IMAX</h1><a href="#" class="btn blue large remember-cinemaa-as-favorite" data-site="211"><i class="icon-fav-star"></i><span>Remember my cinema</span></a></div>
775
- <div class="span12 headline">
776
- <div class="feature-icon-light-imax-large"></div><div class="feature-icon-light-costa-large"></div><div class="feature-icon-light-yog-large"></div> <div class="social-share">
777
- <ul class="social-buttons">
778
- <li><a href="#" class="button blue facebook" rel="facebook">Facebook</a></li>
779
- <li><a href="#" class="button blue twitter" rel="twitter">Twitter</a></li>
780
- <li><a href="#" class="button blue googleplus" rel="googleplus">Google +</a></li>
781
- <!--<li><a href="#" class="button blue pinterest" rel="pinterest">Pinterest</a></li>-->
782
- </ul>
783
- <ul class="social-panels">
784
- <li class="facebook"><iframe src="//www.facebook.com/plugins/like.php?href=http://www.odeon.co.uk/cinemas/bfi_imax/211/&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:20px;" allowTransparency="true"></iframe></li>
785
- <li class="twitter"><a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.odeon.co.uk/cinemas/bfi_imax/211/" data-count="horizontal" data-text='Check out ODEON BFI IMAX'>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li>
786
- <li class="googleplus"><g:plusone href="http://www.odeon.co.uk/cinemas/bfi_imax/211/"></g:plusone></li>
787
- </ul>
788
- </div>
789
- </div>
790
- </div>
791
- </div>
792
- <!-- End cinema title conatiner -->
793
- <a data-scrollspyelementnav="BFI IMAX overview" class="scrollSpyElement" id="bfioverview"></a>
794
- <div class="container">
795
- <div class="row content">
796
- <div class="span12 headline"><h1>BFI IMAX overview</h1></div>
797
- </div>
798
- <div class="row content">
799
- <div class="span12 container-shadow offers no-padding border-red">
800
- <div class="span12 white">
801
- <div class="row">
802
- <div class="span8">
803
- <div class="textComponent comp">
804
- <h4>BFI IMAX - The UK's biggest screen</h4>
805
- <p class="teaser">
806
- The BFI IMAX is the biggest cinema screen in the UK: over 20 metres high and 26 metres wide!
807
- </p>
808
- <p>
809
- Seeing a film here is like nothing else - digital surround sound, a screen almost as high as five double-decker buses,
810
- 489 seats (including 69 premier seats), and that's just inside the auditorium. There's also a Costa Coffee, Yog, a bar
811
- and even a beer garden! The very latest IMAX films, some old favourites and highlights from ODEON Plus as well as
812
- educational films all add up to a really big experience.
813
- </p>
814
- </div>
815
- </div>
816
- <div class="span4">
817
- <div class="imageComponent comp centered-img">
818
- <img src="http://m2.odeon.co.uk/_uploads/cached/static/img/bfi-imax-odeon.jpg" alt="BFI - IMAX - ODEON">
819
- </div>
820
- </div>
821
- </div>
822
- </div>
823
- </div>
824
- </div>
825
- </div>
826
-
827
- <a data-scrollspyelementnav="Choose &amp; Book" class="scrollSpyElement" id="choosebook"></a>
828
- <div class="container">
829
- <div class="row content">
830
- <div class="span12 headline"><h1>Choose &amp; Book</h1></div>
831
- </div>
832
- <div class="row content">
833
- <div class="span12 tabs">
834
- <div class="row content">
835
- <div class="span12">
836
- <ul class="nav nav-tabs large" role="tablist">
837
- <li class="active" role="tab"><a href="#showtimes" data-toggle="tab"><i class="tab-icon-times-off"></i>Showtimes</a></li>
838
- <li role="tab"><a href="#gethere" data-toggle="tab"><i class="tab-icon-find-off"></i>Getting Here</a></li>
839
- <li role="tab"><a href="#prices" data-toggle="tab"><i
840
- class="tab-icon-price-off"></i>Ticket Prices</a></li>
841
- </ul>
842
- </div>
843
- <div class="span12 white border-blue showtimes-gethere-prices">
844
- <div class="tab-content">
845
- <!-- Begin Showtimes -->
846
- <div class="tab-pane showtimes active no-padding" id="showtimes" role="tabpanel">
847
- <ul class="nav nav-tabs underline" role="tablist">
848
- <li role="tab" class="">
849
- <a href="#ind-day" class="tab-not-load day" data-toggle="tab">By day</a>
850
- </li>
851
- <li role="tab" class="active loaded">
852
- <a href="#ind-week" onclick="getShowtimes('ind-week01', null, 211, 'WEEK', false);" data-toggle="tab">By week</a>
853
- </li>
854
- <li role="tab">
855
- <a href="#ind-future" onclick="getShowtimes('ind-future01', null, 211, 'FUTURE', false);" class="tab-not-load future" data-toggle="tab">Advance dates</a>
856
- </li>
857
- </ul>
858
- <div class="tab-content ">
859
- <div class="tab-pane dayview " id="ind-day" role="tabpanel">
860
- <ul class="nav nav-tabs arrow" role="tablist">
861
- <li class="tab-icon-arrow active" role="tab">
862
- <a href="#DAY1" onclick="getShowtimes('DAY1', '2015-03-14', '211', 'DAY', 1)" data-toggle="tab">
863
- <strong>Today</strong><br />14 Mar </a>
864
- </li>
865
- <li class="tab-icon-arrow " role="tab">
866
- <a href="#DAY2" onclick="getShowtimes('DAY2', '2015-03-15', '211', 'DAY', 1)" data-toggle="tab">
867
- <strong>Sun</strong><br />15 Mar </a>
868
- </li>
869
- <li class="tab-icon-arrow " role="tab">
870
- <a href="#DAY3" onclick="getShowtimes('DAY3', '2015-03-16', '211', 'DAY', 1)" data-toggle="tab">
871
- <strong>Mon</strong><br />16 Mar </a>
872
- </li>
873
- <li class="tab-icon-arrow " role="tab">
874
- <a href="#DAY4" onclick="getShowtimes('DAY4', '2015-03-17', '211', 'DAY', 1)" data-toggle="tab">
875
- <strong>Tue</strong><br />17 Mar </a>
876
- </li>
877
- <li class="tab-icon-arrow " role="tab">
878
- <a href="#DAY5" onclick="getShowtimes('DAY5', '2015-03-18', '211', 'DAY', 1)" data-toggle="tab">
879
- <strong>Wed</strong><br />18 Mar </a>
880
- </li>
881
- <li class="tab-icon-arrow " role="tab">
882
- <a href="#DAY6" onclick="getShowtimes('DAY6', '2015-03-19', '211', 'DAY', 1)" data-toggle="tab">
883
- <strong>Thu</strong><br />19 Mar </a>
884
- </li>
885
- <li class="tab-icon-arrow " role="tab">
886
- <a href="#DAY7" onclick="getShowtimes('DAY7', '2015-03-20', '211', 'DAY', 1)" data-toggle="tab">
887
- <strong>Fri</strong><br />20 Mar </a>
888
- </li>
889
- <li class="tab-icon-arrow " role="tab">
890
- <a href="#DAY8" onclick="getShowtimes('DAY8', '2015-03-21', '211', 'DAY', 1)" data-toggle="tab">
891
- <strong>Sat</strong><br />21 Mar </a>
892
- </li>
893
- <li class="tab-icon-arrow " role="tab">
894
- <a href="#DAY9" onclick="getShowtimes('DAY9', '2015-03-22', '211', 'DAY', 1)" data-toggle="tab">
895
- <strong>Sun</strong><br />22 Mar </a>
896
- </li>
897
- <li class="tab-icon-arrow " role="tab">
898
- <a href="#DAY10" onclick="getShowtimes('DAY10', '2015-03-23', '211', 'DAY', 1)" data-toggle="tab">
899
- <strong>Mon</strong><br />23 Mar </a>
900
- </li>
901
- </ul>
902
- <div class="tab-content">
903
- <div class="tab-pane " id="DAY1" role="tabpanel">
904
- </div>
905
- <div class="tab-pane" id="DAY2" role="tabpanel"></div>
906
- <div class="tab-pane" id="DAY3" role="tabpanel"></div>
907
- <div class="tab-pane" id="DAY4" role="tabpanel"></div>
908
- <div class="tab-pane" id="DAY5" role="tabpanel"></div>
909
- <div class="tab-pane" id="DAY6" role="tabpanel"></div>
910
- <div class="tab-pane" id="DAY7" role="tabpanel"></div>
911
- <div class="tab-pane" id="DAY8" role="tabpanel"></div>
912
- <div class="tab-pane" id="DAY9" role="tabpanel"></div>
913
- <div class="tab-pane" id="DAY10" role="tabpanel"></div>
914
- </div>
915
- </div>
916
- <div class="tab-pane weekview active loaded" id="ind-week" role="tabpanel">
917
- <div class="tab-content">
918
- <div class="tab-pane active loaded" id="ind-week01" role="tabpanel">
919
- <div class="span9">
920
- <section id="ind-film-list">
921
- <div class="content-container text">
922
- <h4>Listings from:</h4>
923
- <h4>Sat 14 Mar 2015 to Fri 27 Mar 2015</h4>
924
- <span>
925
- Showtimes for Today until <b>Thursday 19th March</b> are listed below. Further showtimes will be confirmed and added in the afternoon on Tuesday <b>17th March</b>.
926
- </span>
927
- </div>
928
- <form class="film-order">
929
- <label for="ind-sort-films">Sort by:</label>
930
- <div class="selectpicker select-icon-select">
931
- <select id="sort-showtimes-WEEK" data-size="10" name="WEEK">
932
- <option value="0" class="ASC">A-Z</option>
933
- <option value="0" class="DESC">Z-A</option>
934
- <option value="2" class="DESC">ODEON rating</option>
935
- <option value="1" class="ASC">Release date</option>
936
- </select>
937
- </div>
938
- </form>
939
- </section>
940
- <div class="content-container grey">
941
- <h5 class="grey">Click on a film time to view more information</h5>
942
- </div>
943
- <section id="ind-film-list-WEEK">
944
-
945
- <div id="26589" class="film-detail WEEK">
946
-
947
- <div class="content-container film _WEEK" id="film-26589">
948
- <div class="grad-hor">
949
- <a href="/films/chappie/15179/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_c4dd5497552fa794d917efd3bf28a115.jpg" /></a>
950
- <div class="presentation-info">
951
- <h4><a href="/films/chappie/15179/">Chappie</a></h4>
952
- <a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <span class="description">
953
- ID may be required </span>
954
- </div>
955
- <p><strong>Sci-fi about the first artificially intelligent robot. </strong></p>
956
-
957
- <div class="presentation-info">
958
- <div data-rating-master-id='15179' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
959
- <div class="rating-icon-star-small-active s7" data-rating="7">
960
- <div class="rate-over s1"></div>
961
- <div class="rate-over s2"></div>
962
- <div class="rate-over s3"></div>
963
- <div class="rate-over s4"></div>
964
- <div class="rate-over s5"></div>
965
- </div>
966
- </div>
967
- <span class="description"><strong>Film length: 120 mins</strong></span>
968
- </div>
969
- <p class="description">Strong language, bloody violence.</p>
970
- </div>
971
- <div class="info-corner">
972
- <div class="img-bundle">
973
- <div class="film-icon-WEEK feature-icon-light-imax-medium WEEK_IMAX" data-schedule="IMAX" data-film="26589"></div> </div>
974
- <div class="btn-group">
975
- <a href="http://odeon.trailer.cineweb.de/chappie.mp4" class="btn btn-primary trailer kkvideo-trigger" data-return-to='/cinemas/odeon/211/' data-film-id="15179" data-showbooknowbutton="false" data-filmpage="false"><i class="film-icon-btn-play"></i>Trailer</a>
976
- <button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
977
- <span class="caret"></span>
978
- </button>
979
- <ul class="dropdown-menu">
980
- <li><a href="#">Add to Playlist</a></li>
981
- </ul>
982
- </div> </div>
983
- </div>
984
- <div id="performances-WEEK-26589" class="content-container times-all _WEEK">
985
- <div class="accordion-group times-all performances-WEEK _26589" id="tech-26589-0">
986
- <div class="content-container tech accordion-heading _WEEK">
987
- <a data-toggle="collapse" data-parent="#tech-26589-0-WEEK" class="accordion-toggle" href="#collapse-26589-0-WEEK">in IMAX</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. IMAX is believing."></a>
988
- </div>
989
- <div id="collapse-26589-0-WEEK" class="accordion-body in collapse" style="height: auto;">
990
- <div class="accordion-inner">
991
-
992
- <div class="content-container times containerWEEK">
993
- <div class="presentation-info week"><strong>Saturday</strong><br>14 Mar</div>
994
- <ul class="unstyled inline">
995
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_MORNING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/Qzk1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 14/03/2015 10:30" data-popup="popup" data-duration="120" data-start="10:30" data-end="12:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">10:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_EVENING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/RTk1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 14/03/2015 21:00" data-popup="popup" data-duration="120" data-start="21:00" data-end="23:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:00</a></li> </ul>
996
- </div>
997
-
998
- <div class="content-container times containerWEEK">
999
- <div class="presentation-info week"><strong>Sunday</strong><br>15 Mar</div>
1000
- <ul class="unstyled inline">
1001
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/Rjk1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 15/03/2015 12:00" data-popup="popup" data-duration="120" data-start="12:00" data-end="14:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">12:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/MUE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 15/03/2015 14:45" data-popup="popup" data-duration="120" data-start="14:45" data-end="16:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">14:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_EVENING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/MkE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 15/03/2015 21:00" data-popup="popup" data-duration="120" data-start="21:00" data-end="23:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:00</a></li> </ul>
1002
- </div>
1003
-
1004
- <div class="content-container times containerWEEK">
1005
- <div class="presentation-info week"><strong>Monday</strong><br>16 Mar</div>
1006
- <ul class="unstyled inline">
1007
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_EVENING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/M0E1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 16/03/2015 17:30" data-popup="popup" data-duration="120" data-start="17:30" data-end="19:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">17:30</a></li> </ul>
1008
- </div>
1009
-
1010
- <div class="content-container times containerWEEK">
1011
- <div class="presentation-info week"><strong>Tuesday</strong><br>17 Mar</div>
1012
- <ul class="unstyled inline">
1013
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/NUE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 17/03/2015 14:45" data-popup="popup" data-duration="120" data-start="14:45" data-end="16:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">14:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_EVENING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/N0E1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 17/03/2015 21:00" data-popup="popup" data-duration="120" data-start="21:00" data-end="23:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:00</a></li> </ul>
1014
- </div>
1015
-
1016
- <div class="content-container times containerWEEK">
1017
- <div class="presentation-info week"><strong>Wednesday</strong><br>18 Mar</div>
1018
- <ul class="unstyled inline">
1019
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/OEE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 18/03/2015 12:00" data-popup="popup" data-duration="120" data-start="12:00" data-end="14:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">12:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_15 WEEK_EVENING WEEK_IMAX WEEK_GENRE_1 WEEK_GENRE_14 WEEK_GENRE_15 show"><a href="https://www.odeon.co.uk/booking/init/QUE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3OQ==/" class="performance-detail" title="Peak - book Chappie on 18/03/2015 20:45" data-popup="popup" data-duration="120" data-start="20:45" data-end="22:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">20:45</a></li> </ul>
1020
- </div>
1021
-
1022
- <div class="content-container times stopper performances-WEEK _26589"></div>
1023
- </div>
1024
- </div>
1025
- </div>
1026
-
1027
- <!-- <div class="content-container times stopper performances-WEEK _26589"></div>-->
1028
- <div class="content-container white performances-WEEK _26589"></div>
1029
- </div>
1030
- </div>
1031
-
1032
- <div id="19939" class="film-detail WEEK">
1033
-
1034
- <div class="content-container film _WEEK" id="film-19939">
1035
- <div class="grad-hor">
1036
- <a href="/films/hubble/13530/"><img src="http://m.odeon.co.uk/_uploads/asset_management/70x108_855ce9b2e8c5adc6e980a9a382b1b5ab.jpg" /></a>
1037
- <div class="presentation-info">
1038
- <h4><a href="/films/hubble/13530/">Hubble</a></h4>
1039
- <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> <span class="description">
1040
- </span>
1041
- </div>
1042
- <p><strong>Experience the gripping strory - full of hope, crushing disappointment, dazzling ingenuity, bravery and triumph - in 'Hubble 3D', the seventh awe-inspiring film from the award-winning IMAX Space Team.</strong></p>
1043
-
1044
- <div class="presentation-info">
1045
- <div data-rating-master-id='13530' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1046
- <div class="rating-icon-star-small-active s9" data-rating="9">
1047
- <div class="rate-over s1"></div>
1048
- <div class="rate-over s2"></div>
1049
- <div class="rate-over s3"></div>
1050
- <div class="rate-over s4"></div>
1051
- <div class="rate-over s5"></div>
1052
- </div>
1053
- </div>
1054
- <span class="description"><strong>Film length: 44 mins</strong></span>
1055
- </div>
1056
- <p class="description">Contains no material likely to offend or harm</p>
1057
- </div>
1058
- <div class="info-corner">
1059
- <div class="img-bundle">
1060
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="19939"></div> </div>
1061
- <div class="btn-group">
1062
- <a href="http://odeon.trailer.cineweb.de/hubble_3D.mp4" class="btn btn-primary trailer kkvideo-trigger" data-return-to='/cinemas/odeon/211/' data-film-id="13530" data-showbooknowbutton="false" data-filmpage="false"><i class="film-icon-btn-play"></i>Trailer</a>
1063
- <button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
1064
- <span class="caret"></span>
1065
- </button>
1066
- <ul class="dropdown-menu">
1067
- <li><a href="#">Add to Playlist</a></li>
1068
- </ul>
1069
- </div> </div>
1070
- </div>
1071
- <div id="performances-WEEK-19939" class="content-container times-all _WEEK">
1072
- <div class="accordion-group times-all performances-WEEK _19939" id="tech-19939-0">
1073
- <div class="content-container tech accordion-heading _WEEK">
1074
- <a data-toggle="collapse" data-parent="#tech-19939-0-WEEK" class="accordion-toggle" href="#collapse-19939-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1075
- </div>
1076
- <div id="collapse-19939-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1077
- <div class="accordion-inner">
1078
-
1079
- <div class="content-container times containerWEEK">
1080
- <div class="presentation-info week"><strong>Saturday</strong><br>21 Mar</div>
1081
- <ul class="unstyled inline">
1082
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D show"><a href="https://www.odeon.co.uk/booking/init/NjQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxMzUzMA==/" class="performance-detail" title="Special Screening - book Hubble on 21/03/2015 11:45" data-popup="popup" data-duration="44" data-start="11:45" data-end="12:29" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">11:45</a></li> </ul>
1083
- </div>
1084
-
1085
- <div class="content-container times stopper performances-WEEK _19939"></div>
1086
- </div>
1087
- </div>
1088
- </div>
1089
-
1090
- <!-- <div class="content-container times stopper performances-WEEK _19939"></div>-->
1091
- <div class="content-container white performances-WEEK _19939"></div>
1092
- </div>
1093
- </div>
1094
-
1095
- <div id="25609" class="film-detail WEEK">
1096
-
1097
- <div class="content-container film _WEEK" id="film-25609">
1098
- <div class="grad-hor">
1099
- <a href="/films/interstellar/15172/"><img src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_20faed1ce0e4dd361cb2908a23f6fdca.jpg" /></a>
1100
- <div class="presentation-info">
1101
- <h4><a href="/films/interstellar/15172/">Interstellar</a></h4>
1102
- <a href="/film-classifications/" alt="12A" title="More about film classifications"><div class="cert-icon-uk-12A-small"></div></a> <span class="description">
1103
- </span>
1104
- </div>
1105
- <p><strong>Christopher Nolan's hotly anticipated sci-fi blockbuster.</strong></p>
1106
-
1107
- <div class="presentation-info">
1108
- <div data-rating-master-id='15172' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1109
- <div class="rating-icon-star-small-active s8" data-rating="8">
1110
- <div class="rate-over s1"></div>
1111
- <div class="rate-over s2"></div>
1112
- <div class="rate-over s3"></div>
1113
- <div class="rate-over s4"></div>
1114
- <div class="rate-over s5"></div>
1115
- </div>
1116
- </div>
1117
- <span class="description"><strong>Film length: 166 mins</strong></span>
1118
- </div>
1119
- <p class="description">Infrequent strong language, moderate threat, violence</p>
1120
- </div>
1121
- <div class="info-corner">
1122
- <div class="img-bundle">
1123
- <div class="film-icon-WEEK feature-icon-light-imax-medium WEEK_IMAX" data-schedule="IMAX" data-film="25609"></div> </div>
1124
- <div class="btn-group">
1125
- <a href="http://odeon.trailer.cineweb.de/interstellar.mp4" class="btn btn-primary trailer kkvideo-trigger" data-return-to='/cinemas/odeon/211/' data-film-id="15172" data-showbooknowbutton="false" data-filmpage="false"><i class="film-icon-btn-play"></i>Trailer</a>
1126
- <button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
1127
- <span class="caret"></span>
1128
- </button>
1129
- <ul class="dropdown-menu">
1130
- <li><a href="#">Add to Playlist</a></li>
1131
- </ul>
1132
- </div> </div>
1133
- </div>
1134
- <div id="performances-WEEK-25609" class="content-container times-all _WEEK">
1135
- <div class="accordion-group times-all performances-WEEK _25609" id="tech-25609-0">
1136
- <div class="content-container tech accordion-heading _WEEK">
1137
- <a data-toggle="collapse" data-parent="#tech-25609-0-WEEK" class="accordion-toggle" href="#collapse-25609-0-WEEK">in IMAX</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. IMAX is believing."></a>
1138
- </div>
1139
- <div id="collapse-25609-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1140
- <div class="accordion-inner">
1141
-
1142
- <div class="content-container times containerWEEK">
1143
- <div class="presentation-info week"><strong>Saturday</strong><br>14 Mar</div>
1144
- <ul class="unstyled inline">
1145
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_12A WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_7 show"><a href="https://www.odeon.co.uk/booking/init/RDk1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3Mg==/" class="performance-detail" title="Peak - book Interstellar on 14/03/2015 13:00" data-popup="popup" data-duration="166" data-start="13:00" data-end="15:46" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li> </ul>
1146
- </div>
1147
-
1148
- <div class="content-container times containerWEEK">
1149
- <div class="presentation-info week"><strong>Sunday</strong><br>15 Mar</div>
1150
- <ul class="unstyled inline">
1151
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_12A WEEK_EVENING WEEK_IMAX WEEK_GENRE_7 show"><a href="https://www.odeon.co.uk/booking/init/MEE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3Mg==/" class="performance-detail" title="Peak - book Interstellar on 15/03/2015 17:30" data-popup="popup" data-duration="166" data-start="17:30" data-end="20:16" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">17:30</a></li> </ul>
1152
- </div>
1153
-
1154
- <div class="content-container times containerWEEK">
1155
- <div class="presentation-info week"><strong>Monday</strong><br>16 Mar</div>
1156
- <ul class="unstyled inline">
1157
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_12A WEEK_EVENING WEEK_IMAX WEEK_GENRE_7 show"><a href="https://www.odeon.co.uk/booking/init/NEE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3Mg==/" class="performance-detail" title="Peak - book Interstellar on 16/03/2015 20:15" data-popup="popup" data-duration="166" data-start="20:15" data-end="23:01" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">20:15</a></li> </ul>
1158
- </div>
1159
-
1160
- <div class="content-container times containerWEEK">
1161
- <div class="presentation-info week"><strong>Tuesday</strong><br>17 Mar</div>
1162
- <ul class="unstyled inline">
1163
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_12A WEEK_EVENING WEEK_IMAX WEEK_GENRE_7 show"><a href="https://www.odeon.co.uk/booking/init/NkE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3Mg==/" class="performance-detail" title="Peak - book Interstellar on 17/03/2015 17:30" data-popup="popup" data-duration="166" data-start="17:30" data-end="20:16" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">17:30</a></li> </ul>
1164
- </div>
1165
-
1166
- <div class="content-container times containerWEEK">
1167
- <div class="presentation-info week"><strong>Wednesday</strong><br>18 Mar</div>
1168
- <ul class="unstyled inline">
1169
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_12A WEEK_AFTERNOON WEEK_IMAX WEEK_GENRE_7 show"><a href="https://www.odeon.co.uk/booking/init/OUE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTE3Mg==/" class="performance-detail" title="Peak - book Interstellar on 18/03/2015 14:45" data-popup="popup" data-duration="166" data-start="14:45" data-end="17:31" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">14:45</a></li> </ul>
1170
- </div>
1171
-
1172
- <div class="content-container times stopper performances-WEEK _25609"></div>
1173
- </div>
1174
- </div>
1175
- </div>
1176
-
1177
- <!-- <div class="content-container times stopper performances-WEEK _25609"></div>-->
1178
- <div class="content-container white performances-WEEK _25609"></div>
1179
- </div>
1180
- </div>
1181
-
1182
- <div id="25495" class="film-detail WEEK">
1183
-
1184
- <div class="content-container film _WEEK" id="film-25495">
1185
- <div class="grad-hor">
1186
- <a href="/films/island_of_lemurs_madagascar/15344/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_924d15974e55b4fc8bac0566ee48e833.jpg" /></a>
1187
- <div class="presentation-info">
1188
- <h4><a href="/films/island_of_lemurs_madagascar/15344/">Island Of Lemurs: Madagascar</a></h4>
1189
- <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> <span class="description">
1190
- </span>
1191
- </div>
1192
- <p><strong>Academy Award® winner Morgan Freeman ('Million Dollar Baby,' 'Dolphin Tale') narrates the IMAX 3D® documentary 'Island of Lemurs: Madagascar,' the incredible true story of nature's greatest explorers—lemurs.</strong></p>
1193
-
1194
- <div class="presentation-info">
1195
- <div data-rating-master-id='15344' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1196
- <div class="rating-icon-star-small-active s8" data-rating="8">
1197
- <div class="rate-over s1"></div>
1198
- <div class="rate-over s2"></div>
1199
- <div class="rate-over s3"></div>
1200
- <div class="rate-over s4"></div>
1201
- <div class="rate-over s5"></div>
1202
- </div>
1203
- </div>
1204
- <span class="description"><strong>Film length: 39 mins</strong></span>
1205
- </div>
1206
- <p class="description">no material likely to offend or harm</p>
1207
- </div>
1208
- <div class="info-corner">
1209
- <div class="img-bundle">
1210
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="25495"></div> </div>
1211
- </div>
1212
- </div>
1213
- <div id="performances-WEEK-25495" class="content-container times-all _WEEK">
1214
- <div class="accordion-group times-all performances-WEEK _25495" id="tech-25495-0">
1215
- <div class="content-container tech accordion-heading _WEEK">
1216
- <a data-toggle="collapse" data-parent="#tech-25495-0-WEEK" class="accordion-toggle" href="#collapse-25495-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1217
- </div>
1218
- <div id="collapse-25495-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1219
- <div class="accordion-inner">
1220
-
1221
- <div class="content-container times containerWEEK">
1222
- <div class="presentation-info week"><strong>Sunday</strong><br>15 Mar</div>
1223
- <ul class="unstyled inline">
1224
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 show"><a href="https://www.odeon.co.uk/booking/init/RkE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM0NA==/" class="performance-detail" title="Special Screening - book Island Of Lemurs: Madagascar on 15/03/2015 11:00" data-popup="popup" data-duration="39" data-start="11:00" data-end="11:39" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">11:00</a></li> </ul>
1225
- </div>
1226
-
1227
- <div class="content-container times containerWEEK">
1228
- <div class="presentation-info week"><strong>Thursday</strong><br>26 Mar</div>
1229
- <ul class="unstyled inline">
1230
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 show"><a href="https://www.odeon.co.uk/booking/init/OTQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM0NA==/" class="performance-detail" title="Special Screening - book Island Of Lemurs: Madagascar on 26/03/2015 10:30" data-popup="popup" data-duration="39" data-start="10:30" data-end="11:09" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">10:30</a></li> </ul>
1231
- </div>
1232
-
1233
- <div class="content-container times stopper performances-WEEK _25495"></div>
1234
- </div>
1235
- </div>
1236
- </div>
1237
-
1238
- <!-- <div class="content-container times stopper performances-WEEK _25495"></div>-->
1239
- <div class="content-container white performances-WEEK _25495"></div>
1240
- </div>
1241
- </div>
1242
-
1243
- <div id="24468" class="film-detail WEEK">
1244
-
1245
- <div class="content-container film _WEEK" id="film-24468">
1246
- <div class="grad-hor">
1247
- <a href="/films/jerusalem/15017/"><img src="http://m.odeon.co.uk/_uploads/asset_management/70x108_114328a1df489e65650ae052a15d6a96.jpg" /></a>
1248
- <div class="presentation-info">
1249
- <h4><a href="/films/jerusalem/15017/">Jerusalem</a></h4>
1250
- <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> <span class="description">
1251
- </span>
1252
- </div>
1253
- <p><strong>Jerusalem takes audiences on an inspiring and eye-opening tour of one of the worlds oldest and most enigmatic cities.</strong></p>
1254
-
1255
- <div class="presentation-info">
1256
- <div data-rating-master-id='15017' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1257
- <div class="rating-icon-star-small-active s9" data-rating="9">
1258
- <div class="rate-over s1"></div>
1259
- <div class="rate-over s2"></div>
1260
- <div class="rate-over s3"></div>
1261
- <div class="rate-over s4"></div>
1262
- <div class="rate-over s5"></div>
1263
- </div>
1264
- </div>
1265
- <span class="description"><strong>Film length: 40 mins</strong></span>
1266
- </div>
1267
- <p class="description">Contains no material likely to offend or harm.</p>
1268
- </div>
1269
- <div class="info-corner">
1270
- <div class="img-bundle">
1271
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="24468"></div> </div>
1272
- <div class="btn-group">
1273
- <a href="http://odeon.trailer.cineweb.de/jerusalem.mp4" class="btn btn-primary trailer kkvideo-trigger" data-return-to='/cinemas/odeon/211/' data-film-id="15017" data-showbooknowbutton="false" data-filmpage="false"><i class="film-icon-btn-play"></i>Trailer</a>
1274
- <button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
1275
- <span class="caret"></span>
1276
- </button>
1277
- <ul class="dropdown-menu">
1278
- <li><a href="#">Add to Playlist</a></li>
1279
- </ul>
1280
- </div> </div>
1281
- </div>
1282
- <div id="performances-WEEK-24468" class="content-container times-all _WEEK">
1283
- <div class="accordion-group times-all performances-WEEK _24468" id="tech-24468-0">
1284
- <div class="content-container tech accordion-heading _WEEK">
1285
- <a data-toggle="collapse" data-parent="#tech-24468-0-WEEK" class="accordion-toggle" href="#collapse-24468-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1286
- </div>
1287
- <div id="collapse-24468-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1288
- <div class="accordion-inner">
1289
-
1290
- <div class="content-container times containerWEEK">
1291
- <div class="presentation-info week"><strong>Saturday</strong><br>21 Mar</div>
1292
- <ul class="unstyled inline">
1293
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 show"><a href="https://www.odeon.co.uk/booking/init/NTQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTAxNw==/" class="performance-detail" title="Special Screening - book Jerusalem on 21/03/2015 10:30" data-popup="popup" data-duration="40" data-start="10:30" data-end="11:10" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">10:30</a></li> </ul>
1294
- </div>
1295
-
1296
- <div class="content-container times stopper performances-WEEK _24468"></div>
1297
- </div>
1298
- </div>
1299
- </div>
1300
-
1301
- <!-- <div class="content-container times stopper performances-WEEK _24468"></div>-->
1302
- <div class="content-container white performances-WEEK _24468"></div>
1303
- </div>
1304
- </div>
1305
-
1306
- <div id="24987" class="film-detail WEEK">
1307
-
1308
- <div class="content-container film _WEEK" id="film-24987">
1309
- <div class="grad-hor">
1310
- <a href="/films/met_opera_la_donna_del_lago_live_2015/15158/"><img src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_888c70be43d1896b03b4ec15787c4162.jpg" /></a>
1311
- <div class="presentation-info">
1312
- <h4><a href="/films/met_opera_la_donna_del_lago_live_2015/15158/">MET Opera - La Donna Del Lago (Live) 2015</a></h4>
1313
- <a href="/film-classifications/" alt="TBC" title="More about film classifications"><div class="cert-icon-uk-TBC-small"></div></a> <span class="description">
1314
- </span>
1315
- </div>
1316
- <p><strong>Bel canto superstars Joyce DiDonato and Juan Diego Flórez join forces for this Rossini showcase of vocal virtuosity, set in the medieval Scottish highlands and based on a beloved novel by Sir Walter Scott.</strong></p>
1317
-
1318
- <div class="presentation-info">
1319
- <div data-rating-master-id='15158' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1320
- <div class="rating-icon-star-small-active s0" data-rating="0">
1321
- <div class="rate-over s1"></div>
1322
- <div class="rate-over s2"></div>
1323
- <div class="rate-over s3"></div>
1324
- <div class="rate-over s4"></div>
1325
- <div class="rate-over s5"></div>
1326
- </div>
1327
- </div>
1328
- <span class="description"><strong>Film length: 210 mins</strong></span>
1329
- </div>
1330
- <p class="description"></p>
1331
- </div>
1332
- <div class="info-corner">
1333
- <div class="img-bundle">
1334
- <div class="film-icon-WEEK feature-icon-light-2d-medium WEEK_2D" data-schedule="2D" data-film="24987"></div> </div>
1335
- </div>
1336
- </div>
1337
- <div id="performances-WEEK-24987" class="content-container times-all _WEEK">
1338
- <div class="accordion-group times-all performances-WEEK _24987" id="tech-24987-0">
1339
- <div class="content-container tech accordion-heading _WEEK">
1340
- <a data-toggle="collapse" data-parent="#tech-24987-0-WEEK" class="accordion-toggle" href="#collapse-24987-0-WEEK">in 2D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="2D means two dimensional. No 3D glasses required. Sit back, relax and enjoy."></a>
1341
- </div>
1342
- <div id="collapse-24987-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1343
- <div class="accordion-inner">
1344
-
1345
- <div class="content-container times containerWEEK">
1346
- <div class="presentation-info week"><strong>Saturday</strong><br>14 Mar</div>
1347
- <ul class="unstyled inline">
1348
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_TBC WEEK_AFTERNOON WEEK_ODEONPLUSCULTURE WEEK_FREELISTSUSPENDED WEEK_2D show"><a href="https://www.odeon.co.uk/booking/init/NEVGMDAwMDAwMjNXWEFaTUxCIzIxMSMxNTE1OA==/" class="performance-detail" title="Special Screening - book MET Opera - La Donna Del Lago (Live) 2015 on 14/03/2015 16:55" data-popup="popup" data-duration="210" data-start="16:55" data-end="20:25" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">16:55</a></li> </ul>
1349
- </div>
1350
-
1351
- <div class="content-container times stopper performances-WEEK _24987"></div>
1352
- </div>
1353
- </div>
1354
- </div>
1355
-
1356
- <!-- <div class="content-container times stopper performances-WEEK _24987"></div>-->
1357
- <div class="content-container white performances-WEEK _24987"></div>
1358
- </div>
1359
- </div>
1360
-
1361
- <div id="14467" class="film-detail WEEK">
1362
-
1363
- <div class="content-container film _WEEK" id="film-14467">
1364
- <div class="grad-hor">
1365
- <a href="/films/space_station/11893/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_a37c1371b1fd39a3475416e6785815ac.jpg" /></a>
1366
- <div class="presentation-info">
1367
- <h4><a href="/films/space_station/11893/">Space Station</a></h4>
1368
- <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> <span class="description">
1369
- </span>
1370
- </div>
1371
- <p><strong>As astoundingly beautiful as it is technically dazzling, 'Space Station 3D' is the first-ever IMAX 3D space film. Audiences will travel 220 miles above Earth at 17,500 mph to experience 'Space Station 3D' - the greatest engineering feat since landing a man on the Moon.</strong></p>
1372
-
1373
- <div class="presentation-info">
1374
- <div data-rating-master-id='11893' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1375
- <div class="rating-icon-star-small-active s9" data-rating="9">
1376
- <div class="rate-over s1"></div>
1377
- <div class="rate-over s2"></div>
1378
- <div class="rate-over s3"></div>
1379
- <div class="rate-over s4"></div>
1380
- <div class="rate-over s5"></div>
1381
- </div>
1382
- </div>
1383
- <span class="description"><strong>Film length: 47 mins</strong></span>
1384
- </div>
1385
- <p class="description">Contains powerful launch sequences</p>
1386
- </div>
1387
- <div class="info-corner">
1388
- <div class="img-bundle">
1389
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="14467"></div> </div>
1390
- </div>
1391
- </div>
1392
- <div id="performances-WEEK-14467" class="content-container times-all _WEEK">
1393
- <div class="accordion-group times-all performances-WEEK _14467" id="tech-14467-0">
1394
- <div class="content-container tech accordion-heading _WEEK">
1395
- <a data-toggle="collapse" data-parent="#tech-14467-0-WEEK" class="accordion-toggle" href="#collapse-14467-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1396
- </div>
1397
- <div id="collapse-14467-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1398
- <div class="accordion-inner">
1399
-
1400
- <div class="content-container times containerWEEK">
1401
- <div class="presentation-info week"><strong>Monday</strong><br>23 Mar</div>
1402
- <ul class="unstyled inline">
1403
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 show"><a href="https://www.odeon.co.uk/booking/init/NzQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxMTg5Mw==/" class="performance-detail" title="Special Screening - book Space Station on 23/03/2015 11:45" data-popup="popup" data-duration="47" data-start="11:45" data-end="12:32" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">11:45</a></li> </ul>
1404
- </div>
1405
-
1406
- <div class="content-container times containerWEEK">
1407
- <div class="presentation-info week"><strong>Wednesday</strong><br>25 Mar</div>
1408
- <ul class="unstyled inline">
1409
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 show"><a href="https://www.odeon.co.uk/booking/init/ODI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxMTg5Mw==/" class="performance-detail" title="Special Screening - book Space Station on 25/03/2015 11:45" data-popup="popup" data-duration="47" data-start="11:45" data-end="12:32" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">11:45</a></li> </ul>
1410
- </div>
1411
-
1412
- <div class="content-container times stopper performances-WEEK _14467"></div>
1413
- </div>
1414
- </div>
1415
- </div>
1416
-
1417
- <!-- <div class="content-container times stopper performances-WEEK _14467"></div>-->
1418
- <div class="content-container white performances-WEEK _14467"></div>
1419
- </div>
1420
- </div>
1421
-
1422
- <div id="26679" class="film-detail WEEK">
1423
-
1424
- <div class="content-container film _WEEK" id="film-26679">
1425
- <div class="grad-hor">
1426
- <a href="/films/the_divergent_series_insurgent/15360/"><img src="http://m.odeon.co.uk/_uploads/asset_management/70x108_52cf0bc4b06b18a9ae739df6401995ea.jpg" /></a>
1427
- <div class="presentation-info">
1428
- <h4><a href="/films/the_divergent_series_insurgent/15360/">The Divergent Series: Insurgent</a></h4>
1429
- <a href="/film-classifications/" alt="TBC" title="More about film classifications"><div class="cert-icon-uk-TBC-small"></div></a> <span class="description">
1430
- </span>
1431
- </div>
1432
- <p><strong>The anticipated second instalment of the 'Divergent' franchise. </strong></p>
1433
-
1434
- <div class="presentation-info">
1435
- <div data-rating-master-id='15360' data-return-to='/cinemas/odeon/211/' class="buzz-rating-container buzz-rating rating-icon-buzz-light-small-inactive">
1436
- <div class="rating-icon-buzz-small-active s4" data-rating="4">
1437
- <div class="rate-over s1"></div>
1438
- <div class="rate-over s2"></div>
1439
- <div class="rate-over s3"></div>
1440
- <div class="rate-over s4"></div>
1441
- <div class="rate-over s5"></div>
1442
- </div>
1443
- <i class="rating-icon-buzz-small-icon"></i>
1444
- </div>
1445
- <span class="description"><strong>Film length: 0 mins</strong></span>
1446
- </div>
1447
- <p class="description"></p>
1448
- </div>
1449
- <div class="info-corner">
1450
- <div class="img-bundle">
1451
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="26679"></div> </div>
1452
- <div class="btn-group">
1453
- <a href="http://odeon.trailer.cineweb.de/insurgent1.mp4" class="btn btn-primary trailer kkvideo-trigger" data-return-to='/cinemas/odeon/211/' data-film-id="15360" data-showbooknowbutton="false" data-filmpage="false"><i class="film-icon-btn-play"></i>Trailer</a>
1454
- <button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
1455
- <span class="caret"></span>
1456
- </button>
1457
- <ul class="dropdown-menu">
1458
- <li><a href="#">Add to Playlist</a></li>
1459
- </ul>
1460
- </div> </div>
1461
- </div>
1462
- <div id="performances-WEEK-26679" class="content-container times-all _WEEK">
1463
- <div class="accordion-group times-all performances-WEEK _26679" id="tech-26679-0">
1464
- <div class="content-container tech accordion-heading _WEEK">
1465
- <a data-toggle="collapse" data-parent="#tech-26679-0-WEEK" class="accordion-toggle" href="#collapse-26679-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1466
- </div>
1467
- <div id="collapse-26679-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1468
- <div class="accordion-inner">
1469
-
1470
- <div class="content-container times containerWEEK">
1471
- <div class="presentation-info week"><strong>Thursday</strong><br>19 Mar</div>
1472
- <ul class="unstyled inline">
1473
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QkE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 19/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/Q0E1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 19/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/REE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 19/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RUE1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 19/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1474
- </div>
1475
-
1476
- <div class="content-container times containerWEEK">
1477
- <div class="presentation-info week"><strong>Friday</strong><br>20 Mar</div>
1478
- <ul class="unstyled inline">
1479
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/OTI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 20/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QTI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 20/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QjI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 20/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QzI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 20/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1480
- </div>
1481
-
1482
- <div class="content-container times containerWEEK">
1483
- <div class="presentation-info week"><strong>Saturday</strong><br>21 Mar</div>
1484
- <ul class="unstyled inline">
1485
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RDI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 21/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MzM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 21/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/OTM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 21/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RjM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 21/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1486
- </div>
1487
-
1488
- <div class="content-container times containerWEEK">
1489
- <div class="presentation-info week"><strong>Sunday</strong><br>22 Mar</div>
1490
- <ul class="unstyled inline">
1491
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RTI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 22/03/2015 13:30" data-popup="popup" data-duration="0" data-start="13:30" data-end="13:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/NDM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 22/03/2015 16:15" data-popup="popup" data-duration="0" data-start="16:15" data-end="16:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">16:15</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QTM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 22/03/2015 19:00" data-popup="popup" data-duration="0" data-start="19:00" data-end="19:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">19:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MDQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 22/03/2015 21:30" data-popup="popup" data-duration="0" data-start="21:30" data-end="21:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:30</a></li> </ul>
1492
- </div>
1493
-
1494
- <div class="content-container times containerWEEK">
1495
- <div class="presentation-info week"><strong>Monday</strong><br>23 Mar</div>
1496
- <ul class="unstyled inline">
1497
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RjI1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 23/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/NTM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 23/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MTQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 23/03/2015 21:45" data-popup="popup" data-duration="0" data-start="21:45" data-end="21:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:45</a></li> </ul>
1498
- </div>
1499
-
1500
- <div class="content-container times containerWEEK">
1501
- <div class="presentation-info week"><strong>Tuesday</strong><br>24 Mar</div>
1502
- <ul class="unstyled inline">
1503
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/NjM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 24/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/QzM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 24/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MjQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 24/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1504
- </div>
1505
-
1506
- <div class="content-container times containerWEEK">
1507
- <div class="presentation-info week"><strong>Wednesday</strong><br>25 Mar</div>
1508
- <ul class="unstyled inline">
1509
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MTM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 25/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/NzM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 25/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RDM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 25/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MzQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 25/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1510
- </div>
1511
-
1512
- <div class="content-container times containerWEEK">
1513
- <div class="presentation-info week"><strong>Thursday</strong><br>26 Mar</div>
1514
- <ul class="unstyled inline">
1515
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/MjM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 26/03/2015 13:00" data-popup="popup" data-duration="0" data-start="13:00" data-end="13:00" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">13:00</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_AFTERNOON WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/ODM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 26/03/2015 15:45" data-popup="popup" data-duration="0" data-start="15:45" data-end="15:45" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">15:45</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/RTM1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 26/03/2015 18:30" data-popup="popup" data-duration="0" data-start="18:30" data-end="18:30" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">18:30</a></li><li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_ISPEAK WEEK_TBC WEEK_EVENING WEEK_IMAX3D WEEK_GENRE_1 show"><a href="https://www.odeon.co.uk/booking/init/NDQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxNTM2MA==/" class="performance-detail" title="Peak - book The Divergent Series: Insurgent on 26/03/2015 21:15" data-popup="popup" data-duration="0" data-start="21:15" data-end="21:15" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">21:15</a></li> </ul>
1516
- </div>
1517
-
1518
- <div class="content-container times stopper performances-WEEK _26679"></div>
1519
- </div>
1520
- </div>
1521
- </div>
1522
-
1523
- <!-- <div class="content-container times stopper performances-WEEK _26679"></div>-->
1524
- <div class="content-container white performances-WEEK _26679"></div>
1525
- </div>
1526
- </div>
1527
-
1528
- <div id="14449" class="film-detail WEEK">
1529
-
1530
- <div class="content-container film _WEEK" id="film-14449">
1531
- <div class="grad-hor">
1532
- <a href="/films/under_the_sea/11794/"><img src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_7e7e02e30b327426bd2619fe46296185.jpg" /></a>
1533
- <div class="presentation-info">
1534
- <h4><a href="/films/under_the_sea/11794/">Under The Sea</a></h4>
1535
- <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> <span class="description">
1536
- </span>
1537
- </div>
1538
- <p><strong>'Under the Sea 3D', a new IMAX 3D adventure, will transport you to some of the most exotic and isolated undersea locations on Earth, including Southern Australia, New Guinea and others in the Indo-Pacific region, allowing you to experience face-to-face encounters with some of the most mysterious and stunning creatures of the sea.</strong></p>
1539
-
1540
- <div class="presentation-info">
1541
- <div data-rating-master-id='11794' data-return-to='/cinemas/odeon/211/' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
1542
- <div class="rating-icon-star-small-active s7" data-rating="7">
1543
- <div class="rate-over s1"></div>
1544
- <div class="rate-over s2"></div>
1545
- <div class="rate-over s3"></div>
1546
- <div class="rate-over s4"></div>
1547
- <div class="rate-over s5"></div>
1548
- </div>
1549
- </div>
1550
- <span class="description"><strong>Film length: 41 mins</strong></span>
1551
- </div>
1552
- <p class="description">Contains no material likely to offend or harm</p>
1553
- </div>
1554
- <div class="info-corner">
1555
- <div class="img-bundle">
1556
- <div class="film-icon-WEEK feature-icon-light-imax3d-medium WEEK_IMAX3D" data-schedule="IMAX3D" data-film="14449"></div> </div>
1557
- </div>
1558
- </div>
1559
- <div id="performances-WEEK-14449" class="content-container times-all _WEEK">
1560
- <div class="accordion-group times-all performances-WEEK _14449" id="tech-14449-0">
1561
- <div class="content-container tech accordion-heading _WEEK">
1562
- <a data-toggle="collapse" data-parent="#tech-14449-0-WEEK" class="accordion-toggle" href="#collapse-14449-0-WEEK">in IMAX 3D</a><a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Stunning image quality, extraordinary sound and big screen experience. Combined with 3D, to create IMAX 3D, the ultimate film experience. IMAX 3D glasses required."></a>
1563
- </div>
1564
- <div id="collapse-14449-0-WEEK" class="accordion-body in collapse" style="height: auto;">
1565
- <div class="accordion-inner">
1566
-
1567
- <div class="content-container times containerWEEK">
1568
- <div class="presentation-info week"><strong>Wednesday</strong><br>25 Mar</div>
1569
- <ul class="unstyled inline">
1570
- <li class="WEEK WEEK_WHEELCHAIR performance-blue WEEK_U WEEK_MORNING WEEK_IMAX3D WEEK_GENRE_6 WEEK_GENRE_10 show"><a href="https://www.odeon.co.uk/booking/init/ODQ1MTAwMDAwMjNXWEFaTUxCIzIxMSMxMTc5NA==/" class="performance-detail" title="Special Screening - book Under The Sea on 25/03/2015 10:30" data-popup="popup" data-duration="41" data-start="10:30" data-end="11:11" data-status="normal" data-type="WEEK" data-auditorium-info="Screen 1 (Wheelchair Accessible)" data-is-online="1">10:30</a></li> </ul>
1571
- </div>
1572
-
1573
- <div class="content-container times stopper performances-WEEK _14449"></div>
1574
- </div>
1575
- </div>
1576
- </div>
1577
-
1578
- <!-- <div class="content-container times stopper performances-WEEK _14449"></div>-->
1579
- <div class="content-container white performances-WEEK _14449"></div>
1580
- </div>
1581
- </div>
1582
- </section>
1583
- </div>
1584
- <div class="span3">
1585
- <div id="show-only-this-film" class="accordion-group times-filter">
1586
- <div class="accordion-heading">
1587
- <a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#show-only-this-film" href="#collapseOne-WEEK">
1588
- <i class="filter-icon-opened"></i>Show only this film
1589
- </a>
1590
- </div>
1591
- <div id="collapseOne-WEEK" class="accordion-body collapse in">
1592
- <div class="accordion-inner">
1593
- <div class="selectpicker select-icon-select">
1594
- <select id="filter-film-WEEK" data-size="10">
1595
- <option value="null">Select a film</option>
1596
- <option value="26589">Chappie</option>
1597
- <option value="19939">Hubble</option>
1598
- <option value="25609">Interstellar</option>
1599
- <option value="25495">Island Of Lemurs: Madagascar</option>
1600
- <option value="24468">Jerusalem</option>
1601
- <option value="24987">MET Opera - La Donna Del Lago (Live) 2015</option>
1602
- <option value="14467">Space Station</option>
1603
- <option value="26679">The Divergent Series: Insurgent</option>
1604
- <option value="14449">Under The Sea</option>
1605
- </select>
1606
- </div>
1607
- </div>
1608
- </div>
1609
- </div>
1610
-
1611
- <div id="WEEK-container-watch-in" class="accordion-group times-filter">
1612
- <div class="accordion-heading">
1613
- <a id="WEEK-toggler-watch-in" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#watch-in" href="#collapseTwo-WEEK">
1614
- <i class="filter-icon-opened"></i>Watch in
1615
- </a>
1616
- </div>
1617
- <div id="collapseTwo-WEEK" class="accordion-body collapse">
1618
- <div class="accordion-inner">
1619
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-isense3d-WEEK" value="isense3D">
1620
- <label for="ind-isense3d-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> ISENSE 3D</label>
1621
-
1622
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-isense-WEEK" value="isense">
1623
- <label for="ind-isense-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> ISENSE</label>
1624
-
1625
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-imax3d-WEEK" value="imax3D">
1626
- <label for="ind-imax3d-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> IMAX 3D</label>
1627
-
1628
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-imax-WEEK" value="imax">
1629
- <label for="ind-imax-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> IMAX</label>
1630
-
1631
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-3d-WEEK" value="3D">
1632
- <label for="ind-3d-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 3D</label>
1633
-
1634
- <input type="checkbox" class="filter-WEEK" name="WEEK-watch-in" id="ind-2d-WEEK" value="2D">
1635
- <label for="ind-2d-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 2D</label>
1636
- </div>
1637
- </div>
1638
- </div>
1639
-
1640
- <div id="WEEK-container-seating" class="accordion-group times-filter">
1641
- <div class="accordion-heading">
1642
- <a id="WEEK-toggler-seating" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#seating" href="#collapseThree-WEEK">
1643
- <i class="filter-icon-opened"></i>Seating
1644
- </a>
1645
- </div>
1646
- <div id="collapseThree-WEEK" class="accordion-body collapse">
1647
- <div class="accordion-inner">
1648
- <input type="checkbox" class="filter-WEEK" name="WEEK-seating" id="ind-gallery-WEEK" value="gallery">
1649
- <label for="ind-gallery-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Gallery</label>
1650
-
1651
- <input type="checkbox" class="filter-WEEK" name="WEEK-seating" id="ind-dbox-WEEK" value="dbox">
1652
- <label for="ind-dbox-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> D-Box</label>
1653
-
1654
- <input type="checkbox" class="filter-WEEK" name="WEEK-seating" id="ind-club-WEEK" value="club">
1655
- <label for="ind-club-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Club seats</label>
1656
-
1657
- <input type="checkbox" class="filter-WEEK" name="WEEK-seating" id="ind-ols-premiere-screen-WEEK" value="ols-premiere-screen">
1658
- <label for="ind-ols-premiere-screen-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Premiere Screen</label>
1659
-
1660
- <input type="checkbox" class="filter-WEEK" name="WEEK-seating" id="ind-ols-studio-WEEK" value="ols-studio">
1661
- <label for="ind-ols-studio-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Studios</label>
1662
- </div>
1663
- </div>
1664
- </div>
1665
-
1666
-
1667
- <div id="WEEK-container-certificate" class="accordion-group times-filter">
1668
- <div class="accordion-heading">
1669
- <a id="WEEK-toggler-certificate" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#certificate" href="#collapseFive-WEEK">
1670
- <i class="filter-icon-opened"></i>Certificate
1671
- </a>
1672
- </div>
1673
- <div id="collapseFive-WEEK" class="accordion-body collapse">
1674
- <div class="accordion-inner">
1675
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-TBC-WEEK" value="TBC">
1676
- <label for="ind-TBC-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> TBC <a href="/film-classifications/" alt="TBC" title="More about film classifications"><div class="cert-icon-uk-TBC-small"></div></a></label>
1677
-
1678
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-GEN-WEEK" value="GEN">
1679
- <label for="ind-GEN-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> GEN <a href="/film-classifications/" alt="GEN" title="More about film classifications"><div class="cert-icon-uk-GEN-small"></div></a></label>
1680
-
1681
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-U-WEEK" value="U">
1682
- <label for="ind-U-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> U <a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a></label>
1683
-
1684
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-PG-WEEK" value="PG">
1685
- <label for="ind-PG-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> PG <a href="/film-classifications/" alt="PG" title="More about film classifications"><div class="cert-icon-uk-PG-small"></div></a></label>
1686
-
1687
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-12-WEEK" value="12">
1688
- <label for="ind-12-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 12 <a href="/film-classifications/" alt="12" title="More about film classifications"><div class="cert-icon-uk-12-small"></div></a></label>
1689
-
1690
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-12PG-WEEK" value="12PG">
1691
- <label for="ind-12PG-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 12PG <a href="/film-classifications/" alt="12PG" title="More about film classifications"><div class="cert-icon-uk-12PG-small"></div></a></label>
1692
-
1693
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-12A-WEEK" value="12A">
1694
- <label for="ind-12A-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 12A <a href="/film-classifications/" alt="12A" title="More about film classifications"><div class="cert-icon-uk-12A-small"></div></a></label>
1695
-
1696
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-15-WEEK" value="15">
1697
- <label for="ind-15-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 15 <a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a></label>
1698
-
1699
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-15PG-WEEK" value="15PG">
1700
- <label for="ind-15PG-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 15PG <a href="/film-classifications/" alt="15PG" title="More about film classifications"><div class="cert-icon-uk-15PG-small"></div></a></label>
1701
-
1702
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-15A-WEEK" value="15A">
1703
- <label for="ind-15A-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 15A <a href="/film-classifications/" alt="15A" title="More about film classifications"><div class="cert-icon-uk-15A-small"></div></a></label>
1704
-
1705
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-16-WEEK" value="16">
1706
- <label for="ind-16-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 16 <a href="/film-classifications/" alt="16" title="More about film classifications"><div class="cert-icon-uk-16-small"></div></a></label>
1707
-
1708
- <input type="checkbox" class="filter-WEEK" name="WEEK-certificate" id="ind-18-WEEK" value="18">
1709
- <label for="ind-18-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> 18 <a href="/film-classifications/" alt="18" title="More about film classifications"><div class="cert-icon-uk-18-small"></div></a></label>
1710
- </div>
1711
- </div>
1712
- </div>
1713
-
1714
- <div id="WEEK-container-genre" class="accordion-group times-filter">
1715
- <div class="accordion-heading">
1716
- <a id="WEEK-toggler-genre" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#genre" href="#collapseSix-WEEK">
1717
- <i class="filter-icon-opened"></i>Genre
1718
- </a>
1719
- </div>
1720
- <div id="collapseSix-WEEK" class="accordion-body collapse">
1721
- <div class="accordion-inner">
1722
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-action-WEEK" value="genre_1">
1723
- <label for="ind-action-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Action</label>
1724
-
1725
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-adventure-WEEK" value="genre_2">
1726
- <label for="ind-adventure-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Adventure</label>
1727
-
1728
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-animated-WEEK" value="genre_3">
1729
- <label for="ind-animated-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Animated</label>
1730
-
1731
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-bollywood-WEEK" value="genre_4">
1732
- <label for="ind-bollywood-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Bollywood</label>
1733
-
1734
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-comedy-WEEK" value="genre_5">
1735
- <label for="ind-comedy-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Comedy</label>
1736
-
1737
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-documentary-WEEK" value="genre_6">
1738
- <label for="ind-documentary-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Documentary</label>
1739
-
1740
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-drama-WEEK" value="genre_7">
1741
- <label for="ind-drama-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Drama</label>
1742
-
1743
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-fantasy-WEEK" value="genre_8">
1744
- <label for="ind-fantasy-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Fantasy</label>
1745
-
1746
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-foreignLanguage-WEEK" value="genre_9">
1747
- <label for="ind-foreignLanguage-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Foreign Language</label>
1748
-
1749
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-family-WEEK" value="genre_10">
1750
- <label for="ind-family-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Family</label>
1751
-
1752
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-horror-WEEK" value="genre_11">
1753
- <label for="ind-horror-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Horror</label>
1754
-
1755
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-musical-WEEK" value="genre_12">
1756
- <label for="ind-musical-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Musical</label>
1757
-
1758
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-romanticComedy-WEEK" value="genre_13">
1759
- <label for="ind-romanticComedy-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Romantic comedy</label>
1760
-
1761
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-scienceFiction-WEEK" value="genre_14">
1762
- <label for="ind-scienceFiction-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Science Fiction</label>
1763
-
1764
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-thriller-WEEK" value="genre_15">
1765
- <label for="ind-thriller-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Thriller</label>
1766
-
1767
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-urban-WEEK" value="genre_17">
1768
- <label for="ind-urban-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Urban</label>
1769
-
1770
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-sports-WEEK" value="genre_18">
1771
- <label for="ind-sports-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Sports</label>
1772
-
1773
- <input type="checkbox" class="filter-WEEK" name="WEEK-genre" id="ind-music-WEEK" value="genre_19">
1774
- <label for="ind-music-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Music</label>
1775
- </div>
1776
- </div>
1777
- </div>
1778
-
1779
- <div id="WEEK-container-showtimes" class="accordion-group times-filter">
1780
- <div class="accordion-heading">
1781
- <a id="WEEK-toggler-showtimes" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#showtimes" href="#collapseEight-WEEK">
1782
- <i class="filter-icon-opened"></i>Showtimes
1783
- </a>
1784
- </div>
1785
- <div id="collapseEight-WEEK" class="accordion-body collapse">
1786
- <div class="accordion-inner">
1787
- <input type="checkbox" class="filter-WEEK" name="WEEK-showtimes" id="ind-morning-WEEK" value="morning">
1788
- <label for="ind-morning-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Morning (before 12pm)</label>
1789
-
1790
- <input type="checkbox" class="filter-WEEK" name="WEEK-showtimes" id="ind-afternoon-WEEK" value="afternoon">
1791
- <label for="ind-afternoon-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Afternoon (12pm to 5pm)</label>
1792
-
1793
- <input type="checkbox" class="filter-WEEK" name="WEEK-showtimes" id="ind-evening-WEEK" value="evening">
1794
- <label for="ind-evening-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Evening (after 5pm)</label>
1795
- </div>
1796
- </div>
1797
- </div>
1798
-
1799
- <div id="WEEK-container-accessibility" class="accordion-group times-filter">
1800
- <div class="accordion-heading">
1801
- <a id="WEEK-toggler-accessibility" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#accessibility" href="#collapseNine-WEEK">
1802
- <i class="filter-icon-opened"></i>Accessibility
1803
- </a>
1804
- </div>
1805
- <div id="collapseNine-WEEK" class="accordion-body collapse">
1806
- <div class="accordion-inner">
1807
- <input type="checkbox" class="filter-WEEK" name="WEEK-accessibility" id="ind-wheelchair-WEEK" value="wheelchair">
1808
- <label for="ind-wheelchair-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Wheelchair-friendly</label>
1809
-
1810
- <input type="checkbox" class="filter-WEEK" name="WEEK-accessibility" id="ind-audio-WEEK" value="audioDescribed">
1811
- <label for="ind-audio-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Audio-described</label>
1812
-
1813
- <input type="checkbox" class="filter-WEEK" name="WEEK-accessibility" id="ind-subtitled-WEEK" value="subtitledForHardOfHearing">
1814
- <label for="ind-subtitled-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Subtitled</label>
1815
-
1816
- <input type="checkbox" class="filter-WEEK" name="WEEK-accessibility" id="ind-autism-WEEK" value="autism">
1817
- <label for="ind-autism-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Autism Friendly</label>
1818
- </div>
1819
- </div>
1820
- </div>
1821
-
1822
- <div id="WEEK-container-special_screenings" class="accordion-group times-filter">
1823
- <div class="accordion-heading">
1824
- <a id="WEEK-toggler-special_screenings" class="accordion-toggle blue form collapsed" data-toggle="collapse" data-parent="#special-screenings" href="#collapseTen-WEEK">
1825
- <i class="filter-icon-opened"></i>Special screenings
1826
- </a>
1827
- </div>
1828
- <div id="collapseTen-WEEK" class="accordion-body collapse">
1829
- <div class="accordion-inner">
1830
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-culture-WEEK" value="ODEONPlusCulture">
1831
- <label for="ind-culture-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Culture</label>
1832
-
1833
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-sport-WEEK" value="ODEONPlusSport">
1834
- <label for="ind-sport-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Sport</label>
1835
-
1836
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-musics-WEEK" value="ODEONPlusMusic">
1837
- <label for="ind-musics-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Music</label>
1838
-
1839
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-kids-club-WEEK" value="kids">
1840
- <label for="ind-kids-club-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i>ODEON Kids</label>
1841
-
1842
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-newbies-WEEK" value="newbies">
1843
- <label for="ind-newbies-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Newbies</label>
1844
-
1845
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-senior-screen-WEEK" value="seniorScreen">
1846
- <label for="ind-senior-screen-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Silver Cinema</label>
1847
-
1848
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-bollywood-WEEK-2" value="bollywood">
1849
- <label for="ind-bollywood-WEEK-2" class="checkbox"><i class="checkbox-icon-unchecked"></i> Bollywood</label>
1850
-
1851
- <input type="checkbox" class="filter-WEEK" name="WEEK-special_screenings" id="ind-back-british-films-WEEK" value="backBritishFilm">
1852
- <label for="ind-back-british-films-WEEK" class="checkbox"><i class="checkbox-icon-unchecked"></i> Back British Film</label>
1853
- </div>
1854
- </div>
1855
- </div>
1856
-
1857
- <button id="resetFilterWEEK" class="btn orange" type="reset">Reset all filters</button>
1858
- <script type="text/javascript">
1859
- <!--//
1860
- /* Javascript for filtering performances in Day and Week views. */
1861
- var filterWEEKPerformances = {};
1862
-
1863
- function greyoutFiltersWEEK(){
1864
- $('input.filter-WEEK').each(function(){
1865
- if(!$(this).attr('checked') && !$('li.WEEK.WEEK_' + $(this).val().toUpperCase()).hasClass('show')){
1866
- $(this).attr('disabled', true);
1867
- $('label[for="' + $(this).prop('id') + '"]').addClass('grey-disabled-text');
1868
- } else {
1869
- $(this).attr('disabled', false);
1870
- $('label[for="' + $(this).prop('id') + '"]').removeClass('grey-disabled-text');
1871
- }
1872
- });
1873
- }
1874
- //Called on init for filter the filter options vs performance attributes
1875
- function deleteFilterOptionsWEEK(){
1876
- $('input.filter-WEEK').each(function(){
1877
- if ($('li.WEEK').hasClass('WEEK_' + $(this).val().toUpperCase())) {
1878
- return;
1879
- }
1880
- $(this).next('label').remove();
1881
- $(this).remove();
1882
- });
1883
- var showButtonWEEK = false;
1884
- $.each(['watch-in', 'seating', 'pricing', 'certificate', 'genre', 'showtimes', 'accessibility','special_screenings'], function(index, value){
1885
- if ($('input[name="WEEK-' + value + '"]').doesExist()) {
1886
- $('#WEEK-toggler-' + value).click();
1887
- showButtonWEEK = true;
1888
- return;
1889
- }
1890
- $('#WEEK-container-' + value).remove();
1891
- });
1892
- if (showButtonWEEK) {
1893
- $('#resetFilterWEEK').show();
1894
- } else {
1895
- $('#resetFilterWEEK').hide();
1896
- }
1897
- }
1898
-
1899
- //Filter with selectors and hides or shows all elements
1900
- function filterShowtimesWEEK(selectors){
1901
-
1902
- if(selectors.length > 0) {
1903
- $('li.WEEK').each(function(){
1904
- $(this).removeClass('show').addClass('hide');
1905
- });
1906
- } else {
1907
- //Show all posible elements if no option is checked in the filter
1908
- $('li.WEEK').each(function(){
1909
- $(this).removeClass('hide').addClass('show');
1910
- });
1911
-
1912
- $('div.accordion-group.times-all.performances-WEEK').each(function(){
1913
- $(this).removeClass('hide').addClass('show');
1914
- });
1915
-
1916
-
1917
- $('div.content-container.tech.accordion-heading._WEEK').each(function(){
1918
- $(this).removeClass('hide').addClass('show');
1919
- });
1920
-
1921
- $('div.content-container.times.containerWEEK').each(function(){
1922
- $(this).removeClass('hide').addClass('show');
1923
- });
1924
-
1925
- $('div.content-container.film._WEEK').each(function(){
1926
- $(this).removeClass('hide').addClass('show');
1927
- });
1928
-
1929
- $('div.content-container.times.stopper.performances-WEEK').each(function(){
1930
- $(this).removeClass('hide').addClass('show');
1931
- });
1932
-
1933
- $('div.film-icon-WEEK').each(function(){
1934
- $(this).removeClass('hide').addClass('show');
1935
- });
1936
-
1937
- $('div.film-detail.WEEK').each(function(){
1938
- if($('#filter-film-WEEK').length > 0 && $('#filter-film-WEEK').val() != 'null'){
1939
- if($(this).prop('id') == $('#filter-film-WEEK').val()){
1940
- $(this).removeClass('hide').addClass('show');
1941
- }
1942
- } else {
1943
- $(this).removeClass('hide').addClass('show');
1944
- }
1945
- });
1946
- //No option is checked in the filter and after show all elements we go out of the function
1947
- greyoutFiltersWEEK();
1948
- return;
1949
- }
1950
-
1951
- //Show all performances who are in the selectors list
1952
- $.each(selectors, function(key, value) {
1953
- $('li' + value).each(function(){
1954
- $(this).removeClass('hide').addClass('show');
1955
- });
1956
- });
1957
-
1958
- //Show or hide all times container
1959
- $('div.content-container.times.containerWEEK').each(function(){
1960
- if ( $(this).children('ul').children('li').hasClass('show')) {
1961
- $(this).removeClass('hide').addClass('show');
1962
- } else {
1963
- $(this).removeClass('show').addClass('hide');
1964
- }
1965
- });
1966
-
1967
- //Show or hide accordion container
1968
- $('div.accordion-group.times-all.performances-WEEK').each(function(){
1969
- if($(this).find('li.WEEK').hasClass('show')) {
1970
- $(this).removeClass('hide').addClass('show');
1971
- } else {
1972
- $(this).removeClass('show').addClass('hide');
1973
- }
1974
- });
1975
-
1976
- //Show or hide Film Detail
1977
- $('div.film-detail.WEEK').each(function(){
1978
- if($(this).find('li.WEEK').hasClass('show')) {
1979
- if($('#filter-film-WEEK').length > 0 && $('#filter-film-WEEK').val() != 'null'){
1980
- if($(this).prop('id') == $('#filter-film-WEEK').val()){
1981
- $(this).find('div.content-container.film._WEEK').removeClass('hide').addClass('show');
1982
- $(this).removeClass('hide').addClass('show');
1983
- }
1984
- } else {
1985
- $(this).find('div.content-container.film._WEEK').removeClass('hide').addClass('show');
1986
- $(this).removeClass('hide').addClass('show');
1987
- }
1988
- } else {
1989
- $(this).find('div.content-container.film._WEEK').removeClass('show').addClass('hide');
1990
- $(this).removeClass('show').addClass('hide');
1991
- }
1992
- });
1993
-
1994
- //Show/hide film icon attributes
1995
- $('div.film-icon-WEEK').each(function(){
1996
- if($('#' + $(this).data('film') + '.WEEK').find('li.WEEK_' + $(this).data('schedule')).hasClass('show')) {
1997
- $(this).removeClass('hide').addClass('show');
1998
- } else {
1999
- $(this).removeClass('show').addClass('hide');
2000
- }
2001
- });
2002
-
2003
- greyoutFiltersWEEK();
2004
- }
2005
-
2006
- //Click on a filter option
2007
- $('.filter-WEEK').click(function(){
2008
- if (typeof filterWEEKPerformances[this.name.toString()] === 'undefined'){
2009
- filterWEEKPerformances[this.name.toString()] = [];
2010
- }
2011
-
2012
- var filterItemValue = ('.WEEK_' + this.value).toUpperCase();
2013
-
2014
- if (this.checked) {
2015
- filterWEEKPerformances[this.name].push(filterItemValue);
2016
- } else {
2017
- if ($.inArray(filterItemValue, filterWEEKPerformances[this.name]) !== -1) {
2018
- filterWEEKPerformances[this.name].splice($.inArray(filterItemValue, filterWEEKPerformances[this.name]), 1);
2019
- }
2020
- }
2021
-
2022
- filterWEEKSelectors(this.name);
2023
- });
2024
-
2025
- //Create the selectors list with all checked filter options
2026
- function filterWEEKSelectors(type)
2027
- {
2028
- var selectors = [];
2029
- $.each(filterWEEKPerformances, function(key, value) {
2030
- selectors = parseFilter(selectors, value);
2031
- });
2032
- filterShowtimesWEEK(selectors);
2033
- }
2034
-
2035
- //Parse filter options and to create all possible selectors
2036
- function parseFilter(first, second)
2037
- {
2038
- ret = [];
2039
- if(first.length == 0 && second.length > 0 ) {
2040
- return second;
2041
- } else if (first.length > 0 && second.length == 0) {
2042
- return first;
2043
- } else if (first.length == 0 && second.length == 0) {
2044
- return ret;
2045
- }
2046
-
2047
- $.each(first, function(firstKey, firstValue){
2048
- $.each(second, function(secondKey, secondValue){
2049
- ret.push(firstValue+secondValue);
2050
- });
2051
- });
2052
-
2053
- return ret;
2054
- }
2055
-
2056
- /* Film filter functionality */
2057
- $('#filter-film-WEEK').change(function(){
2058
- if ($(this).val() != 'null') {
2059
- $('div.film-detail.WEEK').each(function(){
2060
- if (this.id === $('#filter-film-WEEK').val()) {
2061
- $(this).removeClass('hide').addClass('show');
2062
- } else {
2063
- $(this).removeClass('show').addClass('hide');
2064
- }
2065
- });
2066
- } else {
2067
- //No film is selected and we must refilter
2068
- filterWEEKSelectors();
2069
- }
2070
- });
2071
-
2072
- //Reset filter for Week and Day View
2073
- $('#resetFilterWEEK').click(function(){
2074
- //Set all film for Day or Week View visible
2075
- $('#filter-film-WEEK').val('null');
2076
- $('input.filter-WEEK').attr('checked', false);
2077
- filterWEEKPerformances = {};
2078
-
2079
- //Refilter
2080
- filterWEEKSelectors();
2081
- });
2082
-
2083
- //-->
2084
- </script>
2085
- </div>
2086
- <script type="text/javascript">
2087
- var showtimesFilmListWEEK = [];
2088
- showtimesFilmListWEEK['26589'] = ['Chappie', '2015/03/06', '3.603305785123967'];
2089
- showtimesFilmListWEEK['19939'] = ['Hubble', '2011/09/16', '4.428571428571429'];
2090
- showtimesFilmListWEEK['25609'] = ['Interstellar', '2014/11/07', '3.958362738179252'];
2091
- showtimesFilmListWEEK['25495'] = ['Island Of Lemurs: Madagascar', '2014/09/05', '4'];
2092
- showtimesFilmListWEEK['24468'] = ['Jerusalem', '2014/01/17', '4.5'];
2093
- showtimesFilmListWEEK['24987'] = ['MET Opera - La Donna Del Lago (Live) 2015', '2015/03/14', '0'];
2094
- showtimesFilmListWEEK['14467'] = ['Space Station', '2009/01/16', '4.5'];
2095
- showtimesFilmListWEEK['26679'] = ['The Divergent Series: Insurgent', '2015/03/20', '4.2'];
2096
- showtimesFilmListWEEK['14449'] = ['Under The Sea', '2009/02/13', '3.6875'];
2097
- $(document).ready(function() {
2098
- deleteFilterOptionsWEEK();
2099
- $('.info-icon-form-info-small').popover();
2100
- refreshScrollspy();
2101
- });
2102
- </script>
2103
- </div>
2104
- </div>
2105
- </div>
2106
- <div class="tab-pane futureview" id="ind-future" role="tabpanel">
2107
- <div class="tab-content">
2108
- <div class="tab-pane" id="ind-future01" role="tabpanel">
2109
- <!-- Future Showtimes container -->
2110
- </div>
2111
- </div>
2112
- </div>
2113
- </div>
2114
- </div> <!-- End Showtimes -->
2115
- <div class="tab-pane gethere no-padding" id="gethere" role="tabpanel">
2116
- <div class="span4 table-cell">
2117
- <div class="popover fade top in location-marker">
2118
- <div class="icon-location-marker-arrow"></div>
2119
- <div class="popover-content">
2120
- <div class="popover-inner">
2121
- <div class="feature-icon"><div class="feature-icon-light-imax-small"></div></div>
2122
- <div class="icon"><div class="icon-odeon-light-small"></div><p>1</p></div>
2123
- </div>
2124
- </div>
2125
- </div>
2126
- <h5>BFI IMAX</h5>
2127
- <p class="description">
2128
- 1 Charlie Chaplin Walk<br> London<br> SE1 8XR<br> </p>
2129
- <div class="functions"><div class="feature-icon-dark-imax-medium"></div><div class="feature-icon-dark-costa-medium"></div><div class="feature-icon-dark-yog-medium"></div></div>
2130
- <p>The BFI IMAX is located on London Southbank, right next to Waterloo Bridge, near Waterloo Station.</p>
2131
- <div class="hrComponent comp"><hr></div>
2132
- <p><strong>ODEON Cinemas nearby:</strong></p>
2133
- <a href="/cinemas/london_leicester_square/105/" class="otherLocalCinemas" data-siteid="105">London - Leicester Square</a> <span>(0.78 miles)</span><br>
2134
- <a href="/cinemas/covent_garden/81/" class="otherLocalCinemas" data-siteid="81">Covent Garden</a> <span>(0.9 miles)</span><br>
2135
- <a href="/cinemas/swiss_cottage/132/" class="otherLocalCinemas" data-siteid="132">Swiss Cottage</a> <span>(3.67 miles)</span><br>
2136
- </div>
2137
- <div class="span8 table-cell">
2138
- <div class="switch">
2139
- <a class="showDirections active" href="#">Directions</a><a class="showMap" href="#">Show Map</a>
2140
- </div>
2141
- <a class="underline" href="https://maps.google.com/maps?daddr=51.505,-0.113707" target="_blank">Get directions</a>
2142
- <div class="location-map" id="location-map" style=""></div>
2143
- <div id="cinemasData" style="display: none;" data-cinemasmap='[{"siteId":211,"name":"BFI IMAX","address":{"lineOne":"1 Charlie Chaplin Walk","lineTwo":"London","lineThree":"","lineFour":"","postcode":"SE1 8XR"},"longitude":-0.113707,"latitude":51.505,"isImax":1,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/ca8de02bb4b4ab3155aad6280bcf77ad.jpg","siteLink":"\/cinemas\/bfi_imax\/211\/"},{"siteId":105,"name":"London - Leicester Square","address":{"lineOne":"24-26 Leicester Square","lineTwo":"London","lineThree":"","lineFour":"","postcode":"WC2H 7LQ"},"longitude":-0.1295,"latitude":51.5105,"isImax":0,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/0eb85fd94c82d1d83f55d62b3b287d2c.jpg","siteLink":"\/cinemas\/london_leicester_square\/105\/"},{"siteId":81,"name":"Covent Garden","address":{"lineOne":"135 Shaftesbury Avenue","lineTwo":"London","lineThree":"","lineFour":"","postcode":"WC2H 8AH"},"longitude":-0.12824,"latitude":51.5143,"isImax":0,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/a9f2478cbdd0211d8a719cf0b4192a64.jpg","siteLink":"\/cinemas\/covent_garden\/81\/"},{"siteId":132,"name":"Swiss Cottage","address":{"lineOne":"96 Finchley Road","lineTwo":"London","lineThree":"","lineFour":"","postcode":"NW3 5EL"},"longitude":-0.17449,"latitude":51.5424,"isImax":1,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/2c2edf71826b34890f808dfbcd7e8671.jpg","siteLink":"\/cinemas\/swiss_cottage\/132\/"}]'></div>
2144
-
2145
- <style>
2146
- #location-map {
2147
- display: none;
2148
- }
2149
- #location-directions {
2150
- display: block;
2151
- }
2152
- #location-map img {
2153
- max-width: none;
2154
- }
2155
- </style> <div class="location-directions" id="location-directions">
2156
- <p>
2157
- <h4>Driving Directions</h4>
2158
- The BFI IMAX is located in the centre of the roundabout adjacent to Waterloo Station. There is no standard parking available next to the cinema - the nearest car parks are located on Belvedere Road, Upper Ground or at Waterloo Station. <br />
2159
- <br />
2160
- There are four disabled parking bays for Orange Badge holders approximately 10 metres from the main BFI Southbank entrance. Further bays are located by Queen Elizabeth Hall and the riverside entrance of the Royal Festival Hall. </p>
2161
- <p>
2162
- <h4>Public Transport</h4>
2163
- By train / underground;<br />
2164
- <br />
2165
- Waterloo mainline and underground stations are approximately 300 metres away. <br />
2166
- <br />
2167
- By bus;<br />
2168
- <br />
2169
- Routes 1, 4*, 26, 68, 76, 77, 139*, 168, 171, 172, 176, 188, 211, 243*, 341, 381, 507*, 521*, RV1<br />
2170
- (* limited service; call London Transport Information on 020 7222 1234 or visit Transport for London online). <br />
2171
- <br />
2172
- By cab <br />
2173
- <br />
2174
- Computer cab service available from Royal Festival Hall Foyer. </p>
2175
- </div>
2176
- </div>
2177
- </div>
2178
- <div class="tab-pane prices" id="prices" role="tabpanel">
2179
- <!-- Start Cinema Ticket Pricing -->
2180
-
2181
- <style>
2182
- table#bfiPricing {width: 100%; font-size: 16px;}
2183
- table#bfiPricing tr {}
2184
- table#bfiPricing tr td {padding-top: 5px; }
2185
- table#bfiPricing tr td.firstCol {padding-left: 5px; }
2186
- table#bfiPricing tr td.verticalSpacer {height: 7px;}
2187
- table#bfiPricing tr td.verticalSpacer1 {height: 1px;}
2188
-
2189
- table#bfiPricing tr td.noBorder {border: none; width: 3px;}
2190
- table#bfiPricing tr.timing td {text-align: center; font-size: 110%;}
2191
- table#bfiPricing tr.timing td span.small {font-size: small; }
2192
- table#bfiPricing tr.category td {text-align: center; padding-top: 5px; padding-bottom: 5px; font-size:80%;}
2193
- table#bfiPricing tr.category td span.small {font-size: small; }
2194
- table#bfiPricing tr.prices td.price {text-align: center; font-size:80%;}
2195
- table#bfiPricing tr.prices td.ticketType {font-size: 80%;}
2196
- table#bfiPricing tr.prices td span.small {font-size: 60%; }
2197
-
2198
- table#bfiPricing .blue {background: #4d99d6; color: #fff;}
2199
- table#bfiPricing .blueText { color: #4d99d6; }
2200
- table#bfiPricing .blueBorderBottom td {border-bottom: 2px solid #4d99d6;}
2201
-
2202
- table#bfiPricing .darkGrey {background: #497082; color: #fff;}
2203
- table#bfiPricing .lightGrey {background: #6D8D9C; color: #fff;}
2204
- table#bfiPricing .darkRed {background: #F0414E; color: #fff;}
2205
- table#bfiPricing .lightRed {background: #F2684E; color: #fff;}
2206
- </style>
2207
-
2208
-
2209
- <div class="">
2210
- <table id="bfiPricing" cellspacing="0">
2211
- <tr class="headline blue">
2212
- <td colspan="8" class="firstCol">In cinema price (scroll down for remote prices)</td>
2213
- </tr>
2214
- <tr>
2215
- <td colspan="8" class="verticalSpacer1"></td>
2216
- </tr>
2217
- <tr class="headline blue">
2218
- <td colspan="8" class="firstCol">Feature Films</td>
2219
- </tr>
2220
- <tr class="timing blue" >
2221
- <td colspan="2"></td><td colspan="3" style="vertical-align: top;">Off Peak <br> <span class="small">Mon-Fri before 5pm</span></td><td colspan="3" style="vertical-align: top;">Peak <br> <span class="small">Mon-Fri from 5pm</span> <br> <span class="small">and all weekend</span></td>
2222
- </tr>
2223
- <tr class="category blue">
2224
- <td colspan="2"></td>
2225
- <td style="width: 110px;">Standard</td>
2226
- <td style="width: 110px;">Premium</td>
2227
- <td colspan="2"></td>
2228
- <td style="width: 110px;">Standard</td>
2229
- <td style="width: 110px;">Premium</td>
2230
- </tr>
2231
- <tr class="prices blueText blueBorderBottom">
2232
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2233
- <td class="price">&pound;16.60</td>
2234
- <td class="price">&pound;18.75</td>
2235
- <td colspan="2" width=""></td>
2236
- <td class="price">&pound;17.90</td>
2237
- <td class="price">&pound;20.80</td>
2238
- </tr>
2239
- <tr class="prices blueText blueBorderBottom">
2240
- <td colspan="2" class="firstCol">Child <span class="small">(3 - 14)</span></td>
2241
- <td class="price">&pound;11.20</td>
2242
- <td class="price">&pound;14.40</td>
2243
- <td colspan="2" width=""></td>
2244
- <td class="price">&pound;12.20</td>
2245
- <td class="price">&pound;16.40</td>
2246
- </tr>
2247
- <tr class="prices blueText blueBorderBottom">
2248
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2249
- <td class="price">&pound;12.00</td>
2250
- <td class="price">&pound;14.40</td>
2251
- <td colspan="2" width=""></td>
2252
- <td class="price">&pound;13.00</td>
2253
- <td class="price">&pound;16.40</td>
2254
- </tr>
2255
- <tr class="prices blueText blueBorderBottom">
2256
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2257
- <td class="price">&pound;13.50</td>
2258
- <td class="price">&pound;14.40</td>
2259
- <td colspan="2" width=""></td>
2260
- <td class="price">&pound;14.50</td>
2261
- <td class="price">&pound;16.40</td>
2262
- </tr>
2263
- <tr class="prices blueText blueBorderBottom">
2264
- <td colspan="2" class="firstCol">Family of 4 <span class="small">(2 adults, 2 children)</span></td>
2265
- <td class="price">&pound;44.80</td>
2266
- <td class="price">&pound;57.60</td>
2267
- <td colspan="2" width=""></td>
2268
- <td class="price">&pound;48.80</td>
2269
- <td class="price">&pound;65.60</td>
2270
- </tr>
2271
- <tr class="prices blueText blueBorderBottom">
2272
- <td colspan="2" class="firstCol">Family of 3 <span class="small">(1 adult, 2 children)</span></td>
2273
- <td class="price">&pound;33.60</td>
2274
- <td class="price">&pound;43.20</td>
2275
- <td colspan="2" width=""></td>
2276
- <td class="price">&pound;36.60</td>
2277
- <td class="price">&pound;49.20</td>
2278
- </tr>
2279
- <tr>
2280
- <td colspan="8" class="verticalSpacer"></td>
2281
- </tr>
2282
- <tr class="timing">
2283
- <td colspan="2"></td><td colspan="2" class="darkGrey">Traditional IMAX <span class="small">Under 1 hour</span></td><td colspan="2" class="noBorder" ></td><td colspan="2" class="lightGrey">All-Nighter</td>
2284
- </tr>
2285
- <tr class="category">
2286
- <td colspan="2"></td>
2287
- <td class="darkGrey">Standard</td>
2288
- <td class="darkGrey">Premium</td>
2289
- <td colspan="2" class="noBorder"></td>
2290
- <td class="lightGrey">Standard</td>
2291
- <td class="lightGrey">Premium</td>
2292
- </tr>
2293
- <tr class="prices blueText blueBorderBottom">
2294
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2295
- <td class="price">&pound;9.25</td>
2296
- <td class="price">&pound;10.25</td>
2297
- <td colspan="2" width=""></td>
2298
- <td class="price">&pound;31.50</td>
2299
- <td class="price">&pound;34.00</td>
2300
- </tr>
2301
- <tr class="prices blueText blueBorderBottom">
2302
- <td colspan="2" class="firstCol">Child <span class="small">(3 - 14)</span></td>
2303
- <td class="price">&pound;5.90</td>
2304
- <td class="price">&pound;8.70</td>
2305
- <td colspan="2" width=""></td>
2306
- <td class="price">-</td>
2307
- <td class="price">-</td>
2308
- </tr>
2309
- <tr class="prices blueText blueBorderBottom">
2310
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2311
- <td class="price">&pound;6.70</td>
2312
- <td class="price">&pound;8.70</td>
2313
- <td colspan="2" width=""></td>
2314
- <td class="price">&pound;19.00</td>
2315
- <td class="price">&pound;26.70</td>
2316
- </tr>
2317
- <tr class="prices blueText blueBorderBottom">
2318
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2319
- <td class="price">&pound;6.90</td>
2320
- <td class="price">&pound;8.70</td>
2321
- <td colspan="2" width=""></td>
2322
- <td class="price">&pound;22.00</td>
2323
- <td class="price">&pound;26.70</td>
2324
- </tr>
2325
- <tr class="prices blueText blueBorderBottom">
2326
- <td colspan="2" class="firstCol">Family of 4 <span class="small">(2 adults, 2 children)</span></td>
2327
- <td class="price">&pound;27.60</td>
2328
- <td class="price">&pound;34.50</td>
2329
- <td colspan="2" width=""></td>
2330
- <td class="price">-</td>
2331
- <td class="price">-</td>
2332
- </tr>
2333
- <tr class="prices blueText ">
2334
- <td colspan="2" class="firstCol">Family of 3 <span class="small">(1 Adult, 2 Children)</span></td>
2335
- <td class="price">&pound;18.50</td>
2336
- <td class="price">&pound;25.50</td>
2337
- <td colspan="2" width=""></td>
2338
- <td class="price">-</td>
2339
- <td class="price">-</td>
2340
- </tr>
2341
- <tr>
2342
- <td colspan="8" class="verticalSpacer"></td>
2343
- </tr>
2344
- <tr class="timing">
2345
- <td colspan="2"></td><td colspan="2" class="darkRed">Opera-Live</td><td colspan="2" class="noBorder" ></td><td colspan="2" class="lightRed">Opera-Encore</td>
2346
- </tr>
2347
- <tr class="category">
2348
- <td colspan="2"></td>
2349
- <td class="darkRed">Standard</td>
2350
- <td class="darkRed">Premium</td>
2351
- <td colspan="2" class="noBorder"></td>
2352
- <td class="lightRed">Standard</td>
2353
- <td class="lightRed">Premium</td>
2354
- </tr>
2355
- <tr class="prices blueText blueBorderBottom">
2356
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2357
- <td class="price">&pound;34.70</td>
2358
- <td class="price">&pound;37.80</td>
2359
- <td colspan="2" width=""></td>
2360
- <td class="price">&pound;28.75</td>
2361
- <td class="price">&pound;32.00</td>
2362
- </tr>
2363
- <tr class="prices blueText blueBorderBottom">
2364
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2365
- <td class="price">&pound;20.30</td>
2366
- <td class="price">&pound;27.20</td>
2367
- <td colspan="2" width=""></td>
2368
- <td class="price">&pound;14.40</td>
2369
- <td class="price">&pound;21.80</td>
2370
- </tr>
2371
- <tr class="prices blueText blueBorderBottom">
2372
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2373
- <td class="price">&pound;24.50</td>
2374
- <td class="price">&pound;27.20</td>
2375
- <td colspan="2" width=""></td>
2376
- <td class="price">&pound;18.50</td>
2377
- <td class="price">&pound;21.80</td>
2378
- </tr>
2379
- </table>
2380
-
2381
-
2382
- <!-- Remote price -->
2383
- <table id="bfiPricing" cellspacing="0">
2384
- <tr>
2385
- <td colspan="8" class="verticalSpacer"></td>
2386
- </tr>
2387
- <tr class="headline blue">
2388
- <td colspan="8" class="firstCol">Remote price <br/>The Remote prices below include a 50p Remote Booking Fee per ticket, a fee for booking your ticket remotely (online and Filmline).</td>
2389
- </tr>
2390
- <tr>
2391
- <td colspan="8" class="verticalSpacer1"></td>
2392
- </tr>
2393
- <tr class="headline blue">
2394
- <td colspan="8" class="firstCol">Feature Films</td>
2395
- </tr>
2396
- <tr class="timing blue" >
2397
- <td colspan="2"></td><td colspan="3" style="vertical-align: top;">Off Peak <br> <span class="small">Mon-Fri before 5pm</span></td><td colspan="3" style="vertical-align: top;">Peak <br> <span class="small">Mon-Fri from 5pm</span> <br> <span class="small">and all weekend</span></td>
2398
- </tr>
2399
- <tr class="category blue">
2400
- <td colspan="2"></td>
2401
- <td style="width: 110px;">Standard</td>
2402
- <td style="width: 110px;">Premium</td>
2403
- <td colspan="2"></td>
2404
- <td style="width: 110px;">Standard</td>
2405
- <td style="width: 110px;">Premium</td>
2406
- </tr>
2407
- <tr class="prices blueText blueBorderBottom">
2408
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2409
- <td class="price">&pound;17.10</td>
2410
- <td class="price">&pound;19.25</td>
2411
- <td colspan="2" width=""></td>
2412
- <td class="price">&pound;18.40</td>
2413
- <td class="price">&pound;21.30</td>
2414
- </tr>
2415
- <tr class="prices blueText blueBorderBottom">
2416
- <td colspan="2" class="firstCol">Child <span class="small">(3 - 14)</span></td>
2417
- <td class="price">&pound;11.70</td>
2418
- <td class="price">&pound;14.90</td>
2419
- <td colspan="2" width=""></td>
2420
- <td class="price">&pound;12.60</td>
2421
- <td class="price">&pound;16.90</td>
2422
- </tr>
2423
- <tr class="prices blueText blueBorderBottom">
2424
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2425
- <td class="price">&pound;12.50</td>
2426
- <td class="price">&pound;14.90</td>
2427
- <td colspan="2" width=""></td>
2428
- <td class="price">&pound;13.50</td>
2429
- <td class="price">&pound;16.90</td>
2430
- </tr>
2431
- <tr class="prices blueText blueBorderBottom">
2432
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2433
- <td class="price">&pound;14.00</td>
2434
- <td class="price">&pound;14.90</td>
2435
- <td colspan="2" width=""></td>
2436
- <td class="price">&pound;15.00</td>
2437
- <td class="price">&pound;16.90</td>
2438
- </tr>
2439
- <tr class="prices blueText blueBorderBottom">
2440
- <td colspan="2" class="firstCol">Family of 4 <span class="small">(2 adults, 2 children)</span></td>
2441
- <td class="price">&pound;45.30</td>
2442
- <td class="price">&pound;58.10</td>
2443
- <td colspan="2" width=""></td>
2444
- <td class="price">&pound;49.30</td>
2445
- <td class="price">&pound;66.10</td>
2446
- </tr>
2447
- <tr class="prices blueText blueBorderBottom">
2448
- <td colspan="2" class="firstCol">Family of 3 <span class="small">(1 adult, 2 children)</span></td>
2449
- <td class="price">&pound;33.70</td>
2450
- <td class="price">&pound;43.70</td>
2451
- <td colspan="2" width=""></td>
2452
- <td class="price">&pound;37.10</td>
2453
- <td class="price">&pound;49.70</td>
2454
- </tr>
2455
- <tr>
2456
- <td colspan="8" class="verticalSpacer"></td>
2457
- </tr>
2458
- <tr class="timing">
2459
- <td colspan="2"></td><td colspan="2" class="darkGrey">Traditional IMAX <span class="small">Under 1 hour</span></td><td colspan="2" class="noBorder" ></td><td colspan="2" class="lightGrey">All-Nighter</td>
2460
- </tr>
2461
- <tr class="category">
2462
- <td colspan="2"></td>
2463
- <td class="darkGrey">Standard</td>
2464
- <td class="darkGrey">Premium</td>
2465
- <td colspan="2" class="noBorder"></td>
2466
- <td class="lightGrey">Standard</td>
2467
- <td class="lightGrey">Premium</td>
2468
- </tr>
2469
- <tr class="prices blueText blueBorderBottom">
2470
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2471
- <td class="price">&pound;9.75</td>
2472
- <td class="price">&pound;10.75</td>
2473
- <td colspan="2" width=""></td>
2474
- <td class="price">&pound;32.00</td>
2475
- <td class="price">&pound;34.50</td>
2476
- </tr>
2477
- <tr class="prices blueText blueBorderBottom">
2478
- <td colspan="2" class="firstCol">Child <span class="small">(3 - 14)</span></td>
2479
- <td class="price">&pound;6.40</td>
2480
- <td class="price">&pound;9.20</td>
2481
- <td colspan="2" width=""></td>
2482
- <td class="price">-</td>
2483
- <td class="price">-</td>
2484
- </tr>
2485
- <tr class="prices blueText blueBorderBottom">
2486
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2487
- <td class="price">&pound;7.20</td>
2488
- <td class="price">&pound;9.20</td>
2489
- <td colspan="2" width=""></td>
2490
- <td class="price">&pound;19.50</td>
2491
- <td class="price">&pound;27.20</td>
2492
- </tr>
2493
- <tr class="prices blueText blueBorderBottom">
2494
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2495
- <td class="price">&pound;7.40</td>
2496
- <td class="price">&pound;9.20</td>
2497
- <td colspan="2" width=""></td>
2498
- <td class="price">&pound;22.50</td>
2499
- <td class="price">&pound;27.20</td>
2500
- </tr>
2501
- <tr class="prices blueText blueBorderBottom">
2502
- <td colspan="2" class="firstCol">Family of 4 <span class="small">(2 adults, 2 children)</span></td>
2503
- <td class="price">&pound;28.10</td>
2504
- <td class="price">&pound;35,00</td>
2505
- <td colspan="2" width=""></td>
2506
- <td class="price">-</td>
2507
- <td class="price">-</td>
2508
- </tr>
2509
- <tr class="prices blueText ">
2510
- <td colspan="2" class="firstCol">Family of 3 <span class="small">(1 Adult, 2 Children)</span></td>
2511
- <td class="price">&pound;19.00</td>
2512
- <td class="price">&pound;26.00</td>
2513
- <td colspan="2" width=""></td>
2514
- <td class="price">-</td>
2515
- <td class="price">-</td>
2516
- </tr>
2517
- <tr>
2518
- <td colspan="8" class="verticalSpacer"></td>
2519
- </tr>
2520
- <tr class="timing">
2521
- <td colspan="2"></td><td colspan="2" class="darkRed">Opera-Live</td><td colspan="2" class="noBorder" ></td><td colspan="2" class="lightRed">Opera-Encore</td>
2522
- </tr>
2523
- <tr class="category">
2524
- <td colspan="2"></td>
2525
- <td class="darkRed">Standard</td>
2526
- <td class="darkRed">Premium</td>
2527
- <td colspan="2" class="noBorder"></td>
2528
- <td class="lightRed">Standard</td>
2529
- <td class="lightRed">Premium</td>
2530
- </tr>
2531
- <tr class="prices blueText blueBorderBottom">
2532
- <td colspan="2" class="firstCol">Adult <span class="small">(15 and over)</span></td>
2533
- <td class="price">&pound;35.20</td>
2534
- <td class="price">&pound;38.30</td>
2535
- <td colspan="2" width=""></td>
2536
- <td class="price">&pound;29.25</td>
2537
- <td class="price">&pound;32.50</td>
2538
- </tr>
2539
- <tr class="prices blueText blueBorderBottom">
2540
- <td colspan="2" class="firstCol">Student <span class="small">(with valid photo ID)</span></td>
2541
- <td class="price">&pound;20.80</td>
2542
- <td class="price">&pound;27.70</td>
2543
- <td colspan="2" width=""></td>
2544
- <td class="price">&pound;14.90</td>
2545
- <td class="price">&pound;22.30</td>
2546
- </tr>
2547
- <tr class="prices blueText blueBorderBottom">
2548
- <td colspan="2" class="firstCol">Senior <span class="small">(over 60s)</span></td>
2549
- <td class="price">&pound;25.00</td>
2550
- <td class="price">&pound;27.70</td>
2551
- <td colspan="2" width=""></td>
2552
- <td class="price">&pound;19.00</td>
2553
- <td class="price">&pound;22.30</td>
2554
- </tr>
2555
- </table>
2556
- </div>
2557
- <!-- End Cinema Ticket Pricing -->
2558
- </div>
2559
- </div>
2560
- </div>
2561
- </div>
2562
- </div>
2563
- </div>
2564
- </div>
2565
-
2566
- <!-- Start BFI Member -->
2567
- <a data-scrollspyelementnav="BFI members and champions" class="scrollSpyElement" id="bfimembers"></a>
2568
- <div class="container">
2569
- <div class="row content">
2570
- <div class="span12 headline"><h1>BFI Members and Champions</h1></div>
2571
- </div>
2572
- </div>
2573
- <div class="cmsContainer component container" id="CMP_B_14671"><a id="anchor_14671" name="anchor_14671" class="ActivLink"></a>
2574
- <div class="row content">
2575
- <div class="span12 container-shadow cbx-placeholder"><div id="CMP_B_14672" class="containerComponent component span12 white border-blue cbx-placeholder"><div id="CMP_B_14674" class="component row">
2576
- <div class="cbx-placeholder span8"><div class="component comp" id="CMP_B_14676" style="position: relative; opacity: 1;">
2577
- <p class="h4-copy">BFI Members and Champions receive an exclusive discount for tickets at the BFI IMAX London</p></div><div class="component comp" id="CMP_B_14675">
2578
- <p>To claim your discount, please email <a href="mailto:BFImembers@odeon.co.uk">BFImembers@odeon.co.uk</a> with your name and valid BFI membership card number, you will then receive four discount codes for the performance you would like to see. Please note, you will no longer be able to book tickets by telephone but for help with requesting codes or instructions on how to apply your discount please call 0330 333 7878.</p>
2579
- </div></div>
2580
- <div class="cbx-placeholder span4"><div class="component comp clearfix" id="CMP_B_14677"><img class="picture-pic" src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/sites/odeon_co_uk/uploads/imagesResized/bfi_imax/300_BFI_logo_460x260.jpg" width="300" height="170"></div></div>
2581
- </div></div></div>
2582
- </div>
2583
- </div>
2584
- <!-- END BFI Member-->
2585
-
2586
- <!-- Start "Education" -->
2587
- <a data-scrollspyelementnav="BFI IMAX EDUCATION" class="scrollSpyElement" id="educationatbfi"></a>
2588
- <div class="container">
2589
- <div class="row content">
2590
- <div class="span12 headline"><h1>BFI IMAX Education</h1></div>
2591
- </div>
2592
- </div>
2593
-
2594
- <div class="cmsContainer component container" id="CMP_B_12947" style="position: relative; opacity: 1;"><a id="anchor_12947" name="anchor_12947" class="ActivLink"></a>
2595
- <div class="row content">
2596
- <div class="span12 container-shadow cbx-placeholder">
2597
- <div id="CMP_B_12948" class="containerComponent component cbx-placeholder span12 grad-blue border-blue">
2598
- <div id="CMP_B_12949" class="component row singleContent">
2599
- <div class="span12 cbx-placeholder">
2600
- <div class="component comp" id="CMP_B_13036">
2601
- <h4>Traditional IMAX</h4>
2602
- </div>
2603
- <div class="component comp" id="CMP_B_12856" style="position: relative; opacity: 1;">
2604
- <p>The BFI IMAX also shows a wide range of stunning traditional IMAX&nbsp;documentaries. &nbsp;From ‘Flight of the Butterflies’ and ‘Jerusalem’ through to 'Space Station 3D' and 'Under the Sea 3D', we show a wide range of illuminating educational films&nbsp;that will educate and entertain you on the UK's biggest screen. &nbsp;</p>
2605
- <p>Visit our showtimes to see which titles we are showing and to book</p></div><div class="specialLinkComponent component comp" id="CMP_B_12861" style="position: relative; opacity: 1;">
2606
- <a class="specialLink btn blue large link-text data-newUrl externalLink ActivLink" href="http://www.odeon.co.uk/cinemas/bfi_imax/211/#choosebook">View Film Times at the BFI IMAX</a>
2607
- </div>
2608
- </div>
2609
- </div>
2610
- </div>
2611
- </div>
2612
- </div>
2613
- </div>
2614
- <div class="cmsContainer component container" id="CMP_B_12690"><a id="anchor_12690" name="anchor_12690" class="ActivLink"></a>
2615
- <div class="row content">
2616
- <div class="span12 container-shadow cbx-placeholder"><div id="CMP_B_12691" class="containerComponent component cbx-placeholder span12 white border-blue"><div id="CMP_B_12693" class="component row singleContent" style="position: relative; opacity: 1;">
2617
- <div class="span12 cbx-placeholder"><div class="component comp" id="CMP_B_13037">
2618
-
2619
- <h4>School Trips</h4>
2620
-
2621
- </div><div class="component comp" id="CMP_B_12689" style="position: relative; opacity: 1;">
2622
- <p><strong>Your pupils will love the biggest screen in the UK… You'll love that they're learning!</strong></p>
2623
- <p>Give your class an unforgettable learning experience on Britain's biggest screen with our curriculum-enhancing IMAX films.&nbsp; Pick an IMAX film, and book a visit for your class – film showings during term time usually start at 10:30am or 11:45am, but other times can also be arranged. Alternatively, you can schedule a screening of a full-length feature film.</p></div></div>
2624
- </div><div class="hrComponent component comp" id="CMP_B_12951" style="position: relative; opacity: 1;"><hr>
2625
- </div><div id="CMP_B_12692" class="component row">
2626
- <div class="cbx-placeholder span4"><div class="component comp clearfix" id="CMP_B_12685" style="position: relative; opacity: 1;"><img class="picture-pic" src="http://m.odeon.co.uk/_uploads/cached/sites/odeon_co_uk/uploads/imagesResized/bfi_imaxeducation_page/300_BFI_IMAX_3D_Young.jpg" width="300" height="297"></div></div>
2627
- <div class="cbx-placeholder span8"><div class="component comp" id="CMP_B_12687" style="position: relative; opacity: 1;">
2628
- <p><strong>Benefits of school trips to the BFI IMAX London include:</strong></p>
2629
- <ul>
2630
- <li>Screenings at a time that suits you</li>
2631
- <li>A wide range of stunning IMAX documentary films, prices from only £4* per pupil</li>
2632
- <li>One free teacher ticket per 10 pupils</li>
2633
- <li>Fully curriculum-linked for key stages 1-4</li>
2634
- <li>Films narrated by David Attenborough, Morgan Freeman, Judy Dench, Leonardo DiCaprio, and many more</li>
2635
- <li>Free downloadable resources to support the films&nbsp;</li>
2636
- <li>Free&nbsp;<a class="documentLink ActivLink" href="//m2.odeon.co.uk/_uploads/cached/sites/odeon_co_uk/uploads/documents/bfi/01666_BFI_IMAX_Risk_Assessment.pdf" data-treelink="0" data-documentlink="1" data-urllink="0" data-anchorlink="0">risk assessment</a></li>
2637
- <li>Free planning tickets to come and visit the BFI IMAX</li>
2638
- <li>Straightforward to plan and safe for your pupils</li>
2639
- </ul>
2640
- <p>&nbsp;</p>
2641
- <p>Visit the Education page for more information and booking details</p></div><div class="specialLinkComponent component comp" id="CMP_B_12694">
2642
- <a class="specialLink btn blue large link-text data-newUrl externalLink ActivLink" href="http://www.odeon.co.uk/bfiimax-education/">Visit the BFI Education page</a>
2643
- </div></div>
2644
- </div></div></div>
2645
- </div>
2646
- </div>
2647
-
2648
- <!-- End "Education" -->
2649
-
2650
- <!-- Start Other local cinemas -->
2651
- <a data-scrollspyelementnav="Other Local Cinemas" class="scrollSpyElement" id="otherCinemas"></a>
2652
- <div class="container">
2653
- <div class="row content">
2654
- <div class="span12 headline"><h1>Other local cinemas</h1></div>
2655
- </div>
2656
- <div class="row content">
2657
- <div class="span12 container-shadow">
2658
- <div class="span12 grad-blue border-blue other-local-cinemas">
2659
- <div class="row">
2660
- <div class="span6">
2661
- <div class="teaserComponent comp">
2662
- <h4>London - Leicester Square</h4>
2663
- <div class="row">
2664
- <div class="span3">
2665
- <img src="http://m2.odeon.co.uk/_uploads/cinema_management/0eb85fd94c82d1d83f55d62b3b287d2c.jpg" />
2666
- <p class="info-line"><i class="film-icon-distance"></i><strong>0.78 miles.</strong></p>
2667
- </div>
2668
- <div class="span3">
2669
- <p>ODEON Leicester Square is situated in the centre of London inside Leicester Square. The cinema has 1 main screen and 5 studios (Costa) Royal Circle seating, 5 ATMs which are located at the front of the cinema.</p>
2670
- <div class="functions">
2671
- <div class="feature-icon-imax-light-m"></div><div class="feature-icon-d-box-light-m"></div><div class="feature-icon-costa-light-m"></div>
2672
- </div>
2673
- </div>
2674
- </div>
2675
- <a href="/cinemas/london_leicester_square/105/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
2676
- </div>
2677
- </div>
2678
- <div class="span3">
2679
- <div class="teaserComponent comp">
2680
- <h4>Covent Garden</h4>
2681
- <div style="height: 75px; overflow: hidden;"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/a9f2478cbdd0211d8a719cf0b4192a64.jpg" style="width: 260px; margin-top: -25px;"></div>
2682
- <p class="info-line"><i class="film-icon-distance"></i><strong>0.9 miles.</strong></p>
2683
- <div class="functions">
2684
- <div class="feature-icon-isense-light-m"></div><div class="feature-icon-costa-light-m"></div>
2685
- </div>
2686
- <a href="/cinemas/covent_garden/81/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
2687
- </div>
2688
- </div>
2689
- <div class="span3">
2690
- <div class="teaserComponent comp">
2691
- <h4>Swiss Cottage</h4>
2692
- <div style="height: 75px; overflow: hidden;"><img src="http://m.odeon.co.uk/_uploads/cinema_management/2c2edf71826b34890f808dfbcd7e8671.jpg" style="width: 260px; margin-top: -25px;"></div>
2693
- <p class="info-line"><i class="film-icon-distance"></i><strong>3.67 miles.</strong></p>
2694
- <div class="functions">
2695
- <div class="feature-icon-isense-light-m"></div><div class="feature-icon-costa-light-m"></div>
2696
- </div>
2697
- <a href="/cinemas/swiss_cottage/132/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
2698
- </div>
2699
- </div>
2700
- </div>
2701
- </div>
2702
- </div>
2703
- </div>
2704
- </div><!-- End Other local cinemas -->
2705
-
2706
- <!-- Start Offer & Competitions -->
2707
- <a id="offers" class="scrollSpyElement" data-scrollspyelementnav="Offers"></a>
2708
- <div class="container">
2709
- <div class="row content">
2710
- <div class="span12 headline"><h1>Offers &amp; Competitions</h1></div>
2711
- </div>
2712
- </div>
2713
- <div class="container">
2714
- <div class="row content">
2715
- <div class="span12 container-shadow">
2716
- <div class="span12 grad-blue border-blue">
2717
- <div class="row">
2718
- <div class="span4">
2719
- <div class="teaserComponent comp">
2720
- <img src="http://m2.odeon.co.uk/_uploads/offers_competitions/300x170_2819fb46b09907ca7e7774ae36a51914.jpg" />
2721
- <i class="film-icon-img-ribbon">Book to win</i>
2722
- <h4>Win a trip for two to Paris</h4>
2723
- <p>With Suite Francaise</p>
2724
- <p class="info-line"><i class="film-icon-expiry"></i><strong>Expires 31/03/2015</strong></p>
2725
- <a class="btn blue" href="/offers-and-promotions/win_a_trip_for_two_to_paris/182/" >View this competition</a>
2726
- </div>
2727
- </div> <div class="span4">
2728
- <div class="teaserComponent comp">
2729
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/300x170_4410a0df47b01260b962d91e5f95ca2f.jpg" />
2730
- <i class="film-icon-img-ribbon">Book to win</i>
2731
- <h4>Win a trip to Atlanta&nbsp;</h4>
2732
- <p>And see the world of Divergent</p>
2733
- <p class="info-line"><i class="film-icon-expiry"></i><strong>Expires 19/03/2015</strong></p>
2734
- <a class="btn blue" href="/offers-and-promotions/win_a_trip_to_atlanta/180/" >View this competition</a>
2735
- </div>
2736
- </div> <div class="span4">
2737
- <div class="teaserComponent comp">
2738
- <img src="http://m.odeon.co.uk/_uploads/offers_competitions/300x170_4dbc85326e4bf5dd27bda72605def0f9.jpg" />
2739
- <i class="film-icon-img-ribbon">Book to win</i>
2740
- <h4>Win Swan Lake Prizes</h4>
2741
- <p>With ODEON</p>
2742
- <p class="info-line"><i class="film-icon-expiry"></i><strong>Expires 17/03/2015</strong></p>
2743
- <a class="btn blue" href="/offers-and-promotions/win_swan_lake_prizes/181/" >View this competition</a>
2744
- </div>
2745
- </div> </div>
2746
- </div>
2747
- </div>
2748
- </div>
2749
- </div><!-- Start Offer & Competitions -->
2750
-
2751
- <!-- Start Really Special -->
2752
- <a id="makeitspecial" class="scrollSpyElement" data-scrollspyelementnav="make it special"></a>
2753
- <div class="container">
2754
- <div class="row content">
2755
- <div class="span12 headline"><h1>Want to make it really special?</h1></div>
2756
- </div>
2757
- <div class="row content">
2758
- <div class="span12 container-shadow really-special">
2759
- <div class="tab-content black">
2760
- <div class="tab-pane imax active" id="cp-imax" role="tabpanel">
2761
- <div class="row">
2762
- <div class="span5">
2763
- <div class="textComponent comp">
2764
- <div class="feature-icon-light-imax-xxl"></div>
2765
- <p>ODEON's BFI IMAX in London is the biggest screen in Britain.</p> <p>In extraordinarily high resolution with projection lights so bright they can be seen from the moon and astonishingly precise sound – IMAX is so breathtaking you’ll want to reach out and touch.</p><p>The floor-to-ceiling screen maximises your field of vision and state-of-the-art sound is tailored for the auditorium.</p> </div>
2766
- </div>
2767
- </div>
2768
- </div>
2769
- <div class="tab-pane costa " id="cp-costa" role="tabpanel">
2770
- <div class="row">
2771
- <div class="span5">
2772
- <div class="textComponent comp">
2773
- <div class="feature-icon-dark-costa-xxl"></div>
2774
- <p>Since 1971, Costa has been serving coffee in true Italian style and is now at available at ODEON cinemas.</p>
2775
- <p>Creating great coffee is an art that takes time and skill to perfect. Costa use the finest beans, equipment and techniques to make sure that every cup makes the grade.</p>
2776
- <p>Enjoy a great coffee today.</p>
2777
- <a class="btn blue" href="/food-concessions/costa/">More about Costa</a>
2778
- </div>
2779
- </div>
2780
- </div>
2781
- </div>
2782
- </div>
2783
- </div>
2784
- <div class="span12 invert really-special">
2785
- <ul class="nav nav-tabs flat invert" role="tablist">
2786
- <li role="tab" class="active"><a href="#cp-imax" data-toggle="tab" class="lightblue"><span class="feature-icon-light-imax-xl"></span></a></li>
2787
- <li role="tab" class=""><a href="#cp-costa" data-toggle="tab" class="bordeaux"><span class="feature-icon-light-costa-xl"></span></a></li>
2788
- </ul>
2789
- </div>
2790
- </div>
2791
- </div><!-- End Really Special -->
2792
-
2793
-
2794
-
2795
-
2796
-
2797
-
2798
-
2799
- <a data-scrollspyelementnav="Quick Bite" class="scrollSpyElement" id="quickbite"></a>
2800
- <div class="container">
2801
- <div class="row content">
2802
- <div class="span12 headline"><h1>Quick bite, cheeky treat?</h1></div>
2803
- </div>
2804
- </div>
2805
- <div class="container">
2806
- <div class="row content">
2807
- <div class="span12 container-shadow quick-bite">
2808
- <div class="fd-quickbite-slogan">
2809
- <h2>Make your cinema experience complete</h2>
2810
- <p>Treat yourself to a wide selection of snacks from one of our retail counters, from traditional favourites such as popcorn, nachos and pop to a varied selection of sweets and ice cream!</p>
2811
- </div>
2812
- <div class="fd-quickbite-slider">
2813
- <div class="fd-quickbite-slides" data-cycle-pager="#fd-quickbite-custom-pager" data-cycle-pager-template="<a href=#></a>" data-cycle-prev="#fd-quickbite-prev" data-cycle-next="#fd-quickbite-next" data-cycle-slides="> img, > a">
2814
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/1c9cc43dea63961ef0a51bd3c1cc1dbd.png" alt="Classic Cinema Combos - Popcorn with your favourite dispensed drink">
2815
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/838cabbc1617d0551bb7952c41aecffb.png" alt="KIDS MIX - Build your own. Snack + Drink + Kids Popcorn">
2816
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/a117f1ed740f60a36541605536b4db7c.png" alt="Classic Cinema Combos - Nachos with your favourite dispensed drink">
2817
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/77ba2654d6ec166f340dbc2ce9eb87f2.png" alt="FAMILY - Treat the whole family. Amazing family value">
2818
- </div>
2819
- <div class="fd-quickbite-nav-wrapper">
2820
- <div id="fd-quickbite-prev"></div>
2821
- <div id="fd-quickbite-custom-pager"></div>
2822
- <div id="fd-quickbite-next"></div>
2823
- </div>
2824
- </div>
2825
- <div class="fd-quickbite-footer">
2826
- <h2>Got Popcorn?</h2>
2827
- <p>Salt or Sweet? Indulge in the classic cinema snack.</p>
2828
-
2829
- </div>
2830
- <div class="fd-quickbite-softdrink">
2831
- <img src="http://m2.odeon.co.uk/_uploads/cached/static/img/pepsi.png" alt="Pepsi">
2832
- </div>
2833
- <div class="fd-quickbite-popcorn">
2834
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/popcorn.png" alt="Popcorn">
2835
- </div>
2836
- </div>
2837
- <script type="text/javascript" charset="utf-8">
2838
- $('.fd-quickbite-slides').cycle({
2839
- speed: 600,
2840
- fx: 'scrollHorz',
2841
- log: false
2842
- });
2843
- </script>
2844
- </div>
2845
- </div>
2846
-
2847
- <a data-scrollspyelementnav="Your Cinema Guide" class="scrollSpyElement" id="fullguide"></a>
2848
- <div class="container">
2849
- <div class="row content">
2850
- <div class="span12 headline"><h1>Guide to your cinema</h1></div>
2851
- </div>
2852
- </div>
2853
-
2854
- <!-- Start Accessibility -->
2855
- <div class="container">
2856
- <div class="row content">
2857
- <div class="span12 container-shadow tabs cinema-info">
2858
- <ul class="nav nav-tabs pure medium moar" role="tablist">
2859
- <li class="active" role="tab"><a href="#cinema-info" data-toggle="tab">Cinema info</a></li>
2860
- <li role="tab"><a href="#accessibilitytab" data-toggle="tab">Accessibility</a></li>
2861
- <li role="tab"><a href="#auditorium-info" data-toggle="tab">Auditorium info</a></li>
2862
- <li role="tab"><a href="#corporate-hire" data-toggle="tab">Corporate hire</a></li>
2863
- </ul>
2864
- <div class="span12 white border-blue">
2865
- <div class="tab-content">
2866
- <div class="tab-pane cinema-info active" id="cinema-info" role="tabpanel">
2867
- <p>General Manager: Tim Waters</p>
2868
- <p>The BFI IMAX is situated in middle of a roundabout directly opposite Waterloo train station. The cinema has 1 IMAX screen (Premium, Premium Double Seats, IMAX, Costa) 3 ATMs which are located in the main foyer.</p>
2869
- <h3>Local Facility</h3>
2870
- <p>The BFI IMAX has a range of additional High Quality retail offerings.<br />
2871
- <br />
2872
- Now open on the ground floor Costa coffee shop providing guests with a high quality standard of hot drinks and snacks. These can either be eaten in the Costa lounge area, taken into the auditoriums or purchased for consumption outside the cinema.<br />
2873
- <br />
2874
- We also offer Yog frozen probiotic yogurt. Choose from four delicious fat-free flavours and twenty four no one can top toppings!<br />
2875
- <br />
2876
- There is also a licensed bar serving of alcoholic and soft drinks, all of which can be taken into the auditorium.<br />
2877
- <br />
2878
- Why not indulge yourself with our film food range of classic favourites including fresh popcorn, hot dogs, nachos, Pepsi cola and other cold drinks. In addition, we have an extensive Pick & Mix range and confectionery to tickle your tastebuds.<br />
2879
- <br />
2880
- This year we are also able to offer top quality, freshly made food and champagne at all of our opera screenings. Click here for more information.<br />
2881
- <br />
2882
- Please note: We won't be able to accept card payments for food and drink at the operas, so make sure you have cash before you arrive.</p>
2883
- <h3>Education</h3>
2884
- <p>Bring your class to the BFI IMAX for the ultimate film experience. IMAX films provide a great mix of entertainment and education, making them the perfect accompaniment to the curriculum. There are plenty of titles to chose from, these can be seen later in the document. During term time you can choose exclusive screening times which suit you, plus receive discounted prices on popcorn. Don?t forget you can also catch Full feature films, which make for an unforgettable day out of the classroom.<br />
2885
- <br />
2886
- For more information please email imax.education@odeonuk.com or call BFI IMAX Education on 020 7960 3120.</p>
2887
- </div>
2888
-
2889
- <div class="tab-pane accessibility" id="accessibilitytab" role="tabpanel">
2890
- <div class="row">
2891
- <div class="span8">
2892
- <h3>Disabled facilities</h3>
2893
- <p><b>Location Of Cinema</b><br />
2894
- The BFI IMAX is located in the middle of a roundabout directly opposite Waterloo train station, and at the end of Waterloo Bridge. It is a large glass and steel structure that is hard to miss!<br />
2895
- <br />
2896
- The cinema itself is accessed via a series of tunnels and walkways that go under the roundabout; these are painted light blue and lead directly to the cinemas entrance. <br />
2897
- <br />
2898
- Waterloo bus station is situated adjacent to the cinema, with Waterloo tube station five minutes? walk south of the venue along Waterloo Road.<br />
2899
- <br />
2900
- There is no dedicated car parking for the cinema. The nearest car park is situated on Cornwall Road (Doon Street), not far from the cinema off Stamford Street. It is approximately three minutes walk from the cinema entrance. The car park is operated by APCOA and has limited Blue Badge car parking spaces. More parking is also available at Waterloo train station.<br />
2901
- <br />
2902
- Taxi and car drop off is available down a slip road to the left of Waterloo Bridge, which brings them down towards the BFI Southbank; the cinema will be visible through the nearest of the walkways.<br />
2903
- <br />
2904
- <b>Access To The Cinema</b><br />
2905
- Once down the walkways, access to the cinema itself is via two ground floor entrances, either through the front automatic doors or to the rear through the Costa Coffee and Yog retail areas. There is level access on all floors, with lowered counters and ticket machines available for Wheelchair users. Two lifts can be used for access to all floors; there is one on each side of the ground floor foyer. Stairs with handrails are also available. If you require any assistance, please ask a member of the team.<br />
2906
- <br />
2907
- Guest seating is available on the first floor foyer, with further seating within Costa Coffee, Yog and bar areas.<br />
2908
- <br />
2909
- Male and female washrooms are located on the ground floor and within the first floor foyer. Fully accessible washrooms are situated on the ground floor, first floor and fourth floor; there are two sets on the first and fourth floors either side of the building.<br />
2910
- <br />
2911
- <b>Access Within Screens</b><br />
2912
- The IMAX Screen at the ODEON BFI IMAX is fully accessible with two single Wheelchair bays located at the rear of the auditorium. The Screen itself is divided into three blocks of seats by two parallel aisles, a further two aisles are situated against the auditorium walls. All these aisles are stepped with access to handrails.<br />
2913
- <br />
2914
- <b>Location of Washroom Facilities</b><br />
2915
- Male and female washrooms are located on the ground floor and within the first floor foyer. Fully accessible washrooms are situated on the ground floor, first floor and fourth floor; there are two sets on the first and fourth floors either side of the building</p>
2916
- <p>
2917
- CEA Card: As part of a general cinema industry initiative, all our cinemas accept the CEA Card which entitles the holder to one free ticket for their carer. For further
2918
- information please visit <a target="_blank" href="http://www.ceacard.co.uk">www.ceacard.co.uk</a> (opens in a new window).
2919
- </p>
2920
- <p>Text phone users can dial 18001 0808 1560 609 9am - 7pm Friday, Saturday and Wednesday, 9am - 6pm Monday, Tuesday and Thursday and 10am - 5pm on a Sunday for bookings and information.</p>
2921
- <h3>Further information</h3>
2922
- <p>
2923
- If you have further enquiries please call our Accessible Helpline between 9am - 7pm Friday, Saturday and Wednesday, 9am - 6pm Monday, Tuesday and Thursday and 10am - 5pm on a Sunday on <strong>0800 138 3315</strong> or via Type Talk on <strong>1800 1 0808 1560 609</strong>.
2924
- </p>
2925
- </div>
2926
- <div class="span4">
2927
- <div class="grey-box">
2928
- <i class="icon-phone"></i><h4>Useful numbers</h4>
2929
- <p class="teaser"><strong>Accessibility Helpline</strong></p>
2930
- <p class="teaser">0800 138 3315</p>
2931
- <p>between 9am - 7pm Friday, Saturday and Wednesday, 9am - 6pm Monday, Tuesday and Thursday and 10am - 5pm on a Sunday and they will complete the booking</p>
2932
- <p class="or">or</p>
2933
- <p class="teaser">textphone: 18001 0808 1560 609</p>
2934
- <p>between 9am - 7pm Friday, Saturday and Wednesday, 9am - 6pm Monday, Tuesday and Thursday and 10am - 5pm on a Sunday for bookings and information</p>
2935
- <div class="hrComponent comp"><hr></div>
2936
- <p class="teaser"><strong>Public Transport Helpline</strong></p>
2937
- <p class="teaser">0871 200 2233</p>
2938
- <div class="hrComponent comp"><hr></div>
2939
- <p class="teaser"><strong>CEA Card Network</strong></p>
2940
- <p class="teaser">minicom: 0845 123 1292</p>
2941
- <p class="or">or</p>
2942
- <p class="teaser">textphone: 0845 123 1297</p>
2943
- </div>
2944
- </div>
2945
- </div>
2946
- </div>
2947
-
2948
- <div class="tab-pane auditorium-info" id="auditorium-info" role="tabpanel">
2949
-
2950
- <div class="row">
2951
- <div class="span12">
2952
- <p>ODEON @ BFI IMAX offers 1 screens.</p>
2953
- </div>
2954
- </div>
2955
-
2956
-
2957
- <div class="row">
2958
- <div class="span2">
2959
- <h4>Screen 1</h4>
2960
- <ul class="unstyled">
2961
- <li><strong>498 Seats</strong></li>
2962
- <li><i class="icon-wheelchair-dark"></i> 2 Wheelchair spaces at the rear of the auditorium</li>
2963
- <li>11,600-watt digital surround-sound system</li>
2964
- <li>69 Premier Seats / 20 Couple Seats - Situated to the rear of the auditoria
2965
-
2966
- The screen is more than 20 metres high (nearly the height of five double-decker buses) and 26 metres wide.</li>
2967
- </ul>
2968
- </div>
2969
- </div>
2970
- <div class="hrComponent comp"><hr /></div>
2971
-
2972
- </div>
2973
-
2974
- <div class="tab-pane corporate-hire" id="corporate-hire" role="tabpanel">
2975
- <div class="row">
2976
- <div class="span12">
2977
- <h3>Turn your everyday presentation or conference into something spectacular</h3>
2978
- </div>
2979
- </div>
2980
- <div class="row">
2981
- <div class="span7">
2982
- <p class="teaser">If you are looking to host a conference or event and make an impact on your audience, then look no further than ODEON.</p>
2983
- <p>Holding your conference or event in a cinema gives you an interesting and unique environment that will stimulate the delegates and get your meeting off to an exciting start.</p>
2984
- <p>Whatever your event requirements, be it a small regional meeting for up to 50 delegates or national conference for up to 1679, ODEON has the facilities and flexibility to accommodate you.</p>
2985
- </div>
2986
- <div class="span5">
2987
- <ul class="unstyled grey-box">
2988
- <li><i class="icon-phone"></i>For further information please call<br /><strong>0203 432 0550</strong></li>
2989
- <div class="hrComponent comp"><hr /></div>
2990
- <li><i class="icon-email"></i><a href="http://www.odeon.co.uk/fanatic/enquire-now">Email us</a></li>
2991
- <div class="hrComponent comp"><hr /></div>
2992
- <li>Or visit the <a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/">ODEON Corporate Events </a> site for more details.</li>
2993
- </ul>
2994
- </div>
2995
- </div>
2996
- <div class="hrComponent comp">
2997
- <hr />
2998
- </div>
2999
- <div class="row">
3000
- <div class="span4">
3001
- <div class="teaserComponent comp">
3002
- <img src="http://m.odeon.co.uk/_uploads/cached/static/img/cinema-info-01.jpg">
3003
- <h4>Conferencing</h4>
3004
- <ul>
3005
- <li>AGMs</li>
3006
- <li>Presentations</li>
3007
- <li>Roadshows</li>
3008
- <li>Product launches</li>
3009
- <li>Satellite conferencing</li>
3010
- <li>Workshops and seminars</li>
3011
- </ul>
3012
- </div>
3013
- </div>
3014
- <div class="span4">
3015
- <div class="teaserComponent comp">
3016
- <img src="http://m2.odeon.co.uk/_uploads/cached/static/img/cinema-info-02.jpg">
3017
- <h4>Private screenings</h4>
3018
- <ul>
3019
- <li>Corporate hospitality</li>
3020
- <li>Reward your employees</li>
3021
- <li>VIP experience</li>
3022
- <li>Special occasions</li>
3023
- </ul>
3024
- </div>
3025
- </div>
3026
- <div class="span4">
3027
- <div class="teaserComponent comp">
3028
- <img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/cinema-info-03.jpg">
3029
- <h4>Venue hire</h4>
3030
- <ul>
3031
- <li>Film shoots</li>
3032
- <li>Video gaming</li>
3033
- <li>Fashion shows</li>
3034
- <li>Church groups</li>
3035
- <li>Award ceremonies</li>
3036
- <li>Universities and schools</li>
3037
- </ul>
3038
- </div>
3039
- </div>
3040
- </div>
3041
- </div>
3042
- </div>
3043
- </div>
3044
- </div>
3045
- </div>
3046
- </div>
3047
- <!-- End Accessibility -->
3048
-
3049
- <script type="text/javascript">
3050
- <!--//
3051
- function switchTabHolderBorder(e) {
3052
- if ($(e.target).prop('tagName') == 'SPAN') {
3053
- $(e.target).parent().parent().parent().parent().css('border-color', $(e.target).parent().css('background-color'));
3054
- } else {
3055
- $(e.target).parent().parent().parent().css('border-color', $(e.target).css('background-color'));
3056
- }
3057
- }
3058
-
3059
- $(document).ready(function() {
3060
- var firstTab = $('.invert .nav-tabs li.active');
3061
- firstTab.parent().parent().css('border-color', firstTab.find('a').css('background-color'));
3062
- $('body').on('click', '.invert .nav-tabs a', switchTabHolderBorder);
3063
- $('body').on('click', '.invert .nav-tabs a span', switchTabHolderBorder);
3064
- });
3065
-
3066
- //-->
3067
- </script> <div class="drev-inpage-banner-outer-bottom">
3068
- <div class="drev-inpage-banner-inner -ce-capture">
3069
- </div>
3070
- </div>
3071
-
3072
- <div id="ad_skyscraper" class="drev-skyscraper-banner-one -ce-capture">
3073
- <script type='text/javascript'><!--// <![CDATA[
3074
- OA_show(12);
3075
- // ]]> --></script><noscript><a target='_blank' href='http://ads.odeon.co.uk/www/delivery/ck.php?n=ps0297340'><img border='0' alt='' src='http://ads.odeon.co.uk/www/delivery/avw.php?zoneid=12&amp;n=ps0297340' /></a></noscript> </div>
3076
- <footer>
3077
- <div class="row content">
3078
- <hr />
3079
- <div class="container">
3080
- <div class="span3">
3081
- <h2>ODEON</h2>
3082
- <ul class="unstyled">
3083
- <li><a href="http://www.odeon.co.uk/about-us/">About Us</a></li>
3084
- <li><a href="http://www.odeon.co.uk/corporate-social-responsibility/">Corporate Social Responsibility</a></li>
3085
- <li><a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/">Corporate Events</a></li>
3086
- <li><a href="http://www.odeoncareers.co.uk">Careers</a></li>
3087
- </ul>
3088
- <ul class="unstyled">
3089
- <li><a href="http://www.odeon.co.uk/cinemas/london/">London Cinemas</a></li>
3090
- <li><a href="http://www.odeon.co.uk/cinema-tickets/">Cinema Tickets</a></li>
3091
- <li><a href="http://www.odeon.co.uk/cinema-listings/">Cinema Listings</a></li>
3092
- <li><a href="http://www.odeon.co.uk/cinema-times/">Cinema Times</a></li>
3093
- </ul>
3094
- <ul class="unstyled">
3095
- <li><a href="http://www.odeoncinemas.ie">ODEON Ireland</a></li>
3096
-
3097
- </ul>
3098
- </div>
3099
- <div class="span3">
3100
- <h2>Mobile</h2>
3101
- <ul class="unstyled">
3102
- <li class="active"><i class="icon-iphone"></i> <a href="http://itunes.apple.com/gb/app/odeon/id416549949?mt=8&amp;ls=1?utm_source=odeon&amp;tm_medium=banner&amp;utm_content=app_homepage_banner&amp;utm_campaign=app_hompage_banner_17_02_2011">iPhone App</a></li>
3103
- <li><i class="icon-android"></i> <a href="https://market.android.com/details?id=uk.co.odeon.androidapp">Android App</a></li>
3104
- <li><i class="icon-mobile"></i> <a href="http://mobi.odeon.co.uk">ODEON Mobile Site</a></li>
3105
- </ul>
3106
- </div>
3107
- <div class="span3">
3108
- <h2>Connect</h2>
3109
- <ul class="unstyled">
3110
- <li class="active"><i class="icon-facebook"></i> <a href="http://www.facebook.com/odeon">Facebook</a></li>
3111
- <li><i class="icon-twitter"></i> <a href="http://twitter.com/#!/ODEONCinemas">Twitter</a></li>
3112
- <!-- <li><i class="icon-google"></i> <a href="#">Google+</a></li> -->
3113
- <li><i class="icon-youtube"></i> <a href="http://www.youtube.com/odeonuk">YouTube</a></li>
3114
- <li><i class="icon-magazine"></i> <a href="http://www.odeon.co.uk/odeon-magazine/">ODEON Magazine</a></li>
3115
- </ul>
3116
- </div>
3117
- <div class="span3">
3118
- <h2>Help &amp; Support</h2>
3119
- <ul class="unstyled">
3120
- <li><a href="http://www.odeon.co.uk/faqs/">FAQs</a></li>
3121
- <li><a href="http://www.odeon.co.uk/accessibility/">Accessibility</a></li>
3122
- <li><a href="http://www.odeon.co.uk/contactus/">Contact Us</a></li>
3123
- <li><a href="http://www.odeon.co.uk/privacy-and-legal/cookie-policy/">About our Cookies</a></li>
3124
- </ul>
3125
- </div>
3126
- </div>
3127
- <hr />
3128
- <div class="container">
3129
- <div class="span9">
3130
- <span>&copy; ODEON Cinemas Holdings Limited 2006 to 2015 - All rights reserved.</span>
3131
- </div>
3132
- <div class="span3">
3133
- <ul class="inline">
3134
- <li><a href="/privacy-and-legal/">Privacy and Legal</a></li>
3135
- <li><span>&#124;</span></li>
3136
- <li><a href="http://www.odeon.co.uk/sitemap/">Sitemap</a></li>
3137
- </ul>
3138
- </div>
3139
- </div>
3140
- <hr />
3141
- </div>
3142
- <div class="row content">
3143
- <div class="container">
3144
- <span class="footer-quote">&quot;Fanatical About Film&quot;</span>
3145
- </div>
3146
- </div>
3147
- </footer>
3148
-
3149
- <!-- Start Showtimes Popup -->
3150
- <!-- Start Sold Out popup -->
3151
- <div class="popover performance-sold-out fade bottom in sold-out">
3152
- <div class="arrow"></div>
3153
- <div class="popover-content">
3154
- <div class="info-corner">
3155
- <span>Sorry, this performance is sold out.</span>
3156
- </div>
3157
- </div>
3158
- </div>
3159
- <!-- End Sold Out popup -->
3160
-
3161
- <!-- Start No Avabel popup -->
3162
- <div class="popover performance-no-available fade bottom in available">
3163
- <div class="arrow"></div>
3164
- <div class="popover-content">
3165
- <div class="info-corner">
3166
- <span>Sorry, this performance is not available.</span>
3167
- </div>
3168
- </div>
3169
- </div>
3170
- <!-- End Sold Out popup -->
3171
-
3172
- <!-- Start Booking popup -->
3173
- <div class="popover performance-popup fade bottom in one-btn">
3174
- <div class="arrow"></div>
3175
- <div class="popover-content">
3176
- <div class="popover-inner">
3177
- <div class="info-corner">
3178
- <div class="gallery-showing" id="data-booking-gallery"><i class="gallery-icon">G</i><h5>Gallery showing</h5><span>(over 18s only)</span></div>
3179
- <div class="attr-left">
3180
- <strong>Starts:</strong><br />
3181
- <strong>Screen:</strong><br />
3182
- </div>
3183
- <div id="data-booking-details" class="attr-right"></div>
3184
- </div>
3185
- <div class="grad-ver">
3186
- <div>
3187
- <a href="#" class="btn orange" id="data-booking-href">Book now</a>
3188
- </div>
3189
- <div id="cinema-offline-text"><p>Booking is temporary unavailable. Please try again later.</p></div>
3190
- </div>
3191
- </div>
3192
- <div class="white" id="data-booking-freelist-suspended">
3193
- Free passes restricted - <a href="/free-passes-restricted/">Find out more</a>
3194
- </div>
3195
- <div class="key" id="data-booking-audio-described">
3196
- <strong>This is an Audio Described Performance:</strong> This performance is Audio Described for the visually impaired via headphones available from the Box Office.
3197
- </div>
3198
- <div class="key" id="data-booking-subtitled">
3199
- <strong>This is a Subtitled Performance:</strong> Displays subtitles on screen to benefit guests who may be hard of hearing.
3200
- </div>
3201
- <div class="key" id="data-booking-early-scenario-1">
3202
- <strong>Important</strong> - this performance is in the early hours of the date shown. E.g Tues 00:15 would be first showing, early hours of Tuesday morning/late night Monday. <a href="/midnight_and_early_morning_shows/" style="line-height: 0px;">Find out more</a>
3203
- </div>
3204
- <div class="key" id="data-booking-early-scenario-2">
3205
- <strong>Note</strong> - Please note this is an early morning AM performance for the date listed, not an afternoon/evening PM performance. <a href="/midnight_and_early_morning_shows/" style="line-height: 0px;">Find out more</a>
3206
- </div>
3207
- </div>
3208
- </div>
3209
- <!-- End Booking popup --><!-- End Showtimes Popup --> </div>
3210
-
3211
- <script>
3212
- var versaTag = {};
3213
- versaTag.id = "922"
3214
- versaTag.sync = 0
3215
- versaTag.dispType = "js"
3216
- versaTag.ptcl = "http";
3217
- versaTag.bsUrl = "bs.serving-sys.com/BurstingPipe"
3218
- versaTag.activityParams = {
3219
- };
3220
- versaTag.retargetParams = {};
3221
- versaTag.dynamicRetargetParams = {};
3222
- versaTag.conditionalParams = {};
3223
- </script>
3224
- <script id="ebOneTagUrlId" src="http://ds.serving-sys.com/SemiCachedScripts/ebOneTag.js"></script>
3225
- <noscript>
3226
- <iframe src="http://bs.serving-sys.com/BurstingPipe?
3227
- cn=ot&amp;
3228
- onetagid=922&amp;
3229
- ns=1&amp;
3230
- activityValues=$$
3231
- retargetingValues=$$&amp;
3232
- dynamicRetargetingValues=$$&amp;
3233
- acp=$$$$&amp;"
3234
- style="display:none;width:0px;height:0px"></iframe>
3235
- </noscript>
3236
-
3237
- </body>
3238
-
3239
- </html>
3240
-
3241
-