odeon_uk 2.0.4 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/CHANGELOG.md +6 -0
- data/Rakefile +29 -0
- data/lib/odeon_uk/api/cinema.rb +62 -0
- data/lib/odeon_uk/api/response.rb +55 -0
- data/lib/odeon_uk/api/screenings.rb +89 -0
- data/lib/odeon_uk/cinema.rb +53 -114
- data/lib/odeon_uk/configuration.rb +21 -0
- data/lib/odeon_uk/html/cinema.rb +101 -0
- data/lib/odeon_uk/html/parser/film_with_screenings.rb +160 -0
- data/lib/odeon_uk/html/screenings.rb +38 -0
- data/lib/odeon_uk/{internal → html}/website.rb +1 -1
- data/lib/odeon_uk/internal/title_sanitizer.rb +1 -0
- data/lib/odeon_uk/screening.rb +7 -15
- data/lib/odeon_uk/version.rb +2 -2
- data/lib/odeon_uk.rb +11 -4
- data/odeon_uk.gemspec +2 -0
- data/rake/fixture_creator.rb +98 -0
- data/test/fixtures/api/all_cinemas.plist +0 -0
- data/test/fixtures/api/app_init.plist +0 -0
- data/test/fixtures/api/film_times/71-100747.plist +0 -0
- data/test/fixtures/api/film_times/71-100750.plist +0 -0
- data/test/fixtures/api/film_times/71-100790.plist +0 -0
- data/test/fixtures/api/film_times/71-14646.plist +0 -0
- data/test/fixtures/api/film_times/71-14725.plist +0 -0
- data/test/fixtures/api/film_times/71-15086.plist +0 -0
- data/test/fixtures/api/film_times/71-15096.plist +0 -0
- data/test/fixtures/api/film_times/71-15122.plist +0 -0
- data/test/fixtures/api/film_times/71-15130.plist +0 -0
- data/test/fixtures/api/film_times/71-15141.plist +0 -0
- data/test/fixtures/api/film_times/71-15142.plist +0 -0
- data/test/fixtures/api/film_times/71-15143.plist +0 -0
- data/test/fixtures/api/film_times/71-15144.plist +0 -0
- data/test/fixtures/api/film_times/71-15145.plist +0 -0
- data/test/fixtures/api/film_times/71-15170.plist +0 -0
- data/test/fixtures/api/film_times/71-15172.plist +0 -0
- data/test/fixtures/api/film_times/71-15177.plist +0 -0
- data/test/fixtures/api/film_times/71-15179.plist +0 -0
- data/test/fixtures/api/film_times/71-15182.plist +0 -0
- data/test/fixtures/api/film_times/71-15286.plist +0 -0
- data/test/fixtures/api/film_times/71-15360.plist +0 -0
- data/test/fixtures/api/film_times/71-15586.plist +0 -0
- data/test/fixtures/api/film_times/71-15700.plist +0 -0
- data/test/fixtures/api/film_times/71-15718.plist +0 -0
- data/test/fixtures/api/film_times/71-15768.plist +0 -0
- data/test/fixtures/api/film_times/71-15788.plist +0 -0
- data/test/fixtures/api/film_times/71-15793.plist +0 -0
- data/test/fixtures/api/film_times/71-15794.plist +0 -0
- data/test/fixtures/api/film_times/71-15795.plist +0 -0
- data/test/fixtures/api/film_times/71-15796.plist +0 -0
- data/test/fixtures/api/film_times/71-15799.plist +0 -0
- data/test/fixtures/api/film_times/71-15802.plist +0 -0
- data/test/fixtures/api/film_times/71-15814.plist +0 -0
- data/test/fixtures/api/film_times/71-15817.plist +0 -0
- data/test/fixtures/api/film_times/71-15840.plist +0 -0
- data/test/fixtures/{cinema/leicester_square.html → html/cinema/105.html} +384 -313
- data/test/fixtures/{cinema/bfi_imax.html → html/cinema/211.html} +677 -355
- data/test/fixtures/{cinema/brighton.html → html/cinema/71.html} +899 -431
- data/test/fixtures/html/showtimes/11-imax.html +170 -0
- data/test/fixtures/html/showtimes/171-d-box.html +203 -0
- data/test/fixtures/html/showtimes/71-0.html +59 -0
- data/test/fixtures/html/showtimes/71.html +2395 -0
- data/test/fixtures/{sitemap.html → html/sitemap.html} +264 -352
- data/test/lib/odeon_uk/api/cinema_test.rb +149 -0
- data/test/lib/odeon_uk/api/response_test.rb +44 -0
- data/test/lib/odeon_uk/api/screenings_test.rb +43 -0
- data/test/lib/odeon_uk/cinema_test.rb +373 -148
- data/test/lib/odeon_uk/configuration_test.rb +29 -0
- data/test/lib/odeon_uk/html/cinema_test.rb +149 -0
- data/test/lib/odeon_uk/{internal/film_with_screenings_parser_test.rb → html/parser/film_with_screenings_test.rb} +12 -42
- data/test/lib/odeon_uk/html/screenings_test.rb +43 -0
- data/test/lib/odeon_uk/html/website_test.rb +37 -0
- data/test/lib/odeon_uk/screening_test.rb +17 -83
- data/test/support/api_fixtures_helper.rb +34 -0
- data/test/support/website_fixtures_helper.rb +25 -0
- data/test/test_helper.rb +7 -2
- metadata +149 -34
- data/lib/odeon_uk/film.rb +0 -65
- data/lib/odeon_uk/internal/film_with_screenings_parser.rb +0 -159
- data/lib/odeon_uk/internal/showtimes_page.rb +0 -36
- data/test/fixture_updater.rb +0 -72
- data/test/fixtures/showtimes/brighton/film_first.html +0 -92
- data/test/fixtures/showtimes/brighton/film_last.html +0 -100
- data/test/fixtures/showtimes/brighton.html +0 -2071
- data/test/fixtures/showtimes/liverpool_one/film_first_dbox.html +0 -188
- data/test/fixtures/showtimes/manchester/film_first_imax.html +0 -182
- data/test/lib/odeon_uk/film_test.rb +0 -142
- data/test/lib/odeon_uk/internal/showtimes_page_test.rb +0 -51
- data/test/lib/odeon_uk/internal/website_test.rb +0 -59
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
(function(){
|
|
17
17
|
|
|
18
|
-
if (window.isMobileDevice()) {
|
|
18
|
+
if (!window.isMobileDevice()) {
|
|
19
19
|
return;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -64,22 +64,21 @@
|
|
|
64
64
|
|
|
65
65
|
<!-- Le styles -->
|
|
66
66
|
|
|
67
|
-
<link href="/css/
|
|
68
|
-
<!--[if IE]
|
|
69
|
-
<!--[if IE]
|
|
70
|
-
<!--[if IE]
|
|
67
|
+
<link href="/css/main_t1426242250.css" media="all" rel="stylesheet" type="text/css">
|
|
68
|
+
<!--[if IE]><link href="/css/main0_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
|
|
69
|
+
<!--[if IE]><link href="/css/main1_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
|
|
70
|
+
<!--[if IE]><link href="/css/main2_t1426242250.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
|
|
71
71
|
<link href="/images/ico/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed">
|
|
72
72
|
<link href="/images/ico/apple-touch-icon-114-precomposed.png" rel="apple-touch-icon-precomposed">
|
|
73
73
|
<link href="/images/ico/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon-precomposed">
|
|
74
74
|
<link href="/images/ico/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed">
|
|
75
75
|
<link href="/images/ico/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon">
|
|
76
|
-
<!--[if lte IE 9]
|
|
76
|
+
<!--[if lte IE 9]><link href="/css/ie9.css" media="all" rel="stylesheet" type="text/css"><![endif]-->
|
|
77
77
|
<script type="text/javascript">var website_app_locale = 'uk';</script>
|
|
78
78
|
<script type="text/javascript">var site_protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://') </script>
|
|
79
79
|
<script type="text/javascript">var media_host = "http://m.odeon.co.uk/";</script>
|
|
80
80
|
<!-- Scripts -->
|
|
81
|
-
<script type="text/javascript" src="/build/js/odeon.min.
|
|
82
|
-
<!--[if !IE]><script type="text/javascript" src="/source/js/vendor/jwplayer.html5.js"></script><![endif]-->
|
|
81
|
+
<script type="text/javascript" src="/build/js/odeon.min.03132015102356.jgz"></script>
|
|
83
82
|
<!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/selectivizr-min.js"></script><![endif]-->
|
|
84
83
|
<!--[if lt IE 9]><script type="text/javascript" src="/static/js/vendor/IE9.js"></script><![endif]--> <!--[if !IE]><!--><script>
|
|
85
84
|
if (/*@cc_on!@*/false && document.documentMode === 10) {
|
|
@@ -326,7 +325,7 @@
|
|
|
326
325
|
<option value="133">Liverpool Switch Island</option>
|
|
327
326
|
<option value="213">Llanelli</option>
|
|
328
327
|
<option value="105">London - Leicester Square</option>
|
|
329
|
-
<option value="139">London - West End</option>
|
|
328
|
+
<option value="139">London - West End - Now closed</option>
|
|
330
329
|
<option value="183">Loughborough</option>
|
|
331
330
|
<option value="10">Maidenhead</option>
|
|
332
331
|
<option value="109">Maidstone</option>
|
|
@@ -334,7 +333,7 @@
|
|
|
334
333
|
<option value="110">Mansfield</option>
|
|
335
334
|
<option value="111">Marble Arch</option>
|
|
336
335
|
<option value="174">Metrocentre</option>
|
|
337
|
-
<option value="
|
|
336
|
+
<option value="218">Milton Keynes Stadium</option>
|
|
338
337
|
<option value="112">Muswell Hill</option>
|
|
339
338
|
<option value="184">Newark</option>
|
|
340
339
|
<option value="13">Norwich</option>
|
|
@@ -448,177 +447,127 @@
|
|
|
448
447
|
<div class="selectpicker select-icon-select">
|
|
449
448
|
<select id="your-film" data-size="10" name="filmMasterId">
|
|
450
449
|
<option value="0">Select a specific film</option>
|
|
451
|
-
<option value="
|
|
452
|
-
<option value="
|
|
453
|
-
<option value="
|
|
454
|
-
<option value="
|
|
455
|
-
<option value="
|
|
456
|
-
<option value="
|
|
457
|
-
<option value="
|
|
458
|
-
<option value="
|
|
459
|
-
<option value="
|
|
460
|
-
<option value="15129" >Before I Go To Sleep</option>
|
|
461
|
-
<option value="15125" >Begin Again</option>
|
|
462
|
-
<option value="14958" >Belle</option>
|
|
463
|
-
<option value="15450" >Berliner Philharmoniker 2014 (Bernard Haitink)</option>
|
|
450
|
+
<option value="4025" >A Clockwork Orange</option>
|
|
451
|
+
<option value="15758" >A Most Violent Year</option>
|
|
452
|
+
<option value="15822" >Ali Kundilli</option>
|
|
453
|
+
<option value="15748" >American Sniper</option>
|
|
454
|
+
<option value="15840" >Andre Rieu's 2015 Maastricht Concert</option>
|
|
455
|
+
<option value="15825" >Appropriate Behaviour</option>
|
|
456
|
+
<option value="100789" >Autism Friendly - Focus</option>
|
|
457
|
+
<option value="100792" >Autism Friendly - Home</option>
|
|
458
|
+
<option value="2209" >Bad Boys</option>
|
|
464
459
|
<option value="15451" >Berliner Philharmoniker 2014 (Mariss Jansons)</option>
|
|
465
|
-
<option value="
|
|
466
|
-
<option value="
|
|
467
|
-
<option value="
|
|
460
|
+
<option value="15286" >Big Hero 6</option>
|
|
461
|
+
<option value="15724" >Birdman</option>
|
|
462
|
+
<option value="15653" >Blade Runner: The Final Cut (re:2015)</option>
|
|
463
|
+
<option value="39" >Bloodsport</option>
|
|
468
464
|
<option value="15299" >Bolshoi Live: Ivan The Terrible</option>
|
|
469
|
-
<option value="15298" >Bolshoi Live: Swan Lake</option>
|
|
470
|
-
<option value="15296" >Bolshoi Live: The Legend Of Love</option>
|
|
471
|
-
<option value="15297" >Bolshoi Live: The Nutcracker</option>
|
|
472
465
|
<option value="15095" >Boyhood</option>
|
|
473
|
-
<option value="
|
|
474
|
-
<option value="
|
|
475
|
-
<option value="
|
|
476
|
-
<option value="
|
|
477
|
-
<option value="
|
|
478
|
-
<option value="
|
|
479
|
-
<option value="
|
|
480
|
-
<option value="
|
|
481
|
-
<option value="
|
|
482
|
-
<option value="
|
|
483
|
-
<option value="
|
|
484
|
-
<option value="
|
|
485
|
-
<option value="
|
|
486
|
-
<option value="
|
|
487
|
-
<option value="
|
|
488
|
-
<option value="
|
|
489
|
-
<option value="
|
|
490
|
-
<option value="
|
|
491
|
-
<option value="
|
|
492
|
-
<option value="
|
|
493
|
-
<option value="
|
|
494
|
-
<option value="
|
|
495
|
-
<option value="
|
|
496
|
-
<option value="
|
|
497
|
-
<option value="
|
|
498
|
-
<option value="
|
|
499
|
-
<option value="
|
|
500
|
-
<option value="
|
|
466
|
+
<option value="15741" >Cake</option>
|
|
467
|
+
<option value="15829" >Carsi Pazar</option>
|
|
468
|
+
<option value="15824" >Catch Me Daddy</option>
|
|
469
|
+
<option value="15179" >Chappie</option>
|
|
470
|
+
<option value="100791" >Cinderella</option>
|
|
471
|
+
<option value="2124" >Clerks</option>
|
|
472
|
+
<option value="15835" >Difret</option>
|
|
473
|
+
<option value="15806" >Drake: Homecoming</option>
|
|
474
|
+
<option value="15804" >Elaine Paige + Live Element</option>
|
|
475
|
+
<option value="15243" >Eno Carmen</option>
|
|
476
|
+
<option value="15242" >ENO Pirates Of Penzance</option>
|
|
477
|
+
<option value="12683" >Enter The Dragon</option>
|
|
478
|
+
<option value="15543" >Exhibition On Screen: The Impressionists</option>
|
|
479
|
+
<option value="15542" >Exhibition On Screen: Vincent Van Gogh</option>
|
|
480
|
+
<option value="15086" >Exodus: Gods And Kings</option>
|
|
481
|
+
<option value="100790" >Fast & Furious 6 & 7 Double Bill</option>
|
|
482
|
+
<option value="14646" >Fast & Furious 7</option>
|
|
483
|
+
<option value="14725" >Fifty Shades Of Grey</option>
|
|
484
|
+
<option value="15871" >Fireman</option>
|
|
485
|
+
<option value="15799" >Focus</option>
|
|
486
|
+
<option value="14869" >Foxcatcher</option>
|
|
487
|
+
<option value="15700" >Get Santa</option>
|
|
488
|
+
<option value="15795" >Globe On Screen: Antony & Cleopatra</option>
|
|
489
|
+
<option value="15794" >Globe On Screen: Julius Caesar</option>
|
|
490
|
+
<option value="15796" >Globe On Screen: The Comedy Of Errors</option>
|
|
491
|
+
<option value="15793" >Globe On Screen: Titus Andronicus</option>
|
|
492
|
+
<option value="2111" >Goldeneye</option>
|
|
493
|
+
<option value="2449" >Heat</option>
|
|
494
|
+
<option value="100798" >High Tide with Live Q&A</option>
|
|
495
|
+
<option value="15122" >Home</option>
|
|
496
|
+
<option value="1120" >Hook</option>
|
|
501
497
|
<option value="11916" >How To Train Your Dragon</option>
|
|
502
498
|
<option value="15182" >How To Train Your Dragon 2</option>
|
|
503
|
-
<option value="
|
|
504
|
-
<option value="
|
|
499
|
+
<option value="13530" >Hubble</option>
|
|
500
|
+
<option value="15815" >Hyena</option>
|
|
501
|
+
<option value="15172" >Interstellar</option>
|
|
502
|
+
<option value="15723" >Into The Woods</option>
|
|
505
503
|
<option value="15344" >Island Of Lemurs: Madagascar</option>
|
|
506
|
-
<option value="
|
|
507
|
-
<option value="
|
|
508
|
-
<option value="
|
|
509
|
-
<option value="
|
|
510
|
-
<option value="
|
|
511
|
-
<option value="
|
|
512
|
-
<option value="
|
|
513
|
-
<option value="
|
|
514
|
-
<option value="
|
|
515
|
-
<option value="15067" >Lucy</option>
|
|
516
|
-
<option value="15292" >Madama Butterfly On Sydney Harbour - Opera Australia</option>
|
|
517
|
-
<option value="15443" >Made In Egypt</option>
|
|
518
|
-
<option value="15265" >Magic In The Moonlight</option>
|
|
519
|
-
<option value="13976" >Maleficent</option>
|
|
520
|
-
<option value="15444" >Mary Kom</option>
|
|
521
|
-
<option value="15152" >MET Opera - Carmen (Live) 2014</option>
|
|
504
|
+
<option value="15718" >It Follows</option>
|
|
505
|
+
<option value="15017" >Jerusalem</option>
|
|
506
|
+
<option value="15173" >Jupiter Ascending</option>
|
|
507
|
+
<option value="15148" >Kill The Messenger</option>
|
|
508
|
+
<option value="15170" >Kingsman: The Secret Service</option>
|
|
509
|
+
<option value="2060" >Leon</option>
|
|
510
|
+
<option value="597" >Lethal Weapon</option>
|
|
511
|
+
<option value="15787" >Love Is Strange</option>
|
|
512
|
+
<option value="15728" >Maxine Peake as Hamlet</option>
|
|
522
513
|
<option value="15159" >MET Opera - Cavalleria Rusticana/Pagliacci (Live) 2015</option>
|
|
523
|
-
<option value="15154" >MET Opera - Die Meistersinger Von Nurnberg (Live) 2014</option>
|
|
524
|
-
<option value="15373" >Met Opera - Ii Barbiere Di Siviglia</option>
|
|
525
|
-
<option value="15157" >MET Opera - Iolanta/Duke Bluebeard's Castle (Live) 2015</option>
|
|
526
514
|
<option value="15158" >MET Opera - La Donna Del Lago (Live) 2015</option>
|
|
527
|
-
<option value="
|
|
528
|
-
<option value="
|
|
529
|
-
<option value="
|
|
530
|
-
<option value="15155" >MET Opera - The Merry Widow (Live) 2015</option>
|
|
531
|
-
<option value="15200" >Million Dollar Arm</option>
|
|
532
|
-
<option value="15395" >Mood Indigo</option>
|
|
533
|
-
<option value="14468" >Mr. Peabody And Sherman</option>
|
|
534
|
-
<option value="14738" >Mrs. Brown's Boys</option>
|
|
535
|
-
<option value="15029" >Mrs. Brown's Boys D'movie</option>
|
|
536
|
-
<option value="14604" >Muppets Most Wanted</option>
|
|
515
|
+
<option value="100795" >MK - Kids Screen - Shaun The Sheep</option>
|
|
516
|
+
<option value="100796" >MK - Kids Screen - Big Hero 6</option>
|
|
517
|
+
<option value="15186" >Mr. Turner</option>
|
|
537
518
|
<option value="6244" >Mystery Film Monday</option>
|
|
538
|
-
<option value="
|
|
539
|
-
<option value="
|
|
540
|
-
<option value="
|
|
541
|
-
<option value="
|
|
542
|
-
<option value="
|
|
543
|
-
<option value="100721" >NT Live - Frankenstein Encore (Jonny Lee Miller As Creature)</option>
|
|
544
|
-
<option value="15388" >Nt Live: A Streetcar Named Desire (Young Vic)</option>
|
|
545
|
-
<option value="100740" >Nt Live: A Streetcar Named Desire (young Vic) (encore)</option>
|
|
546
|
-
<option value="15336" >Nt Live: John</option>
|
|
547
|
-
<option value="100739" >Nt Live: Medea (encore)</option>
|
|
548
|
-
<option value="15337" >Nt Live: Treasure Island</option>
|
|
549
|
-
<option value="15431" >Obvious Child</option>
|
|
550
|
-
<option value="15371" >One Direction: Where We Are - Concert Movie</option>
|
|
551
|
-
<option value="15415" >One Night In Istanbul</option>
|
|
519
|
+
<option value="15091" >Night At The Museum: Secret Of The Tomb</option>
|
|
520
|
+
<option value="15788" >NT Live: A View From The Bridge</option>
|
|
521
|
+
<option value="15802" >NT Live: Everyman</option>
|
|
522
|
+
<option value="15587" >NT Live: Man And Superman</option>
|
|
523
|
+
<option value="15586" >NT Live: The Hard Problem</option>
|
|
552
524
|
<option value="6611" >Organ Concert</option>
|
|
553
|
-
<option value="
|
|
554
|
-
<option value="
|
|
555
|
-
<option value="
|
|
556
|
-
<option value="
|
|
557
|
-
<option value="15092" >Pride</option>
|
|
558
|
-
<option value="15432" >Raja Natwarlal</option>
|
|
559
|
-
<option value="15139" >ROH - Andrea Chenier (Live) 2015</option>
|
|
560
|
-
<option value="100741" >ROH - Andrea Chenier 2015 (encore)</option>
|
|
561
|
-
<option value="15140" >ROH - Der Fliegende Hollander (Live) 2015</option>
|
|
562
|
-
<option value="100742" >Roh - Der Fliegende Hollander 2015 (encore)</option>
|
|
525
|
+
<option value="15564" >Paddington</option>
|
|
526
|
+
<option value="15680" >Project Almanac</option>
|
|
527
|
+
<option value="2033" >Pulp Fiction</option>
|
|
528
|
+
<option value="6528" >Rocky</option>
|
|
563
529
|
<option value="15145" >ROH - Guillaume Tell (Live) 2015</option>
|
|
564
|
-
<option value="15136" >ROH - I Due Foscari (Live) 2014</option>
|
|
565
|
-
<option value="100744" >ROH - I Due Foscari 2014 (encore)</option>
|
|
566
|
-
<option value="15137" >ROH - L'elisir D'amore (Live) 2014</option>
|
|
567
|
-
<option value="100745" >ROH - L'elisir D'amore 2014 (encore)</option>
|
|
568
530
|
<option value="15144" >ROH - La Boheme (Live) 2015</option>
|
|
569
531
|
<option value="100746" >ROH - La Boheme 2015 (encore)</option>
|
|
570
532
|
<option value="15142" >ROH - Rise And Fall Of The City Of Mahagonny (Live) 2015</option>
|
|
571
533
|
<option value="100747" >ROH - Rise And Fall Of The City Of Mahagonny 2015 (encore)</option>
|
|
572
|
-
<option value="
|
|
573
|
-
<option value="
|
|
574
|
-
<option value="
|
|
575
|
-
<option value="
|
|
576
|
-
<option value="
|
|
577
|
-
<option value="
|
|
578
|
-
<option value="
|
|
579
|
-
<option value="
|
|
580
|
-
<option value="
|
|
581
|
-
<option value="
|
|
582
|
-
<option value="
|
|
583
|
-
<option value="
|
|
584
|
-
<option value="
|
|
534
|
+
<option value="15706" >RSC - The Merchant Of Venice</option>
|
|
535
|
+
<option value="15768" >Run All Night</option>
|
|
536
|
+
<option value="10940" >Sea Monsters - A Prehistoric Adventure 3D IMAX</option>
|
|
537
|
+
<option value="15882" >Selam Bahara Yolculuk</option>
|
|
538
|
+
<option value="15394" >Selma</option>
|
|
539
|
+
<option value="15813" >Sevlimi Tehlikeli</option>
|
|
540
|
+
<option value="15274" >Shaun The Sheep</option>
|
|
541
|
+
<option value="15883" >Son Mektup (SFL - Subtitled Foreign Language)</option>
|
|
542
|
+
<option value="11893" >Space Station</option>
|
|
543
|
+
<option value="15814" >Still Alice</option>
|
|
544
|
+
<option value="15817" >Suite Francaise</option>
|
|
545
|
+
<option value="15178" >Taken 3</option>
|
|
546
|
+
<option value="15568" >Testament Of Youth</option>
|
|
547
|
+
<option value="15130" >The Avengers: Age Of Ultron</option>
|
|
548
|
+
<option value="15677" >The Boy Next Door</option>
|
|
585
549
|
<option value="14602" >The Dark Knight: All Nighter</option>
|
|
586
|
-
<option value="
|
|
550
|
+
<option value="15360" >The Divergent Series: Insurgent</option>
|
|
587
551
|
<option value="14678" >The Expendables 3</option>
|
|
588
|
-
<option value="
|
|
589
|
-
<option value="
|
|
590
|
-
<option value="
|
|
591
|
-
<option value="15405" >The Guest</option>
|
|
592
|
-
<option value="15194" >The House Of Magic</option>
|
|
593
|
-
<option value="15367" >The Hundred-foot Journey</option>
|
|
594
|
-
<option value="15195" >The Inbetweeners 2</option>
|
|
595
|
-
<option value="15436" >The Keeper Of Lost Causes</option>
|
|
596
|
-
<option value="15100" >The Nut Job</option>
|
|
597
|
-
<option value="15037" >The Other Woman</option>
|
|
598
|
-
<option value="15263" >The Riot Club</option>
|
|
599
|
-
<option value="15202" >The Rover</option>
|
|
600
|
-
<option value="15138" >The Royal Ballet - Alice's Adventures In Wonderland (Live) 2014</option>
|
|
601
|
-
<option value="100751" >The Royal Ballet - Alice's Adventures In Wonderland 2014 (encore)</option>
|
|
552
|
+
<option value="14941" >The Grand Budapest Hotel</option>
|
|
553
|
+
<option value="15712" >The Grandmaster</option>
|
|
554
|
+
<option value="15262" >The Imitation Game</option>
|
|
602
555
|
<option value="15143" >The Royal Ballet - La Fille Mal Gardee (Live) 2015</option>
|
|
603
556
|
<option value="100748" >The Royal Ballet - La Fille Mal Gardee 2015 (encore)</option>
|
|
604
|
-
<option value="13673" >The Royal Ballet - La Fille Mal Gardee Live</option>
|
|
605
|
-
<option value="15135" >The Royal Ballet - Manon (Live) 2014</option>
|
|
606
|
-
<option value="100749" >The Royal Ballet - Manon 2014 (encore)</option>
|
|
607
557
|
<option value="15141" >The Royal Ballet - Swan Lake (Live) 2015</option>
|
|
608
558
|
<option value="100750" >The Royal Ballet - Swan Lake 2015 (encore)</option>
|
|
609
|
-
<option value="
|
|
610
|
-
<option value="
|
|
611
|
-
<option value="
|
|
612
|
-
<option value="
|
|
613
|
-
<option value="
|
|
614
|
-
<option value="
|
|
615
|
-
<option value="
|
|
616
|
-
<option value="
|
|
617
|
-
<option value="
|
|
618
|
-
<option value="
|
|
619
|
-
<option value="
|
|
620
|
-
<option value="
|
|
621
|
-
<option value="15434" >Wish I Was Here</option>
|
|
559
|
+
<option value="15177" >The Second Best Exotic Marigold Hotel</option>
|
|
560
|
+
<option value="10619" >The Silence Of The Lambs</option>
|
|
561
|
+
<option value="15107" >The Theory Of Everything</option>
|
|
562
|
+
<option value="15354" >The Wedding Ringer</option>
|
|
563
|
+
<option value="15273" >Tinker Bell And The Legend Of The Neverbeast</option>
|
|
564
|
+
<option value="15096" >Unbroken</option>
|
|
565
|
+
<option value="11794" >Under The Sea</option>
|
|
566
|
+
<option value="15801" >Unfinished Business</option>
|
|
567
|
+
<option value="15425" >Whiplash</option>
|
|
568
|
+
<option value="15826" >White God</option>
|
|
569
|
+
<option value="15306" >Wild</option>
|
|
570
|
+
<option value="15830" >X+Y</option>
|
|
622
571
|
</select>
|
|
623
572
|
</div>
|
|
624
573
|
<input type="submit" class="btn darkblue pull-right" value="Go" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="film-drop-down" >
|
|
@@ -632,7 +581,7 @@
|
|
|
632
581
|
<ul class="unstyled" role="menu">
|
|
633
582
|
<li><a href="/kids/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="kids" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Kids</strong></a></li>
|
|
634
583
|
<li><a href="/newbies/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="newbies" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Newbies</strong></a></li>
|
|
635
|
-
<li><a href="/
|
|
584
|
+
<li><a href="/silvercinema/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="silvercinema" ><i class="nav-icon-arrow-blue"></i><strong>ODEON Silver Cinema</strong></a></li>
|
|
636
585
|
<li><a href="/bollywood/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="bollywood" ><i class="nav-icon-arrow-blue"></i><strong>Bollywood</strong></a></li>
|
|
637
586
|
<li><a href="/back-british-film/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="back-british-film" ><i class="nav-icon-arrow-blue"></i><strong>Back British Film</strong></a></li>
|
|
638
587
|
</ul>
|
|
@@ -650,12 +599,20 @@
|
|
|
650
599
|
<h2>Top 5 Films Now Booking</h2>
|
|
651
600
|
<ul class="unstyled" role="menu">
|
|
652
601
|
<li class="pull-left"><img
|
|
653
|
-
src="http://m.odeon.co.uk/_uploads/asset_management/
|
|
654
|
-
<h3><a href="http://www.odeon.co.uk/films/
|
|
602
|
+
src="http://m.odeon.co.uk/_uploads/asset_management/70x108_4ce02a732d4a4d57011886fff8637cbd.jpg" />
|
|
603
|
+
<h3><a href="http://www.odeon.co.uk/films/run_all_night/15768/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film1" >Run All Night</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15768' data-return-to='/user/tools/varnish/L3NpdGVtYXAv/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
|
|
604
|
+
<div class="rating-icon-star-xtrasmall-active s7" data-rating="7">
|
|
605
|
+
<div class="rate-over s1"></div>
|
|
606
|
+
<div class="rate-over s2"></div>
|
|
607
|
+
<div class="rate-over s3"></div>
|
|
608
|
+
<div class="rate-over s4"></div>
|
|
609
|
+
<div class="rate-over s5"></div>
|
|
610
|
+
</div>
|
|
611
|
+
</div> </li>
|
|
655
612
|
<li class="pull-left"><img
|
|
656
|
-
src="http://m2.odeon.co.uk/_uploads/asset_management/
|
|
657
|
-
<h3><a href="http://www.odeon.co.uk/films/
|
|
658
|
-
<div class="rating-icon-star-xtrasmall-active
|
|
613
|
+
src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_538c352747af97a0c8c89063b0123444.jpg" />
|
|
614
|
+
<h3><a href="http://www.odeon.co.uk/films/the_second_best_exotic_marigold_hotel/15177/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film2" >The Second Best Exotic Marigold Hotel</a></h3><a href="/film-classifications/" alt="PG" title="More about film classifications"><div class="cert-icon-uk-PG-small"></div></a> <div data-rating-master-id='15177' data-return-to='/user/tools/varnish/L3NpdGVtYXAv/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
|
|
615
|
+
<div class="rating-icon-star-xtrasmall-active s8" data-rating="8">
|
|
659
616
|
<div class="rate-over s1"></div>
|
|
660
617
|
<div class="rate-over s2"></div>
|
|
661
618
|
<div class="rate-over s3"></div>
|
|
@@ -664,15 +621,31 @@
|
|
|
664
621
|
</div>
|
|
665
622
|
</div> </li>
|
|
666
623
|
<li class="pull-left"><img
|
|
667
|
-
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/
|
|
668
|
-
<h3><a href="http://www.odeon.co.uk/films/
|
|
624
|
+
src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/asset_management/70x108_78ad5db3e95468533d7591f2f2f3d097.jpg" />
|
|
625
|
+
<h3><a href="http://www.odeon.co.uk/films/focus/15799/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film3" >Focus</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15799' data-return-to='/user/tools/varnish/L3NpdGVtYXAv/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
|
|
626
|
+
<div class="rating-icon-star-xtrasmall-active s7" data-rating="7">
|
|
627
|
+
<div class="rate-over s1"></div>
|
|
628
|
+
<div class="rate-over s2"></div>
|
|
629
|
+
<div class="rate-over s3"></div>
|
|
630
|
+
<div class="rate-over s4"></div>
|
|
631
|
+
<div class="rate-over s5"></div>
|
|
632
|
+
</div>
|
|
633
|
+
</div> </li>
|
|
669
634
|
<li class="pull-left"><img
|
|
670
|
-
src="http://odeon
|
|
671
|
-
<h3><a href="http://www.odeon.co.uk/films/
|
|
635
|
+
src="http://m.odeon.co.uk/_uploads/asset_management/70x108_714694478b3cfc8f5c9a9e24632aa032.jpg" />
|
|
636
|
+
<h3><a href="http://www.odeon.co.uk/films/suite_francaise/15817/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film4" >Suite Francaise</a></h3><a href="/film-classifications/" alt="15" title="More about film classifications"><div class="cert-icon-uk-15-small"></div></a> <div data-rating-master-id='15817' data-return-to='/user/tools/varnish/L3NpdGVtYXAv/' class="star-rating-container star-rating rating-icon-star-dark-xtrasmall-inactive">
|
|
637
|
+
<div class="rating-icon-star-xtrasmall-active s6" data-rating="6">
|
|
638
|
+
<div class="rate-over s1"></div>
|
|
639
|
+
<div class="rate-over s2"></div>
|
|
640
|
+
<div class="rate-over s3"></div>
|
|
641
|
+
<div class="rate-over s4"></div>
|
|
642
|
+
<div class="rate-over s5"></div>
|
|
643
|
+
</div>
|
|
644
|
+
</div> </li>
|
|
672
645
|
<li class="pull-left"><img
|
|
673
|
-
src="http://
|
|
674
|
-
<h3><a href="http://www.odeon.co.uk/films/
|
|
675
|
-
|
|
646
|
+
src="http://m2.odeon.co.uk/_uploads/asset_management/70x108_0141eed86c375d67af14731179996651.jpg" />
|
|
647
|
+
<h3><a href="http://www.odeon.co.uk/films/home/15122/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="What's on" data-eventlabel="top-film5" >Home</a></h3><a href="/film-classifications/" alt="U" title="More about film classifications"><div class="cert-icon-uk-U-small"></div></a> </li>
|
|
648
|
+
</ul>
|
|
676
649
|
</li>
|
|
677
650
|
</div>
|
|
678
651
|
</ul>
|
|
@@ -694,8 +667,8 @@
|
|
|
694
667
|
|
|
695
668
|
<li class="win-offers">
|
|
696
669
|
<ul class="unstyled" role="menu">
|
|
697
|
-
<li class="pull-left"><a href="/offers-and-promotions/
|
|
698
|
-
<li class="pull-right"><a href="/offers-and-promotions/
|
|
670
|
+
<li class="pull-left"><a href="/offers-and-promotions/win_a_trip_for_two_to_paris/182/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="offer-1" ><img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/offers_competitions/460x260_3d2078081bbc45d754ae659131b34b34.jpg" /><span>Win a trip for two to Paris</span></a></li>
|
|
671
|
+
<li class="pull-right"><a href="/offers-and-promotions/win_a_trip_to_atlanta/180/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="offer-2" ><img src="http://m.odeon.co.uk/_uploads/offers_competitions/460x260_4ab4bb5c2d31e8f9e94620f4132f0c39.jpg" /><span>Win a trip to Atlanta </span></a></li>
|
|
699
672
|
</ul>
|
|
700
673
|
</li>
|
|
701
674
|
|
|
@@ -703,7 +676,7 @@
|
|
|
703
676
|
</li>
|
|
704
677
|
<li class="span4 premiere nav-icon-divide-shadow-l">
|
|
705
678
|
<h2 class="logout">ODEON Première Club</h2>
|
|
706
|
-
<img class="logout" src="http://odeon
|
|
679
|
+
<img class="logout" src="http://m2.odeon.co.uk/_uploads/cached/static/img/premiere-card.png" />
|
|
707
680
|
<ul class="unstyled logout" role="menu">
|
|
708
681
|
<li><span>Join over two million members and start earning ODEON Points for doing something you love.</span></li>
|
|
709
682
|
<li class="pull-left"><a href="http://www.odeon.co.uk/odeon-premiere-club/" data-eventtracking data-eventcat="Navigation - Site Wide - Top Mega Nav" data-eventaction="Offers & Promotions" data-eventlabel="opc-find-out-more" ><i class="nav-icon-arrow-blue"></i><strong>Find out more</strong></a></li>
|
|
@@ -713,7 +686,7 @@
|
|
|
713
686
|
</li>
|
|
714
687
|
<li class="span4 cards">
|
|
715
688
|
<h2>Gift Cards</h2>
|
|
716
|
-
<img src="http://
|
|
689
|
+
<img src="http://odeon-fastly.krankikom.de.global.prod.fastly.net/_uploads/cached/static/img/gift-card.png" />
|
|
717
690
|
<ul class="unstyled" role="menu">
|
|
718
691
|
<li><span>Everyone loves a great film so treat your family, friends, staff or clients to the gift of cinema.<br />
|
|
719
692
|
You can buy ODEON Gift Cards in a design to suite every taste.</span></li>
|
|
@@ -738,6 +711,11 @@
|
|
|
738
711
|
</script>
|
|
739
712
|
</header>
|
|
740
713
|
|
|
714
|
+
<div id="ad_skyscraper2" class="drev-skyscraper-banner-two -ce-capture">
|
|
715
|
+
<script type='text/javascript'><!--// <![CDATA[
|
|
716
|
+
OA_show(21);
|
|
717
|
+
// ]]> --></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>
|
|
718
|
+
|
|
741
719
|
|
|
742
720
|
<div class="container">
|
|
743
721
|
<div class="row content">
|
|
@@ -881,7 +859,7 @@
|
|
|
881
859
|
<li><a href="/cinemas/liverpool_switch_island/133/">Liverpool Switch Island</a></li>
|
|
882
860
|
<li><a href="/cinemas/llanelli/213/">Llanelli</a></li>
|
|
883
861
|
<li><a href="/cinemas/london_leicester_square/105/">London - Leicester Square</a></li>
|
|
884
|
-
<li><a href="/cinemas/
|
|
862
|
+
<li><a href="/cinemas/london_west_end_now_closed/139/">London - West End - Now closed</a></li>
|
|
885
863
|
<li><a href="/cinemas/loughborough/183/">Loughborough</a></li>
|
|
886
864
|
<li><a href="/cinemas/maidenhead/10/">Maidenhead</a></li>
|
|
887
865
|
<li><a href="/cinemas/maidstone/109/">Maidstone</a></li>
|
|
@@ -889,7 +867,7 @@
|
|
|
889
867
|
<li><a href="/cinemas/mansfield/110/">Mansfield</a></li>
|
|
890
868
|
<li><a href="/cinemas/marble_arch/111/">Marble Arch</a></li>
|
|
891
869
|
<li><a href="/cinemas/metrocentre/174/">Metrocentre</a></li>
|
|
892
|
-
<li><a href="/cinemas/
|
|
870
|
+
<li><a href="/cinemas/milton_keynes_stadium/218/">Milton Keynes Stadium</a></li>
|
|
893
871
|
<li><a href="/cinemas/muswell_hill/112/">Muswell Hill</a></li>
|
|
894
872
|
<li><a href="/cinemas/newark/184/">Newark</a></li>
|
|
895
873
|
<li><a href="/cinemas/norwich/13/">Norwich</a></li>
|
|
@@ -951,177 +929,127 @@
|
|
|
951
929
|
<div class="list-holder">
|
|
952
930
|
<h4>Films</h4>
|
|
953
931
|
<ul class="unstyled columns3">
|
|
954
|
-
<li><a href="/films/
|
|
955
|
-
<li><a href="/films/
|
|
956
|
-
<li><a href="/films/
|
|
957
|
-
<li><a href="/films/
|
|
958
|
-
<li><a href="/films/
|
|
959
|
-
<li><a href="/films/
|
|
960
|
-
<li><a href="/films/
|
|
961
|
-
<li><a href="/films/
|
|
962
|
-
<li><a href="/films/
|
|
963
|
-
<li><a href="/films/before_i_go_to_sleep/15129/">Before I Go To Sleep</a></li>
|
|
964
|
-
<li><a href="/films/begin_again/15125/">Begin Again</a></li>
|
|
965
|
-
<li><a href="/films/belle/14958/">Belle</a></li>
|
|
966
|
-
<li><a href="/films/berliner_philharmoniker_2014_bernard_haitink/15450/">Berliner Philharmoniker 2014 (Bernard Haitink)</a></li>
|
|
932
|
+
<li><a href="/films/a_clockwork_orange/4025/">A Clockwork Orange</a></li>
|
|
933
|
+
<li><a href="/films/a_most_violent_year/15758/">A Most Violent Year</a></li>
|
|
934
|
+
<li><a href="/films/ali_kundilli/15822/">Ali Kundilli</a></li>
|
|
935
|
+
<li><a href="/films/american_sniper/15748/">American Sniper</a></li>
|
|
936
|
+
<li><a href="/films/andre_rieu_s_2015_maastricht_concert/15840/">Andre Rieu's 2015 Maastricht Concert</a></li>
|
|
937
|
+
<li><a href="/films/appropriate_behaviour/15825/">Appropriate Behaviour</a></li>
|
|
938
|
+
<li><a href="/films/autism_friendly_focus/100789/">Autism Friendly - Focus</a></li>
|
|
939
|
+
<li><a href="/films/autism_friendly_home/100792/">Autism Friendly - Home</a></li>
|
|
940
|
+
<li><a href="/films/bad_boys/2209/">Bad Boys</a></li>
|
|
967
941
|
<li><a href="/films/berliner_philharmoniker_2014_mariss_jansons/15451/">Berliner Philharmoniker 2014 (Mariss Jansons)</a></li>
|
|
968
|
-
<li><a href="/films/
|
|
969
|
-
<li><a href="/films/
|
|
970
|
-
<li><a href="/films/
|
|
942
|
+
<li><a href="/films/big_hero_6/15286/">Big Hero 6</a></li>
|
|
943
|
+
<li><a href="/films/birdman/15724/">Birdman</a></li>
|
|
944
|
+
<li><a href="/films/blade_runner_the_final_cut_re_2015/15653/">Blade Runner: The Final Cut (re:2015)</a></li>
|
|
945
|
+
<li><a href="/films/bloodsport/39/">Bloodsport</a></li>
|
|
971
946
|
<li><a href="/films/bolshoi_live_ivan_the_terrible/15299/">Bolshoi Live: Ivan The Terrible</a></li>
|
|
972
|
-
<li><a href="/films/bolshoi_live_swan_lake/15298/">Bolshoi Live: Swan Lake</a></li>
|
|
973
|
-
<li><a href="/films/bolshoi_live_the_legend_of_love/15296/">Bolshoi Live: The Legend Of Love</a></li>
|
|
974
|
-
<li><a href="/films/bolshoi_live_the_nutcracker/15297/">Bolshoi Live: The Nutcracker</a></li>
|
|
975
947
|
<li><a href="/films/boyhood/15095/">Boyhood</a></li>
|
|
976
|
-
<li><a href="/films/
|
|
977
|
-
<li><a href="/films/
|
|
978
|
-
<li><a href="/films/
|
|
979
|
-
<li><a href="/films/
|
|
980
|
-
<li><a href="/films/
|
|
981
|
-
<li><a href="/films/
|
|
982
|
-
<li><a href="/films/
|
|
983
|
-
<li><a href="/films/
|
|
984
|
-
<li><a href="/films/
|
|
985
|
-
<li><a href="/films/
|
|
986
|
-
<li><a href="/films/
|
|
987
|
-
<li><a href="/films/
|
|
988
|
-
<li><a href="/films/
|
|
989
|
-
<li><a href="/films/
|
|
990
|
-
<li><a href="/films/
|
|
991
|
-
<li><a href="/films/
|
|
992
|
-
<li><a href="/films/
|
|
993
|
-
<li><a href="/films/
|
|
994
|
-
<li><a href="/films/
|
|
995
|
-
<li><a href="/films/
|
|
996
|
-
<li><a href="/films/
|
|
997
|
-
<li><a href="/films/
|
|
998
|
-
<li><a href="/films/
|
|
999
|
-
<li><a href="/films/
|
|
1000
|
-
<li><a href="/films/
|
|
1001
|
-
<li><a href="/films/
|
|
1002
|
-
<li><a href="/films/
|
|
1003
|
-
<li><a href="/films/
|
|
948
|
+
<li><a href="/films/cake/15741/">Cake</a></li>
|
|
949
|
+
<li><a href="/films/carsi_pazar/15829/">Carsi Pazar</a></li>
|
|
950
|
+
<li><a href="/films/catch_me_daddy/15824/">Catch Me Daddy</a></li>
|
|
951
|
+
<li><a href="/films/chappie/15179/">Chappie</a></li>
|
|
952
|
+
<li><a href="/films/cinderella/100791/">Cinderella</a></li>
|
|
953
|
+
<li><a href="/films/clerks/2124/">Clerks</a></li>
|
|
954
|
+
<li><a href="/films/difret/15835/">Difret</a></li>
|
|
955
|
+
<li><a href="/films/drake_homecoming/15806/">Drake: Homecoming</a></li>
|
|
956
|
+
<li><a href="/films/elaine_paige_live_element/15804/">Elaine Paige + Live Element</a></li>
|
|
957
|
+
<li><a href="/films/eno_carmen/15243/">Eno Carmen</a></li>
|
|
958
|
+
<li><a href="/films/eno_pirates_of_penzance/15242/">ENO Pirates Of Penzance</a></li>
|
|
959
|
+
<li><a href="/films/enter_the_dragon/12683/">Enter The Dragon</a></li>
|
|
960
|
+
<li><a href="/films/exhibition_on_screen_the_impressionists/15543/">Exhibition On Screen: The Impressionists</a></li>
|
|
961
|
+
<li><a href="/films/exhibition_on_screen_vincent_van_gogh/15542/">Exhibition On Screen: Vincent Van Gogh</a></li>
|
|
962
|
+
<li><a href="/films/exodus_gods_and_kings/15086/">Exodus: Gods And Kings</a></li>
|
|
963
|
+
<li><a href="/films/fast_amp_furious_6_amp_7_double_bill/100790/">Fast & Furious 6 & 7 Double Bill</a></li>
|
|
964
|
+
<li><a href="/films/fast_amp_furious_7/14646/">Fast & Furious 7</a></li>
|
|
965
|
+
<li><a href="/films/fifty_shades_of_grey/14725/">Fifty Shades Of Grey</a></li>
|
|
966
|
+
<li><a href="/films/fireman/15871/">Fireman</a></li>
|
|
967
|
+
<li><a href="/films/focus/15799/">Focus</a></li>
|
|
968
|
+
<li><a href="/films/foxcatcher/14869/">Foxcatcher</a></li>
|
|
969
|
+
<li><a href="/films/get_santa/15700/">Get Santa</a></li>
|
|
970
|
+
<li><a href="/films/globe_on_screen_antony_amp_cleopatra/15795/">Globe On Screen: Antony & Cleopatra</a></li>
|
|
971
|
+
<li><a href="/films/globe_on_screen_julius_caesar/15794/">Globe On Screen: Julius Caesar</a></li>
|
|
972
|
+
<li><a href="/films/globe_on_screen_the_comedy_of_errors/15796/">Globe On Screen: The Comedy Of Errors</a></li>
|
|
973
|
+
<li><a href="/films/globe_on_screen_titus_andronicus/15793/">Globe On Screen: Titus Andronicus</a></li>
|
|
974
|
+
<li><a href="/films/goldeneye/2111/">Goldeneye</a></li>
|
|
975
|
+
<li><a href="/films/heat/2449/">Heat</a></li>
|
|
976
|
+
<li><a href="/films/high_tide_with_live_q_amp_a/100798/">High Tide with Live Q&A</a></li>
|
|
977
|
+
<li><a href="/films/home/15122/">Home</a></li>
|
|
978
|
+
<li><a href="/films/hook/1120/">Hook</a></li>
|
|
1004
979
|
<li><a href="/films/how_to_train_your_dragon/11916/">How To Train Your Dragon</a></li>
|
|
1005
980
|
<li><a href="/films/how_to_train_your_dragon_2/15182/">How To Train Your Dragon 2</a></li>
|
|
1006
|
-
<li><a href="/films/
|
|
1007
|
-
<li><a href="/films/
|
|
981
|
+
<li><a href="/films/hubble/13530/">Hubble</a></li>
|
|
982
|
+
<li><a href="/films/hyena/15815/">Hyena</a></li>
|
|
983
|
+
<li><a href="/films/interstellar/15172/">Interstellar</a></li>
|
|
984
|
+
<li><a href="/films/into_the_woods/15723/">Into The Woods</a></li>
|
|
1008
985
|
<li><a href="/films/island_of_lemurs_madagascar/15344/">Island Of Lemurs: Madagascar</a></li>
|
|
1009
|
-
<li><a href="/films/
|
|
1010
|
-
<li><a href="/films/
|
|
1011
|
-
<li><a href="/films/
|
|
1012
|
-
<li><a href="/films/
|
|
1013
|
-
<li><a href="/films/
|
|
1014
|
-
<li><a href="/films/
|
|
1015
|
-
<li><a href="/films/
|
|
1016
|
-
<li><a href="/films/
|
|
1017
|
-
<li><a href="/films/
|
|
1018
|
-
<li><a href="/films/lucy/15067/">Lucy</a></li>
|
|
1019
|
-
<li><a href="/films/madama_butterfly_on_sydney_harbour_opera_australia/15292/">Madama Butterfly On Sydney Harbour - Opera Australia</a></li>
|
|
1020
|
-
<li><a href="/films/made_in_egypt/15443/">Made In Egypt</a></li>
|
|
1021
|
-
<li><a href="/films/magic_in_the_moonlight/15265/">Magic In The Moonlight</a></li>
|
|
1022
|
-
<li><a href="/films/maleficent/13976/">Maleficent</a></li>
|
|
1023
|
-
<li><a href="/films/mary_kom/15444/">Mary Kom</a></li>
|
|
1024
|
-
<li><a href="/films/met_opera_carmen_live_2014/15152/">MET Opera - Carmen (Live) 2014</a></li>
|
|
986
|
+
<li><a href="/films/it_follows/15718/">It Follows</a></li>
|
|
987
|
+
<li><a href="/films/jerusalem/15017/">Jerusalem</a></li>
|
|
988
|
+
<li><a href="/films/jupiter_ascending/15173/">Jupiter Ascending</a></li>
|
|
989
|
+
<li><a href="/films/kill_the_messenger/15148/">Kill The Messenger</a></li>
|
|
990
|
+
<li><a href="/films/kingsman_the_secret_service/15170/">Kingsman: The Secret Service</a></li>
|
|
991
|
+
<li><a href="/films/leon/2060/">Leon</a></li>
|
|
992
|
+
<li><a href="/films/lethal_weapon/597/">Lethal Weapon</a></li>
|
|
993
|
+
<li><a href="/films/love_is_strange/15787/">Love Is Strange</a></li>
|
|
994
|
+
<li><a href="/films/maxine_peake_as_hamlet/15728/">Maxine Peake as Hamlet</a></li>
|
|
1025
995
|
<li><a href="/films/met_opera_cavalleria_rusticana_pagliacci_live_2015/15159/">MET Opera - Cavalleria Rusticana/Pagliacci (Live) 2015</a></li>
|
|
1026
|
-
<li><a href="/films/met_opera_die_meistersinger_von_nurnberg_live_2014/15154/">MET Opera - Die Meistersinger Von Nurnberg (Live) 2014</a></li>
|
|
1027
|
-
<li><a href="/films/met_opera_ii_barbiere_di_siviglia/15373/">Met Opera - Ii Barbiere Di Siviglia</a></li>
|
|
1028
|
-
<li><a href="/films/met_opera_iolanta_duke_bluebeard_s_castle_live_2015/15157/">MET Opera - Iolanta/Duke Bluebeard's Castle (Live) 2015</a></li>
|
|
1029
996
|
<li><a href="/films/met_opera_la_donna_del_lago_live_2015/15158/">MET Opera - La Donna Del Lago (Live) 2015</a></li>
|
|
1030
|
-
<li><a href="/films/
|
|
1031
|
-
<li><a href="/films/
|
|
1032
|
-
<li><a href="/films/
|
|
1033
|
-
<li><a href="/films/met_opera_the_merry_widow_live_2015/15155/">MET Opera - The Merry Widow (Live) 2015</a></li>
|
|
1034
|
-
<li><a href="/films/million_dollar_arm/15200/">Million Dollar Arm</a></li>
|
|
1035
|
-
<li><a href="/films/mood_indigo/15395/">Mood Indigo</a></li>
|
|
1036
|
-
<li><a href="/films/mr_peabody_and_sherman/14468/">Mr. Peabody And Sherman</a></li>
|
|
1037
|
-
<li><a href="/films/mrs_brown_s_boys/14738/">Mrs. Brown's Boys</a></li>
|
|
1038
|
-
<li><a href="/films/mrs_brown_s_boys_d_movie/15029/">Mrs. Brown's Boys D'movie</a></li>
|
|
1039
|
-
<li><a href="/films/muppets_most_wanted/14604/">Muppets Most Wanted</a></li>
|
|
997
|
+
<li><a href="/films/mk_kids_screen_shaun_the_sheep/100795/">MK - Kids Screen - Shaun The Sheep</a></li>
|
|
998
|
+
<li><a href="/films/mk_kids_screen_big_hero_6/100796/">MK - Kids Screen - Big Hero 6</a></li>
|
|
999
|
+
<li><a href="/films/mr_turner/15186/">Mr. Turner</a></li>
|
|
1040
1000
|
<li><a href="/films/mystery_film_monday/6244/">Mystery Film Monday</a></li>
|
|
1041
|
-
<li><a href="/films/
|
|
1042
|
-
<li><a href="/films/
|
|
1043
|
-
<li><a href="/films/
|
|
1044
|
-
<li><a href="/films/
|
|
1045
|
-
<li><a href="/films/
|
|
1046
|
-
<li><a href="/films/nt_live_frankenstein_encore_jonny_lee_miller_as_creature/100721/">NT Live - Frankenstein Encore (Jonny Lee Miller As Creature)</a></li>
|
|
1047
|
-
<li><a href="/films/nt_live_a_streetcar_named_desire_young_vic/15388/">Nt Live: A Streetcar Named Desire (Young Vic)</a></li>
|
|
1048
|
-
<li><a href="/films/nt_live_a_streetcar_named_desire_young_vic_encore/100740/">Nt Live: A Streetcar Named Desire (young Vic) (encore)</a></li>
|
|
1049
|
-
<li><a href="/films/nt_live_john/15336/">Nt Live: John</a></li>
|
|
1050
|
-
<li><a href="/films/nt_live_medea_encore/100739/">Nt Live: Medea (encore)</a></li>
|
|
1051
|
-
<li><a href="/films/nt_live_treasure_island/15337/">Nt Live: Treasure Island</a></li>
|
|
1052
|
-
<li><a href="/films/obvious_child/15431/">Obvious Child</a></li>
|
|
1053
|
-
<li><a href="/films/one_direction_where_we_are_concert_movie/15371/">One Direction: Where We Are - Concert Movie</a></li>
|
|
1054
|
-
<li><a href="/films/one_night_in_istanbul/15415/">One Night In Istanbul</a></li>
|
|
1001
|
+
<li><a href="/films/night_at_the_museum_secret_of_the_tomb/15091/">Night At The Museum: Secret Of The Tomb</a></li>
|
|
1002
|
+
<li><a href="/films/nt_live_a_view_from_the_bridge/15788/">NT Live: A View From The Bridge</a></li>
|
|
1003
|
+
<li><a href="/films/nt_live_everyman/15802/">NT Live: Everyman</a></li>
|
|
1004
|
+
<li><a href="/films/nt_live_man_and_superman/15587/">NT Live: Man And Superman</a></li>
|
|
1005
|
+
<li><a href="/films/nt_live_the_hard_problem/15586/">NT Live: The Hard Problem</a></li>
|
|
1055
1006
|
<li><a href="/films/organ_concert/6611/">Organ Concert</a></li>
|
|
1056
|
-
<li><a href="/films/
|
|
1057
|
-
<li><a href="/films/
|
|
1058
|
-
<li><a href="/films/
|
|
1059
|
-
<li><a href="/films/
|
|
1060
|
-
<li><a href="/films/pride/15092/">Pride</a></li>
|
|
1061
|
-
<li><a href="/films/raja_natwarlal/15432/">Raja Natwarlal</a></li>
|
|
1062
|
-
<li><a href="/films/roh_andrea_chenier_live_2015/15139/">ROH - Andrea Chenier (Live) 2015</a></li>
|
|
1063
|
-
<li><a href="/films/roh_andrea_chenier_2015_encore/100741/">ROH - Andrea Chenier 2015 (encore)</a></li>
|
|
1064
|
-
<li><a href="/films/roh_der_fliegende_hollander_live_2015/15140/">ROH - Der Fliegende Hollander (Live) 2015</a></li>
|
|
1065
|
-
<li><a href="/films/roh_der_fliegende_hollander_2015_encore/100742/">Roh - Der Fliegende Hollander 2015 (encore)</a></li>
|
|
1007
|
+
<li><a href="/films/paddington/15564/">Paddington</a></li>
|
|
1008
|
+
<li><a href="/films/project_almanac/15680/">Project Almanac</a></li>
|
|
1009
|
+
<li><a href="/films/pulp_fiction/2033/">Pulp Fiction</a></li>
|
|
1010
|
+
<li><a href="/films/rocky/6528/">Rocky</a></li>
|
|
1066
1011
|
<li><a href="/films/roh_guillaume_tell_live_2015/15145/">ROH - Guillaume Tell (Live) 2015</a></li>
|
|
1067
|
-
<li><a href="/films/roh_i_due_foscari_live_2014/15136/">ROH - I Due Foscari (Live) 2014</a></li>
|
|
1068
|
-
<li><a href="/films/roh_i_due_foscari_2014_encore/100744/">ROH - I Due Foscari 2014 (encore)</a></li>
|
|
1069
|
-
<li><a href="/films/roh_l_elisir_d_amore_live_2014/15137/">ROH - L'elisir D'amore (Live) 2014</a></li>
|
|
1070
|
-
<li><a href="/films/roh_l_elisir_d_amore_2014_encore/100745/">ROH - L'elisir D'amore 2014 (encore)</a></li>
|
|
1071
1012
|
<li><a href="/films/roh_la_boheme_live_2015/15144/">ROH - La Boheme (Live) 2015</a></li>
|
|
1072
1013
|
<li><a href="/films/roh_la_boheme_2015_encore/100746/">ROH - La Boheme 2015 (encore)</a></li>
|
|
1073
1014
|
<li><a href="/films/roh_rise_and_fall_of_the_city_of_mahagonny_live_2015/15142/">ROH - Rise And Fall Of The City Of Mahagonny (Live) 2015</a></li>
|
|
1074
1015
|
<li><a href="/films/roh_rise_and_fall_of_the_city_of_mahagonny_2015_encore/100747/">ROH - Rise And Fall Of The City Of Mahagonny 2015 (encore)</a></li>
|
|
1075
|
-
<li><a href="/films/
|
|
1076
|
-
<li><a href="/films/
|
|
1077
|
-
<li><a href="/films/
|
|
1078
|
-
<li><a href="/films/
|
|
1079
|
-
<li><a href="/films/
|
|
1080
|
-
<li><a href="/films/
|
|
1081
|
-
<li><a href="/films/
|
|
1082
|
-
<li><a href="/films/
|
|
1083
|
-
<li><a href="/films/
|
|
1084
|
-
<li><a href="/films/
|
|
1085
|
-
<li><a href="/films/
|
|
1086
|
-
<li><a href="/films/
|
|
1087
|
-
<li><a href="/films/
|
|
1016
|
+
<li><a href="/films/rsc_the_merchant_of_venice/15706/">RSC - The Merchant Of Venice</a></li>
|
|
1017
|
+
<li><a href="/films/run_all_night/15768/">Run All Night</a></li>
|
|
1018
|
+
<li><a href="/films/sea_monsters_a_prehistoric_adventure_3d_imax/10940/">Sea Monsters - A Prehistoric Adventure 3D IMAX</a></li>
|
|
1019
|
+
<li><a href="/films/selam_bahara_yolculuk/15882/">Selam Bahara Yolculuk</a></li>
|
|
1020
|
+
<li><a href="/films/selma/15394/">Selma</a></li>
|
|
1021
|
+
<li><a href="/films/sevlimi_tehlikeli/15813/">Sevlimi Tehlikeli</a></li>
|
|
1022
|
+
<li><a href="/films/shaun_the_sheep/15274/">Shaun The Sheep</a></li>
|
|
1023
|
+
<li><a href="/films/son_mektup_sfl_subtitled_foreign_language/15883/">Son Mektup (SFL - Subtitled Foreign Language)</a></li>
|
|
1024
|
+
<li><a href="/films/space_station/11893/">Space Station</a></li>
|
|
1025
|
+
<li><a href="/films/still_alice/15814/">Still Alice</a></li>
|
|
1026
|
+
<li><a href="/films/suite_francaise/15817/">Suite Francaise</a></li>
|
|
1027
|
+
<li><a href="/films/taken_3/15178/">Taken 3</a></li>
|
|
1028
|
+
<li><a href="/films/testament_of_youth/15568/">Testament Of Youth</a></li>
|
|
1029
|
+
<li><a href="/films/the_avengers_age_of_ultron/15130/">The Avengers: Age Of Ultron</a></li>
|
|
1030
|
+
<li><a href="/films/the_boy_next_door/15677/">The Boy Next Door</a></li>
|
|
1088
1031
|
<li><a href="/films/the_dark_knight_all_nighter/14602/">The Dark Knight: All Nighter</a></li>
|
|
1089
|
-
<li><a href="/films/
|
|
1032
|
+
<li><a href="/films/the_divergent_series_insurgent/15360/">The Divergent Series: Insurgent</a></li>
|
|
1090
1033
|
<li><a href="/films/the_expendables_3/14678/">The Expendables 3</a></li>
|
|
1091
|
-
<li><a href="/films/
|
|
1092
|
-
<li><a href="/films/
|
|
1093
|
-
<li><a href="/films/
|
|
1094
|
-
<li><a href="/films/the_guest/15405/">The Guest</a></li>
|
|
1095
|
-
<li><a href="/films/the_house_of_magic/15194/">The House Of Magic</a></li>
|
|
1096
|
-
<li><a href="/films/the_hundred_foot_journey/15367/">The Hundred-foot Journey</a></li>
|
|
1097
|
-
<li><a href="/films/the_inbetweeners_2/15195/">The Inbetweeners 2</a></li>
|
|
1098
|
-
<li><a href="/films/the_keeper_of_lost_causes/15436/">The Keeper Of Lost Causes</a></li>
|
|
1099
|
-
<li><a href="/films/the_nut_job/15100/">The Nut Job</a></li>
|
|
1100
|
-
<li><a href="/films/the_other_woman/15037/">The Other Woman</a></li>
|
|
1101
|
-
<li><a href="/films/the_riot_club/15263/">The Riot Club</a></li>
|
|
1102
|
-
<li><a href="/films/the_rover/15202/">The Rover</a></li>
|
|
1103
|
-
<li><a href="/films/the_royal_ballet_alice_s_adventures_in_wonderland_live_2014/15138/">The Royal Ballet - Alice's Adventures In Wonderland (Live) 2014</a></li>
|
|
1104
|
-
<li><a href="/films/the_royal_ballet_alice_s_adventures_in_wonderland_2014_encore/100751/">The Royal Ballet - Alice's Adventures In Wonderland 2014 (encore)</a></li>
|
|
1034
|
+
<li><a href="/films/the_grand_budapest_hotel/14941/">The Grand Budapest Hotel</a></li>
|
|
1035
|
+
<li><a href="/films/the_grandmaster/15712/">The Grandmaster</a></li>
|
|
1036
|
+
<li><a href="/films/the_imitation_game/15262/">The Imitation Game</a></li>
|
|
1105
1037
|
<li><a href="/films/the_royal_ballet_la_fille_mal_gardee_live_2015/15143/">The Royal Ballet - La Fille Mal Gardee (Live) 2015</a></li>
|
|
1106
1038
|
<li><a href="/films/the_royal_ballet_la_fille_mal_gardee_2015_encore/100748/">The Royal Ballet - La Fille Mal Gardee 2015 (encore)</a></li>
|
|
1107
|
-
<li><a href="/films/the_royal_ballet_la_fille_mal_gardee_live/13673/">The Royal Ballet - La Fille Mal Gardee Live</a></li>
|
|
1108
|
-
<li><a href="/films/the_royal_ballet_manon_live_2014/15135/">The Royal Ballet - Manon (Live) 2014</a></li>
|
|
1109
|
-
<li><a href="/films/the_royal_ballet_manon_2014_encore/100749/">The Royal Ballet - Manon 2014 (encore)</a></li>
|
|
1110
1039
|
<li><a href="/films/the_royal_ballet_swan_lake_live_2015/15141/">The Royal Ballet - Swan Lake (Live) 2015</a></li>
|
|
1111
1040
|
<li><a href="/films/the_royal_ballet_swan_lake_2015_encore/100750/">The Royal Ballet - Swan Lake 2015 (encore)</a></li>
|
|
1112
|
-
<li><a href="/films/
|
|
1113
|
-
<li><a href="/films/
|
|
1114
|
-
<li><a href="/films/
|
|
1115
|
-
<li><a href="/films/
|
|
1116
|
-
<li><a href="/films/
|
|
1117
|
-
<li><a href="/films/
|
|
1118
|
-
<li><a href="/films/
|
|
1119
|
-
<li><a href="/films/
|
|
1120
|
-
<li><a href="/films/
|
|
1121
|
-
<li><a href="/films/
|
|
1122
|
-
<li><a href="/films/
|
|
1123
|
-
<li><a href="/films/
|
|
1124
|
-
<li><a href="/films/wish_i_was_here/15434/">Wish I Was Here</a></li>
|
|
1041
|
+
<li><a href="/films/the_second_best_exotic_marigold_hotel/15177/">The Second Best Exotic Marigold Hotel</a></li>
|
|
1042
|
+
<li><a href="/films/the_silence_of_the_lambs/10619/">The Silence Of The Lambs</a></li>
|
|
1043
|
+
<li><a href="/films/the_theory_of_everything/15107/">The Theory Of Everything</a></li>
|
|
1044
|
+
<li><a href="/films/the_wedding_ringer/15354/">The Wedding Ringer</a></li>
|
|
1045
|
+
<li><a href="/films/tinker_bell_and_the_legend_of_the_neverbeast/15273/">Tinker Bell And The Legend Of The Neverbeast</a></li>
|
|
1046
|
+
<li><a href="/films/unbroken/15096/">Unbroken</a></li>
|
|
1047
|
+
<li><a href="/films/under_the_sea/11794/">Under The Sea</a></li>
|
|
1048
|
+
<li><a href="/films/unfinished_business/15801/">Unfinished Business</a></li>
|
|
1049
|
+
<li><a href="/films/whiplash/15425/">Whiplash</a></li>
|
|
1050
|
+
<li><a href="/films/white_god/15826/">White God</a></li>
|
|
1051
|
+
<li><a href="/films/wild/15306/">Wild</a></li>
|
|
1052
|
+
<li><a href="/films/x_y/15830/">X+Y</a></li>
|
|
1125
1053
|
</ul>
|
|
1126
1054
|
</div>
|
|
1127
1055
|
<div class="list-holder">
|
|
@@ -1130,7 +1058,7 @@
|
|
|
1130
1058
|
<li><a href="/odeon-plus/">ODEON Plus</a></li>
|
|
1131
1059
|
<li><a href="/kids/">Kids</a></li>
|
|
1132
1060
|
<li><a href="/newbies/">Newbies</a></li>
|
|
1133
|
-
<li><a href="/
|
|
1061
|
+
<li><a href="/silvercinema/">Silver Cinema</a></li>
|
|
1134
1062
|
<li><a href="/bollywood/">Bollywood</a></li>
|
|
1135
1063
|
<li><a href="/back-british-film/">Back British Film</a></li>
|
|
1136
1064
|
</ul>
|
|
@@ -1158,22 +1086,13 @@
|
|
|
1158
1086
|
<ul class="unstyled columns1">
|
|
1159
1087
|
<li><a href="/offers-and-promotions/">Latest Offers & Competitions</a>
|
|
1160
1088
|
<ul>
|
|
1161
|
-
<li><a href="/offers-and-promotions/up_to_40_discount_on_tickets/134/">Up to 40% discount on tickets</a></li>
|
|
1162
|
-
<li><a href="/offers-and-promotions/happy_75th_birthday_dorothy_and_co/136/">Happy 75th Birthday Dorothy and Co!</a></li>
|
|
1163
1089
|
<li><a href="/offers-and-promotions/play_win_with_cinime/69/">Play & win with cinime!</a></li>
|
|
1164
|
-
<li><a href="/offers-and-promotions/
|
|
1165
|
-
<li><a href="/offers-and-promotions/earn_100_extra_odeon_points/35/">Earn 100 Extra ODEON Points</a></li>
|
|
1090
|
+
<li><a href="/offers-and-promotions/5_parking_credit/151/">£5 parking credit</a></li>
|
|
1166
1091
|
<li><a href="/offers-and-promotions/get_social_with_odeon/70/">Get Social with ODEON</a></li>
|
|
1167
|
-
<li><a href="/offers-and-promotions/orange_wednesdays_now_available_online/33/">Orange Wednesdays now available online!</a></li>
|
|
1168
1092
|
<li><a href="/offers-and-promotions/film_fan_monday/39/">Film Fan Monday</a></li>
|
|
1169
|
-
<li><a href="/offers-and-promotions/
|
|
1170
|
-
<li><a href="/offers-and-promotions/
|
|
1171
|
-
<li><a href="/offers-and-promotions/
|
|
1172
|
-
<li><a href="/offers-and-promotions/win_an_hdtv/140/">Win an HDTV</a></li>
|
|
1173
|
-
<li><a href="/offers-and-promotions/win_a_trip_to_paris/131/">Win a trip to Paris</a></li>
|
|
1174
|
-
<li><a href="/offers-and-promotions/win_an_hd_tv_and_blu_ray_bundle/129/">Win an HD TV and Blu-ray bundle</a></li>
|
|
1175
|
-
<li><a href="/offers-and-promotions/win_a_finding_fela_cd/133/">Win a Finding Fela CD!</a></li>
|
|
1176
|
-
<li><a href="/offers-and-promotions/win_a_spandau_ballet_prize_pack/138/">Win a Spandau Ballet prize pack</a></li>
|
|
1093
|
+
<li><a href="/offers-and-promotions/win_a_trip_for_two_to_paris/182/">Win a trip for two to Paris</a></li>
|
|
1094
|
+
<li><a href="/offers-and-promotions/win_a_trip_to_atlanta/180/">Win a trip to Atlanta </a></li>
|
|
1095
|
+
<li><a href="/offers-and-promotions/win_swan_lake_prizes/181/">Win Swan Lake Prizes</a></li>
|
|
1177
1096
|
</ul>
|
|
1178
1097
|
</li>
|
|
1179
1098
|
<li><a href="/families/">Families</a></li>
|
|
@@ -1209,18 +1128,13 @@
|
|
|
1209
1128
|
</div>
|
|
1210
1129
|
</div> <div class="drev-inpage-banner-outer-bottom">
|
|
1211
1130
|
<div class="drev-inpage-banner-inner -ce-capture">
|
|
1212
|
-
|
|
1213
|
-
</div>
|
|
1131
|
+
</div>
|
|
1214
1132
|
</div>
|
|
1215
1133
|
|
|
1216
1134
|
<div id="ad_skyscraper" class="drev-skyscraper-banner-one -ce-capture">
|
|
1217
1135
|
<script type='text/javascript'><!--// <![CDATA[
|
|
1218
1136
|
OA_show(12);
|
|
1219
1137
|
// ]]> --></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>
|
|
1220
|
-
<div id="ad_skyscraper2" class="drev-skyscraper-banner-two -ce-capture">
|
|
1221
|
-
<script type='text/javascript'><!--// <![CDATA[
|
|
1222
|
-
OA_show(21);
|
|
1223
|
-
// ]]> --></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>
|
|
1224
1138
|
<footer>
|
|
1225
1139
|
<div class="row content">
|
|
1226
1140
|
<hr />
|
|
@@ -1270,14 +1184,12 @@
|
|
|
1270
1184
|
<li><a href="http://www.odeon.co.uk/contactus/">Contact Us</a></li>
|
|
1271
1185
|
<li><a href="http://www.odeon.co.uk/privacy-and-legal/cookie-policy/">About our Cookies</a></li>
|
|
1272
1186
|
</ul>
|
|
1273
|
-
<h2>Filmline: 0871 22 44 007</h2>
|
|
1274
|
-
<p>Calls cost 10p per minute plus network extras.</p>
|
|
1275
1187
|
</div>
|
|
1276
1188
|
</div>
|
|
1277
1189
|
<hr />
|
|
1278
1190
|
<div class="container">
|
|
1279
1191
|
<div class="span9">
|
|
1280
|
-
<span>© ODEON Cinemas Holdings Limited 2006 to
|
|
1192
|
+
<span>© ODEON Cinemas Holdings Limited 2006 to 2015 - All rights reserved.</span>
|
|
1281
1193
|
</div>
|
|
1282
1194
|
<div class="span3">
|
|
1283
1195
|
<ul class="inline">
|