odeon_uk 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.md +46 -2
- data/Rakefile +9 -1
- data/lib/odeon_uk.rb +10 -1
- data/lib/odeon_uk/cinema.rb +152 -0
- data/lib/odeon_uk/film.rb +18 -0
- data/lib/odeon_uk/internal/film_with_screenings_parser.rb +51 -0
- data/lib/odeon_uk/screening.rb +34 -0
- data/lib/odeon_uk/version.rb +1 -1
- data/odeon_uk.gemspec +7 -0
- data/test/fixtures/brighton-showtimes/about-time.html +175 -0
- data/test/fixtures/brighton-showtimes/autism-friendly-planes.html +75 -0
- data/test/fixtures/brighton-showtimes/bolshoi-spartacus-live.html +67 -0
- data/test/fixtures/brighton-showtimes/cinemagic-echo-planet.html +67 -0
- data/test/fixtures/brighton-showtimes/globe-on-screen-twelfth-night.html +67 -0
- data/test/fixtures/brighton-showtimes/met-opera-eugene-onegin.html +67 -0
- data/test/fixtures/brighton-showtimes/national-theatre-live-frankenstein.html +78 -0
- data/test/fixtures/brighton-showtimes/nt-live-war-horse.html +67 -0
- data/test/fixtures/brighton-showtimes/royal-opera-house-turandot.html +66 -0
- data/test/fixtures/brighton-showtimes/rsc-richard-ii.html +67 -0
- data/test/fixtures/brighton-showtimes/star-trek-into-darkness-2d.html +83 -0
- data/test/fixtures/brighton-showtimes/ukjff-from-cable-street-to-brick-lane.html +67 -0
- data/test/fixtures/manchester-showtimes/thor-the-dark-world.html +300 -0
- data/test/fixtures/odeon-brighton-showtimes.html +1238 -0
- data/test/fixtures/odeon-brighton.html +2706 -0
- data/test/fixtures/odeon-sitemap.html +1263 -0
- data/test/lib/odeon_uk/cinema_test.rb +185 -0
- data/test/lib/odeon_uk/film_test.rb +13 -0
- data/test/lib/odeon_uk/internal/film_with_screenings_parser_test.rb +167 -0
- data/test/lib/odeon_uk/screening_test.rb +32 -0
- data/test/test_helper.rb +3 -0
- metadata +126 -2
@@ -0,0 +1,2706 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
<!DOCTYPE html>
|
7
|
+
<html lang="en">
|
8
|
+
<head>
|
9
|
+
<meta charset="utf-8">
|
10
|
+
<title>ODEON Brighton - View Listings and Book Cinema Tickets Now!</title> <meta name="description" content="ODEON Brighton - View Cinema Listings and Book Cinema Tickets! Find the latest film times, offers, trailers and prices at your local Cinema in Brighton">
|
11
|
+
<meta property="og:title" content="ODEON Brighton">
|
12
|
+
<meta property="og:type" content="cinema">
|
13
|
+
<meta property="og:site_name" content="www.odeon.co.uk">
|
14
|
+
<meta property="og:url" content="http://www.odeon.co.uk/cinemas/brighton/71/">
|
15
|
+
<meta property="og:description" content="ODEON Brighton is situated on the seafront. The cinema has 8 screens (Premier Seats, Costa, Ben & Jerry's) 5 ATMs which are located in the main foyer. Churchill Square Shopping Centre has the closest car park.">
|
16
|
+
<meta name="viewport" content="width=1095">
|
17
|
+
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
|
18
|
+
|
19
|
+
<meta property="fb:app_id" content="219600464861444" />
|
20
|
+
|
21
|
+
<!-- Le styles -->
|
22
|
+
<link href="/css/main.css" media="screen" rel="stylesheet" type="text/css">
|
23
|
+
<!--[if IE]> <link href="/css/main_0.css" media="screen" rel="stylesheet" type="text/css"><![endif]-->
|
24
|
+
<!--[if IE]> <link href="/css/main_1.css" media="screen" rel="stylesheet" type="text/css"><![endif]-->
|
25
|
+
<!--[if IE]> <link href="/css/main_2.css" media="screen" rel="stylesheet" type="text/css"><![endif]-->
|
26
|
+
<link href="/images/ico/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed">
|
27
|
+
<link href="/images/ico/apple-touch-icon-114-precomposed.png" rel="apple-touch-icon-precomposed">
|
28
|
+
<link href="/images/ico/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon-precomposed">
|
29
|
+
<link href="/images/ico/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed">
|
30
|
+
<link href="/images/ico/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon">
|
31
|
+
|
32
|
+
<script>var website_app_locale = 'uk'</script>
|
33
|
+
<script>var site_protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://') </script>
|
34
|
+
<!-- Scripts -->
|
35
|
+
<script type="text/javascript" src="/build/js/odeon.min.09112013031731.js.gz"></script>
|
36
|
+
<!--[if !IE]><script type="text/javascript" src="/source/js/vendor/jwplayer.html5.js"></script><![endif]-->
|
37
|
+
<!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/selectivizr-min.js"></script><![endif]-->
|
38
|
+
<!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/IE9.js"></script><![endif]-->
|
39
|
+
<!-- Google Analytics -->
|
40
|
+
<script type="text/javascript">
|
41
|
+
var _gaq = _gaq || [];
|
42
|
+
_gaq.push(['_setAccount', 'UA-915269-1']);
|
43
|
+
_gaq.push(['_trackPageview']);
|
44
|
+
(function() {
|
45
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
46
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
47
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
48
|
+
})();
|
49
|
+
</script>
|
50
|
+
|
51
|
+
<!-- openX -->
|
52
|
+
<script type="text/javascript">
|
53
|
+
document.write('<s' + 'cript src="' + site_protocol + 'ads.odeon.co.uk/www/delivery/spcjs.php?id=4" type="text/javascript">' + '<\/s' + 'cript>');
|
54
|
+
</script>
|
55
|
+
</head>
|
56
|
+
|
57
|
+
<body>
|
58
|
+
<div class="bg shapes"></div>
|
59
|
+
<div class="bg odeonsmall"></div>
|
60
|
+
<div class="bg bokeh1"></div>
|
61
|
+
<div class="bg bokeh2"></div>
|
62
|
+
<div class="bg bokeh3"></div>
|
63
|
+
<div class="bg bokeh4"></div>
|
64
|
+
<div class="bg bokeh5"></div>
|
65
|
+
<div class="bg bokeh6"></div>
|
66
|
+
<div id="wrapper">
|
67
|
+
|
68
|
+
<header>
|
69
|
+
<div class="evil-inpage-banner-outer-header">
|
70
|
+
<div class="evil-inpage-banner-inner"><script type='text/javascript'><!--// <![CDATA[
|
71
|
+
OA_show(13);
|
72
|
+
// ]]> --></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&n=ps63153d8' /></a></noscript></div>
|
73
|
+
</div>
|
74
|
+
<div class="navbar navbar-static-top">
|
75
|
+
<div class="navbar-inner no-shadow">
|
76
|
+
<div class="container">
|
77
|
+
<div class="row">
|
78
|
+
<div class="span5">
|
79
|
+
</div>
|
80
|
+
<div class="span7">
|
81
|
+
<nav class="pull-right">
|
82
|
+
<ul class="unstyled inline">
|
83
|
+
<li >
|
84
|
+
<a href="http://www.odeon.co.uk/my-odeon" class="my-odeon-menu-link" id="dropdownMenu" role="button">
|
85
|
+
<i class="icon-my-odeon icon-white"></i> <strong>My ODEON</strong>
|
86
|
+
</a>
|
87
|
+
|
88
|
+
</li>
|
89
|
+
<li id="login" class="inactive"><a href="#"><strong>Login</strong></a></li>
|
90
|
+
<li class="signup"><a href="https://www.odeon.co.uk/sign-up"><strong>Sign up</strong></a></li>
|
91
|
+
<li id="quick-book" class="inactive"><a tabindex="-1" href="/quickBooking/" id="quick-booking-nav"><strong>Quick Book</strong></a></li>
|
92
|
+
</ul>
|
93
|
+
</nav>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
<div class="navbar-inner no-shadow quick-book">
|
99
|
+
<div id="quick-booking-container" class="container">
|
100
|
+
<div class="row">
|
101
|
+
<div class="span12">
|
102
|
+
<form id="quickBookingForm" name="quickBookingForm" method="POST" class="quick-book">
|
103
|
+
<label for="quick-booking-cinemas-select">I want to go to</label>
|
104
|
+
<div class="selectpicker select-icon-select">
|
105
|
+
<select id="quick-booking-cinemas-select" name="quick-booking-cinemas-select"></select>
|
106
|
+
</div>
|
107
|
+
<label for="quick-booking-films-select" class="">to see</label>
|
108
|
+
<div class="selectpicker select-icon-select">
|
109
|
+
<select id="quick-booking-films-select" name="quick-booking-films-select"></select>
|
110
|
+
</div>
|
111
|
+
<label for="quick-booking-performances-days-select" class="">on</label>
|
112
|
+
<div class="selectpicker select-icon-select">
|
113
|
+
<select id="quick-booking-performances-days-select" name="quick-booking-performances-days-select"></select>
|
114
|
+
</div>
|
115
|
+
<button type="button" id="quick-booking-go-button" name="quick-booking-go-button" class="btn blue pull-right">Go</button>
|
116
|
+
<a id="quick-booking-reset" class="pull-right underline" href="#">Reset</a>
|
117
|
+
</form>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
</div>
|
122
|
+
|
123
|
+
<div id="quick-booking-containe-performances" class="row content all-over grey quick-book-dropdown"></div>
|
124
|
+
<div class="navbar-inner no-shadow login invisible" id="header-login-form">
|
125
|
+
<div class="container">
|
126
|
+
<div class="row">
|
127
|
+
<div class="span12">
|
128
|
+
<div class="row">
|
129
|
+
<div class="span5">
|
130
|
+
<a href="/login/facebook-login/L2NpbmVtYXMvYnJpZ2h0b24vNzEv" class="btn blue large facebook">
|
131
|
+
<i class="film-icon-btn-facebook"></i>Login with Facebook
|
132
|
+
</a> <div class="line-ver">or</div>
|
133
|
+
</div>
|
134
|
+
<div class="span7">
|
135
|
+
|
136
|
+
<form action="/login" method="post" name="login" class="quick-book loginForm" id="login"><input name="redirect" type="hidden" value="/cinemas/brighton/71/"><label for="enter-mail">Sign in to My ODEON</label><input name="username" type="text" placeholder="Email Address" id="enter-mail" value=""><input name="password" type="password" placeholder="Password" id="enter-pass" value=""><input name="submit" type="submit" class="btn blue" value="Login"></form> <span class="error text-error login-header-error">Username or Password incorrect.</span>
|
137
|
+
|
138
|
+
<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>
|
139
|
+
</div>
|
140
|
+
</div>
|
141
|
+
</div>
|
142
|
+
</div>
|
143
|
+
</div>
|
144
|
+
</div>
|
145
|
+
<div class="navbar-inner no-shadow login forgotten" id="header-login-forgotten-form">
|
146
|
+
<div class="container">
|
147
|
+
<div class="row">
|
148
|
+
<div class="span12">
|
149
|
+
<div class="row">
|
150
|
+
<div class="span5">
|
151
|
+
<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>
|
152
|
+
</div>
|
153
|
+
<div class="span7">
|
154
|
+
<form action="/forgotten-password/" method="POST" class="quick-book">
|
155
|
+
<input type="text" id="enter-mail" name="email-address" placeholder="Email Address">
|
156
|
+
<input type="submit" class="btn blue" value="Reset password">
|
157
|
+
</form>
|
158
|
+
<a href="#" class="forgotten-password-header-toggle">Return to login</a>
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
</div>
|
162
|
+
</div>
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
<script>
|
166
|
+
$(document).ready(function(){
|
167
|
+
if ($.cookie('loginRequestFailed')) {
|
168
|
+
$('#login').click();
|
169
|
+
$('#enter-mail', 'div.navbar-inner.login form#login ').addClass('error');
|
170
|
+
$('#enter-pass', 'div.navbar-inner.login form#login ').addClass('error');
|
171
|
+
$('span.error.text-error.login-header-error', 'div.navbar-inner.login').show();
|
172
|
+
$.cookie('loginRequestFailed', null);
|
173
|
+
}
|
174
|
+
});
|
175
|
+
</script>
|
176
|
+
|
177
|
+
|
178
|
+
<div class="navbar-inner no-shadow">
|
179
|
+
<div class="shadow"></div>
|
180
|
+
<div class="container" >
|
181
|
+
<div class="row">
|
182
|
+
<div class="span12">
|
183
|
+
<a class="brand icon-logo" href="http://www.odeon.co.uk/">ODEON Website</a>
|
184
|
+
<nav class="pull-left">
|
185
|
+
<ul class="unstyled inline">
|
186
|
+
<li class="header-nav"><a href="http://www.odeon.co.uk/"><i class="icon-home"></i></a></li>
|
187
|
+
<li class="header-nav dropdown">
|
188
|
+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">Cinemas</a>
|
189
|
+
<ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
|
190
|
+
<div class="container">
|
191
|
+
<li class="span4">
|
192
|
+
<ul class="unstyled" role="menu">
|
193
|
+
<li class="select-odeon logout">
|
194
|
+
<form class="select-cinema" method="post" action="/cinema-finder/">
|
195
|
+
<label for="your-cinema">Select a cinema</label>
|
196
|
+
<div class="selectpicker select-icon-select">
|
197
|
+
<select id="your-cinema" data-size="10" name ="siteId">
|
198
|
+
<option value="0">Select a cinema</option>
|
199
|
+
<option value="181">Andover</option>
|
200
|
+
<option value="61">Aylesbury</option>
|
201
|
+
<option value="62">Ayr</option>
|
202
|
+
<option value="63">Banbury</option>
|
203
|
+
<option value="64">Barnet</option>
|
204
|
+
<option value="149">Basingstoke</option>
|
205
|
+
<option value="65">Bath</option>
|
206
|
+
<option value="66">Beckenham</option>
|
207
|
+
<option value="170">Belfast</option>
|
208
|
+
<option value="211">BFI IMAX</option>
|
209
|
+
<option value="212">Birmingham Broadway Plaza</option>
|
210
|
+
<option value="67">Birmingham New Street</option>
|
211
|
+
<option value="68">Blackpool</option>
|
212
|
+
<option value="58">Bournemouth (ABC)</option>
|
213
|
+
<option value="69">Bournemouth (ODEON)</option>
|
214
|
+
<option value="2">Bracknell</option>
|
215
|
+
<option value="154">Braehead</option>
|
216
|
+
<option value="70">Bridgend</option>
|
217
|
+
<option value="71">Brighton</option>
|
218
|
+
<option value="72">Bristol</option>
|
219
|
+
<option value="73">Bromborough</option>
|
220
|
+
<option value="75">Camden</option>
|
221
|
+
<option value="76">Canterbury</option>
|
222
|
+
<option value="3">Cardiff</option>
|
223
|
+
<option value="151">Chatham</option>
|
224
|
+
<option value="77">Chelmsford</option>
|
225
|
+
<option value="80">Colchester</option>
|
226
|
+
<option value="81">Covent Garden</option>
|
227
|
+
<option value="82">Coventry</option>
|
228
|
+
<option value="182">Crewe</option>
|
229
|
+
<option value="83">Darlington</option>
|
230
|
+
<option value="32">Derby</option>
|
231
|
+
<option value="214">Dorchester</option>
|
232
|
+
<option value="37">Dudley (Merry Hill)</option>
|
233
|
+
<option value="85">Dumfries</option>
|
234
|
+
<option value="86">Dundee</option>
|
235
|
+
<option value="87">Dunfermline</option>
|
236
|
+
<option value="33">East Kilbride</option>
|
237
|
+
<option value="108">Edinburgh Lothian Road</option>
|
238
|
+
<option value="140">Edinburgh Wester Hailes</option>
|
239
|
+
<option value="88">Epsom</option>
|
240
|
+
<option value="89">Esher</option>
|
241
|
+
<option value="90">Exeter</option>
|
242
|
+
<option value="91">Gerrards Cross</option>
|
243
|
+
<option value="120">Glasgow Quay</option>
|
244
|
+
<option value="6">Greenwich</option>
|
245
|
+
<option value="92">Guildford</option>
|
246
|
+
<option value="93">Harrogate</option>
|
247
|
+
<option value="94">Hastings</option>
|
248
|
+
<option value="7">Hatfield</option>
|
249
|
+
<option value="96">Hereford</option>
|
250
|
+
<option value="97">Holloway</option>
|
251
|
+
<option value="8">Huddersfield</option>
|
252
|
+
<option value="98">Hull</option>
|
253
|
+
<option value="99">Kensington</option>
|
254
|
+
<option value="100">Kettering</option>
|
255
|
+
<option value="101">Kilmarnock</option>
|
256
|
+
<option value="102">Kingston</option>
|
257
|
+
<option value="9">Lee Valley</option>
|
258
|
+
<option value="103">Leeds-Bradford</option>
|
259
|
+
<option value="104">Leicester</option>
|
260
|
+
<option value="106">Lincoln</option>
|
261
|
+
<option value="171">Liverpool ONE</option>
|
262
|
+
<option value="133">Liverpool Switch Island</option>
|
263
|
+
<option value="213">Llanelli</option>
|
264
|
+
<option value="105">London - Leicester Square</option>
|
265
|
+
<option value="139">London - West End</option>
|
266
|
+
<option value="183">Loughborough</option>
|
267
|
+
<option value="10">Maidenhead</option>
|
268
|
+
<option value="109">Maidstone</option>
|
269
|
+
<option value="11">Manchester</option>
|
270
|
+
<option value="110">Mansfield</option>
|
271
|
+
<option value="111">Marble Arch</option>
|
272
|
+
<option value="174">Metrocentre</option>
|
273
|
+
<option value="147">Milton Keynes</option>
|
274
|
+
<option value="112">Muswell Hill</option>
|
275
|
+
<option value="184">Newark</option>
|
276
|
+
<option value="13">Norwich</option>
|
277
|
+
<option value="114">Nuneaton</option>
|
278
|
+
<option value="115">Oxford George St</option>
|
279
|
+
<option value="116">Oxford Magdalen St</option>
|
280
|
+
<option value="117">Panton St</option>
|
281
|
+
<option value="15">Port Solent</option>
|
282
|
+
<option value="28">Preston</option>
|
283
|
+
<option value="119">Putney</option>
|
284
|
+
<option value="121">Richmond</option>
|
285
|
+
<option value="123">Rochdale</option>
|
286
|
+
<option value="124">Salisbury</option>
|
287
|
+
<option value="125">Sheffield</option>
|
288
|
+
<option value="17">Silverlink</option>
|
289
|
+
<option value="126">South Woodford</option>
|
290
|
+
<option value="127">Southampton</option>
|
291
|
+
<option value="128">Southend</option>
|
292
|
+
<option value="129">Stoke</option>
|
293
|
+
<option value="130">Streatham</option>
|
294
|
+
<option value="18">Surrey Quays</option>
|
295
|
+
<option value="185">Swadlincote</option>
|
296
|
+
<option value="19">Swansea</option>
|
297
|
+
<option value="132">Swiss Cottage</option>
|
298
|
+
<option value="30">Tamworth</option>
|
299
|
+
<option value="134">Taunton</option>
|
300
|
+
<option value="27">Telford</option>
|
301
|
+
<option value="135">Tottenham Court Rd</option>
|
302
|
+
<option value="20">Trafford Centre</option>
|
303
|
+
<option value="136">Tunbridge Wells</option>
|
304
|
+
<option value="137">Uxbridge</option>
|
305
|
+
<option value="29">Warrington</option>
|
306
|
+
<option value="215">West Bromwich</option>
|
307
|
+
<option value="141">Weston super Mare</option>
|
308
|
+
<option value="21">Whiteleys</option>
|
309
|
+
<option value="208">Whiteleys - The Lounge</option>
|
310
|
+
<option value="142">Wimbledon</option>
|
311
|
+
<option value="143">Worcester</option>
|
312
|
+
<option value="173">Wrexham Eagles Meadow</option>
|
313
|
+
</select>
|
314
|
+
</div>
|
315
|
+
<button type="submit" class="btn darkblue pull-right">Go</button>
|
316
|
+
<div class="or"><hr /><span>or</span><hr /></div>
|
317
|
+
</form>
|
318
|
+
<form method="post" action="/cinemas/" >
|
319
|
+
<label for="your-town">Find your nearest ODEON</label>
|
320
|
+
<input type="text" id="your-town" name="searchFor" placeholder="Enter town or postcode">
|
321
|
+
<button type="submit" class="btn darkblue pull-right">Search</button>
|
322
|
+
</form>
|
323
|
+
</li>
|
324
|
+
<li class="nav-icon-all-cinemas"></li>
|
325
|
+
<li><a href="http://www.odeon.co.uk/cinemas/london/"><i class="nav-icon-arrow-blue"></i><strong>View all London cinemas</strong></a></li>
|
326
|
+
</ul>
|
327
|
+
</li>
|
328
|
+
<li class="span8"><h2>Experience more at ODEON</h2>
|
329
|
+
<ul class="unstyled" role="menu">
|
330
|
+
<li class="nav-icon-odeon-3d">
|
331
|
+
<a href="/3d/"><i class="nav-icon-arrow-blue"></i><strong>3D</strong></a>
|
332
|
+
<span>3D images that pop out of the screen.</span>
|
333
|
+
</li>
|
334
|
+
<li class="nav-icon-odeon-isense">
|
335
|
+
<a href="/isense/"><i class="nav-icon-arrow-blue"></i><strong>ISENSE</strong></a>
|
336
|
+
<span>See the film, bigger and brighter than ever before.</span>
|
337
|
+
</li>
|
338
|
+
<li class="nav-icon-premier-seating">
|
339
|
+
<a href="/premier-seating/"><i class="nav-icon-arrow-blue"></i><strong>Premier Seating</strong></a>
|
340
|
+
<span>The best seats in the house.</span>
|
341
|
+
</li>
|
342
|
+
<li class="nav-icon-food-drink">
|
343
|
+
<a href="/food-concessions/"><i class="nav-icon-arrow-blue"></i><strong>Food & Drink</strong></a>
|
344
|
+
<span>Sweets, Ice cream, soft drinks, fresh popcorn & hot food.</span>
|
345
|
+
</li>
|
346
|
+
</ul>
|
347
|
+
|
348
|
+
<ul class="unstyled" role="menu">
|
349
|
+
<li class="nav-icon-imax">
|
350
|
+
<a href=/imax/><i class="nav-icon-arrow-blue"></i><strong>IMAX</strong></a>
|
351
|
+
<span>Immerse yourself in the action with ODEON IMAX.</span>
|
352
|
+
</li>
|
353
|
+
<li class="nav-icon-odeon-dbox">
|
354
|
+
<a href="/d-box/"><i class="nav-icon-arrow-blue"></i><strong>D-BOX</strong></a>
|
355
|
+
<span>The next dimension of your cinematic experience.</span>
|
356
|
+
</li>
|
357
|
+
<li class="nav-icon-gallery-seating">
|
358
|
+
<a href="/the-gallery/"><i class="nav-icon-arrow-blue"></i><strong>The Gallery</strong></a>
|
359
|
+
<span>VIP bar area, unlimited popcorn, nachos & soft drink.</span>
|
360
|
+
</li>
|
361
|
+
<li class="nav-icon-lounge">
|
362
|
+
<a href="/thelounge/"><i class="nav-icon-arrow-blue"></i><strong>The Lounge</strong></a>
|
363
|
+
<span>Enjoy Fine Food and Film in the most exclusive cinema setting.</span>
|
364
|
+
</li>
|
365
|
+
</ul>
|
366
|
+
<a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/"><i class="nav-icon-arrow-blue"></i>
|
367
|
+
Our cinemas are available for Corporate Events, Conferences and Private Screenings. <strong>"Visit our website."</strong>
|
368
|
+
</a>
|
369
|
+
</li>
|
370
|
+
</div>
|
371
|
+
</ul>
|
372
|
+
</li>
|
373
|
+
<li class="header-nav dropdown">
|
374
|
+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">What’s on</a>
|
375
|
+
<ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
|
376
|
+
<div class="container">
|
377
|
+
<li class="span6">
|
378
|
+
<ul class="unstyled" role="menu">
|
379
|
+
<li class="select-odeon">
|
380
|
+
<h2>Films</h2><a href="http://www.odeon.co.uk/films/"><i class="nav-icon-arrow-white"></i>View all films</a>
|
381
|
+
<form class="select-film" method="post" action="/film-finder/">
|
382
|
+
<label for="your-cinema">All films now showing</label>
|
383
|
+
<div class="selectpicker select-icon-select">
|
384
|
+
<select id="your-film" data-size="10" name="filmMasterId">
|
385
|
+
<option value="0">Select a specific film</option>
|
386
|
+
<option value="14563" >2 Guns</option>
|
387
|
+
<option value="14749" >42</option>
|
388
|
+
<option value="14426" >About Time</option>
|
389
|
+
<option value="14766" >Ain't Them Bodies Saints</option>
|
390
|
+
<option value="14496" >Alan Partridge: Alpha Papa</option>
|
391
|
+
<option value="14739" >Any Day Now</option>
|
392
|
+
<option value="100653" >Autism Friendly Screening - Planes</option>
|
393
|
+
<option value="14501" >Before Midnight</option>
|
394
|
+
<option value="14564" >Behind The Candelabra</option>
|
395
|
+
<option value="14784" >BRAFF - Bahea Is My Life</option>
|
396
|
+
<option value="14793" >BRAFF - Brazilian Western</option>
|
397
|
+
<option value="14785" >BRAFF - Buddies</option>
|
398
|
+
<option value="14788" >BRAFF - For Sale Or Rent</option>
|
399
|
+
<option value="14787" >BRAFF - Heleno</option>
|
400
|
+
<option value="14791" >BRAFF - Jango Report</option>
|
401
|
+
<option value="14782" >BRAFF - Margaret Mee And The Moonflower</option>
|
402
|
+
<option value="14786" >BRAFF - Memories They Told Me</option>
|
403
|
+
<option value="14783" >BRAFF - Reaching For The Moon</option>
|
404
|
+
<option value="14792" >BRAFF - Rio 2096, A Story Of Love And Fury</option>
|
405
|
+
<option value="14781" >BRAFF - Santos, 100 Years Of Playful Footbal</option>
|
406
|
+
<option value="14790" >BRAFF - The Gringo</option>
|
407
|
+
<option value="14789" >BRAFF - We Are So Young</option>
|
408
|
+
<option value="14680" >Chennai Express</option>
|
409
|
+
<option value="124" >Cocktail (1989)</option>
|
410
|
+
<option value="14713" >Def Leppard: Viva Hysteria</option>
|
411
|
+
<option value="13720" >Despicable Me 2</option>
|
412
|
+
<option value="14654" >Diana</option>
|
413
|
+
<option value="5489" >Elf</option>
|
414
|
+
<option value="13314" >Elysium</option>
|
415
|
+
<option value="13610" >Epic</option>
|
416
|
+
<option value="2394" >Fargo</option>
|
417
|
+
<option value="14746" >Flight Of The Butterflies</option>
|
418
|
+
<option value="14702" >Frances Ha</option>
|
419
|
+
<option value="652" >Good Fellas</option>
|
420
|
+
<option value="14770" >Grand Masti</option>
|
421
|
+
<option value="12060" >Grown Ups</option>
|
422
|
+
<option value="13790" >Grown Ups 2</option>
|
423
|
+
<option value="14715" >Harry Potter Weekend: Day 1</option>
|
424
|
+
<option value="100634" >Harry Potter Weekend: Day 2</option>
|
425
|
+
<option value="718" >Home Alone</option>
|
426
|
+
<option value="14376" >I'm So Excited!</option>
|
427
|
+
<option value="13483" >In A Better World</option>
|
428
|
+
<option value="14638" >In A World...</option>
|
429
|
+
<option value="13327" >Insidious</option>
|
430
|
+
<option value="14568" >Insidious 2</option>
|
431
|
+
<option value="3244" >Its A Wonderful Life</option>
|
432
|
+
<option value="14268" >Jadoo</option>
|
433
|
+
<option value="14759" >Jatt Airways</option>
|
434
|
+
<option value="13922" >Jaws (re 2012)</option>
|
435
|
+
<option value="14194" >Jurassic Park</option>
|
436
|
+
<option value="14460" >Justin And The Knights Of Valour</option>
|
437
|
+
<option value="14740" >Kevin Hart: Let Me Explain</option>
|
438
|
+
<option value="14089" >Kick-Ass 2</option>
|
439
|
+
<option value="11248" >Kung Fu Panda</option>
|
440
|
+
<option value="12165" >Kung Fu Panda 2</option>
|
441
|
+
<option value="2060" >Leon</option>
|
442
|
+
<option value="14606" >Lovelace</option>
|
443
|
+
<option value="11488" >Mad About Music</option>
|
444
|
+
<option value="13962" >Man Of Steel</option>
|
445
|
+
<option value="14756" >Memories</option>
|
446
|
+
<option value="14763" >Merrily We Roll Along</option>
|
447
|
+
<option value="14529" >Met Opera - Cosi Fan Tutte 2014</option>
|
448
|
+
<option value="14521" >Met Opera - Eugene Onegin 2013</option>
|
449
|
+
<option value="14524" >Met Opera - Falstaff 2013</option>
|
450
|
+
<option value="14528" >Met Opera - La Boheme 2014</option>
|
451
|
+
<option value="14530" >Met Opera - La Cenerentola 2014</option>
|
452
|
+
<option value="14526" >Met Opera - Prince Igor 2014</option>
|
453
|
+
<option value="14525" >Met Opera - Rusalka 2014</option>
|
454
|
+
<option value="14522" >Met Opera - The Nose 2013</option>
|
455
|
+
<option value="14523" >Met Opera - Tosca 2013</option>
|
456
|
+
<option value="14527" >Met Opera - Werther 2014</option>
|
457
|
+
<option value="12840" >Monsters University</option>
|
458
|
+
<option value="14664" >Much Ado About Nothing</option>
|
459
|
+
<option value="14002" >Mud</option>
|
460
|
+
<option value="4368" >Mysteries Of Egypt</option>
|
461
|
+
<option value="6244" >Mystery Film Monday</option>
|
462
|
+
<option value="13183" >National Theatre Live - Frankenstein (Encore Screening)</option>
|
463
|
+
<option value="13752" >Now You See Me</option>
|
464
|
+
<option value="14657" >NT Live: Coriolanus 2014</option>
|
465
|
+
<option value="14675" >NT Live: Hamlet (Encore)</option>
|
466
|
+
<option value="14489" >NT Live: Othello</option>
|
467
|
+
<option value="14674" >NT Live: The Habit Of Art (Encore)</option>
|
468
|
+
<option value="14557" >One Direction: This Is Us</option>
|
469
|
+
<option value="14630" >Only God Forgives</option>
|
470
|
+
<option value="6611" >Organ Concert</option>
|
471
|
+
<option value="13963" >Pacific Rim</option>
|
472
|
+
<option value="14484" >Pain And Gain</option>
|
473
|
+
<option value="14114" >ParaNorman</option>
|
474
|
+
<option value="14761" >Penguins 3D: An Imax Experience</option>
|
475
|
+
<option value="13679" >Percy Jackson: Sea Of Monsters</option>
|
476
|
+
<option value="14546" >Planes</option>
|
477
|
+
<option value="14753" >Plein Soleil (re: 2013)</option>
|
478
|
+
<option value="14407" >Promised Land</option>
|
479
|
+
<option value="619" >Psycho</option>
|
480
|
+
<option value="14751" >Pullipulikalum Aattinkuttiyum</option>
|
481
|
+
<option value="14716" >Real Vampires All Nighter</option>
|
482
|
+
<option value="1400" >Reservoir Dogs</option>
|
483
|
+
<option value="14700" >Richard II - RSC Live 2013</option>
|
484
|
+
<option value="14570" >Riddick</option>
|
485
|
+
<option value="12167" >Rise of the Guardians</option>
|
486
|
+
<option value="14537" >ROH - Don Giovanni (live) 2014</option>
|
487
|
+
<option value="14533" >ROH - Les Vepres Siciliennes (Live) 2013</option>
|
488
|
+
<option value="14540" >ROH - Manon Lescaut (Live) 2014</option>
|
489
|
+
<option value="14535" >ROH - Parsifal (Live) 2013</option>
|
490
|
+
<option value="14531" >ROH - Turandot (live) 2013</option>
|
491
|
+
<option value="14741" >Rush</option>
|
492
|
+
<option value="14711" >Satyagraha</option>
|
493
|
+
<option value="4390" >Shrek</option>
|
494
|
+
<option value="11893" >Space Station 3D</option>
|
495
|
+
<option value="6512" >Stand By Me</option>
|
496
|
+
<option value="12621" >Star Trek Into Darkness 2D</option>
|
497
|
+
<option value="14755" >Suddh Desi Romance</option>
|
498
|
+
<option value="14795" >The Artist And The Model</option>
|
499
|
+
<option value="14265" >The Big Wedding</option>
|
500
|
+
<option value="14495" >The Bling Ring</option>
|
501
|
+
<option value="14339" >The Conjuring</option>
|
502
|
+
<option value="12170" >The Croods 2D</option>
|
503
|
+
<option value="14602" >The Dark Knight: All Nighter</option>
|
504
|
+
<option value="201" >The Evil Dead</option>
|
505
|
+
<option value="10077" >The Goonies</option>
|
506
|
+
<option value="14794" >The Great Beauty</option>
|
507
|
+
<option value="13907" >The Great Gatsby</option>
|
508
|
+
<option value="14430" >The Heat</option>
|
509
|
+
<option value="14369" >The Internship</option>
|
510
|
+
<option value="13487" >The Lone Ranger</option>
|
511
|
+
<option value="14498" >The Mortal Instruments - City Of Bones</option>
|
512
|
+
<option value="14532" >The Royal Ballet - Don Quixote (Live) 2013</option>
|
513
|
+
<option value="14536" >The Royal Ballet - Giselle (Live) 2014</option>
|
514
|
+
<option value="14534" >The Royal Ballet - The Nutcracker (live) 2013</option>
|
515
|
+
<option value="14538" >The Royal Ballet - The Sleeping Beauty (live) 2014</option>
|
516
|
+
<option value="14539" >The Royal Ballet - The Winter's Tale (Live) 2014</option>
|
517
|
+
<option value="13504" >The Smurfs 2</option>
|
518
|
+
<option value="11977" >The Smurfs 2D</option>
|
519
|
+
<option value="2435" >The Usual Suspects</option>
|
520
|
+
<option value="14707" >The Way Way Back</option>
|
521
|
+
<option value="13867" >The Wolverine</option>
|
522
|
+
<option value="14547" >The World's End</option>
|
523
|
+
<option value="10650" >This Is England</option>
|
524
|
+
<option value="14449" >To The Arctic</option>
|
525
|
+
<option value="393" >Trading Places</option>
|
526
|
+
<option value="14767" >Upstream Colour</option>
|
527
|
+
<option value="14437" >Wadjda</option>
|
528
|
+
<option value="11252" >WALL-E</option>
|
529
|
+
<option value="14351" >We're The Millers</option>
|
530
|
+
<option value="13967" >White House Down</option>
|
531
|
+
<option value="14283" >You're Next</option>
|
532
|
+
</select>
|
533
|
+
</div>
|
534
|
+
<input type="submit" class="btn darkblue pull-right" value="Go">
|
535
|
+
<a href="http://www.odeon.co.uk/films/" class="btn darkblue"><strong>View all films at ODEON</strong></a>
|
536
|
+
</form>
|
537
|
+
</li>
|
538
|
+
</ul>
|
539
|
+
</li>
|
540
|
+
<li class="span3 screenings nav-icon-divide-shadow">
|
541
|
+
<h2>Special Screenings</h2>
|
542
|
+
<ul class="unstyled" role="menu">
|
543
|
+
<li><a href="/kids/"><i class="nav-icon-arrow-blue"></i><strong>ODEON Kids</strong></a></li>
|
544
|
+
<li><a href="/newbies/"><i class="nav-icon-arrow-blue"></i><strong>ODEON Newbies</strong></a></li>
|
545
|
+
<li><a href="/senior-screen/"><i class="nav-icon-arrow-blue"></i><strong>ODEON Senior Screen</strong></a></li>
|
546
|
+
<li><a href="/bollywood/"><i class="nav-icon-arrow-blue"></i><strong>Bollywood</strong></a></li>
|
547
|
+
<li><a href="/back-british-film/"><i class="nav-icon-arrow-blue"></i><strong>Back British Film</strong></a></li>
|
548
|
+
</ul>
|
549
|
+
</li>
|
550
|
+
<li class="span3 plus">
|
551
|
+
<h2>ODEON Plus</h2>
|
552
|
+
<ul class="unstyled" role="menu">
|
553
|
+
<li><span>Give all your passions the big screen treatment.</span></li>
|
554
|
+
<li><a href="/odeon-plus/#odeonplus-anchor/tab/1/1/"><i class="nav-icon-arrow-blue"></i><strong>Culture</strong></a></li>
|
555
|
+
<li><a href="/odeon-plus/#odeonplus-anchor/tab/1/2/"><i class="nav-icon-arrow-blue"></i><strong>Music</strong></a></li>
|
556
|
+
<li><a href="/odeon-plus/#odeonplus-anchor/tab/1/3/"><i class="nav-icon-arrow-blue"></i><strong>Sport</strong></a></li>
|
557
|
+
</ul>
|
558
|
+
</li>
|
559
|
+
<li class="span12 film-suggestions">
|
560
|
+
<h2>Top 5 Films Now Booking</h2>
|
561
|
+
<ul class="unstyled" role="menu">
|
562
|
+
<li class="pull-left"><img
|
563
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_1ae11a44b6b2abb4bc16c1094047c48c.jpg" />
|
564
|
+
<h3><a href="http://www.odeon.co.uk/films/rush/14741/">Rush</a></h3><div class="cert-icon-uk-15-small"></div> </li>
|
565
|
+
<li class="pull-left"><img
|
566
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_29efeabfc4a365b9de9db1ff96867e3f.jpg" />
|
567
|
+
<h3><a href="http://www.odeon.co.uk/films/insidious_2/14568/">Insidious 2</a></h3><div class="cert-icon-uk-15-small"></div> </li>
|
568
|
+
<li class="pull-left"><img
|
569
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_3b18093123ab0baaa50895720565d766.jpg" />
|
570
|
+
<h3><a href="http://www.odeon.co.uk/films/white_house_down/13967/">White House Down</a></h3><div class="cert-icon-uk-12A-small"></div> </li>
|
571
|
+
<li class="pull-left"><img
|
572
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_fedb25894d81108e06f9dd8903ea1d51.jpg" />
|
573
|
+
<h3><a href="http://www.odeon.co.uk/films/about_time/14426/">About Time</a></h3><div class="cert-icon-uk-12A-small"></div> <div rating-master-id='14426' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
|
574
|
+
<div class="rating-icon-star-xtrasmall-active s4">
|
575
|
+
<div class="rate-over s1"></div>
|
576
|
+
<div class="rate-over s2"></div>
|
577
|
+
<div class="rate-over s3"></div>
|
578
|
+
<div class="rate-over s4"></div>
|
579
|
+
<div class="rate-over s5"></div>
|
580
|
+
</div>
|
581
|
+
</div> </li>
|
582
|
+
<li class="pull-left"><img
|
583
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_a23f6daba05aabcb4e91000482964261.jpg" />
|
584
|
+
<h3><a href="http://www.odeon.co.uk/films/justin_and_the_knights_of_valour/14460/">Justin And The Knights Of Valour</a></h3><div class="cert-icon-uk-PG-small"></div> </li>
|
585
|
+
</ul>
|
586
|
+
</li>
|
587
|
+
</div>
|
588
|
+
</ul>
|
589
|
+
</li>
|
590
|
+
<li class="header-nav dropdown">
|
591
|
+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu" role="button">Offers & Promotions</a>
|
592
|
+
<ul class="unstyled dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
|
593
|
+
<div class="container">
|
594
|
+
<li class="span4">
|
595
|
+
<ul class="unstyled" role="menu">
|
596
|
+
<li class="select-odeon">
|
597
|
+
<ul class="unstyled" role="menu">
|
598
|
+
<li><a href="/offers-and-promotions/"><i class="nav-icon-arrow-white"></i>Offers & Competitions</a></li>
|
599
|
+
<li><a href="/families/"><i class="nav-icon-arrow-white"></i>Family</a></li>
|
600
|
+
<li><a href="/students-and-teens/"><i class="nav-icon-arrow-white"></i>Students & Teens</a></li>
|
601
|
+
<li><a href="/great-value/"><i class="nav-icon-arrow-white"></i>Great value for everyone</a></li>
|
602
|
+
</ul>
|
603
|
+
</li>
|
604
|
+
|
605
|
+
<li class="win-offers">
|
606
|
+
<ul class="unstyled" role="menu">
|
607
|
+
<li class="pull-left"><a href="/offers-and-promotions/win_a_mini_camcorder/50/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/460x260_69489e6db92348a0fe1c3bad2aeccde2.jpg" /><span>Win a mini camcorder!</span></a></li>
|
608
|
+
<li class="pull-right"><a href="/offers-and-promotions/50_off_main_courses_at_ask_italian/48/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/460x260_5785445eb2ff8b55d1041fdc42fbbaa3.jpg" /><span>50% off main courses at ASK Italian</span></a></li>
|
609
|
+
</ul>
|
610
|
+
</li>
|
611
|
+
|
612
|
+
</ul>
|
613
|
+
</li>
|
614
|
+
<li class="span4 premiere nav-icon-divide-shadow-l">
|
615
|
+
<h2 class="logout">ODEON Première Club</h2>
|
616
|
+
<img class="logout" src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/premiere-card.png" />
|
617
|
+
<ul class="unstyled logout" role="menu">
|
618
|
+
<li><span>Join over two million members and start earning ODEON Points for doing something you love.</span></li>
|
619
|
+
<li class="pull-left"><a href="http://www.odeon.co.uk/odeon-premiere-club/"><i class="nav-icon-arrow-blue"></i><strong>Find out more</strong></a></li>
|
620
|
+
<li class="pull-left"><a href="http://www.odeon.co.uk/odeon-premiere-club/activate/"><i class="nav-icon-arrow-blue"></i><strong>Activate your card</strong></a></li>
|
621
|
+
<a class="btn blue" href="http://www.odeon.co.uk/odeon-premiere-club/#join-now">Become a member</a>
|
622
|
+
</ul>
|
623
|
+
</li>
|
624
|
+
<li class="span4 cards">
|
625
|
+
<h2>Gift Cards</h2>
|
626
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/gift-card.png" />
|
627
|
+
<ul class="unstyled" role="menu">
|
628
|
+
<li><span>Everyone loves a great film so treat your family, friends, staff or clients to the gift of cinema.<br />
|
629
|
+
You can buy ODEON Gift Cards in a design to suite every taste.</span></li>
|
630
|
+
<li><a href="/gift-voucher/"><i class="nav-icon-arrow-blue"></i><strong>Buy Gift Cards online</strong></a></li>
|
631
|
+
</ul>
|
632
|
+
</li>
|
633
|
+
</div>
|
634
|
+
</ul>
|
635
|
+
</li>
|
636
|
+
</ul>
|
637
|
+
</nav>
|
638
|
+
<form class="navbar-search pull-right" action="/search" method="POST">
|
639
|
+
<input name="searchbox" id="header_search_box" type="text" data-provide="typeahead" class="icon-search search" placeholder="Films, Cinemas & Questions" autocomplete="off">
|
640
|
+
</form>
|
641
|
+
</div>
|
642
|
+
</div>
|
643
|
+
</div>
|
644
|
+
</div>
|
645
|
+
</div>
|
646
|
+
|
647
|
+
</header>
|
648
|
+
|
649
|
+
|
650
|
+
<!-- Start Hero Carousel -->
|
651
|
+
|
652
|
+
<div class="cinemahome-wrapper clearfix">
|
653
|
+
<article>
|
654
|
+
<div class="cinemahome-full">
|
655
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/544213b943a6ac8da13341b14ad001fc.jpg" alt=""/>
|
656
|
+
</div>
|
657
|
+
<div class="cinemahome-stacked">
|
658
|
+
<div>
|
659
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/d612bc94f16ceca7c5c5f9c69c63a16c.jpg" alt=""/>
|
660
|
+
<div class="info"><span><a href="/offers-and-promotions/film_fan_monday/39/">Film Fan Monday with ODEON Premiere Club. Find out more.</a></span></div>
|
661
|
+
</div>
|
662
|
+
<div>
|
663
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/5413d110761c8d8da76a452fc9eecb8d.jpg" alt=""/>
|
664
|
+
<div class="info offer"><span><a href="/bargain-tuesday/">Bargain Tuesday - Reduced prices for all Standard 2D tickets. Terms and Conditions apply. Find out more.</a></span></div>
|
665
|
+
</div>
|
666
|
+
</div>
|
667
|
+
<div class="cinemahome-half">
|
668
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/1aab1829ee5bb056f8cb016093949093.jpg" alt=""/>
|
669
|
+
</div>
|
670
|
+
</article>
|
671
|
+
</div><!-- End Hero Carousel -->
|
672
|
+
|
673
|
+
|
674
|
+
<!-- Start Top IMAX films showing -->
|
675
|
+
null<!-- End Top IMAX films showing -->
|
676
|
+
|
677
|
+
|
678
|
+
<!-- Start Important information container -->
|
679
|
+
<!-- End Important information container -->
|
680
|
+
|
681
|
+
<!-- Start cinema title conatiner -->
|
682
|
+
<div id="cinema-title-container" class="container scrollSpyAfter">
|
683
|
+
<div class="row content">
|
684
|
+
<div class="span12 headline page-title"><h1>Brighton</h1><a href="#" class="btn blue large remember-cinemaa-as-favorite" data-site="71"><i class="icon-fav-star"></i>Remember my cinema</a></div>
|
685
|
+
<div class="span12 headline">
|
686
|
+
<div class="feature-icon-light-costa-large"></div><div class="feature-icon-light-bnj-large"></div><div class="feature-icon-light-3d-large"></div><div class="feature-icon-light-yog-large"></div> <div class="social-share">
|
687
|
+
<ul class="social-buttons">
|
688
|
+
<li><a href="#" class="button blue facebook" rel="facebook">Facebook</a></li>
|
689
|
+
<li><a href="#" class="button blue twitter" rel="twitter">Twitter</a></li>
|
690
|
+
<li><a href="#" class="button blue googleplus" rel="googleplus">Google +</a></li>
|
691
|
+
<!--<li><a href="#" class="button blue pinterest" rel="pinterest">Pinterest</a></li>-->
|
692
|
+
</ul>
|
693
|
+
<ul class="social-panels">
|
694
|
+
<li class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.odeon.co.uk/cinemas/brighton/71/&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:20px;" allowTransparency="true"></iframe></li>
|
695
|
+
<li class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.odeon.co.uk/cinemas/brighton/71/" data-count="horizontal" data-text='Check out ODEON Brighton'>Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li>
|
696
|
+
<li class="googleplus"><g:plusone href="http://www.odeon.co.uk/cinemas/brighton/71/"></g:plusone></li>
|
697
|
+
</ul>
|
698
|
+
</div>
|
699
|
+
</div>
|
700
|
+
</div>
|
701
|
+
</div>
|
702
|
+
<!-- End cinema title conatiner -->
|
703
|
+
|
704
|
+
<a data-scrollspyelementnav="Choose & Book" class="scrollSpyElement" id="choosebook"></a>
|
705
|
+
<div class="container">
|
706
|
+
<div class="row content">
|
707
|
+
<div class="span12 headline"><h1>Choose & Book</h1></div>
|
708
|
+
</div>
|
709
|
+
<div class="row content">
|
710
|
+
<div class="span12 tabs">
|
711
|
+
<div class="row content">
|
712
|
+
<div class="span12">
|
713
|
+
<ul class="nav nav-tabs large" role="tablist">
|
714
|
+
<li class="active" role="tab"><a href="#showtimes" data-toggle="tab"><i class="tab-icon-times-off"></i>Showtimes</a></li>
|
715
|
+
<li role="tab"><a href="#gethere" data-toggle="tab"><i class="tab-icon-find-off"></i>Getting Here</a></li>
|
716
|
+
<li role="tab"><a href="#prices" data-toggle="tab"><i
|
717
|
+
class="tab-icon-price-off"></i>Ticket Prices</a></li>
|
718
|
+
</ul>
|
719
|
+
</div>
|
720
|
+
<div class="span12 white border-blue showtimes-gethere-prices">
|
721
|
+
<div class="tab-content">
|
722
|
+
<!-- Begin Showtimes -->
|
723
|
+
<div class="tab-pane showtimes active no-padding" id="showtimes" role="tabpanel">
|
724
|
+
<ul class="nav nav-tabs underline" role="tablist">
|
725
|
+
<li role="tab" class="active loaded">
|
726
|
+
<a href="#ind-day" class="tab-not-load day" data-toggle="tab">By day</a>
|
727
|
+
</li>
|
728
|
+
<li role="tab" class="">
|
729
|
+
<a href="#ind-week" onclick="getShowtimes('ind-week01', null, 71, 'WEEK');" data-toggle="tab">By week</a>
|
730
|
+
</li>
|
731
|
+
<li role="tab">
|
732
|
+
<a href="#ind-future" onclick="getShowtimes('ind-future01', null, 71, 'FUTURE');" class="tab-not-load future" data-toggle="tab">Advance dates</a>
|
733
|
+
</li>
|
734
|
+
</ul>
|
735
|
+
<div class="tab-content active loaded">
|
736
|
+
<div class="tab-pane dayview active loaded" id="ind-day" role="tabpanel">
|
737
|
+
<ul class="nav nav-tabs arrow" role="tablist">
|
738
|
+
<li class="tab-icon-arrow active" role="tab">
|
739
|
+
<a href="#DAY1" onclick="getShowtimes('DAY1', '2013-09-11', '71', 'DAY')" data-toggle="tab">
|
740
|
+
<strong>Today</strong><br />11 Sep </a>
|
741
|
+
</li>
|
742
|
+
<li class="tab-icon-arrow " role="tab">
|
743
|
+
<a href="#DAY2" onclick="getShowtimes('DAY2', '2013-09-12', '71', 'DAY')" data-toggle="tab">
|
744
|
+
<strong>Thu</strong><br />12 Sep </a>
|
745
|
+
</li>
|
746
|
+
<li class="tab-icon-arrow " role="tab">
|
747
|
+
<a href="#DAY3" onclick="getShowtimes('DAY3', '2013-09-13', '71', 'DAY')" data-toggle="tab">
|
748
|
+
<strong>Fri</strong><br />13 Sep </a>
|
749
|
+
</li>
|
750
|
+
<li class="tab-icon-arrow " role="tab">
|
751
|
+
<a href="#DAY4" onclick="getShowtimes('DAY4', '2013-09-14', '71', 'DAY')" data-toggle="tab">
|
752
|
+
<strong>Sat</strong><br />14 Sep </a>
|
753
|
+
</li>
|
754
|
+
<li class="tab-icon-arrow " role="tab">
|
755
|
+
<a href="#DAY5" onclick="getShowtimes('DAY5', '2013-09-15', '71', 'DAY')" data-toggle="tab">
|
756
|
+
<strong>Sun</strong><br />15 Sep </a>
|
757
|
+
</li>
|
758
|
+
<li class="tab-icon-arrow " role="tab">
|
759
|
+
<a href="#DAY6" onclick="getShowtimes('DAY6', '2013-09-16', '71', 'DAY')" data-toggle="tab">
|
760
|
+
<strong>Mon</strong><br />16 Sep </a>
|
761
|
+
</li>
|
762
|
+
<li class="tab-icon-arrow " role="tab">
|
763
|
+
<a href="#DAY7" onclick="getShowtimes('DAY7', '2013-09-17', '71', 'DAY')" data-toggle="tab">
|
764
|
+
<strong>Tue</strong><br />17 Sep </a>
|
765
|
+
</li>
|
766
|
+
<li class="tab-icon-arrow " role="tab">
|
767
|
+
<a href="#DAY8" onclick="getShowtimes('DAY8', '2013-09-18', '71', 'DAY')" data-toggle="tab">
|
768
|
+
<strong>Wed</strong><br />18 Sep </a>
|
769
|
+
</li>
|
770
|
+
<li class="tab-icon-arrow " role="tab">
|
771
|
+
<a href="#DAY9" onclick="getShowtimes('DAY9', '2013-09-19', '71', 'DAY')" data-toggle="tab">
|
772
|
+
<strong>Thu</strong><br />19 Sep </a>
|
773
|
+
</li>
|
774
|
+
<li class="tab-icon-arrow " role="tab">
|
775
|
+
<a href="#DAY10" onclick="getShowtimes('DAY10', '2013-09-20', '71', 'DAY')" data-toggle="tab">
|
776
|
+
<strong>Fri</strong><br />20 Sep </a>
|
777
|
+
</li>
|
778
|
+
</ul>
|
779
|
+
<div class="tab-content">
|
780
|
+
<div class="tab-pane active loaded" id="DAY1" role="tabpanel">
|
781
|
+
<div class="span9">
|
782
|
+
|
783
|
+
<!--<div>-->
|
784
|
+
<section id="film-list-DAY1">
|
785
|
+
<form class="film-order">
|
786
|
+
<label for="sort-films">Sort by:</label>
|
787
|
+
<div class="selectpicker select-icon-select">
|
788
|
+
<select id="sort-showtimes-DAY1" name="DAY1" data-size="10">
|
789
|
+
<option value="0" class="ASC">A-Z</option>
|
790
|
+
<option value="0" class="DESC">Z-A</option>
|
791
|
+
<option value="2" class="DESC">ODEON rating</option>
|
792
|
+
<option value="1" class="ASC">Release date</option>
|
793
|
+
</select>
|
794
|
+
</div>
|
795
|
+
</form>
|
796
|
+
</section>
|
797
|
+
<script type="text/javascript">
|
798
|
+
var showtimesFilmListDAY1 = [];
|
799
|
+
showtimesFilmListDAY1['22876'] = ['About Time', '2013/09/04', '2.078125'];
|
800
|
+
showtimesFilmListDAY1['12476'] = ['Alan Partridge: Alpha Papa', '2013/08/09', '4.093567251461988'];
|
801
|
+
showtimesFilmListDAY1['21005'] = ['Elysium', '2013/08/23', '3.4792899408284024'];
|
802
|
+
showtimesFilmListDAY1['21123'] = ['Grown Ups 2', '2013/08/09', '3.879120879120879'];
|
803
|
+
showtimesFilmListDAY1['23032'] = ['Kick-Ass 2', '2013/08/14', '4.038759689922481'];
|
804
|
+
showtimesFilmListDAY1['23251'] = ['One Direction: This Is Us', '2013/08/29', '2.558333333333333'];
|
805
|
+
showtimesFilmListDAY1['23207'] = ['Pain And Gain', '2013/08/23', '3.31'];
|
806
|
+
showtimesFilmListDAY1['23183'] = ['Planes', '2013/08/16', '3.293103448275862'];
|
807
|
+
showtimesFilmListDAY1['23254'] = ['Riddick', '2013/09/04', '2.32183908045977'];
|
808
|
+
showtimesFilmListDAY1['23588'] = ['The Way Way Back', '2013/08/30', '3.276595744680851'];
|
809
|
+
showtimesFilmListDAY1['22659'] = ['We\'re The Millers', '2013/08/23', '3.878228782287823'];
|
810
|
+
|
811
|
+
</script>
|
812
|
+
|
813
|
+
<div class="content-container grey">
|
814
|
+
<h5 class="grey">Click on a film time to view more information</h5>
|
815
|
+
</div>
|
816
|
+
<section id="ind-film-list-DAY1">
|
817
|
+
<div id="22876" class="film-detail DAY1">
|
818
|
+
|
819
|
+
<div class="content-container film _DAY1" id="film-22876">
|
820
|
+
<div class="grad-hor">
|
821
|
+
<a href="/films/about_time/14426/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_fedb25894d81108e06f9dd8903ea1d51.jpg" /></a>
|
822
|
+
<div class="presentation-info">
|
823
|
+
<h4><a href="/films/about_time/14426/">About Time</a></h4>
|
824
|
+
<div class="cert-icon-uk-12A-small"></div> <span class="description">
|
825
|
+
</span>
|
826
|
+
</div>
|
827
|
+
<p><strong>Charming time-travelling rom-com with Rachel McAdams</strong></p>
|
828
|
+
|
829
|
+
<div class="presentation-info">
|
830
|
+
<div rating-master-id='14426' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
831
|
+
<div class="rating-icon-star-small-active s4">
|
832
|
+
<div class="rate-over s1"></div>
|
833
|
+
<div class="rate-over s2"></div>
|
834
|
+
<div class="rate-over s3"></div>
|
835
|
+
<div class="rate-over s4"></div>
|
836
|
+
<div class="rate-over s5"></div>
|
837
|
+
</div>
|
838
|
+
</div>
|
839
|
+
<span class="description"><strong>Film length: 123 mins</strong></span>
|
840
|
+
</div>
|
841
|
+
<p class="description">Contains infrequent strong language and moderate sex references</p>
|
842
|
+
</div>
|
843
|
+
<div class="info-corner">
|
844
|
+
<div class="img-bundle">
|
845
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="22876"></div> </div>
|
846
|
+
<div class="btn-group">
|
847
|
+
<a href="http://odeon.trailer.cineweb.de/about_time.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14426" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
848
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
849
|
+
<span class="caret"></span>
|
850
|
+
</button>
|
851
|
+
<ul class="dropdown-menu">
|
852
|
+
<li><a href="#">Add to Playlist</a></li>
|
853
|
+
</ul>
|
854
|
+
</div> </div>
|
855
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-22876">
|
856
|
+
<div class="content-container times containerDAY1">
|
857
|
+
<div class="presentation-info">
|
858
|
+
<strong>2D</strong>
|
859
|
+
<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>
|
860
|
+
</div>
|
861
|
+
<ul class="unstyled inline">
|
862
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-lightblue DAY1_ISSUPERSAVER DAY1_12A DAY1_AFTERNOON DAY1_2D DAY1_GENRE_7 show"><a href="/booking/init/N0VERjAwMDAwMjNVRFBETVhHIzcxIzE0NDI2/" class="performance-detail" title="Super Saver - book About Time on 11/09/2013 16:40" data-popup="popup" data-duration="123" data-start="16:40" data-end="18:43" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 6 (Wheelchair Accessible)">16:40</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_12A DAY1_EVENING DAY1_2D DAY1_GENRE_7 show"><a href="/booking/init/QTFBRjAwMDAwMjNVRFBETVhHIzcxIzE0NDI2/" class="performance-detail" title="Peak - book About Time on 11/09/2013 17:40" data-popup="popup" data-duration="123" data-start="17:40" data-end="19:43" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 5 (Wheelchair Accessible)">17:40</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_12A DAY1_EVENING DAY1_2D DAY1_GENRE_7 show"><a href="/booking/init/REVERjAwMDAwMjNVRFBETVhHIzcxIzE0NDI2/" class="performance-detail" title="Peak - book About Time on 11/09/2013 19:30" data-popup="popup" data-duration="123" data-start="19:30" data-end="21:33" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 6 (Wheelchair Accessible)">19:30</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_12A DAY1_EVENING DAY1_2D DAY1_GENRE_7 show"><a href="/booking/init/MDJBRjAwMDAwMjNVRFBETVhHIzcxIzE0NDI2/" class="performance-detail" title="Peak - book About Time on 11/09/2013 20:30" data-popup="popup" data-duration="123" data-start="20:30" data-end="22:33" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 5 (Wheelchair Accessible)">20:30</a></li> </ul>
|
863
|
+
<div class="content-container times stopper"></div>
|
864
|
+
</div>
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
<!-- <div class="content-container times stopper"></div>-->
|
872
|
+
</div> </div>
|
873
|
+
<div id="12476" class="film-detail DAY1">
|
874
|
+
|
875
|
+
<div class="content-container film _DAY1" id="film-12476">
|
876
|
+
<div class="grad-hor">
|
877
|
+
<a href="/films/alan_partridge_alpha_papa/14496/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_d0e376d6e77bc5d13c4e8cab01f0633b.jpg" /></a>
|
878
|
+
<div class="presentation-info">
|
879
|
+
<h4><a href="/films/alan_partridge_alpha_papa/14496/">Alan Partridge: Alpha Papa</a></h4>
|
880
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
881
|
+
ID may be required </span>
|
882
|
+
</div>
|
883
|
+
<p><strong>Big-screen debut from North Norfolk's hapless radio host</strong></p>
|
884
|
+
|
885
|
+
<div class="presentation-info">
|
886
|
+
<div rating-master-id='14496' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
887
|
+
<div class="rating-icon-star-small-active s8">
|
888
|
+
<div class="rate-over s1"></div>
|
889
|
+
<div class="rate-over s2"></div>
|
890
|
+
<div class="rate-over s3"></div>
|
891
|
+
<div class="rate-over s4"></div>
|
892
|
+
<div class="rate-over s5"></div>
|
893
|
+
</div>
|
894
|
+
</div>
|
895
|
+
<span class="description"><strong>Film length: 90 mins</strong></span>
|
896
|
+
</div>
|
897
|
+
<p class="description">Contains strong language.</p>
|
898
|
+
</div>
|
899
|
+
<div class="info-corner">
|
900
|
+
<div class="img-bundle">
|
901
|
+
<div class="film-icon-DAY1 feature-icon-light-backbritishfilm-medium DAY1_BACKBRITISHFILM" data-schedule="BACKBRITISHFILM" data-film="12476"></div><div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="12476"></div> </div>
|
902
|
+
<div class="btn-group">
|
903
|
+
<a href="http://odeon.trailer.cineweb.de/alan.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14496" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
904
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
905
|
+
<span class="caret"></span>
|
906
|
+
</button>
|
907
|
+
<ul class="dropdown-menu">
|
908
|
+
<li><a href="#">Add to Playlist</a></li>
|
909
|
+
</ul>
|
910
|
+
</div> </div>
|
911
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-12476">
|
912
|
+
<div class="content-container times containerDAY1">
|
913
|
+
<div class="presentation-info">
|
914
|
+
<strong>2D</strong>
|
915
|
+
<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>
|
916
|
+
</div>
|
917
|
+
<ul class="unstyled inline">
|
918
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_BACKBRITISHFILM DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/QkNERjAwMDAwMjNVRFBETVhHIzcxIzE0NDk2/" class="performance-detail" title="Peak - book Alan Partridge: Alpha Papa on 11/09/2013 19:00" data-popup="popup" data-duration="90" data-start="19:00" data-end="20:30" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 4 (Wheelchair Accessible)">19:00</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_BACKBRITISHFILM DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/MURERjAwMDAwMjNVRFBETVhHIzcxIzE0NDk2/" class="performance-detail" title="Peak - book Alan Partridge: Alpha Papa on 11/09/2013 21:10" data-popup="popup" data-duration="90" data-start="21:10" data-end="22:40" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 4 (Wheelchair Accessible)">21:10</a></li> </ul>
|
919
|
+
<div class="content-container times stopper"></div>
|
920
|
+
</div>
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
|
926
|
+
|
927
|
+
<!-- <div class="content-container times stopper"></div>-->
|
928
|
+
</div> </div>
|
929
|
+
<div id="21005" class="film-detail DAY1">
|
930
|
+
|
931
|
+
<div class="content-container film _DAY1" id="film-21005">
|
932
|
+
<div class="grad-hor">
|
933
|
+
<a href="/films/elysium/13314/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_8cd3862ce2dcc58d39753ede3f847d7d.jpg" /></a>
|
934
|
+
<div class="presentation-info">
|
935
|
+
<h4><a href="/films/elysium/13314/">Elysium</a></h4>
|
936
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
937
|
+
ID may be required </span>
|
938
|
+
</div>
|
939
|
+
<p><strong>A futuristic sci-fi parable about social inequality</strong></p>
|
940
|
+
|
941
|
+
<div class="presentation-info">
|
942
|
+
<div rating-master-id='13314' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
943
|
+
<div class="rating-icon-star-small-active s6">
|
944
|
+
<div class="rate-over s1"></div>
|
945
|
+
<div class="rate-over s2"></div>
|
946
|
+
<div class="rate-over s3"></div>
|
947
|
+
<div class="rate-over s4"></div>
|
948
|
+
<div class="rate-over s5"></div>
|
949
|
+
</div>
|
950
|
+
</div>
|
951
|
+
<span class="description"><strong>Film length: 109 mins</strong></span>
|
952
|
+
</div>
|
953
|
+
<p class="description">Contains strong language, bloody violence and gory</p>
|
954
|
+
</div>
|
955
|
+
<div class="info-corner">
|
956
|
+
<div class="img-bundle">
|
957
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="21005"></div> </div>
|
958
|
+
<div class="btn-group">
|
959
|
+
<a href="http://odeon.trailer.cineweb.de/elysium.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="13314" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
960
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
961
|
+
<span class="caret"></span>
|
962
|
+
</button>
|
963
|
+
<ul class="dropdown-menu">
|
964
|
+
<li><a href="#">Add to Playlist</a></li>
|
965
|
+
</ul>
|
966
|
+
</div> </div>
|
967
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-21005">
|
968
|
+
<div class="content-container times containerDAY1">
|
969
|
+
<div class="presentation-info">
|
970
|
+
<strong>2D</strong>
|
971
|
+
<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>
|
972
|
+
</div>
|
973
|
+
<ul class="unstyled inline">
|
974
|
+
<li class="DAY1 performance-darkgreen performance-lightblue DAY1_ISSUPERSAVER DAY1_15 DAY1_AFTERNOON DAY1_N/A DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/MDBFRjAwMDAwMjNVRFBETVhHIzcxIzEzMzE0/" class="performance-detail" title="Super Saver - book Elysium on 11/09/2013 15:30" data-popup="popup" data-duration="109" data-start="15:30" data-end="17:19" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 7">15:30</a></li><li class="DAY1 performance-darkgreen performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_N/A DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/NjBFRjAwMDAwMjNVRFBETVhHIzcxIzEzMzE0/" class="performance-detail" title="Peak - book Elysium on 11/09/2013 18:00" data-popup="popup" data-duration="109" data-start="18:00" data-end="19:49" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 7">18:00</a></li><li class="DAY1 performance-darkgreen performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_N/A DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/QzBFRjAwMDAwMjNVRFBETVhHIzcxIzEzMzE0/" class="performance-detail" title="Peak - book Elysium on 11/09/2013 20:45" data-popup="popup" data-duration="109" data-start="20:45" data-end="22:34" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 7">20:45</a></li> </ul>
|
975
|
+
<div class="content-container times stopper"></div>
|
976
|
+
</div>
|
977
|
+
|
978
|
+
|
979
|
+
|
980
|
+
|
981
|
+
|
982
|
+
|
983
|
+
<!-- <div class="content-container times stopper"></div>-->
|
984
|
+
</div> </div>
|
985
|
+
<div id="21123" class="film-detail DAY1">
|
986
|
+
|
987
|
+
<div class="content-container film _DAY1" id="film-21123">
|
988
|
+
<div class="grad-hor">
|
989
|
+
<a href="/films/grown_ups_2/13790/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_d61ad95ba76a6b106f5922f2fc5ecb04.jpg" /></a>
|
990
|
+
<div class="presentation-info">
|
991
|
+
<h4><a href="/films/grown_ups_2/13790/">Grown Ups 2</a></h4>
|
992
|
+
<div class="cert-icon-uk-12A-small"></div> <span class="description">
|
993
|
+
</span>
|
994
|
+
</div>
|
995
|
+
<p><strong>Feel-good comedy sequel about a group of lifelong pals</strong></p>
|
996
|
+
|
997
|
+
<div class="presentation-info">
|
998
|
+
<div rating-master-id='13790' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
999
|
+
<div class="rating-icon-star-small-active s7">
|
1000
|
+
<div class="rate-over s1"></div>
|
1001
|
+
<div class="rate-over s2"></div>
|
1002
|
+
<div class="rate-over s3"></div>
|
1003
|
+
<div class="rate-over s4"></div>
|
1004
|
+
<div class="rate-over s5"></div>
|
1005
|
+
</div>
|
1006
|
+
</div>
|
1007
|
+
<span class="description"><strong>Film length: 101 mins</strong></span>
|
1008
|
+
</div>
|
1009
|
+
<p class="description">Contains crude humour and comic violence</p>
|
1010
|
+
</div>
|
1011
|
+
<div class="info-corner">
|
1012
|
+
<div class="img-bundle">
|
1013
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="21123"></div> </div>
|
1014
|
+
<div class="btn-group">
|
1015
|
+
<a href="http://odeon.trailer.cineweb.de/grownups2.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="13790" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1016
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1017
|
+
<span class="caret"></span>
|
1018
|
+
</button>
|
1019
|
+
<ul class="dropdown-menu">
|
1020
|
+
<li><a href="#">Add to Playlist</a></li>
|
1021
|
+
</ul>
|
1022
|
+
</div> </div>
|
1023
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-21123">
|
1024
|
+
<div class="content-container times containerDAY1">
|
1025
|
+
<div class="presentation-info">
|
1026
|
+
<strong>2D</strong>
|
1027
|
+
<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>
|
1028
|
+
</div>
|
1029
|
+
<ul class="unstyled inline">
|
1030
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-lightblue DAY1_ISSUPERSAVER DAY1_12A DAY1_AFTERNOON DAY1_N/A DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/OThERjAwMDAwMjNVRFBETVhHIzcxIzEzNzkw/" class="performance-detail" title="Super Saver - book Grown Ups 2 on 11/09/2013 15:45" data-popup="popup" data-duration="101" data-start="15:45" data-end="17:26" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 2 (Wheelchair Accessible)">15:45</a></li> </ul>
|
1031
|
+
<div class="content-container times stopper"></div>
|
1032
|
+
</div>
|
1033
|
+
|
1034
|
+
|
1035
|
+
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1040
|
+
</div> </div>
|
1041
|
+
<div id="23032" class="film-detail DAY1">
|
1042
|
+
|
1043
|
+
<div class="content-container film _DAY1" id="film-23032">
|
1044
|
+
<div class="grad-hor">
|
1045
|
+
<a href="/films/kick_ass_2/14089/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_a0e5214d1a5a227fecd637359830f483.jpg" /></a>
|
1046
|
+
<div class="presentation-info">
|
1047
|
+
<h4><a href="/films/kick_ass_2/14089/">Kick-Ass 2</a></h4>
|
1048
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
1049
|
+
ID may be required </span>
|
1050
|
+
</div>
|
1051
|
+
<p><strong>Foul-mouthed superhero sequel with Chloë Grace Moretz</strong></p>
|
1052
|
+
|
1053
|
+
<div class="presentation-info">
|
1054
|
+
<div rating-master-id='14089' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1055
|
+
<div class="rating-icon-star-small-active s8">
|
1056
|
+
<div class="rate-over s1"></div>
|
1057
|
+
<div class="rate-over s2"></div>
|
1058
|
+
<div class="rate-over s3"></div>
|
1059
|
+
<div class="rate-over s4"></div>
|
1060
|
+
<div class="rate-over s5"></div>
|
1061
|
+
</div>
|
1062
|
+
</div>
|
1063
|
+
<span class="description"><strong>Film length: 103 mins</strong></span>
|
1064
|
+
</div>
|
1065
|
+
<p class="description">Contains strong bloody violence, sex references and very strong language</p>
|
1066
|
+
</div>
|
1067
|
+
<div class="info-corner">
|
1068
|
+
<div class="img-bundle">
|
1069
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="23032"></div> </div>
|
1070
|
+
<div class="btn-group">
|
1071
|
+
<a href="http://odeon.trailer.cineweb.de/kick_ass_2.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14089" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1072
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1073
|
+
<span class="caret"></span>
|
1074
|
+
</button>
|
1075
|
+
<ul class="dropdown-menu">
|
1076
|
+
<li><a href="#">Add to Playlist</a></li>
|
1077
|
+
</ul>
|
1078
|
+
</div> </div>
|
1079
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23032">
|
1080
|
+
<div class="content-container times containerDAY1">
|
1081
|
+
<div class="presentation-info">
|
1082
|
+
<strong>2D</strong>
|
1083
|
+
<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>
|
1084
|
+
</div>
|
1085
|
+
<ul class="unstyled inline">
|
1086
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/NTlERjAwMDAwMjNVRFBETVhHIzcxIzE0MDg5/" class="performance-detail" title="Peak - book Kick-Ass 2 on 11/09/2013 21:00" data-popup="popup" data-duration="103" data-start="21:00" data-end="22:43" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 2 (Wheelchair Accessible)">21:00</a></li> </ul>
|
1087
|
+
<div class="content-container times stopper"></div>
|
1088
|
+
</div>
|
1089
|
+
|
1090
|
+
|
1091
|
+
|
1092
|
+
|
1093
|
+
|
1094
|
+
|
1095
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1096
|
+
</div> </div>
|
1097
|
+
<div id="23251" class="film-detail DAY1">
|
1098
|
+
|
1099
|
+
<div class="content-container film _DAY1" id="film-23251">
|
1100
|
+
<div class="grad-hor">
|
1101
|
+
<a href="/films/one_direction_this_is_us/14557/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_7133013d603ef50bf868ba2eba91a619.jpg" /></a>
|
1102
|
+
<div class="presentation-info">
|
1103
|
+
<h4><a href="/films/one_direction_this_is_us/14557/">One Direction: This Is Us</a></h4>
|
1104
|
+
<div class="cert-icon-uk-PG-small"></div> <span class="description">
|
1105
|
+
</span>
|
1106
|
+
</div>
|
1107
|
+
<p><strong>A revealing documentary about the superstar boyband</strong></p>
|
1108
|
+
|
1109
|
+
<div class="presentation-info">
|
1110
|
+
<div rating-master-id='14557' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1111
|
+
<div class="rating-icon-star-small-active s5">
|
1112
|
+
<div class="rate-over s1"></div>
|
1113
|
+
<div class="rate-over s2"></div>
|
1114
|
+
<div class="rate-over s3"></div>
|
1115
|
+
<div class="rate-over s4"></div>
|
1116
|
+
<div class="rate-over s5"></div>
|
1117
|
+
</div>
|
1118
|
+
</div>
|
1119
|
+
<span class="description"><strong>Film length: 95 mins</strong></span>
|
1120
|
+
</div>
|
1121
|
+
<p class="description">Contains mild language</p>
|
1122
|
+
</div>
|
1123
|
+
<div class="info-corner">
|
1124
|
+
<div class="img-bundle">
|
1125
|
+
<div class="film-icon-DAY1 feature-icon-light-3d-medium DAY1_3D" data-schedule="3D" data-film="23251"></div> </div>
|
1126
|
+
<div class="btn-group">
|
1127
|
+
<a href="http://odeon.trailer.cineweb.de/one_dir.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14557" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1128
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1129
|
+
<span class="caret"></span>
|
1130
|
+
</button>
|
1131
|
+
<ul class="dropdown-menu">
|
1132
|
+
<li><a href="#">Add to Playlist</a></li>
|
1133
|
+
</ul>
|
1134
|
+
</div> </div>
|
1135
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23251">
|
1136
|
+
|
1137
|
+
|
1138
|
+
|
1139
|
+
|
1140
|
+
<div class="content-container times containerDAY1">
|
1141
|
+
<div class="presentation-info">
|
1142
|
+
<strong>3D</strong>
|
1143
|
+
<a href="#" class="icon-info-blue info-icon-form-info-small" data-toggle="popover" title="" data-placement="bottom" data-content="Touch the film and step inside. ODEON uses digital RealD 3D technology to give you the ultimate 3D experience. 3D glasses required."></a>
|
1144
|
+
</div>
|
1145
|
+
<ul class="unstyled inline">
|
1146
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_PG DAY1_EVENING DAY1_3D DAY1_GENRE_6 show"><a href="/booking/init/NDJFRjAwMDAwMjNVRFBETVhHIzcxIzE0NTU3/" class="performance-detail" title="Peak - book One Direction: This Is Us on 11/09/2013 17:45" data-popup="popup" data-duration="95" data-start="17:45" data-end="19:20" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 8 (Wheelchair Accessible)">17:45</a></li> </ul>
|
1147
|
+
<div class="content-container times stopper"></div>
|
1148
|
+
</div>
|
1149
|
+
|
1150
|
+
|
1151
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1152
|
+
</div> </div>
|
1153
|
+
<div id="23207" class="film-detail DAY1">
|
1154
|
+
|
1155
|
+
<div class="content-container film _DAY1" id="film-23207">
|
1156
|
+
<div class="grad-hor">
|
1157
|
+
<a href="/films/pain_and_gain/14484/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_b7b387c907b89bcd1fef841c74f3bfa4.jpg" /></a>
|
1158
|
+
<div class="presentation-info">
|
1159
|
+
<h4><a href="/films/pain_and_gain/14484/">Pain And Gain</a></h4>
|
1160
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
1161
|
+
ID may be required </span>
|
1162
|
+
</div>
|
1163
|
+
<p><strong>Based on real events, dark comedy 'Pain & Gain' follows three personal trainers in 90s Miami who hatch a get-rich-quick plan to kidnap and hold their rich clients to ransom.</strong></p>
|
1164
|
+
|
1165
|
+
<div class="presentation-info">
|
1166
|
+
<div rating-master-id='14484' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1167
|
+
<div class="rating-icon-star-small-active s6">
|
1168
|
+
<div class="rate-over s1"></div>
|
1169
|
+
<div class="rate-over s2"></div>
|
1170
|
+
<div class="rate-over s3"></div>
|
1171
|
+
<div class="rate-over s4"></div>
|
1172
|
+
<div class="rate-over s5"></div>
|
1173
|
+
</div>
|
1174
|
+
</div>
|
1175
|
+
<span class="description"><strong>Film length: 129 mins</strong></span>
|
1176
|
+
</div>
|
1177
|
+
<p class="description">Contains very strong language, violence, sex references and drug use</p>
|
1178
|
+
</div>
|
1179
|
+
<div class="info-corner">
|
1180
|
+
<div class="img-bundle">
|
1181
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="23207"></div> </div>
|
1182
|
+
<div class="btn-group">
|
1183
|
+
<a href="http://odeon.trailer.cineweb.de/pain_gain.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14484" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1184
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1185
|
+
<span class="caret"></span>
|
1186
|
+
</button>
|
1187
|
+
<ul class="dropdown-menu">
|
1188
|
+
<li><a href="#">Add to Playlist</a></li>
|
1189
|
+
</ul>
|
1190
|
+
</div> </div>
|
1191
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23207">
|
1192
|
+
<div class="content-container times containerDAY1">
|
1193
|
+
<div class="presentation-info">
|
1194
|
+
<strong>2D</strong>
|
1195
|
+
<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>
|
1196
|
+
</div>
|
1197
|
+
<ul class="unstyled inline">
|
1198
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/RjhERjAwMDAwMjNVRFBETVhHIzcxIzE0NDg0/" class="performance-detail" title="Peak - book Pain And Gain on 11/09/2013 18:10" data-popup="popup" data-duration="129" data-start="18:10" data-end="20:19" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 2 (Wheelchair Accessible)">18:10</a></li> </ul>
|
1199
|
+
<div class="content-container times stopper"></div>
|
1200
|
+
</div>
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
|
1207
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1208
|
+
</div> </div>
|
1209
|
+
<div id="23183" class="film-detail DAY1">
|
1210
|
+
|
1211
|
+
<div class="content-container film _DAY1" id="film-23183">
|
1212
|
+
<div class="grad-hor">
|
1213
|
+
<a href="/films/planes/14546/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_8e4460bc60a3e5fd8230192af5b7f7e2.jpg" /></a>
|
1214
|
+
<div class="presentation-info">
|
1215
|
+
<h4><a href="/films/planes/14546/">Planes</a></h4>
|
1216
|
+
<div class="cert-icon-uk-U-small"></div> <span class="description">
|
1217
|
+
</span>
|
1218
|
+
</div>
|
1219
|
+
<p><strong>Disney animation 'Planes' follows Dusty, a lowly crop duster plane with a fear of heights who sets his sights on becoming a champion aerial racer.</strong></p>
|
1220
|
+
|
1221
|
+
<div class="presentation-info">
|
1222
|
+
<div rating-master-id='14546' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1223
|
+
<div class="rating-icon-star-small-active s6">
|
1224
|
+
<div class="rate-over s1"></div>
|
1225
|
+
<div class="rate-over s2"></div>
|
1226
|
+
<div class="rate-over s3"></div>
|
1227
|
+
<div class="rate-over s4"></div>
|
1228
|
+
<div class="rate-over s5"></div>
|
1229
|
+
</div>
|
1230
|
+
</div>
|
1231
|
+
<span class="description"><strong>Film length: 92 mins</strong></span>
|
1232
|
+
</div>
|
1233
|
+
<p class="description">Contains no material likely to offend or harm</p>
|
1234
|
+
</div>
|
1235
|
+
<div class="info-corner">
|
1236
|
+
<div class="img-bundle">
|
1237
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="23183"></div> </div>
|
1238
|
+
<div class="btn-group">
|
1239
|
+
<a href="http://odeon.trailer.cineweb.de/planes1.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14546" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1240
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1241
|
+
<span class="caret"></span>
|
1242
|
+
</button>
|
1243
|
+
<ul class="dropdown-menu">
|
1244
|
+
<li><a href="#">Add to Playlist</a></li>
|
1245
|
+
</ul>
|
1246
|
+
</div> </div>
|
1247
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23183">
|
1248
|
+
<div class="content-container times containerDAY1">
|
1249
|
+
<div class="presentation-info">
|
1250
|
+
<strong>2D</strong>
|
1251
|
+
<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>
|
1252
|
+
</div>
|
1253
|
+
<ul class="unstyled inline">
|
1254
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-lightblue DAY1_ISSUPERSAVER DAY1_U DAY1_AFTERNOON DAY1_2D DAY1_2D DAY1_GENRE_10 show"><a href="/booking/init/NUNERjAwMDAwMjNVRFBETVhHIzcxIzE0NTQ2/" class="performance-detail" title="Super Saver - book Planes on 11/09/2013 16:15" data-popup="popup" data-duration="92" data-start="16:15" data-end="17:47" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 4 (Wheelchair Accessible)">16:15</a></li> </ul>
|
1255
|
+
<div class="content-container times stopper"></div>
|
1256
|
+
</div>
|
1257
|
+
|
1258
|
+
|
1259
|
+
|
1260
|
+
|
1261
|
+
|
1262
|
+
|
1263
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1264
|
+
</div> </div>
|
1265
|
+
<div id="23254" class="film-detail DAY1">
|
1266
|
+
|
1267
|
+
<div class="content-container film _DAY1" id="film-23254">
|
1268
|
+
<div class="grad-hor">
|
1269
|
+
<a href="/films/riddick/14570/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_859b5f55904659a2cce747bb6506e319.jpg" /></a>
|
1270
|
+
<div class="presentation-info">
|
1271
|
+
<h4><a href="/films/riddick/14570/">Riddick</a></h4>
|
1272
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
1273
|
+
ID may be required </span>
|
1274
|
+
</div>
|
1275
|
+
<p><strong>Vin Diesel is back in 'Riddick', the latest chapter in the story of the galactic fugitive, this time with both bounty hunters and aliens on his trail.</strong></p>
|
1276
|
+
|
1277
|
+
<div class="presentation-info">
|
1278
|
+
<div rating-master-id='14570' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1279
|
+
<div class="rating-icon-star-small-active s4">
|
1280
|
+
<div class="rate-over s1"></div>
|
1281
|
+
<div class="rate-over s2"></div>
|
1282
|
+
<div class="rate-over s3"></div>
|
1283
|
+
<div class="rate-over s4"></div>
|
1284
|
+
<div class="rate-over s5"></div>
|
1285
|
+
</div>
|
1286
|
+
</div>
|
1287
|
+
<span class="description"><strong>Film length: 119 mins</strong></span>
|
1288
|
+
</div>
|
1289
|
+
<p class="description">Contains strong bloody violence and strong language</p>
|
1290
|
+
</div>
|
1291
|
+
<div class="info-corner">
|
1292
|
+
<div class="img-bundle">
|
1293
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="23254"></div> </div>
|
1294
|
+
<div class="btn-group">
|
1295
|
+
<a href="http://odeon.trailer.cineweb.de/riddick_dead_man.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14570" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1296
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1297
|
+
<span class="caret"></span>
|
1298
|
+
</button>
|
1299
|
+
<ul class="dropdown-menu">
|
1300
|
+
<li><a href="#">Add to Playlist</a></li>
|
1301
|
+
</ul>
|
1302
|
+
</div> </div>
|
1303
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23254">
|
1304
|
+
<div class="content-container times containerDAY1">
|
1305
|
+
<div class="presentation-info">
|
1306
|
+
<strong>2D</strong>
|
1307
|
+
<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>
|
1308
|
+
</div>
|
1309
|
+
<ul class="unstyled inline">
|
1310
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-lightblue DAY1_ISSUPERSAVER DAY1_15 DAY1_AFTERNOON DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/QjZERjAwMDAwMjNVRFBETVhHIzcxIzE0NTcw/" class="performance-detail" title="Super Saver - book Riddick on 11/09/2013 15:30" data-popup="popup" data-duration="119" data-start="15:30" data-end="17:29" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 1 (Wheelchair Accessible)">15:30</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/MTdERjAwMDAwMjNVRFBETVhHIzcxIzE0NTcw/" class="performance-detail" title="Peak - book Riddick on 11/09/2013 18:20" data-popup="popup" data-duration="119" data-start="18:20" data-end="20:19" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 1 (Wheelchair Accessible)">18:20</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_GENRE_1 show"><a href="/booking/init/NzdERjAwMDAwMjNVRFBETVhHIzcxIzE0NTcw/" class="performance-detail" title="Peak - book Riddick on 11/09/2013 21:15" data-popup="popup" data-duration="119" data-start="21:15" data-end="23:14" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 1 (Wheelchair Accessible)">21:15</a></li> </ul>
|
1311
|
+
<div class="content-container times stopper"></div>
|
1312
|
+
</div>
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1316
|
+
|
1317
|
+
|
1318
|
+
|
1319
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1320
|
+
</div> </div>
|
1321
|
+
<div id="23588" class="film-detail DAY1">
|
1322
|
+
|
1323
|
+
<div class="content-container film _DAY1" id="film-23588">
|
1324
|
+
<div class="grad-hor">
|
1325
|
+
<a href="/films/the_way_way_back/14707/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_4c91f2c6326399835cb8c959e885fdcd.jpg" /></a>
|
1326
|
+
<div class="presentation-info">
|
1327
|
+
<h4><a href="/films/the_way_way_back/14707/">The Way Way Back</a></h4>
|
1328
|
+
<div class="cert-icon-uk-12A-small"></div> <span class="description">
|
1329
|
+
</span>
|
1330
|
+
</div>
|
1331
|
+
<p><strong>Coming-of-age summer comedy set in a water park </strong></p>
|
1332
|
+
|
1333
|
+
<div class="presentation-info">
|
1334
|
+
<div rating-master-id='14707' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1335
|
+
<div class="rating-icon-star-small-active s6">
|
1336
|
+
<div class="rate-over s1"></div>
|
1337
|
+
<div class="rate-over s2"></div>
|
1338
|
+
<div class="rate-over s3"></div>
|
1339
|
+
<div class="rate-over s4"></div>
|
1340
|
+
<div class="rate-over s5"></div>
|
1341
|
+
</div>
|
1342
|
+
</div>
|
1343
|
+
<span class="description"><strong>Film length: 103 mins</strong></span>
|
1344
|
+
</div>
|
1345
|
+
<p class="description">Contains one use of strong language and moderate sex and drug references</p>
|
1346
|
+
</div>
|
1347
|
+
<div class="info-corner">
|
1348
|
+
<div class="img-bundle">
|
1349
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="23588"></div> </div>
|
1350
|
+
<div class="btn-group">
|
1351
|
+
<a href="http://odeon.trailer.cineweb.de/the_way_way_back.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14707" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1352
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1353
|
+
<span class="caret"></span>
|
1354
|
+
</button>
|
1355
|
+
<ul class="dropdown-menu">
|
1356
|
+
<li><a href="#">Add to Playlist</a></li>
|
1357
|
+
</ul>
|
1358
|
+
</div> </div>
|
1359
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-23588">
|
1360
|
+
<div class="content-container times containerDAY1">
|
1361
|
+
<div class="presentation-info">
|
1362
|
+
<strong>2D</strong>
|
1363
|
+
<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>
|
1364
|
+
</div>
|
1365
|
+
<ul class="unstyled inline">
|
1366
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_12A DAY1_EVENING DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/QTJFRjAwMDAwMjNVRFBETVhHIzcxIzE0NzA3/" class="performance-detail" title="Peak - book The Way Way Back on 11/09/2013 20:00" data-popup="popup" data-duration="103" data-start="20:00" data-end="21:43" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 8 (Wheelchair Accessible)">20:00</a></li> </ul>
|
1367
|
+
<div class="content-container times stopper"></div>
|
1368
|
+
</div>
|
1369
|
+
|
1370
|
+
|
1371
|
+
|
1372
|
+
|
1373
|
+
|
1374
|
+
|
1375
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1376
|
+
</div> </div>
|
1377
|
+
<div id="22659" class="film-detail DAY1">
|
1378
|
+
|
1379
|
+
<div class="content-container film _DAY1" id="film-22659">
|
1380
|
+
<div class="grad-hor">
|
1381
|
+
<a href="/films/we_re_the_millers/14351/"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_e48968e01e6a18270891634c6fc680a4.jpg" /></a>
|
1382
|
+
<div class="presentation-info">
|
1383
|
+
<h4><a href="/films/we_re_the_millers/14351/">We're The Millers</a></h4>
|
1384
|
+
<div class="cert-icon-uk-15-small"></div> <span class="description">
|
1385
|
+
ID may be required </span>
|
1386
|
+
</div>
|
1387
|
+
<p><strong>Riotous road trip comedy starring Jennifer Aniston and Jason Sudeikis.</strong></p>
|
1388
|
+
|
1389
|
+
<div class="presentation-info">
|
1390
|
+
<div rating-master-id='14351' class="star-rating-container star-rating rating-icon-star-light-small-inactive">
|
1391
|
+
<div class="rating-icon-star-small-active s7">
|
1392
|
+
<div class="rate-over s1"></div>
|
1393
|
+
<div class="rate-over s2"></div>
|
1394
|
+
<div class="rate-over s3"></div>
|
1395
|
+
<div class="rate-over s4"></div>
|
1396
|
+
<div class="rate-over s5"></div>
|
1397
|
+
</div>
|
1398
|
+
</div>
|
1399
|
+
<span class="description"><strong>Film length: 110 mins</strong></span>
|
1400
|
+
</div>
|
1401
|
+
<p class="description">Contains strong language and references to sex and drugs</p>
|
1402
|
+
</div>
|
1403
|
+
<div class="info-corner">
|
1404
|
+
<div class="img-bundle">
|
1405
|
+
<div class="film-icon-DAY1 feature-icon-light-2d-medium DAY1_2D" data-schedule="2D" data-film="22659"></div> </div>
|
1406
|
+
<div class="btn-group">
|
1407
|
+
<a href="http://odeon.trailer.cineweb.de/were_the_millers.mp4" class="btn btn-primary trailer kkvideo-trigger" data-film-id="14351" data-showbooknowbutton="false"><i class="film-icon-btn-play"></i>Trailer</a>
|
1408
|
+
<button class="btn btn-primary trailer dropdown-toggle" data-toggle="dropdown">
|
1409
|
+
<span class="caret"></span>
|
1410
|
+
</button>
|
1411
|
+
<ul class="dropdown-menu">
|
1412
|
+
<li><a href="#">Add to Playlist</a></li>
|
1413
|
+
</ul>
|
1414
|
+
</div> </div>
|
1415
|
+
</div><div class="content-container times-all _DAY1" id="performances-DAY1-22659">
|
1416
|
+
<div class="content-container times containerDAY1">
|
1417
|
+
<div class="presentation-info">
|
1418
|
+
<strong>2D</strong>
|
1419
|
+
<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>
|
1420
|
+
</div>
|
1421
|
+
<ul class="unstyled inline">
|
1422
|
+
<li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/REFERjAwMDAwMjNVRFBETVhHIzcxIzE0MzUx/" class="performance-detail" title="Peak - book We're The Millers on 11/09/2013 17:30" data-popup="popup" data-duration="110" data-start="17:30" data-end="19:20" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 3 (Wheelchair Accessible)">17:30</a></li><li class="DAY1 performance-darkgreen DAY1_WHEELCHAIR performance-blue DAY1_ISPEAK DAY1_15 DAY1_EVENING DAY1_2D DAY1_GENRE_5 show"><a href="/booking/init/M0JERjAwMDAwMjNVRFBETVhHIzcxIzE0MzUx/" class="performance-detail" title="Peak - book We're The Millers on 11/09/2013 20:15" data-popup="popup" data-duration="110" data-start="20:15" data-end="22:05" data-status="normal" data-type="DAY1" data-auditorium-info="Screen 3 (Wheelchair Accessible)">20:15</a></li> </ul>
|
1423
|
+
<div class="content-container times stopper"></div>
|
1424
|
+
</div>
|
1425
|
+
|
1426
|
+
|
1427
|
+
|
1428
|
+
|
1429
|
+
|
1430
|
+
|
1431
|
+
<!-- <div class="content-container times stopper"></div>-->
|
1432
|
+
</div> </div>
|
1433
|
+
</section>
|
1434
|
+
<!--</div>-->
|
1435
|
+
</div>
|
1436
|
+
<div class="span3">
|
1437
|
+
|
1438
|
+
<div id="show-only-this-film" class="accordion-group times-filter">
|
1439
|
+
<div class="accordion-heading">
|
1440
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#show-only-this-film" href="#collapseOne-DAY1">
|
1441
|
+
<i class="filter-icon-opened"></i>Show only this film
|
1442
|
+
</a>
|
1443
|
+
</div>
|
1444
|
+
<div id="collapseOne-DAY1" class="accordion-body collapse in">
|
1445
|
+
<div class="accordion-inner">
|
1446
|
+
<div class="selectpicker select-icon-select">
|
1447
|
+
<select id="filter-film-DAY1" data-size="10">
|
1448
|
+
<option value="null">Select a film</option>
|
1449
|
+
<option value="22876">About Time</option>
|
1450
|
+
<option value="12476">Alan Partridge: Alpha Papa</option>
|
1451
|
+
<option value="21005">Elysium</option>
|
1452
|
+
<option value="21123">Grown Ups 2</option>
|
1453
|
+
<option value="23032">Kick-Ass 2</option>
|
1454
|
+
<option value="23251">One Direction: This Is Us</option>
|
1455
|
+
<option value="23207">Pain And Gain</option>
|
1456
|
+
<option value="23183">Planes</option>
|
1457
|
+
<option value="23254">Riddick</option>
|
1458
|
+
<option value="23588">The Way Way Back</option>
|
1459
|
+
<option value="22659">We're The Millers</option>
|
1460
|
+
</select>
|
1461
|
+
</div>
|
1462
|
+
</div>
|
1463
|
+
</div>
|
1464
|
+
</div>
|
1465
|
+
<div id="watch-in" class="accordion-group times-filter">
|
1466
|
+
<div class="accordion-heading">
|
1467
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#watch-in" href="#collapseTwo-DAY1">
|
1468
|
+
<i class="filter-icon-opened"></i>Watch in
|
1469
|
+
</a>
|
1470
|
+
</div>
|
1471
|
+
<div id="collapseTwo-DAY1" class="accordion-body collapse in">
|
1472
|
+
<div class="accordion-inner">
|
1473
|
+
<input type="checkbox" class="filter-DAY1" name="watch-in" id="ind-3d-DAY1" value="3D"><label for="ind-3d-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> 3D</label>
|
1474
|
+
<input type="checkbox" class="filter-DAY1" name="watch-in" id="ind-2d-DAY1" value="2D"><label for="ind-2d-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> 2D</label>
|
1475
|
+
</div>
|
1476
|
+
</div>
|
1477
|
+
</div>
|
1478
|
+
<div id="pricing" class="accordion-group times-filter">
|
1479
|
+
<div class="accordion-heading">
|
1480
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#pricing" href="#collapseFour-DAY1">
|
1481
|
+
<i class="filter-icon-opened"></i>Pricing
|
1482
|
+
</a>
|
1483
|
+
</div>
|
1484
|
+
<div id="collapseFour-DAY1" class="accordion-body collapse in">
|
1485
|
+
<div class="accordion-inner">
|
1486
|
+
<input type="checkbox" class="filter-DAY1" name="pricing" id="ind-supersaver-DAY1" value="isSuperSaver"><label for="ind-supersaver-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Supersaver</label>
|
1487
|
+
<input type="checkbox" class="filter-DAY1" name="pricing" id="ind-peak-DAY1" value="isPeak"><label for="ind-peak-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Peak</label>
|
1488
|
+
<input type="checkbox" class="filter-DAY1" name="pricing" id="ind-bargain-DAY1" value="isBargin"><label for="ind-bargain-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Bargain
|
1489
|
+
Tuesday</label>
|
1490
|
+
</div>
|
1491
|
+
</div>
|
1492
|
+
</div>
|
1493
|
+
<div id="certificate" class="accordion-group times-filter">
|
1494
|
+
<div class="accordion-heading">
|
1495
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#certificate" href="#collapseFive-DAY1">
|
1496
|
+
<i class="filter-icon-opened"></i>Certificate
|
1497
|
+
</a>
|
1498
|
+
</div>
|
1499
|
+
<div id="collapseFive-DAY1" class="accordion-body collapse in">
|
1500
|
+
<div class="accordion-inner">
|
1501
|
+
<input type="checkbox" class="filter-DAY1" name="certificate" id="ind-U-DAY1" value="U"><label for="ind-U-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> U
|
1502
|
+
<div class="cert-icon-uk-U-small"></div></label>
|
1503
|
+
<input type="checkbox" class="filter-DAY1" name="certificate" id="ind-PG-DAY1" value="PG"><label for="ind-PG-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> PG
|
1504
|
+
<div class="cert-icon-uk-PG-small"></div></label>
|
1505
|
+
<input type="checkbox" class="filter-DAY1" name="certificate" id="ind-12A-DAY1" value="12A"><label for="ind-12A-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> 12A
|
1506
|
+
<div class="cert-icon-uk-12A-small"></div></label>
|
1507
|
+
<input type="checkbox" class="filter-DAY1" name="certificate" id="ind-15-DAY1" value="15"><label for="ind-15-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> 15
|
1508
|
+
<div class="cert-icon-uk-15-small"></div></label>
|
1509
|
+
</div>
|
1510
|
+
</div>
|
1511
|
+
</div>
|
1512
|
+
<div id="genre" class="accordion-group times-filter">
|
1513
|
+
<div class="accordion-heading">
|
1514
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#genre" href="#collapseSix-DAY1">
|
1515
|
+
<i class="filter-icon-opened"></i>Genre
|
1516
|
+
</a>
|
1517
|
+
</div>
|
1518
|
+
<div id="collapseSix-DAY1" class="accordion-body collapse in">
|
1519
|
+
<div class="accordion-inner">
|
1520
|
+
<input type="checkbox" class="filter-DAY1" name="genre" id="ind-action-DAY1" value="genre_1"><label for="ind-action-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Action</label>
|
1521
|
+
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#genre" href="#collapseSeven-DAY1">
|
1522
|
+
More genres >
|
1523
|
+
</a>
|
1524
|
+
<div id="collapseSeven-DAY1" class="collapse">
|
1525
|
+
<input type="checkbox" class="filter-DAY1" name="genre" id="ind-comedy-DAY1" value="genre_5"><label for="ind-comedy-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Comedy</label>
|
1526
|
+
<input type="checkbox" class="filter-DAY1" name="genre" id="ind-documentary-DAY1" value="genre_6"><label for="ind-documentary-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Documentary</label>
|
1527
|
+
<input type="checkbox" class="filter-DAY1" name="genre" id="ind-drama-DAY1" value="genre_7"><label for="ind-drama-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Drama</label>
|
1528
|
+
<input type="checkbox" class="filter-DAY1" name="genre" id="ind-family-DAY1" value="genre_10"><label for="ind-family-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Family</label>
|
1529
|
+
</div>
|
1530
|
+
</div>
|
1531
|
+
</div>
|
1532
|
+
</div>
|
1533
|
+
<div id="showtimes" class="accordion-group times-filter">
|
1534
|
+
<div class="accordion-heading">
|
1535
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#showtimes" href="#collapseEight-DAY1">
|
1536
|
+
<i class="filter-icon-opened"></i>Showtimes
|
1537
|
+
</a>
|
1538
|
+
</div>
|
1539
|
+
<div id="collapseEight-DAY1" class="accordion-body collapse in">
|
1540
|
+
<div class="accordion-inner">
|
1541
|
+
<input type="checkbox" class="filter-DAY1" name="showtimes" id="ind-morning-DAY1" value="morning"><label for="ind-morning-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Morning (before 12pm)
|
1542
|
+
</label>
|
1543
|
+
<input type="checkbox" class="filter-DAY1" name="showtimes" id="ind-afternoon-DAY1" value="afternoon"><label for="ind-afternoon-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Afternoon (12pm
|
1544
|
+
to 5pm)
|
1545
|
+
</label>
|
1546
|
+
<input type="checkbox" class="filter-DAY1" name="showtimes" id="ind-evening-DAY1" value="evening"><label for="ind-evening-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Evening (after 5pm)
|
1547
|
+
</label>
|
1548
|
+
</div>
|
1549
|
+
</div>
|
1550
|
+
</div>
|
1551
|
+
<div id="accessibility" class="accordion-group times-filter">
|
1552
|
+
<div class="accordion-heading">
|
1553
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#accessibility" href="#collapseNine-DAY1">
|
1554
|
+
<i class="filter-icon-opened"></i>Accessibility
|
1555
|
+
</a>
|
1556
|
+
</div>
|
1557
|
+
<div id="collapseNine-DAY1" class="accordion-body collapse in">
|
1558
|
+
<div class="accordion-inner">
|
1559
|
+
<input type="checkbox" class="filter-DAY1" name="accessibility" id="ind-wheelchair-DAY1" value="wheelchair"><label for="ind-wheelchair-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Wheelchair-friendly</label>
|
1560
|
+
</div>
|
1561
|
+
</div>
|
1562
|
+
</div>
|
1563
|
+
<div id="special-screenings" class="accordion-group times-filter">
|
1564
|
+
<div class="accordion-heading">
|
1565
|
+
<a class="accordion-toggle blue form" data-toggle="collapse" data-parent="#special-screenings" href="#collapseTen-DAY1">
|
1566
|
+
<i class="filter-icon-opened"></i>Special screenings
|
1567
|
+
</a>
|
1568
|
+
</div>
|
1569
|
+
<div id="collapseTen-DAY1" class="accordion-body collapse in">
|
1570
|
+
<div class="accordion-inner">
|
1571
|
+
|
1572
|
+
<!--<input type="checkbox" class="filter-DAY1" name="special_screenings" id="ind-all-odeon-plus-DAY1"><label for="ind-all-odeon-plus-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> All ODEON Plus</label>-->
|
1573
|
+
</div>
|
1574
|
+
<div class="accordion-inner">
|
1575
|
+
<input type="checkbox" class="filter-DAY1" name="special_screenings" id="ind-kids-club-DAY1" value="kids"><label for="ind-kids-club-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i>ODEON Kids</label>
|
1576
|
+
<input type="checkbox" class="filter-DAY1" name="special_screenings" id="ind-newbies-DAY1" value="newbies"><label for="ind-newbies-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Newbies</label>
|
1577
|
+
<input type="checkbox" class="filter-DAY1" name="special_screenings" id="ind-senior-screen-DAY1" value="seniorScreen"><label for="ind-senior-screen-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Senior Screen</label>
|
1578
|
+
<input type="checkbox" class="filter-DAY1" name="special_screenings" id="ind-back-british-films-DAY1" value="backBritishFilm"><label for="ind-back-british-films-DAY1" class="checkbox"><i class="checkbox-icon-unchecked"></i> Back British Film</label>
|
1579
|
+
</div>
|
1580
|
+
</div>
|
1581
|
+
</div>
|
1582
|
+
<button id="resetFilterDAY1" class="btn orange" type="reset">Reset all filters</button>
|
1583
|
+
<script type="text/javascript">
|
1584
|
+
<!--//
|
1585
|
+
/* Javascript for filtering performances in Day and Week views. */
|
1586
|
+
var filterDAY1Performances = {};
|
1587
|
+
|
1588
|
+
function greyoutFiltersDAY1(){
|
1589
|
+
$('input.filter-DAY1').each(function(){
|
1590
|
+
if(!$(this).attr('checked') && !$('li.DAY1.DAY1_' + $(this).val().toUpperCase()).hasClass('show')){
|
1591
|
+
$(this).attr('disabled', true);
|
1592
|
+
$('label[for="' + $(this).prop('id') + '"]').addClass('grey-disabled-text');
|
1593
|
+
} else {
|
1594
|
+
$(this).attr('disabled', false);
|
1595
|
+
$('label[for="' + $(this).prop('id') + '"]').removeClass('grey-disabled-text');
|
1596
|
+
}
|
1597
|
+
});
|
1598
|
+
}
|
1599
|
+
|
1600
|
+
//Filter with selectors and hides or shows all elements
|
1601
|
+
function filterShowtimesDAY1(selectors){
|
1602
|
+
|
1603
|
+
if(selectors.length > 0) {
|
1604
|
+
$('li.DAY1').each(function(){
|
1605
|
+
$(this).removeClass('show').addClass('hide');
|
1606
|
+
});
|
1607
|
+
} else {
|
1608
|
+
//Show all posible elements if no option is checked in the filter
|
1609
|
+
$('li.DAY1').each(function(){
|
1610
|
+
$(this).removeClass('hide').addClass('show');
|
1611
|
+
});
|
1612
|
+
|
1613
|
+
$('div.accordion-group.times-all.performances-DAY1').each(function(){
|
1614
|
+
$(this).removeClass('hide').addClass('show');
|
1615
|
+
});
|
1616
|
+
|
1617
|
+
|
1618
|
+
$('div.content-container.tech.accordion-heading._DAY1').each(function(){
|
1619
|
+
$(this).removeClass('hide').addClass('show');
|
1620
|
+
});
|
1621
|
+
|
1622
|
+
$('div.content-container.times.containerDAY1').each(function(){
|
1623
|
+
$(this).removeClass('hide').addClass('show');
|
1624
|
+
});
|
1625
|
+
|
1626
|
+
$('div.content-container.film._DAY1').each(function(){
|
1627
|
+
$(this).removeClass('hide').addClass('show');
|
1628
|
+
});
|
1629
|
+
|
1630
|
+
$('div.content-container.times.stopper.performances-DAY1').each(function(){
|
1631
|
+
$(this).removeClass('hide').addClass('show');
|
1632
|
+
});
|
1633
|
+
|
1634
|
+
$('div.film-icon-DAY1').each(function(){
|
1635
|
+
$(this).removeClass('hide').addClass('show');
|
1636
|
+
});
|
1637
|
+
|
1638
|
+
$('div.film-detail.DAY1').each(function(){
|
1639
|
+
if($('#filter-film-DAY1').length > 0 && $('#filter-film-DAY1').val() != 'null'){
|
1640
|
+
if($(this).prop('id') == $('#filter-film-DAY1').val()){
|
1641
|
+
$(this).removeClass('hide').addClass('show');
|
1642
|
+
}
|
1643
|
+
} else {
|
1644
|
+
$(this).removeClass('hide').addClass('show');
|
1645
|
+
}
|
1646
|
+
});
|
1647
|
+
//No option is checked in the filter and after show all elements we go out of the function
|
1648
|
+
greyoutFiltersDAY1();
|
1649
|
+
return;
|
1650
|
+
}
|
1651
|
+
|
1652
|
+
//Show all performances who are in the selectors list
|
1653
|
+
$.each(selectors, function(key, value) {
|
1654
|
+
$('li' + value).each(function(){
|
1655
|
+
$(this).removeClass('hide').addClass('show');
|
1656
|
+
});
|
1657
|
+
});
|
1658
|
+
|
1659
|
+
//Show or hide all times container
|
1660
|
+
$('div.content-container.times.containerDAY1').each(function(){
|
1661
|
+
if ( $(this).children('ul').children('li').hasClass('show')) {
|
1662
|
+
$(this).removeClass('hide').addClass('show');
|
1663
|
+
} else {
|
1664
|
+
$(this).removeClass('show').addClass('hide');
|
1665
|
+
}
|
1666
|
+
});
|
1667
|
+
|
1668
|
+
//Show or hide accordion container
|
1669
|
+
$('div.accordion-group.times-all.performances-DAY1').each(function(){
|
1670
|
+
if($(this).find('li.DAY1').hasClass('show')) {
|
1671
|
+
$(this).removeClass('hide').addClass('show');
|
1672
|
+
} else {
|
1673
|
+
$(this).removeClass('show').addClass('hide');
|
1674
|
+
}
|
1675
|
+
});
|
1676
|
+
|
1677
|
+
//Show or hide Film Detail
|
1678
|
+
$('div.film-detail.DAY1').each(function(){
|
1679
|
+
if($(this).find('li.DAY1').hasClass('show')) {
|
1680
|
+
if($('#filter-film-DAY1').length > 0 && $('#filter-film-DAY1').val() != 'null'){
|
1681
|
+
if($(this).prop('id') == $('#filter-film-DAY1').val()){
|
1682
|
+
$(this).find('div.content-container.film._DAY1').removeClass('hide').addClass('show');
|
1683
|
+
$(this).removeClass('hide').addClass('show');
|
1684
|
+
}
|
1685
|
+
} else {
|
1686
|
+
$(this).find('div.content-container.film._DAY1').removeClass('hide').addClass('show');
|
1687
|
+
$(this).removeClass('hide').addClass('show');
|
1688
|
+
}
|
1689
|
+
} else {
|
1690
|
+
$(this).find('div.content-container.film._DAY1').removeClass('show').addClass('hide');
|
1691
|
+
$(this).removeClass('show').addClass('hide');
|
1692
|
+
}
|
1693
|
+
});
|
1694
|
+
|
1695
|
+
//Show/hide film icon attributes
|
1696
|
+
$('div.film-icon-DAY1').each(function(){
|
1697
|
+
if($('#' + $(this).data('film') + '.DAY1').find('li.DAY1_' + $(this).data('schedule')).hasClass('show')) {
|
1698
|
+
$(this).removeClass('hide').addClass('show');
|
1699
|
+
} else {
|
1700
|
+
$(this).removeClass('show').addClass('hide');
|
1701
|
+
}
|
1702
|
+
});
|
1703
|
+
|
1704
|
+
greyoutFiltersDAY1();
|
1705
|
+
}
|
1706
|
+
|
1707
|
+
//Click on a filter option
|
1708
|
+
$('.filter-DAY1').click(function(){
|
1709
|
+
if (typeof filterDAY1Performances[this.name.toString()] === 'undefined'){
|
1710
|
+
filterDAY1Performances[this.name.toString()] = [];
|
1711
|
+
}
|
1712
|
+
|
1713
|
+
var filterItemValue = ('.DAY1_' + this.value).toUpperCase();
|
1714
|
+
|
1715
|
+
if (this.checked) {
|
1716
|
+
filterDAY1Performances[this.name].push(filterItemValue);
|
1717
|
+
} else {
|
1718
|
+
if ($.inArray(filterItemValue, filterDAY1Performances[this.name]) !== -1) {
|
1719
|
+
filterDAY1Performances[this.name].splice($.inArray(filterItemValue, filterDAY1Performances[this.name]), 1);
|
1720
|
+
}
|
1721
|
+
}
|
1722
|
+
|
1723
|
+
filterDAY1Selectors(this.name);
|
1724
|
+
});
|
1725
|
+
|
1726
|
+
//Create the selectors list with all checked filter options
|
1727
|
+
function filterDAY1Selectors(type)
|
1728
|
+
{
|
1729
|
+
var selectors = [];
|
1730
|
+
$.each(filterDAY1Performances, function(key, value) {
|
1731
|
+
selectors = parseFilter(selectors, value);
|
1732
|
+
});
|
1733
|
+
filterShowtimesDAY1(selectors);
|
1734
|
+
}
|
1735
|
+
|
1736
|
+
//Parse filter options and to create all possible selectors
|
1737
|
+
function parseFilter(first, second)
|
1738
|
+
{
|
1739
|
+
ret = [];
|
1740
|
+
if(first.length == 0 && second.length > 0 ) {
|
1741
|
+
return second;
|
1742
|
+
} else if (first.length > 0 && second.length == 0) {
|
1743
|
+
return first;
|
1744
|
+
} else if (first.length == 0 && second.length == 0) {
|
1745
|
+
return ret;
|
1746
|
+
}
|
1747
|
+
|
1748
|
+
$.each(first, function(firstKey, firstValue){
|
1749
|
+
$.each(second, function(secondKey, secondValue){
|
1750
|
+
ret.push(firstValue+secondValue);
|
1751
|
+
});
|
1752
|
+
});
|
1753
|
+
|
1754
|
+
return ret;
|
1755
|
+
}
|
1756
|
+
|
1757
|
+
/* Film filter functionality */
|
1758
|
+
$('#filter-film-DAY1').change(function(){
|
1759
|
+
if ($(this).val() != 'null') {
|
1760
|
+
$('div.film-detail.DAY1').each(function(){
|
1761
|
+
if (this.id === $('#filter-film-DAY1').val()) {
|
1762
|
+
$(this).removeClass('hide').addClass('show');
|
1763
|
+
} else {
|
1764
|
+
$(this).removeClass('show').addClass('hide');
|
1765
|
+
}
|
1766
|
+
});
|
1767
|
+
} else {
|
1768
|
+
//No film is selected and we must refilter
|
1769
|
+
filterDAY1Selectors();
|
1770
|
+
}
|
1771
|
+
});
|
1772
|
+
|
1773
|
+
//Reset filter for Week and Day View
|
1774
|
+
$('#resetFilterDAY1').click(function(){
|
1775
|
+
//Set all film for Day or Week View visible
|
1776
|
+
$('#filter-film-DAY1').val('null');
|
1777
|
+
$('input.filter-DAY1').attr('checked', false);
|
1778
|
+
filterDAY1Performances = {};
|
1779
|
+
|
1780
|
+
//Refilter
|
1781
|
+
filterDAY1Selectors();
|
1782
|
+
});
|
1783
|
+
|
1784
|
+
//-->
|
1785
|
+
</script>
|
1786
|
+
</div>
|
1787
|
+
<script type="text/javascript">
|
1788
|
+
$(document).ready(function() {
|
1789
|
+
greyoutFiltersDAY1();
|
1790
|
+
$('.info-icon-form-info-small').popover();
|
1791
|
+
});
|
1792
|
+
</script> </div>
|
1793
|
+
<div class="tab-pane" id="DAY2" role="tabpanel"></div>
|
1794
|
+
<div class="tab-pane" id="DAY3" role="tabpanel"></div>
|
1795
|
+
<div class="tab-pane" id="DAY4" role="tabpanel"></div>
|
1796
|
+
<div class="tab-pane" id="DAY5" role="tabpanel"></div>
|
1797
|
+
<div class="tab-pane" id="DAY6" role="tabpanel"></div>
|
1798
|
+
<div class="tab-pane" id="DAY7" role="tabpanel"></div>
|
1799
|
+
<div class="tab-pane" id="DAY8" role="tabpanel"></div>
|
1800
|
+
<div class="tab-pane" id="DAY9" role="tabpanel"></div>
|
1801
|
+
<div class="tab-pane" id="DAY10" role="tabpanel"></div>
|
1802
|
+
</div>
|
1803
|
+
</div>
|
1804
|
+
<div class="tab-pane weekview " id="ind-week" role="tabpanel">
|
1805
|
+
<div class="tab-content">
|
1806
|
+
<div class="tab-pane " id="ind-week01" role="tabpanel">
|
1807
|
+
</div>
|
1808
|
+
</div>
|
1809
|
+
</div>
|
1810
|
+
<div class="tab-pane futureview" id="ind-future" role="tabpanel">
|
1811
|
+
<div class="tab-content">
|
1812
|
+
<div class="tab-pane" id="ind-future01" role="tabpanel">
|
1813
|
+
<!-- Future Showtimes container -->
|
1814
|
+
</div>
|
1815
|
+
</div>
|
1816
|
+
</div>
|
1817
|
+
</div>
|
1818
|
+
</div>
|
1819
|
+
<!-- End Showtimes -->
|
1820
|
+
<div class="tab-pane gethere no-padding" id="gethere" role="tabpanel">
|
1821
|
+
<div class="span4 table-cell">
|
1822
|
+
<div class="popover fade top in location-marker">
|
1823
|
+
<div class="icon-location-marker-arrow"></div>
|
1824
|
+
<div class="popover-content">
|
1825
|
+
<div class="popover-inner">
|
1826
|
+
<div class="icon"><div class="icon-odeon-light-small"></div><p>1</p></div>
|
1827
|
+
</div>
|
1828
|
+
</div>
|
1829
|
+
</div>
|
1830
|
+
<h5>Brighton</h5>
|
1831
|
+
<p class="description">
|
1832
|
+
Kingswest<br> Brighton<br> BN1 2RE<br> </p>
|
1833
|
+
<div class="functions"><div class="feature-icon-dark-costa-medium"></div><div class="feature-icon-dark-bnj-medium"></div><div class="feature-icon-dark-3d-medium"></div><div class="feature-icon-dark-yog-medium"></div></div>
|
1834
|
+
<p>ODEON Brighton is located in the city centre, on the sea front between the two piers next door to the Brighton Centre.</p>
|
1835
|
+
<div class="hrComponent comp"><hr></div>
|
1836
|
+
<p>Filmline</p>
|
1837
|
+
<p class="teaser"><strong>0871 22 44 007</strong></p>
|
1838
|
+
<p class="description"><i>Calls cost 10p per minute plus network extras.</i></p>
|
1839
|
+
<div class="hrComponent comp"><hr></div>
|
1840
|
+
<p><strong>ODEON Cinemas nearby:</strong></p>
|
1841
|
+
<a href="/cinemas/tunbridge_wells/136/" class="otherLocalCinemas" data-siteid="136">Tunbridge Wells</a> <span>(29.87 miles)</span><br>
|
1842
|
+
<a href="/cinemas/hastings/94/" class="otherLocalCinemas" data-siteid="94">Hastings</a> <span>(31.73 miles)</span><br>
|
1843
|
+
<a href="/cinemas/guildford/92/" class="otherLocalCinemas" data-siteid="92">Guildford</a> <span>(34.32 miles)</span><br>
|
1844
|
+
</div>
|
1845
|
+
<div class="span8 table-cell">
|
1846
|
+
<div class="switch">
|
1847
|
+
<a class="showDirections active" href="#">Directions</a><a class="showMap" href="#">Show Map</a>
|
1848
|
+
</div>
|
1849
|
+
<a class="underline" href="https://maps.google.com/maps?daddr=50.8224,-0.14436" target="_blank">Get directions</a>
|
1850
|
+
<div class="location-map" id="location-map" style=""></div>
|
1851
|
+
<div id="cinemasData" style="display: none;" data-cinemasmap='[{"siteId":71,"name":"Brighton","address":{"lineOne":"Kingswest","lineTwo":"Brighton","lineThree":"","lineFour":"","postcode":"BN1 2RE"},"longitude":-0.14436,"latitude":50.8224,"isImax":0,"image":null,"siteLink":"\/cinemas\/brighton\/71\/"},{"siteId":136,"name":"Tunbridge Wells","address":{"lineOne":"Knights Way","lineTwo":"Tunbridge Wells","lineThree":"","lineFour":"","postcode":"TN2 3UW"},"longitude":0.29706,"latitude":51.1537,"isImax":0,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/b44ed7d0e865ace32764040f44e0f662.jpg","siteLink":"\/cinemas\/tunbridge_wells\/136\/"},{"siteId":94,"name":"Hastings","address":{"lineOne":"Queens Road","lineTwo":"Hastings","lineThree":"","lineFour":"","postcode":"TN34 1QP"},"longitude":0.58092,"latitude":50.8561,"isImax":0,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/eb3308b6cda72dab8a68ee49597189ef.jpg","siteLink":"\/cinemas\/hastings\/94\/"},{"siteId":92,"name":"Guildford","address":{"lineOne":"Bedford Road","lineTwo":"Guildford","lineThree":"","lineFour":"","postcode":"GU1 4SJ"},"longitude":-0.57806,"latitude":51.2376,"isImax":0,"image":"http:\/\/odeon-fastly.krankikom.de.global.prod.fastly.net\/_uploads\/cinema_management\/ed0bbeee451e6064abe4a31cf2fddd97.jpg","siteLink":"\/cinemas\/guildford\/92\/"}]'></div>
|
1852
|
+
|
1853
|
+
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false" type="text/javascript"></script>
|
1854
|
+
<script src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/js/vendor/googleMapsAPI3/infobox_packed.js" type="text/javascript"></script>
|
1855
|
+
|
1856
|
+
<style>
|
1857
|
+
#location-map {
|
1858
|
+
display: none;
|
1859
|
+
}
|
1860
|
+
#location-directions {
|
1861
|
+
display: block;
|
1862
|
+
}
|
1863
|
+
#location-map img {
|
1864
|
+
max-width: none;
|
1865
|
+
}
|
1866
|
+
</style> <div class="location-directions" id="location-directions">
|
1867
|
+
<p>
|
1868
|
+
<h4>Driving Directions</h4>
|
1869
|
+
If travelling by car into the city centre follow signs for Churchill Square Shopping Centre and park in the Car Park underneath the shopping centre.<br />
|
1870
|
+
<br />
|
1871
|
+
Customers who park their car after 5:30pm get three hrs of free parking from the time indicated on their parking ticket. <br />
|
1872
|
+
<br />
|
1873
|
+
To qualify for this they must get their car park ticket validated at the box office. This offer is subject to the purchase of a ticket. <br />
|
1874
|
+
Before 5:30pm customers must pay for their parking. This offer does not apply to Guests who park in Russell Road NCP. </p>
|
1875
|
+
<p>
|
1876
|
+
<h4>Public Transport</h4>
|
1877
|
+
There is a new Bus interchange at Pool Valley and at Churchill Square which are only a few minutes walk from the cinema these are regularly serviced by local routes.<br />
|
1878
|
+
<br />
|
1879
|
+
In addition, the cinema is only a 10 minute walk from Brighton Main line station </p>
|
1880
|
+
</div>
|
1881
|
+
</div>
|
1882
|
+
</div>
|
1883
|
+
<div class="tab-pane prices" id="prices" role="tabpanel">
|
1884
|
+
<!-- Start Cinema Ticket Pricing -->
|
1885
|
+
|
1886
|
+
<div>
|
1887
|
+
<p>The Remote prices below include a 50p Remote Booking Fee per ticket, a fee for booking your ticket remotely (online and Filmline). </p>
|
1888
|
+
</div>
|
1889
|
+
<div class="prices">
|
1890
|
+
|
1891
|
+
<div class="row title">
|
1892
|
+
<div class="span2 attr grey"></div>
|
1893
|
+
<!-- Saver -->
|
1894
|
+
<div class="span4 attr saver"><h4>Bargain Tuesday</h4><p class="description"><small>All films, Every Tuesday<br />(except bank holidays)</small></p></div>
|
1895
|
+
<!-- Super Saver -->
|
1896
|
+
<div class="span4 attr super-saver"><h4>Super Saver</h4><p class="description"><small>Monday, Wednesday, Thursday before 5pm<br />(except bank holidays) </small></p></div>
|
1897
|
+
<!-- Peak -->
|
1898
|
+
<div class="span4 attr peak-times"><h4>Peak</h4><p class="description"><small>Monday, Wednesday, Thursday from 5pm, all day Friday to Sunday and Bank Holidays</small></p></div>
|
1899
|
+
</div>
|
1900
|
+
|
1901
|
+
<div class="row title moar">
|
1902
|
+
<div class="span2 attr"></div>
|
1903
|
+
<!-- Saver -->
|
1904
|
+
<div class="span2 attr saver"><p class="description">In cinema</p></div>
|
1905
|
+
<div class="span2 attr saver"><p class="description">Remote</p></div>
|
1906
|
+
<!-- Super Saver -->
|
1907
|
+
<div class="span2 attr super-saver"><p class="description">In cinema</p></div>
|
1908
|
+
<div class="span2 attr super-saver"><p class="description">Remote</p></div>
|
1909
|
+
<!-- Peak -->
|
1910
|
+
<div class="span2 attr peak-times"><p class="description">In cinema</p></div>
|
1911
|
+
<div class="span2 attr peak-times"><p class="description">Remote</p></div>
|
1912
|
+
</div>
|
1913
|
+
|
1914
|
+
|
1915
|
+
<div class="row">
|
1916
|
+
<div class="span2 attr grey"><h4>Child</h4><p class="description">12 years and under</p></div>
|
1917
|
+
|
1918
|
+
<!-- Saver -->
|
1919
|
+
<div class="span2 attr saver"><span>£5.50</span></div>
|
1920
|
+
<div class="span2 attr saver"><span>£6.00</span></div>
|
1921
|
+
|
1922
|
+
<!-- Super Saver -->
|
1923
|
+
<div class="span2 attr super-saver"><span>£6.00</span></div>
|
1924
|
+
<div class="span2 attr super-saver"><span>£6.50</span></div>
|
1925
|
+
|
1926
|
+
<!-- Peak -->
|
1927
|
+
<div class="span2 attr peak-times"><span>£6.80</span></div>
|
1928
|
+
<div class="span2 attr peak-times"><span>£7.30</span></div>
|
1929
|
+
</div>
|
1930
|
+
|
1931
|
+
|
1932
|
+
<div class="row">
|
1933
|
+
<div class="span2 attr grey"><h4>Teen</h4><p class="description">Ages 13-17</p></div>
|
1934
|
+
|
1935
|
+
<!-- Saver -->
|
1936
|
+
<div class="span2 attr saver"><span>£5.50</span></div>
|
1937
|
+
<div class="span2 attr saver"><span>£6.00</span></div>
|
1938
|
+
|
1939
|
+
<!-- Super Saver -->
|
1940
|
+
<div class="span2 attr super-saver"><span>£6.00</span></div>
|
1941
|
+
<div class="span2 attr super-saver"><span>£6.50</span></div>
|
1942
|
+
|
1943
|
+
<!-- Peak -->
|
1944
|
+
<div class="span2 attr peak-times"><span>£7.00</span></div>
|
1945
|
+
<div class="span2 attr peak-times"><span>£7.50</span></div>
|
1946
|
+
</div>
|
1947
|
+
|
1948
|
+
|
1949
|
+
<div class="row">
|
1950
|
+
<div class="span2 attr grey"><h4>Student</h4><p class="description">Valid student card required</p></div>
|
1951
|
+
|
1952
|
+
<!-- Saver -->
|
1953
|
+
<div class="span2 attr saver"><span>£5.50</span></div>
|
1954
|
+
<div class="span2 attr saver"><span>£6.00</span></div>
|
1955
|
+
|
1956
|
+
<!-- Super Saver -->
|
1957
|
+
<div class="span2 attr super-saver"><span>£6.00</span></div>
|
1958
|
+
<div class="span2 attr super-saver"><span>£6.50</span></div>
|
1959
|
+
|
1960
|
+
<!-- Peak -->
|
1961
|
+
<div class="span2 attr peak-times"><span>£7.00</span></div>
|
1962
|
+
<div class="span2 attr peak-times"><span>£7.50</span></div>
|
1963
|
+
</div>
|
1964
|
+
|
1965
|
+
|
1966
|
+
<div class="row">
|
1967
|
+
<div class="span2 attr grey"><h4>Senior</h4><p class="description">Ages 60+</p></div>
|
1968
|
+
|
1969
|
+
<!-- Saver -->
|
1970
|
+
<div class="span2 attr saver"><span>£5.50</span></div>
|
1971
|
+
<div class="span2 attr saver"><span>£6.00</span></div>
|
1972
|
+
|
1973
|
+
<!-- Super Saver -->
|
1974
|
+
<div class="span2 attr super-saver"><span>£6.00</span></div>
|
1975
|
+
<div class="span2 attr super-saver"><span>£6.50</span></div>
|
1976
|
+
|
1977
|
+
<!-- Peak -->
|
1978
|
+
<div class="span2 attr peak-times"><span>£7.00</span></div>
|
1979
|
+
<div class="span2 attr peak-times"><span>£7.50</span></div>
|
1980
|
+
</div>
|
1981
|
+
|
1982
|
+
|
1983
|
+
<div class="row">
|
1984
|
+
<div class="span2 attr grey"><h4>Adult</h4><p class="description">Ages 18+</p></div>
|
1985
|
+
|
1986
|
+
<!-- Saver -->
|
1987
|
+
<div class="span2 attr saver"><span>£5.50</span></div>
|
1988
|
+
<div class="span2 attr saver"><span>£6.00</span></div>
|
1989
|
+
|
1990
|
+
<!-- Super Saver -->
|
1991
|
+
<div class="span2 attr super-saver"><span>£7.75</span></div>
|
1992
|
+
<div class="span2 attr super-saver"><span>£8.25</span></div>
|
1993
|
+
|
1994
|
+
<!-- Peak -->
|
1995
|
+
<div class="span2 attr peak-times"><span>£9.10</span></div>
|
1996
|
+
<div class="span2 attr peak-times"><span>£9.60</span></div>
|
1997
|
+
</div>
|
1998
|
+
|
1999
|
+
|
2000
|
+
<div class="row">
|
2001
|
+
<div class="span2 attr grey"><h4>Family</h4><p class="description"><br>1 adult, 3 children or 2 adults, 2 children</p></div>
|
2002
|
+
|
2003
|
+
<!-- Saver -->
|
2004
|
+
<div class="span2 attr saver"><span>£22.00</span></div>
|
2005
|
+
<div class="span2 attr saver"><span>£24.00</span></div>
|
2006
|
+
|
2007
|
+
<!-- Super Saver -->
|
2008
|
+
<div class="span2 attr super-saver"><span>£22.00</span></div>
|
2009
|
+
<div class="span2 attr super-saver"><span>£24.00</span></div>
|
2010
|
+
|
2011
|
+
<!-- Peak -->
|
2012
|
+
<div class="span2 attr peak-times"><span>£26.40</span></div>
|
2013
|
+
<div class="span2 attr peak-times"><span>£28.40</span></div>
|
2014
|
+
</div>
|
2015
|
+
|
2016
|
+
|
2017
|
+
<div class="hrComponent comp"><hr /></div>
|
2018
|
+
|
2019
|
+
|
2020
|
+
<div class="content-container normal-blue">
|
2021
|
+
<span>Upgrades</span><span>Go on - treat yourself. In many of our cinemas, the full 3D experience awaits!</span>
|
2022
|
+
</div>
|
2023
|
+
<div class="row"><div class="span2"><p><strong>3D Films</strong><?=</p></div><div class="span4"><p>+ £2.00 Adult / + £6.40 Family / + £1.60 Others</p></div><div class="span2"><p><strong>3D Glasses</strong><?=Reusable</p></div><div class="span4"><p>+ £1.00 Per Pair</p></div></div><div class="row"><div class="span2"><p><strong>Premier Seat</strong><?=</p></div><div class="span4"><p>+ £1.30 Each / + £5.20 Family. Note: Thor 2/The Hunger Games 2/The Hobbit 2: +£1.80 Each/ +£7.20 Family</p></div></div> <div class="hrComponent comp"><hr /></div>
|
2024
|
+
|
2025
|
+
<div class="row">
|
2026
|
+
<div class="span6">
|
2027
|
+
<div class="kids"><h5>£ 3.00 (Remote) <br/> £ 2.50 (In-Cinema)</h5><p class="description">Special prices for adults and kids.</p></div><div class="newbies"><h5>Super Saver Pricing</h5><p class="description">Watch current film releases without worrying about your little one making any noise.</p></div> </div>
|
2028
|
+
<div class="span6">
|
2029
|
+
<div class="seniors"><h5>£3.50 (Remote) <br/> £3.00 (In-Cinema)</h5><p class="description">Mid-morning screenings chosen from modern and classic cinema. Enjoy free tea and coffee before the screening and then relax and enjoy the film.</p></div> <a href="/search-faqs/tickets">View Ticket FAQs</a>
|
2030
|
+
</div>
|
2031
|
+
</div>
|
2032
|
+
<div class="hrComponent comp"><hr /></div>
|
2033
|
+
</div>
|
2034
|
+
<!-- End Cinema Ticket Pricing -->
|
2035
|
+
</div>
|
2036
|
+
</div>
|
2037
|
+
</div>
|
2038
|
+
</div>
|
2039
|
+
</div>
|
2040
|
+
</div>
|
2041
|
+
</div>
|
2042
|
+
|
2043
|
+
|
2044
|
+
<!-- Start Other local cinemas -->
|
2045
|
+
<a data-scrollspyelementnav="Other Local Cinemas" class="scrollSpyElement" id="otherCinemas"></a>
|
2046
|
+
<div class="container">
|
2047
|
+
<div class="row content">
|
2048
|
+
<div class="span12 headline"><h1>Other local cinemas</h1></div>
|
2049
|
+
</div>
|
2050
|
+
<div class="row content">
|
2051
|
+
<div class="span12 container-shadow">
|
2052
|
+
<div class="span12 grad-blue border-blue other-local-cinemas">
|
2053
|
+
<div class="row">
|
2054
|
+
<div class="span6">
|
2055
|
+
<div class="teaserComponent comp">
|
2056
|
+
<h4>Tunbridge Wells</h4>
|
2057
|
+
<div class="row">
|
2058
|
+
<div class="span3">
|
2059
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/b44ed7d0e865ace32764040f44e0f662.jpg" />
|
2060
|
+
<p class="info-line"><i class="film-icon-distance"></i><strong>29.87 miles.</strong></p>
|
2061
|
+
</div>
|
2062
|
+
<div class="span3">
|
2063
|
+
<p>ODEON Tunbridge Wells is situated within the Knights Park Leisure Park. The cinema has 9 screens (Premier Seats, Croma, Ben & Jerry's) 8 ATMs which are located in the main foyer. Parking is available adjacent to the cinema.</p>
|
2064
|
+
<div class="functions">
|
2065
|
+
<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>
|
2066
|
+
</div>
|
2067
|
+
</div>
|
2068
|
+
</div>
|
2069
|
+
<a href="/cinemas/tunbridge_wells/136/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
|
2070
|
+
</div>
|
2071
|
+
</div>
|
2072
|
+
<div class="span3">
|
2073
|
+
<div class="teaserComponent comp">
|
2074
|
+
<h4>Hastings</h4>
|
2075
|
+
<div style="height: 75px; overflow: hidden;"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/eb3308b6cda72dab8a68ee49597189ef.jpg" style="width: 260px; margin-top: -25px;"></div>
|
2076
|
+
<p class="info-line"><i class="film-icon-distance"></i><strong>31.73 miles.</strong></p>
|
2077
|
+
<div class="functions">
|
2078
|
+
<div class="feature-icon-isense-light-m"></div><div class="feature-icon-costa-light-m"></div>
|
2079
|
+
</div>
|
2080
|
+
<a href="/cinemas/hastings/94/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
|
2081
|
+
</div>
|
2082
|
+
</div>
|
2083
|
+
<div class="span3">
|
2084
|
+
<div class="teaserComponent comp">
|
2085
|
+
<h4>Guildford</h4>
|
2086
|
+
<div style="height: 75px; overflow: hidden;"><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cinema_management/ed0bbeee451e6064abe4a31cf2fddd97.jpg" style="width: 260px; margin-top: -25px;"></div>
|
2087
|
+
<p class="info-line"><i class="film-icon-distance"></i><strong>34.32 miles.</strong></p>
|
2088
|
+
<div class="functions">
|
2089
|
+
<div class="feature-icon-isense-light-m"></div><div class="feature-icon-costa-light-m"></div>
|
2090
|
+
</div>
|
2091
|
+
<a href="/cinemas/guildford/92/"><i class="nav-icon-arrow-white"></i><strong>View cinema details</strong></a>
|
2092
|
+
</div>
|
2093
|
+
</div>
|
2094
|
+
</div>
|
2095
|
+
</div>
|
2096
|
+
</div>
|
2097
|
+
</div>
|
2098
|
+
</div><!-- End Other local cinemas -->
|
2099
|
+
|
2100
|
+
<!-- Start Offer & Competitions -->
|
2101
|
+
<a id="offers" class="scrollSpyElement" data-scrollspyelementnav="Offers"></a>
|
2102
|
+
<div class="container">
|
2103
|
+
<div class="row content">
|
2104
|
+
<div class="span12 headline"><h1>Offers & Competitions</h1></div>
|
2105
|
+
</div>
|
2106
|
+
</div>
|
2107
|
+
<div class="container">
|
2108
|
+
<div class="row content">
|
2109
|
+
<div class="span12 container-shadow">
|
2110
|
+
<div class="span12 grad-blue border-blue">
|
2111
|
+
<div class="row">
|
2112
|
+
<div class="span4">
|
2113
|
+
<div class="teaserComponent comp">
|
2114
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/300x170_25fb793508f4b95be344e814da02b7ad.jpg" />
|
2115
|
+
<i class="film-icon-img-ribbon">Book to win</i>
|
2116
|
+
<h4>Win a mini camcorder!</h4>
|
2117
|
+
<p>Win 1 of 3 Canon LEGRIA mini camcorders with 'Rush'.</p>
|
2118
|
+
<p class="info-line"><i class="film-icon-expiry"></i><strong>Expires 11/10/2013</strong></p>
|
2119
|
+
<a class="btn blue" href="/offers-and-promotions/win_a_mini_camcorder/50/" >View this competition</a>
|
2120
|
+
</div>
|
2121
|
+
</div> <div class="span4">
|
2122
|
+
<div class="teaserComponent comp">
|
2123
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/300x170_c171a4438e2bf856891b71365c809d1c.jpg" />
|
2124
|
+
<h4>50% off main courses at ASK Italian</h4>
|
2125
|
+
<p>Exclusive for ODEON Première Club members on a Tuesday.</p>
|
2126
|
+
<p class="info-line"><i class="film-icon-expiry"></i><strong>Expires 25/09/2013</strong></p>
|
2127
|
+
<a class="btn blue" href="/offers-and-promotions/50_off_main_courses_at_ask_italian/48/" >View this offer</a>
|
2128
|
+
</div>
|
2129
|
+
</div> <div class="span4">
|
2130
|
+
<div class="teaserComponent comp">
|
2131
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/300x170_07d00e0be8618acfde48067df42da3e5.jpg" />
|
2132
|
+
<h4>ODEON's new Family Mix!</h4>
|
2133
|
+
<p>2 Kids Mix, 2 medium drinks & a medium Popcorn for only £9.99.</p>
|
2134
|
+
<a class="btn blue" href="/offers-and-promotions/odeon_s_new_family_mix/34/" >View this offer</a>
|
2135
|
+
</div>
|
2136
|
+
</div> </div>
|
2137
|
+
</div>
|
2138
|
+
</div>
|
2139
|
+
</div>
|
2140
|
+
</div><!-- Start Offer & Competitions -->
|
2141
|
+
|
2142
|
+
<!-- Start Really Special -->
|
2143
|
+
<a id="makeitspecial" class="scrollSpyElement" data-scrollspyelementnav="make it special"></a>
|
2144
|
+
<div class="container">
|
2145
|
+
<div class="row content">
|
2146
|
+
<div class="span12 headline"><h1>Want to make it really special?</h1></div>
|
2147
|
+
</div>
|
2148
|
+
<div class="row content">
|
2149
|
+
<div class="span12 container-shadow really-special">
|
2150
|
+
<div class="tab-content black">
|
2151
|
+
<div class="tab-pane costa active" id="cp-costa" role="tabpanel">
|
2152
|
+
<div class="row">
|
2153
|
+
<div class="span5">
|
2154
|
+
<div class="textComponent comp">
|
2155
|
+
<div class="feature-icon-dark-costa-xxl"></div>
|
2156
|
+
<p>Since 1971, Costa has been serving coffee in true Italian style and is now at available at ODEON cinemas.</p>
|
2157
|
+
<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>
|
2158
|
+
<p>Enjoy a great coffee today.</p>
|
2159
|
+
<a class="btn blue" href="/food-concessions/costa/">More about Costa</a>
|
2160
|
+
</div>
|
2161
|
+
</div>
|
2162
|
+
</div>
|
2163
|
+
</div>
|
2164
|
+
</div>
|
2165
|
+
</div>
|
2166
|
+
<div class="span12 invert really-special">
|
2167
|
+
<ul class="nav nav-tabs flat invert" role="tablist">
|
2168
|
+
<li role="tab" class="active"><a href="#cp-costa" data-toggle="tab" class="bordeaux"><span class="feature-icon-light-costa-xl"></span></a></li>
|
2169
|
+
</ul>
|
2170
|
+
</div>
|
2171
|
+
</div>
|
2172
|
+
</div><!-- End Really Special -->
|
2173
|
+
|
2174
|
+
|
2175
|
+
|
2176
|
+
<a id="specialscreenings" class="scrollSpyElement" data-scrollspyelementnav="Special Screenings"></a>
|
2177
|
+
<div class="container">
|
2178
|
+
<div class="row content">
|
2179
|
+
<div class="span12 headline"><h1>Special Screenings</h1></div>
|
2180
|
+
</div>
|
2181
|
+
</div>
|
2182
|
+
|
2183
|
+
<div class="container">
|
2184
|
+
<div class="row content">
|
2185
|
+
<div class="span12 container-shadow">
|
2186
|
+
<div class="span12 grad-blue border-blue">
|
2187
|
+
<div class="row">
|
2188
|
+
<div class="span4">
|
2189
|
+
<div class="teaserComponent comp">
|
2190
|
+
<img class="no-margin" src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/a030b0fac09364450f8a8c5e68483541.jpg" />
|
2191
|
+
<br />
|
2192
|
+
<p>Screenings at pocket money prices with ODEON Kids</p>
|
2193
|
+
<a href="/kids/"><i class="nav-icon-arrow-blue"></i><strong>View ODEON Kids performances</strong></a>
|
2194
|
+
</div>
|
2195
|
+
</div>
|
2196
|
+
<div class="span4">
|
2197
|
+
<div class="teaserComponent comp">
|
2198
|
+
<img class="no-margin" src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/76ed054fa8444584cc139fd1b2d0a554.jpg" />
|
2199
|
+
<br />
|
2200
|
+
<p>Exclusively for parents and guardians with new babies</p>
|
2201
|
+
<a href="/newbies/"><i class="nav-icon-arrow-blue"></i><strong>View Newbies performances</strong></a>
|
2202
|
+
</div>
|
2203
|
+
</div>
|
2204
|
+
<div class="span4">
|
2205
|
+
<div class="teaserComponent comp">
|
2206
|
+
<img class="no-margin" src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/3a739be465fe5eefbe672f9f877a5a0a.jpg" />
|
2207
|
+
<br />
|
2208
|
+
<p>Enjoy sport, music and theatre on the big screen</p>
|
2209
|
+
<a href="/odeon-plus/"><i class="nav-icon-arrow-blue"></i><strong>View ODEON Plus performances</strong></a>
|
2210
|
+
</div>
|
2211
|
+
</div>
|
2212
|
+
</div>
|
2213
|
+
</div>
|
2214
|
+
</div>
|
2215
|
+
</div>
|
2216
|
+
</div>
|
2217
|
+
|
2218
|
+
|
2219
|
+
|
2220
|
+
<a data-scrollspyelementnav="Quick Bite" class="scrollSpyElement" id="quickbite"></a>
|
2221
|
+
<div class="container">
|
2222
|
+
<div class="row content">
|
2223
|
+
<div class="span12 headline"><h1>Quick bite, cheeky treat?</h1></div>
|
2224
|
+
</div>
|
2225
|
+
</div>
|
2226
|
+
<div class="container">
|
2227
|
+
<div class="row content">
|
2228
|
+
<div class="span12 container-shadow quick-bite">
|
2229
|
+
<div class="fd-quickbite-slogan">
|
2230
|
+
<h2>Make your cinema experience complete</h2>
|
2231
|
+
<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>
|
2232
|
+
</div>
|
2233
|
+
<div class="fd-quickbite-slider">
|
2234
|
+
<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">
|
2235
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/35f182cdac40c55225b42417d972f81e.png" alt="Classic Cinema Combos - Popcorn with your favourite dispensed drink">
|
2236
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/249187d4b54c66c8f298d24bd3ccde69.png" alt="KIDS MIX - Build your own. Snack + Drink + Kids Popcorn">
|
2237
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/5aa2cdbb72b9fe31e04d0e8249e3c2f6.png" alt="Classic Cinema Combos - Nachos with your favourite dispensed drink">
|
2238
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/banner/87b4105f4071e346f83fe595b9286a6a.png" alt="FAMILY - Treat the whole family. Amazing family value">
|
2239
|
+
</div>
|
2240
|
+
<div class="fd-quickbite-nav-wrapper">
|
2241
|
+
<div id="fd-quickbite-prev"></div>
|
2242
|
+
<div id="fd-quickbite-custom-pager"></div>
|
2243
|
+
<div id="fd-quickbite-next"></div>
|
2244
|
+
</div>
|
2245
|
+
</div>
|
2246
|
+
<div class="fd-quickbite-footer">
|
2247
|
+
<h2>Got Popcorn?</h2>
|
2248
|
+
<p>Salt or Sweet? Indulge in the classic cinema snack.</p>
|
2249
|
+
|
2250
|
+
</div>
|
2251
|
+
<div class="fd-quickbite-softdrink">
|
2252
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/pepsi.png" alt="Pepsi">
|
2253
|
+
</div>
|
2254
|
+
<div class="fd-quickbite-popcorn">
|
2255
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/popcorn.png" alt="Popcorn">
|
2256
|
+
</div>
|
2257
|
+
</div>
|
2258
|
+
<script type="text/javascript" charset="utf-8">
|
2259
|
+
$('.fd-quickbite-slides').cycle({
|
2260
|
+
speed: 600,
|
2261
|
+
fx: 'scrollHorz',
|
2262
|
+
log: false
|
2263
|
+
});
|
2264
|
+
</script>
|
2265
|
+
</div>
|
2266
|
+
</div>
|
2267
|
+
|
2268
|
+
<a data-scrollspyelementnav="Your Cinema Guide" class="scrollSpyElement" id="fullguide"></a>
|
2269
|
+
<div class="container">
|
2270
|
+
<div class="row content">
|
2271
|
+
<div class="span12 headline"><h1>Guide to your cinema</h1></div>
|
2272
|
+
</div>
|
2273
|
+
</div>
|
2274
|
+
|
2275
|
+
<!-- Start Accessibility -->
|
2276
|
+
<div class="container">
|
2277
|
+
<div class="row content">
|
2278
|
+
<div class="span12 container-shadow tabs cinema-info">
|
2279
|
+
<ul class="nav nav-tabs pure medium moar" role="tablist">
|
2280
|
+
<li class="active" role="tab"><a href="#cinema-info" data-toggle="tab">Cinema info</a></li>
|
2281
|
+
<li role="tab"><a href="#accessibilitytab" data-toggle="tab">Accessibility</a></li>
|
2282
|
+
<li role="tab"><a href="#auditorium-info" data-toggle="tab">Auditorium info</a></li>
|
2283
|
+
<li role="tab"><a href="#corporate-hire" data-toggle="tab">Corporate hire</a></li>
|
2284
|
+
</ul>
|
2285
|
+
<div class="span12 white border-blue">
|
2286
|
+
<div class="tab-content">
|
2287
|
+
<div class="tab-pane cinema-info active" id="cinema-info" role="tabpanel">
|
2288
|
+
<p>General Manager: Christian Webber</p>
|
2289
|
+
<p>ODEON Brighton is situated on the seafront. The cinema has 8 screens (Premier Seats, Costa, Ben & Jerry's) 5 ATMs which are located in the main foyer. Churchill Square Shopping Centre has the closest car park.</p>
|
2290
|
+
<h3>Local Facility</h3>
|
2291
|
+
<p>Local restaurants include McDonalds, and a number of fast food outlets and a wide variety of more upmarket dining establishments in the City Centre.</p>
|
2292
|
+
<h3>Education</h3>
|
2293
|
+
<p>Many current and forthcoming film releases have a strong relevance to subjects covered in the national curriculum, provoking discussion and debate in an inspirational way. With media and communication becoming ever-popular choices, the cinema can provide a useful and relevant study aid for further and higher education. It's a real treat too, making a visit to ODEON Cinemas the perfect reward for good behaviour or record levels of attendance.<br><br><a href="/contactus/">For more details and our special booking rates please contact us via email by clicking here.</a></p>
|
2294
|
+
</div>
|
2295
|
+
|
2296
|
+
<div class="tab-pane accessibility" id="accessibilitytab" role="tabpanel">
|
2297
|
+
<div class="row">
|
2298
|
+
<div class="span8">
|
2299
|
+
<h3>Disabled facilities</h3>
|
2300
|
+
<p>ODEON Brighton is located on the seafront in between the two piers and next door to the Churchill Square Shopping Centre. It is approximately a ten minute walk to Brighton railway station. The nearest bus stop is in front of Churchill Square Shopping Centre; approximately a three minute walk away.<br />
|
2301
|
+
<br />
|
2302
|
+
Churchill Square Shopping Centre has the closest car park which has parking available for Blue Badge holders. This is approximately a three minute walk from the cinema.<br />
|
2303
|
+
<br />
|
2304
|
+
The car and taxi drop off point is directly outside the cinema on West Street; there is a lay by.<br />
|
2305
|
+
<br />
|
2306
|
+
The cinema has two entrances, one to the rear of the building and one at the front both with level access. The rear entrance has an automatic door, whilst the front entrance is a push/pull door. The box office, ticket machines and refreshments stand are located on the ground floor. There are three ticket machines situated directly opposite the box office.<br />
|
2307
|
+
<br />
|
2308
|
+
The first floor has access via a lift and stairs. Please be aware that the lift may not be suitable for some larger and longer Wheelchairs; it is quite a shallow lift. The stairs do have handrails.<br />
|
2309
|
+
<br />
|
2310
|
+
Ben & Jerry?s and Costa Coffee can be accessed via the seafront promenade or from inside the cinema directly. If you require any assistance, please ask a member of the team.<br />
|
2311
|
+
<br />
|
2312
|
+
Customer seating is available on the first floor near the entrance to Screens 1, 2, 3, 4 and 5, whilst Costa Coffee do provide seating for guests on the ground floor with a sea view. <br />
|
2313
|
+
<br />
|
2314
|
+
Male and female washrooms are available on both floors, with fully accessible washrooms located on the ground floor by the entrance to Screens 6 and 7, and on the first floor just by the lift.<br />
|
2315
|
+
<br />
|
2316
|
+
Screen 7 is the only Screen at ODEON Brighton not accessible to Wheelchair users or those with limited mobility as there is only access via stairs.<br />
|
2317
|
+
<br />
|
2318
|
+
Screens 1, 2, 3, 4 and 5 are situated on the first floor and can be accessed via lift or stairs with handrails. Screens 1 and 5 have four double Wheelchair bays available with adjacent seating towards the front of the auditorium. Screens 2 and 3 have two Wheelchair bays located towards the front of the Screen with companion seating. Screen 4 has three double Wheelchair bays available towards the front of the auditorium with adjacent companion seating. These screens all have stepped aisles towards the rear with no access to handrails.<br />
|
2319
|
+
<br />
|
2320
|
+
Please be aware that Screens 3, 4 and 5 will need staff assistance for Wheelchair users or those with limited mobility. If you require any assistance, please just inform a member of the team at the Customer Service point on the ground floor.<br />
|
2321
|
+
<br />
|
2322
|
+
Screens 6, 7 and 8 are located on the ground floor, with only 6 and 8 with full accessibility. Screen 6 has two double Wheelchair bays towards the back of the Screen with adjacent companion seating, whilst Screen 8 has two double Wheelchair bays towards the front of the screen. Screen 6 and 8 have sloped aisles with no handrails.<br />
|
2323
|
+
<br />
|
2324
|
+
Male and female washrooms are available on both floors, with fully accessible washrooms located on the ground floor by the entrance to Screens 6 and 7, and on the first floor just by the lift.</p>
|
2325
|
+
<p>
|
2326
|
+
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
|
2327
|
+
information please visit <a target="_blank" href="http://www.ceacard.co.uk">www.ceacard.co.uk</a> (opens in a new window).
|
2328
|
+
</p>
|
2329
|
+
<p>Text phone users can dial 18001 0808 1560 609 between 11am and 8pm for bookings and information.</p>
|
2330
|
+
<h3>Further information</h3>
|
2331
|
+
<p>
|
2332
|
+
If you have further enquiries please call our Accessible Helpline between 11am and 8pm on <strong>0800 138 3315</strong> or via Type Talk on <strong>1800 1 0808 1560 609</strong>.
|
2333
|
+
</p>
|
2334
|
+
</div>
|
2335
|
+
<div class="span4">
|
2336
|
+
<div class="grey-box">
|
2337
|
+
<i class="icon-phone"></i><h4>Useful numbers</h4>
|
2338
|
+
<p class="teaser"><strong>Accessibility Helpline</strong></p>
|
2339
|
+
<p class="teaser">0800 138 3315</p>
|
2340
|
+
<p>between 11am and 8pm and they will complete the booking</p>
|
2341
|
+
<p class="or">or</p>
|
2342
|
+
<p class="teaser">textphone: 18001 0808 1560 609</p>
|
2343
|
+
<p>between 11am and 8pm for bookings and information</p>
|
2344
|
+
<div class="hrComponent comp"><hr></div>
|
2345
|
+
<p class="teaser"><strong>Public Transport Helpline</strong></p>
|
2346
|
+
<p class="teaser">0871 200 2233</p>
|
2347
|
+
<div class="hrComponent comp"><hr></div>
|
2348
|
+
<p class="teaser"><strong>CEA Card Network</strong></p>
|
2349
|
+
<p class="teaser">minicom: 0845 123 1292</p>
|
2350
|
+
<p class="or">or</p>
|
2351
|
+
<p class="teaser">textphone: 0845 123 1297</p>
|
2352
|
+
</div>
|
2353
|
+
</div>
|
2354
|
+
</div>
|
2355
|
+
</div>
|
2356
|
+
|
2357
|
+
<div class="tab-pane auditorium-info" id="auditorium-info" role="tabpanel">
|
2358
|
+
|
2359
|
+
<div class="row">
|
2360
|
+
<div class="span12">
|
2361
|
+
<p>ODEON @ Brighton offers 8 screens.</p>
|
2362
|
+
</div>
|
2363
|
+
</div>
|
2364
|
+
|
2365
|
+
|
2366
|
+
<div class="row">
|
2367
|
+
<div class="span2">
|
2368
|
+
<h4>Screen 1</h4>
|
2369
|
+
<ul class="unstyled">
|
2370
|
+
<li><strong>340 Seats</strong></li>
|
2371
|
+
<li><i class="icon-wheelchair-dark"></i> 4 Wheelchair Spaces - front</li>
|
2372
|
+
<li>Digital AES Sound</li>
|
2373
|
+
<li>18 Premier seats - Situated to the rear of the auditorium</li>
|
2374
|
+
</ul>
|
2375
|
+
</div>
|
2376
|
+
<div class="span2">
|
2377
|
+
<h4>Screen 2</h4>
|
2378
|
+
<ul class="unstyled">
|
2379
|
+
<li><strong>202 Seats</strong></li>
|
2380
|
+
<li><i class="icon-wheelchair-dark"></i> 2 Wheelchair Spaces - Rear of front block</li>
|
2381
|
+
<li>Digital AES Sound</li>
|
2382
|
+
<li>8 Premier seats - Situated to the rear of the auditorium</li>
|
2383
|
+
</ul>
|
2384
|
+
</div>
|
2385
|
+
<div class="span2">
|
2386
|
+
<h4>Screen 3</h4>
|
2387
|
+
<ul class="unstyled">
|
2388
|
+
<li><strong>212 Seats</strong></li>
|
2389
|
+
<li><i class="icon-wheelchair-dark"></i> 3 wheelchair spaces - Front</li>
|
2390
|
+
<li>Digital AES Sound</li>
|
2391
|
+
<li>38 Premier seats - Situated to the rear of the auditorium</li>
|
2392
|
+
</ul>
|
2393
|
+
</div>
|
2394
|
+
<div class="span2">
|
2395
|
+
<h4>Screen 4</h4>
|
2396
|
+
<ul class="unstyled">
|
2397
|
+
<li><strong>215 Seats</strong></li>
|
2398
|
+
<li><i class="icon-wheelchair-dark"></i> 3 wheelchair spaces - Front</li>
|
2399
|
+
<li>Digital AES Sound</li>
|
2400
|
+
<li>9 Premier seats - Situated to the rear of the auditorium</li>
|
2401
|
+
</ul>
|
2402
|
+
</div>
|
2403
|
+
<div class="span2">
|
2404
|
+
<h4>Screen 5</h4>
|
2405
|
+
<ul class="unstyled">
|
2406
|
+
<li><strong>453 Seats</strong></li>
|
2407
|
+
<li><i class="icon-wheelchair-dark"></i> 4 Wheelchair Spaces - front</li>
|
2408
|
+
<li>Digital AES Sound</li>
|
2409
|
+
<li>36 Premier seats - Situated to the rear of the auditorium</li>
|
2410
|
+
</ul>
|
2411
|
+
</div>
|
2412
|
+
<div class="span2">
|
2413
|
+
<h4>Screen 6</h4>
|
2414
|
+
<ul class="unstyled">
|
2415
|
+
<li><strong>229 Seats</strong></li>
|
2416
|
+
<li><i class="icon-wheelchair-dark"></i> 3 Wheelchair spaces - Back</li>
|
2417
|
+
<li>Digital AES Sound</li>
|
2418
|
+
<li>32 Premier seats - Situated to the rear of the auditorium</li>
|
2419
|
+
</ul>
|
2420
|
+
</div>
|
2421
|
+
</div>
|
2422
|
+
<div class="hrComponent comp"><hr /></div>
|
2423
|
+
<div class="row">
|
2424
|
+
<div class="span2">
|
2425
|
+
<h4>Screen 7</h4>
|
2426
|
+
<ul class="unstyled">
|
2427
|
+
<li><strong>247 Seats</strong></li>
|
2428
|
+
<li><i class="icon-wheelchair-dark"></i> No disabled access</li>
|
2429
|
+
<li>Digital AES Sound</li>
|
2430
|
+
<li>54 Premier seats - Situated to the rear of the auditorium</li>
|
2431
|
+
</ul>
|
2432
|
+
</div>
|
2433
|
+
<div class="span2">
|
2434
|
+
<h4>Screen 8</h4>
|
2435
|
+
<ul class="unstyled">
|
2436
|
+
<li><strong>86 Seats</strong></li>
|
2437
|
+
<li><i class="icon-wheelchair-dark"></i> 2 Wheelchair Spaces - Front</li>
|
2438
|
+
<li>Digital AES Sound</li>
|
2439
|
+
</ul>
|
2440
|
+
</div>
|
2441
|
+
</div>
|
2442
|
+
<div class="hrComponent comp"><hr /></div>
|
2443
|
+
|
2444
|
+
</div>
|
2445
|
+
|
2446
|
+
<div class="tab-pane corporate-hire" id="corporate-hire" role="tabpanel">
|
2447
|
+
<div class="row">
|
2448
|
+
<div class="span12">
|
2449
|
+
<h3>Turn your everyday presentation or conference into something spectacular</h3>
|
2450
|
+
</div>
|
2451
|
+
</div>
|
2452
|
+
<div class="row">
|
2453
|
+
<div class="span7">
|
2454
|
+
<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>
|
2455
|
+
<p>Holding you 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>
|
2456
|
+
<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>
|
2457
|
+
</div>
|
2458
|
+
<div class="span5">
|
2459
|
+
<ul class="unstyled grey-box">
|
2460
|
+
<li><i class="icon-phone"></i>For further information please call<br /><strong>0203 432 0550</strong></li>
|
2461
|
+
<div class="hrComponent comp"><hr /></div>
|
2462
|
+
<li><i class="icon-email"></i><a href="http://www.odeon.co.uk/fanatic/enquire-now">Email us</a></li>
|
2463
|
+
<div class="hrComponent comp"><hr /></div>
|
2464
|
+
<li>Or visit the <a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/">ODEON Corporate Events </a> site for more details.</li>
|
2465
|
+
</ul>
|
2466
|
+
</div>
|
2467
|
+
</div>
|
2468
|
+
<div class="hrComponent comp">
|
2469
|
+
<hr />
|
2470
|
+
</div>
|
2471
|
+
<div class="row">
|
2472
|
+
<div class="span4">
|
2473
|
+
<div class="teaserComponent comp">
|
2474
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/cinema-info-01.jpg">
|
2475
|
+
<h4>Conferencing</h4>
|
2476
|
+
<ul>
|
2477
|
+
<li>AGMs</li>
|
2478
|
+
<li>Presentations</li>
|
2479
|
+
<li>Roadshows</li>
|
2480
|
+
<li>Product launches</li>
|
2481
|
+
<li>Satellite conferencing</li>
|
2482
|
+
<li>Workshops and seminars</li>
|
2483
|
+
</ul>
|
2484
|
+
</div>
|
2485
|
+
</div>
|
2486
|
+
<div class="span4">
|
2487
|
+
<div class="teaserComponent comp">
|
2488
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/cinema-info-02.jpg">
|
2489
|
+
<h4>Private screenings</h4>
|
2490
|
+
<ul>
|
2491
|
+
<li>Corporate hospitality</li>
|
2492
|
+
<li>Reward your employees</li>
|
2493
|
+
<li>VIP experience</li>
|
2494
|
+
<li>Special occasions</li>
|
2495
|
+
</ul>
|
2496
|
+
</div>
|
2497
|
+
</div>
|
2498
|
+
<div class="span4">
|
2499
|
+
<div class="teaserComponent comp">
|
2500
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/cinema-info-03.jpg">
|
2501
|
+
<h4>Venue hire</h4>
|
2502
|
+
<ul>
|
2503
|
+
<li>Film shoots</li>
|
2504
|
+
<li>Video gaming</li>
|
2505
|
+
<li>Fashion shows</li>
|
2506
|
+
<li>Church groups</li>
|
2507
|
+
<li>Award ceremonies</li>
|
2508
|
+
<li>Universities and schools</li>
|
2509
|
+
</ul>
|
2510
|
+
</div>
|
2511
|
+
</div>
|
2512
|
+
</div>
|
2513
|
+
</div>
|
2514
|
+
</div>
|
2515
|
+
</div>
|
2516
|
+
</div>
|
2517
|
+
</div>
|
2518
|
+
</div>
|
2519
|
+
<!-- End Accessibility -->
|
2520
|
+
<img height="1" width="1" src="http://switch.atdmt.com/action/pcsode_CinemaLocation_S71">
|
2521
|
+
|
2522
|
+
<script type="text/javascript">
|
2523
|
+
<!--//
|
2524
|
+
function switchTabHolderBorder(e) {
|
2525
|
+
if ($(e.target).prop('tagName') == 'SPAN') {
|
2526
|
+
$(e.target).parent().parent().parent().parent().css('border-color', $(e.target).parent().css('background-color'));
|
2527
|
+
} else {
|
2528
|
+
$(e.target).parent().parent().parent().css('border-color', $(e.target).css('background-color'));
|
2529
|
+
}
|
2530
|
+
}
|
2531
|
+
|
2532
|
+
$(document).ready(function() {
|
2533
|
+
var firstTab = $('.invert .nav-tabs li.active');
|
2534
|
+
firstTab.parent().parent().css('border-color', firstTab.find('a').css('background-color'));
|
2535
|
+
$('body').on('click', '.invert .nav-tabs a', switchTabHolderBorder);
|
2536
|
+
$('body').on('click', '.invert .nav-tabs a span', switchTabHolderBorder);
|
2537
|
+
});
|
2538
|
+
|
2539
|
+
//-->
|
2540
|
+
</script>
|
2541
|
+
<!-- trailer player: put in DOM when webiste is rendering
|
2542
|
+
OR: init by trailer link (trailer body html will be loaded and then appended to DOM)
|
2543
|
+
<a href="http://odeon.trailer.cineweb.de/wizard_oz.mp4"
|
2544
|
+
class="kkvideo-trigger"
|
2545
|
+
data-film-id="1234"
|
2546
|
+
>Trailer-Link</a>
|
2547
|
+
/trailer player -->
|
2548
|
+
|
2549
|
+
<div class="evil-inpage-banner-outer-bottom">
|
2550
|
+
<div class="evil-inpage-banner-inner">
|
2551
|
+
</div>
|
2552
|
+
</div>
|
2553
|
+
<div id="ad_skyscraper" class="evil-skyscraper-banner-one">
|
2554
|
+
<script type='text/javascript'><!--// <![CDATA[
|
2555
|
+
OA_show(12);
|
2556
|
+
// ]]> --></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&n=ps0297340' /></a></noscript> </div>
|
2557
|
+
<div id="ad_skyscraper2" class="evil-skyscraper-banner-two">
|
2558
|
+
<script type='text/javascript'><!--// <![CDATA[
|
2559
|
+
OA_show(21);
|
2560
|
+
// ]]> --></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&n=a3b7b2a4' /></a></noscript> </div>
|
2561
|
+
<footer>
|
2562
|
+
<div class="row content">
|
2563
|
+
<hr />
|
2564
|
+
<div class="container">
|
2565
|
+
<div class="span3">
|
2566
|
+
<h2>ODEON</h2>
|
2567
|
+
<ul class="unstyled">
|
2568
|
+
<li><a href="http://www.odeon.co.uk/about-us/">About Us</a></li>
|
2569
|
+
<li><a href="http://www.odeon.co.uk/corporate-social-responsibility/">Corporate Social Responsibility</a></li>
|
2570
|
+
<li><a href="http://www.odeon.co.uk/fanatic/conferencing-and-events/">Corporate Events</a></li>
|
2571
|
+
<li><a href="http://www.odeoncareers.co.uk">Careers</a></li>
|
2572
|
+
</ul>
|
2573
|
+
<ul class="unstyled">
|
2574
|
+
<li><a href="http://www.odeon.co.uk/cinemas/london/">London Cinemas</a></li>
|
2575
|
+
<li><a href="http://www.odeon.co.uk/cinema-tickets/">Cinema Tickets</a></li>
|
2576
|
+
<li><a href="http://www.odeon.co.uk/cinema-listings/">Cinema Listings</a></li>
|
2577
|
+
<li><a href="http://www.odeon.co.uk/cinema-times/">Cinema Times</a></li>
|
2578
|
+
</ul>
|
2579
|
+
<ul class="unstyled">
|
2580
|
+
<li><a href="http://www.odeoncinemas.ie">ODEON Ireland</a></li>
|
2581
|
+
|
2582
|
+
</ul>
|
2583
|
+
</div>
|
2584
|
+
<div class="span3">
|
2585
|
+
<h2>Mobile</h2>
|
2586
|
+
<ul class="unstyled">
|
2587
|
+
<li class="active"><i class="icon-iphone"></i> <a href="http://itunes.apple.com/gb/app/odeon/id416549949?mt=8&ls=1?utm_source=odeon&tm_medium=banner&utm_content=app_homepage_banner&utm_campaign=app_hompage_banner_17_02_2011">iPhone App</a></li>
|
2588
|
+
<li><i class="icon-android"></i> <a href="https://market.android.com/details?id=uk.co.odeon.androidapp">Android App</a></li>
|
2589
|
+
<li><i class="icon-mobile"></i> <a href="http://mobi.odeon.co.uk">ODEON Mobile Site</a></li>
|
2590
|
+
</ul>
|
2591
|
+
</div>
|
2592
|
+
<div class="span3">
|
2593
|
+
<h2>Connect</h2>
|
2594
|
+
<ul class="unstyled">
|
2595
|
+
<li class="active"><i class="icon-facebook"></i> <a href="http://www.facebook.com/odeon">Facebook</a></li>
|
2596
|
+
<li><i class="icon-twitter"></i> <a href="http://twitter.com/#!/ODEONCinemas">Twitter</a></li>
|
2597
|
+
<!-- <li><i class="icon-google"></i> <a href="#">Google+</a></li> -->
|
2598
|
+
<li><i class="icon-youtube"></i> <a href="http://www.youtube.com/odeonuk">YouTube</a></li>
|
2599
|
+
</ul>
|
2600
|
+
</div>
|
2601
|
+
<div class="span3">
|
2602
|
+
<h2>Help & Support</h2>
|
2603
|
+
<ul class="unstyled">
|
2604
|
+
<li><a href="http://www.odeon.co.uk/faqs/">FAQs</a></li>
|
2605
|
+
<li><a href="http://www.odeon.co.uk/accessibility/">Accessibility</a></li>
|
2606
|
+
<li><a href="http://www.odeon.co.uk/contactus/">Contact Us</a></li>
|
2607
|
+
<li><a href="http://www.odeon.co.uk/privacy-and-legal/cookie-policy/">About our Cookies</a></li>
|
2608
|
+
</ul>
|
2609
|
+
<h2>Filmline: 0871 22 44 007</h2>
|
2610
|
+
<p>Calls cost 10p per minute plus network extras.</p>
|
2611
|
+
</div>
|
2612
|
+
</div>
|
2613
|
+
<hr />
|
2614
|
+
<div class="container">
|
2615
|
+
<div class="span9">
|
2616
|
+
<span>© ODEON Cinemas Holdings Limited 2006 to 2013 - All rights reserved.</span>
|
2617
|
+
</div>
|
2618
|
+
<div class="span3">
|
2619
|
+
<ul class="inline">
|
2620
|
+
<li><a href="/privacy-and-legal/">Privacy and Legal</a></li>
|
2621
|
+
<li><span>|</span></li>
|
2622
|
+
<li><a href="http://www.odeon.co.uk/sitemap/">Sitemap</a></li>
|
2623
|
+
</ul>
|
2624
|
+
</div>
|
2625
|
+
</div>
|
2626
|
+
<hr />
|
2627
|
+
</div>
|
2628
|
+
<div class="row content">
|
2629
|
+
<div class="container">
|
2630
|
+
<span class="footer-quote">"Fanatical About Film"</span>
|
2631
|
+
</div>
|
2632
|
+
</div>
|
2633
|
+
</footer>
|
2634
|
+
|
2635
|
+
<!-- Start Showtimes Popup -->
|
2636
|
+
<!-- Start Sold Out popup -->
|
2637
|
+
<div class="popover performance-sold-out fade bottom in sold-out">
|
2638
|
+
<div class="arrow"></div>
|
2639
|
+
<div class="popover-content">
|
2640
|
+
<div class="info-corner">
|
2641
|
+
<span>Sorry, this performance is sold out.</span>
|
2642
|
+
</div>
|
2643
|
+
</div>
|
2644
|
+
</div>
|
2645
|
+
<!-- End Sold Out popup -->
|
2646
|
+
|
2647
|
+
<!-- Start No Avabel popup -->
|
2648
|
+
<div class="popover performance-no-available fade bottom in available">
|
2649
|
+
<div class="arrow"></div>
|
2650
|
+
<div class="popover-content">
|
2651
|
+
<div class="info-corner">
|
2652
|
+
<span>Sorry, this performance is not available.</span>
|
2653
|
+
</div>
|
2654
|
+
</div>
|
2655
|
+
</div>
|
2656
|
+
<!-- End Sold Out popup -->
|
2657
|
+
|
2658
|
+
<!-- Start Booking popup -->
|
2659
|
+
<div class="popover performance-popup fade bottom in one-btn">
|
2660
|
+
<div class="arrow"></div>
|
2661
|
+
<div class="popover-content">
|
2662
|
+
<div class="popover-inner">
|
2663
|
+
<div class="info-corner">
|
2664
|
+
<div class="gallery-showing" id="data-booking-gallery"><i class="gallery-icon">G</i><h5>Gallery showing</h5><span>(over 18s only)</span></div>
|
2665
|
+
<div class="attr-left">
|
2666
|
+
<strong>Starts:</strong><br />
|
2667
|
+
<strong>Screen:</strong><br />
|
2668
|
+
</div>
|
2669
|
+
<div id="data-booking-details" class="attr-right"></div>
|
2670
|
+
</div>
|
2671
|
+
<div class="grad-ver">
|
2672
|
+
<div>
|
2673
|
+
<a href="#" class="btn orange" id="data-booking-href">Book now</a>
|
2674
|
+
</div>
|
2675
|
+
</div>
|
2676
|
+
</div>
|
2677
|
+
<div class="white" id="data-booking-freelist-suspended">
|
2678
|
+
Free passes restricted - <a href="/free-list-suspended/">Find out more</a>
|
2679
|
+
</div>
|
2680
|
+
<div class="key" id="data-booking-audio-described">
|
2681
|
+
<strong>This is an Audio Described Performance:</strong> This performance is Audio Described for the hard of hearing via headphones available from the Box Office.
|
2682
|
+
</div>
|
2683
|
+
<div class="key" id="data-booking-subtitled">
|
2684
|
+
<strong>This is a Subtitled Performance:</strong> Displays subtitles on screen to benefit guests who may be hard of hearing.
|
2685
|
+
</div>
|
2686
|
+
<div class="key" id="data-booking-senior-screen">
|
2687
|
+
<strong>This is a Senior Screen Performance:</strong> Reduced ticket price and free tea or coffee for over 60s.
|
2688
|
+
</div>
|
2689
|
+
</div>
|
2690
|
+
</div>
|
2691
|
+
<!-- End Booking popup --><!-- End Showtimes Popup --> </div>
|
2692
|
+
</body>
|
2693
|
+
|
2694
|
+
</html>
|
2695
|
+
|
2696
|
+
|
2697
|
+
<script type='text/javascript'>
|
2698
|
+
var ebRand = Math.random()+'';
|
2699
|
+
ebRand = ebRand * 1000000;
|
2700
|
+
//<![CDATA[
|
2701
|
+
document.write('<scr'+'ipt src="'+site_protocol+'bs.serving-sys.com/BurstingPipe/ActivityServer.bs?cn=as&ActivityID=112637&rnd=' + ebRand + '"></scr' + 'ipt>');
|
2702
|
+
//]]>
|
2703
|
+
</script>
|
2704
|
+
<noscript>
|
2705
|
+
<img width="1" height="1" style="border:0" src="https://bs.serving-sys.com/BurstingPipe/ActivityServer.bs?cn=as&ActivityID=112637&ns=1"/>
|
2706
|
+
</noscript>
|