picturehouse_uk 1.0.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -1
  3. data/CHANGELOG.md +18 -0
  4. data/README.md +7 -10
  5. data/Rakefile +20 -7
  6. data/lib/picturehouse_uk.rb +4 -1
  7. data/lib/picturehouse_uk/cinema.rb +51 -100
  8. data/lib/picturehouse_uk/film.rb +22 -8
  9. data/lib/picturehouse_uk/internal/address_parser.rb +72 -0
  10. data/lib/picturehouse_uk/internal/cinema_page.rb +35 -0
  11. data/lib/picturehouse_uk/internal/film_with_screenings_parser.rb +87 -37
  12. data/lib/picturehouse_uk/internal/title_sanitizer.rb +49 -0
  13. data/lib/picturehouse_uk/internal/website.rb +39 -0
  14. data/lib/picturehouse_uk/screening.rb +63 -19
  15. data/lib/picturehouse_uk/version.rb +2 -2
  16. data/picturehouse_uk.gemspec +11 -11
  17. data/test/fixture_updater.rb +43 -0
  18. data/test/fixtures/address-fragments/duke-of-yorks.html +39 -0
  19. data/test/fixtures/address-fragments/hackney-picturehouse.html +12 -0
  20. data/test/fixtures/cinema/Duke_Of_Yorks.html +4370 -0
  21. data/test/fixtures/cinema/Duke_Of_Yorks/film_last.html +45 -0
  22. data/test/fixtures/cinema/Duke_Of_Yorks/film_second.html +37 -0
  23. data/test/fixtures/{abbeygate-contact-us.html → contact_us/Duke_Of_Yorks.html} +635 -156
  24. data/test/fixtures/{dukes-at-komedia-contact-us.html → contact_us/Dukes_At_Komedia.html} +582 -98
  25. data/test/fixtures/{picturehouses-homepage.html → home.html} +642 -146
  26. data/test/lib/picturehouse_uk/cinema_test.rb +127 -307
  27. data/test/lib/picturehouse_uk/film_test.rb +65 -16
  28. data/test/lib/picturehouse_uk/internal/address_parser_test.rb +55 -0
  29. data/test/lib/picturehouse_uk/internal/cinema_page_test.rb +51 -0
  30. data/test/lib/picturehouse_uk/internal/film_with_screenings_parser_test.rb +44 -151
  31. data/test/lib/picturehouse_uk/internal/title_sanitizer_test.rb +131 -0
  32. data/test/lib/picturehouse_uk/internal/website_test.rb +64 -0
  33. data/test/lib/picturehouse_uk/screening_test.rb +149 -21
  34. data/test/live/integration_test.rb +68 -0
  35. data/test/test_helper.rb +3 -1
  36. metadata +40 -43
  37. data/test/fixtures/dukes-at-komedia-cinema.html +0 -7148
  38. data/test/fixtures/film_node/blue-jasmine-done.html +0 -53
  39. data/test/fixtures/film_node/blue-jasmine-future.html +0 -55
  40. data/test/fixtures/film_node/bolshoi-spartacus.html +0 -26
  41. data/test/fixtures/film_node/captain-phillips-with-silver-screen-and-subtitles.html +0 -103
  42. data/test/fixtures/film_node/fifth-estate-with-big-scream.html +0 -73
  43. data/test/fixtures/film_node/london-film-festival-with-toddler-time.html +0 -46
  44. data/test/fixtures/film_node/met-encore-rusalka-as-live.html +0 -26
  45. data/test/fixtures/film_node/nt-encore-hamlet.html +0 -26
  46. data/test/fixtures/film_node/planes-with-kids-club.html +0 -77
  47. data/test/fixtures/film_node/royal-opera-house-don-quixote.html +0 -26
  48. data/test/fixtures/film_node/rsc-encore-richard-ii.html +0 -28
  49. data/test/fixtures/film_node/rsc-live-richard-ii.html +0 -41
  50. data/test/fixtures/film_node/rsc-live-the-two-gentlemen-of-verona-zero-cert.html +0 -19
  51. data/test/fixtures/hackney-contact-us.html +0 -998
@@ -0,0 +1,39 @@
1
+ <div class="txt6" style="padding-top: 10px;">
2
+
3
+
4
+ <p>
5
+ </p><div class="box" style="width:280px;">
6
+ <div class="heading"><span class="newsheading">Duke of York's Picturehouse, Brighton</span></div>
7
+ <div class="box1">
8
+ <table cellspacing="0" cellpadding="0" border="0" id="cinemasbox">
9
+ <tbody>
10
+
11
+ <tr><td valign="bottom" class="cinemaListBox"></td></tr>
12
+ <tr><td valign="bottom" class="cinemaListBox">Preston Circus</td></tr>
13
+ <tr><td valign="bottom" class="cinemaListBox"></td></tr>
14
+ <tr><td valign="bottom" class="cinemaListBox">Brighton</td></tr>
15
+ <tr><td valign="bottom" class="cinemaListBox"></td></tr>
16
+ <tr><td valign="bottom" class="cinemaListBox"></td></tr>
17
+ <tr><td valign="bottom" class="cinemaListBox">BN1 4NA</td></tr>
18
+
19
+
20
+ <tr><td valign="bottom" class="cinemaListBox">Box Office Number: 0871 902 5728</td></tr>
21
+
22
+
23
+ <tr><td valign="bottom" class="cinemaListBox">email: dukeofyorks@picturehouses.co.uk<script type="text/javascript">
24
+ /* <![CDATA[ */
25
+ (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
26
+ /* ]]> */
27
+ </script></td></tr>
28
+
29
+ </tbody>
30
+ </table>
31
+ </div>
32
+ </div>
33
+
34
+ <p></p>
35
+ <p>&nbsp;</p>
36
+ <p>General Manager: Kenny Gold</p>
37
+
38
+
39
+ </div>
@@ -0,0 +1,12 @@
1
+ <div class="txt6" style="padding-top: 10px;">
2
+
3
+
4
+ <p>Hackney Picturehouse<br> 270 Mare Street<br> London<br> E8 1HE<br> Box Office Number: 0871 902 5734<br> email: hackney@picturehouses.co.uk<script type="text/javascript">
5
+ /* <![CDATA[ */
6
+ (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
7
+ /* ]]> */
8
+ </script><br> Facebook: <a href="http://www.facebook.com/HackneyPicturehouse">facebook.com/HackneyPicturehouse</a><br> Twitter: <a href="http://twitter.com/HackneyPH">@HackneyPH</a></p>
9
+ <p>General Manager: Darren Jones</p>
10
+
11
+
12
+ </div>
@@ -0,0 +1,4370 @@
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml"
6
+ xmlns:og="http://opengraphprotocol.org/schema/"
7
+ xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en" lang="en">
8
+ <head>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10
+ <title>Cinema Listings | Duke of York&#39;s Picturehouse | Brighton</title>
11
+
12
+ <meta name="keywords" content="picturehouse, cinema, picture house, Duke of York&#39;s" />
13
+
14
+
15
+ <meta name="description" content="Stunning cinema on Preston Circus, Brighton with bar &amp; events at Duke of York&#39;s Picturehouse | Brighton" />
16
+
17
+ <script type="text/javascript">
18
+ var venue = 'Duke_Of_Yorks';
19
+ var trailer = {height:288,width:510};
20
+ </script>
21
+
22
+
23
+
24
+ <link rel="stylesheet" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/css/cityscreen/global.201312092207.css" />
25
+
26
+
27
+ <!--[if IE 6]>
28
+ <link rel="stylesheet" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/css/cityscreen/ie6.v3.min.css" type="text/css" />
29
+ <![endif]-->
30
+
31
+ <!--[if IE 7]>
32
+ <link rel="stylesheet" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/css/cityscreen/ie7.v1.min.css" type="text/css" />
33
+ <![endif]-->
34
+ <meta name="google-site-verification" content="tfGR4gRo-YG-57LfPFX3Pjv0VqsFRPKIs2ioVOH-3f8" />
35
+
36
+ <meta property="fb:app_id" content="" />
37
+ <meta property="og:type" content="" />
38
+ <meta property="og:title" content="Cinema Listings at Duke of York&#39;s Picturehouse | Brighton" />
39
+ <meta property="og:url" content="" />
40
+ <meta property="og:site_name" content="Picturehouses" />
41
+ <meta property="og:description" content="" />
42
+ <meta property="og:image" content="" />
43
+
44
+
45
+ <link id="canonical" rel="canonical" href="/cinema/Duke_Of_Yorks/" />
46
+
47
+
48
+
49
+
50
+ <script type="text/javascript" charset="utf-8" src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/libs/jquery-1.9.1.js"></script>
51
+ <script src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/libs/jquery-migrate-1.1.0.js"></script>
52
+ <script type="text/javascript" charset="utf-8" src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/libs/typeahead.js"></script>
53
+ <script src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/libs/hogan-2.0.0.js"></script>
54
+ <script src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/libs/jquery.tools.min.js"></script>
55
+
56
+ <link rel="stylesheet" type="text/css" href="http://partner.mymovies.net/html5/jqtools/1.css"/>
57
+ <link href="http://partner.mymovies.net/html5/css/video-js.css" rel="stylesheet" type="text/css">
58
+ <script src="http://partner.mymovies.net/html5/js/video_ovrly.js" type="text/javascript"></script>
59
+ <script SRC="http://flvplayer.mymovies.net/includes/sdc_tag.js" type="text/javascript"></script>
60
+
61
+ <script type="text/javascript" charset="utf-8" src="https://d2t98m0n7ql7on.cloudfront.net/site-media/js/cityscreen/site.20140714.js"></script>
62
+
63
+ <link type="image/x-icon" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/favicon.gif" rel="shortcut icon"/>
64
+ <link type="image/x-icon" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/favicon.gif" rel="icon"/>
65
+
66
+ <script type="text/javascript">
67
+ function twitterPop(text, url) {
68
+ mywindow = window.open('http://twitter.com/share?text='+text+'&url='+url,"Tweet_widow","channelmode=no,directories=no,location=no,menubar=no,scrollbars=no,toolbar=no,status=no,width=500,height=375,left=300,top=200");
69
+ mywindow.focus();
70
+ }
71
+ </script>
72
+ <script type="text/javascript">
73
+ docCookies = {
74
+ getItem: function (sKey) {
75
+ if (!sKey || !this.hasItem(sKey)) { return null; }
76
+ return unescape(document.cookie.replace(new RegExp("(?:^|.*;\\s*)" + escape(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*"), "$1"));
77
+ },
78
+ /**
79
+ * docCookies.setItem(sKey, sValue, vEnd, sPath, sDomain, bSecure)
80
+ *
81
+ * @argument sKey (String): the name of the cookie;
82
+ * @argument sValue (String): the value of the cookie;
83
+ * @optional argument vEnd (Number, String, Date Object or null): the max-age in seconds (e.g., 31536e3 for a year) or the
84
+ * expires date in GMTString format or in Date Object format; if not specified it will expire at the end of session;
85
+ * @optional argument sPath (String or null): e.g., "/", "/mydir"; if not specified, defaults to the current path of the current document location;
86
+ * @optional argument sDomain (String or null): e.g., "example.com", ".example.com" (includes all subdomains) or "subdomain.example.com"; if not
87
+ * specified, defaults to the host portion of the current document location;
88
+ * @optional argument bSecure (Boolean or null): cookie will be transmitted only over secure protocol as https;
89
+ * @return undefined;
90
+ **/
91
+ setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure) {
92
+ if (!sKey || /^(?:expires|max\-age|path|domain|secure)$/.test(sKey)) { return; }
93
+ var sExpires = "";
94
+ if (vEnd) {
95
+ switch (typeof vEnd) {
96
+ case "number": sExpires = "; max-age=" + vEnd; break;
97
+ case "string": sExpires = "; expires=" + vEnd; break;
98
+ case "object": if (vEnd.toGMTString != undefined) { sExpires = "; expires=" + vEnd.toGMTString(); } break;
99
+ }
100
+ }
101
+ document.cookie = escape(sKey) + "=" + escape(sValue) + sExpires + (sDomain ? "; domain=" + sDomain : "") + (sPath ? "; path=" + sPath : "") + (bSecure ? "; secure" : "");
102
+ },
103
+ removeItem: function (sKey) {
104
+ if (!sKey || !this.hasItem(sKey)) { return; }
105
+ var oExpDate = new Date();
106
+ oExpDate.setDate(oExpDate.getDate() - 1);
107
+ document.cookie = escape(sKey) + "=; expires=" + oExpDate.toGMTString() + "; path=/";
108
+ },
109
+ hasItem: function (sKey) { return (new RegExp("(?:^|;\\s*)" + escape(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=")).test(document.cookie); }
110
+ };
111
+ jQuery(document).ready(function(){
112
+ if ((docCookies.getItem('accepted') === null)) {
113
+ console.log('cookie');
114
+ jQuery('body').append('<div id="cookie_message" style="background-color: rgb(255, 255, 225); color: rgb(51, 51, 51); position: fixed; bottom: 0px; left: 0px; right: 0px; padding: 7px 120px 7px 36px; vertical-align: middle; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(68, 68, 68); font-size: 12px; font-family: Arial, Helvetica, sans-serif; z-index: 9999; box-shadow: rgb(0, 0, 0) 0px 0px 5px; "><p class="wolfblock" style="text-align: left; font-size: 1.1em !important; width: 600px; float: left; margin: 0px; padding: 0px; line-height: 16px; ">This site uses cookies to help make it more useful and reliable. By using the site or by dismissing this banner you are consenting to their use.</p><a href="#" id="cookie_accepted">Do not show this message again</a></div></div>');
115
+ jQuery('#cookie_accepted').click(function() {
116
+ jQuery('#cookie_message').hide();
117
+ docCookies.setItem('accepted', 'dismissed', 86400*365*30, '/');
118
+ });
119
+ }
120
+ });
121
+ </script>
122
+ <script type="text/javascript">
123
+ var apiHost = (("https:" == document.location.protocol) ? "https://" : "http://");
124
+ var websales_url = ''.replace('http://', apiHost);
125
+ var secure_websales_url = 'https://www.picturehouses.co.uk';
126
+ newman_prefix = 'newman';
127
+ setup_api();
128
+ </script>
129
+
130
+ <script type="text/javascript">
131
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
132
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
133
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
134
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
135
+ ga('create', 'UA-7911463-2', 'picturehouses.co.uk');
136
+ ga('require', 'displayfeatures');
137
+ ga('send', 'pageview');
138
+ </script>
139
+
140
+
141
+ <script type="text/javascript">
142
+ newman_prefix = 'newman';
143
+ document.write(unescape("%3Cscript src='" + websales_url + "/jswebsales/static/customer.201404272310.js' type='text/javascript'%3E%3C/script%3E"));
144
+ </script>
145
+
146
+
147
+
148
+
149
+
150
+ <script type="text/javascript">
151
+ jQuery(document).ready(function(){
152
+
153
+
154
+
155
+ jQuery('#searchForm').replaceWith('<div class="demo" style="float:right; margin-right:10px;"><form rel="nofollow" action="/cinema/Duke_Of_Yorks/Search/"><input class="typeahead" name="header_search" type="text" placeholder="Search..."></form></div>');
156
+
157
+ var url = '/fs/';
158
+ if ('doyb' !== 'global') {
159
+ url = '/cinema/Duke_Of_Yorks/fs/';
160
+ }
161
+ if (location.protocol !== 'https:') {
162
+ jQuery('.typeahead').typeahead({
163
+ name:'films',
164
+ prefetch:{url:url,
165
+ ttl:0},
166
+ limit:30,
167
+ ttl_ms:0
168
+ })
169
+ .on('typeahead:opened', function(evt) {
170
+ var $typeahead = jQuery(this);
171
+ var v = $typeahead.val();
172
+ if (v !== '') {
173
+ ga('send', 'event', {
174
+ eventCategory:'Search',
175
+ eventAction:'Typing',
176
+ eventValue:v});
177
+ }
178
+ })
179
+ .on('typeahead:selected', function(evt, item) {
180
+ var $typeahead = jQuery(this);
181
+ ga('send', 'event', {
182
+ eventCategory:'Search',
183
+ eventAction:'Selected',
184
+ eventValue:$typeahead.val()});
185
+ window.location.href = item.uri + '?utm_source=' + window.location.pathname + '&utm_medium=search&utm_campaign=selected';
186
+ })
187
+ .on('typeahead:closed', function(evt, item) {
188
+ var $typeahead = jQuery(this);
189
+ console.log('closed');
190
+ })
191
+ .on('typeahead:autocompleted', function (evt, item) {
192
+ var $typeahead = jQuery(this);
193
+ ga('send', 'event', {
194
+ eventCategory:'Search',
195
+ eventAction:'Autocompleted',
196
+ eventValue:$typeahead.val()});
197
+ window.location.href = item.uri + '?utm_source=' + window.location.pathname + '&utm_medium=search&utm_campaign=autocompleted';
198
+ }) ;
199
+ jQuery('div.demo form input.typeahead').bind('keypress', function(e) {
200
+ if(e.keyCode===13){
201
+ jQuery('div.demo form').submit();
202
+ }
203
+ });
204
+ }
205
+ initialize_api('Duke_Of_Yorks', '', 'doyb');
206
+ });
207
+ </script>
208
+ <!-- Start: GPT Sync -->
209
+
210
+ <script type='text/javascript'>
211
+
212
+ var gptadslots=[];
213
+
214
+ (function(){
215
+
216
+ var useSSL = 'https:' == document.location.protocol;
217
+
218
+ var src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
219
+
220
+ document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
221
+
222
+ })();
223
+
224
+ </script>
225
+ <script type="text/javascript">
226
+
227
+
228
+ //Adslot 1 declaration
229
+
230
+ gptadslots[1]= googletag.defineSlot('/116061662/UK_PictureHouses', [[300,250]],'div-gpt-ad-144738139352026482-1').addService(googletag.pubads());
231
+
232
+
233
+
234
+ //Adslot 2 declaration
235
+
236
+ gptadslots[2]= googletag.defineSlot('/116061662/UK_PictureHouses/Homepage', [[300,250]],'div-gpt-ad-144738139352026482-2').addService(googletag.pubads());
237
+
238
+
239
+
240
+ googletag.pubads().enableSyncRendering();
241
+
242
+ googletag.enableServices();
243
+
244
+ </script>
245
+
246
+ <!-- End: GPT -->
247
+ </head>
248
+
249
+ <body>
250
+
251
+ <div id="wrapper">
252
+
253
+ <link rel="stylesheet" href="https://d2t98m0n7ql7on.cloudfront.net/site-media/css/cityscreen/venues.2014091904.css" />
254
+
255
+ <div id="con_header" class="header_doyb" sold="">
256
+
257
+
258
+
259
+ <h1>
260
+
261
+ <a href="/cinema/Duke_Of_Yorks/" id="header_logo" class="doyb" alt="Duke of York&#39;s"></a>
262
+
263
+ </h1>
264
+ <div id="header_right">
265
+ <a href="#" id="qb" rel="nofollow" class="quickbook_button"></a>
266
+ <form rel="nofollow" id ="searchForm" action="/cinema/Duke_Of_Yorks/Search/">
267
+ <input type="text" name="header_search" id="header_search" value=""/>
268
+ </form>
269
+ <div id="quickbook_layer">
270
+ <div class="quickbook_layer_spacing">
271
+ <form>
272
+ <select id="cinemaField"><option value="">Cinema</option></select>
273
+ <select id="filmField"><option value="">Film</option></select>
274
+ <select id="dateField"><option value="">Date</option></select>
275
+ <select id="showField"><option value="">Time</option></select>
276
+ <div class="right"><a href="#" id="go" class="button_book">Book</a></div>
277
+ </form>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="top-links">
283
+ <div class="top-links-icons">
284
+ <a class="i-newsletter" href="/cinema/Duke_Of_Yorks/Connect/Email_News/">
285
+ <i class="t-icon"><i></i></i>
286
+ <span class="s-tooltip">
287
+ <span class="st-tl"></span><span class="st-tr"></span>
288
+ <strong>Newsletter</strong>
289
+ </span>
290
+ </a>
291
+
292
+ <span class="hide"> | </span>
293
+
294
+ <a class="i-facebook" href="/cinema/Duke_Of_Yorks/Connect/Facebook/">
295
+ <i class="t-icon"><i></i></i>
296
+ <span class="s-tooltip">
297
+ <span class="st-tl"></span><span class="st-tr"></span>
298
+ <strong>Facebook</strong>
299
+ </span>
300
+ </a>
301
+
302
+ <span class="hide"> | </span>
303
+
304
+ <a class="i-twitter" href="/cinema/Duke_Of_Yorks/Connect/Twitter/">
305
+ <i class="t-icon"><i></i></i>
306
+ <span class="s-tooltip">
307
+ <span class="st-tl"></span><span class="st-tr"></span>
308
+ <strong>Twitter</strong>
309
+ </span>
310
+ </a>
311
+ </div>
312
+
313
+
314
+ <span class="tl-label">MyPicturehouse:</span>
315
+ <a href="#login_form" id="login_formfancybox-link" class="fancybox-link"><strong>Sign in / Register</strong></a>
316
+
317
+
318
+
319
+ </div>
320
+
321
+
322
+
323
+
324
+
325
+ <div class="basket" style="top:50px;right:15px;position:absolute;"></div>
326
+ <div class="dummy-top-links" class="hide"></div>
327
+
328
+ </div>
329
+
330
+
331
+ <style>
332
+ #precomplete_form {
333
+ width:270px;
334
+ }
335
+ #precomplete_formfancybox-link {
336
+ visibility: none;
337
+ }
338
+ </style>
339
+
340
+ <a href="#precomplete_form" id="precomplete_formfancybox-link" class="fancybox-link"></a>
341
+ <div class="hide">
342
+ <div id="precomplete_form" class="popup-form g-clear">
343
+ <form method="post" action="" name="info_form">
344
+ <div class="form-left-part">
345
+ <h3>Additional Information</h3>
346
+
347
+ <p id="precomplete_msg">To complete your registration, please choose your favourite cinema:</p>
348
+
349
+ <div id="precomplete_email_holder">
350
+ <label for="">Email address</label>
351
+ <span class="text">
352
+ <i class="t-tl"></i><i class="t-tr"></i>
353
+ <input type="text" id="precomplete_email" name="loginemail"/>
354
+ </span>
355
+ </div>
356
+
357
+
358
+ <div class="clearall"></div>
359
+
360
+ <div id="precomplete_venue_holder">
361
+ <label for="">Favourite cinema</label>
362
+ <select id="precomplete_venue">
363
+
364
+
365
+ <option value="cph">Clapham Picturehouse</option>
366
+
367
+
368
+
369
+ <option value="EDP">East Dulwich Picturehouse</option>
370
+
371
+
372
+
373
+ <option value="gate">Gate Picturehouse</option>
374
+
375
+
376
+
377
+ <option value="gnw">Greenwich Picturehouse</option>
378
+
379
+
380
+
381
+ <option value="hck">Hackney Picturehouse</option>
382
+
383
+
384
+
385
+ <option value="PHC">Picturehouse Central</option>
386
+
387
+
388
+
389
+ <option value="ritz">Ritzy Picturehouse</option>
390
+
391
+
392
+
393
+ <option value="se">Stratford, London</option>
394
+
395
+
396
+
397
+ <option value="bath">The Little</option>
398
+
399
+
400
+
401
+ <option value="NMM">Picturehouse at the NMM</option>
402
+
403
+
404
+
405
+ <option value="DAK">Duke&#39;s At Komedia</option>
406
+
407
+
408
+
409
+ <option selected="selected" value="doyb">Duke of York&#39;s</option>
410
+
411
+
412
+
413
+ <option value="camb">Arts Picturehouse Cambridge</option>
414
+
415
+
416
+
417
+ <option value="edbg">Cameo Picturehouse</option>
418
+
419
+
420
+
421
+ <option value="xtr">Exeter Picturehouse</option>
422
+
423
+
424
+
425
+ <option value="rgl">Regal Picturehouse</option>
426
+
427
+
428
+
429
+ <option value="fact">Picturehouse at FACT</option>
430
+
431
+
432
+
433
+ <option value="nor">Cinema City</option>
434
+
435
+
436
+
437
+ <option value="oxfd">Phoenix Picturehouse</option>
438
+
439
+
440
+
441
+ <option value="hlsh">Harbour Lights</option>
442
+
443
+
444
+
445
+ <option value="soa">Stratford-upon-Avon</option>
446
+
447
+
448
+
449
+ <option value="york">York Picturehouse</option>
450
+
451
+
452
+ </select>
453
+ </div>
454
+
455
+ <span class="button">
456
+ <i class="b-tl"></i><i class="b-tr"></i>
457
+ <input type="button" value="Complete Registration" id="completebutton"/>
458
+ </span>
459
+ </div>
460
+ </form>
461
+ </div>
462
+ </div>
463
+
464
+ <script>
465
+ // START OF UTILS
466
+ function qs(key) {
467
+ key = key.replace(/[*+?^$.\[\]{}()|\\\/]/g, "\\$&"); // escape RegEx meta chars
468
+ var match = location.search.match(new RegExp("[?&]"+key+"=([^&]+)(&|$)"));
469
+ return match && decodeURIComponent(match[1].replace(/\+/g, " "));
470
+ }
471
+
472
+ if (typeof String.prototype.startsWith != 'function') {
473
+ // see below for better implementation!
474
+ String.prototype.startsWith = function (str){
475
+ return this.indexOf(str) == 0;
476
+ };
477
+ }
478
+ // END OF UTILS
479
+
480
+ function isPrecompleteForm() {
481
+ if (window.location.hash.indexOf("#precomplete_form") != -1) {
482
+ jQuery("a#precomplete_formfancybox-link")[0].click()
483
+ }
484
+ };
485
+
486
+ var precomplete_hookup = function() {
487
+ jQuery('a#precomplete_formfancybox-link').fancybox({
488
+ transitionIn: 'elastic',
489
+ transitionOut: 'elastic',
490
+ onComplete: function(){
491
+ jQuery('#precomplete_form span.button .b-tl').each(function(){
492
+ jQuery(this).width( jQuery(this).parent().width() )
493
+ });
494
+ }
495
+ });
496
+ jQuery('#completebutton').click(precomplete_finish);
497
+ };
498
+
499
+ var setup_precomplete_form = function() {
500
+ setup = window.location.hash
501
+
502
+ if (setup.indexOf("email") == -1) {
503
+ jQuery("#precomplete_email_holder").hide()
504
+ } else {
505
+ jQuery("#precomplete_email_holder").show()
506
+ }
507
+ if (setup.indexOf("venue_id") == -1) {
508
+ jQuery("#precomplete_venue_holder").hide()
509
+ } else {
510
+ jQuery("#precomplete_venue_holder").show()
511
+ }
512
+ };
513
+
514
+ var precomplete_finish = function() {
515
+ var url = qs('redirect');
516
+ if (setup.indexOf("email") != -1) {
517
+ url += "&email=" + jQuery("#precomplete_email").val()
518
+ }
519
+ if (setup.indexOf("venue_id") != -1) {
520
+ url += "&venue_id=" + jQuery("#precomplete_venue").val()
521
+ }
522
+
523
+ window.location.href = url
524
+ };
525
+
526
+ jQuery(document).ready(function () {
527
+ precomplete_hookup();
528
+ setup_precomplete_form()
529
+ isPrecompleteForm()
530
+ })
531
+
532
+ </script>
533
+
534
+
535
+ <div class="hide">
536
+ <div id="login_form" class="popup-form g-clear">
537
+ <style>
538
+ #socialauth_error_msg {
539
+ color:red;
540
+ margin:0;
541
+ line-height:12px;
542
+ margin-bottom:-7px;
543
+ }
544
+ </style>
545
+
546
+ <p id="socialauth_error_msg"></p>
547
+
548
+ <script>
549
+ console.log("START ALERT SETUP SCRIPT")
550
+
551
+ // START OF UTILS
552
+ function getHashParams() {
553
+
554
+ var hashParams = {};
555
+ var e,
556
+ a = /\+/g, // Regex for replacing addition symbol with a space
557
+ r = /([^&;=]+)=?([^&;]*)/g,
558
+ d = function (s) { return decodeURIComponent(s.replace(a, " ")); },
559
+ q = window.location.hash.substring(1);
560
+
561
+ while (e = r.exec(q))
562
+ hashParams[d(e[1])] = d(e[2]);
563
+
564
+ return hashParams;
565
+ }
566
+ // END OF UTILS
567
+
568
+ function isErrorMsg() {
569
+ // Is there a socialauth error message?
570
+ if (window.location.hash.indexOf("#socialauth_error_msg") != -1) {
571
+
572
+ // Found a SocialAuth error signal, preparing to display msg.
573
+ var msg = getHashParams()["socialauth_error_msg"]
574
+ if (msg) {
575
+ jQuery("#socialauth_error_msg").html(msg);
576
+ jQuery("#socialauth_error_msg").show();
577
+ };
578
+
579
+ // Open login dialog.
580
+ var rt = jQuery("a#login_formfancybox-link").fancybox().trigger('click');
581
+ } else {
582
+ jQuery("#socialauth_error_msg").hide();
583
+ }
584
+ };
585
+
586
+ isErrorMsg()
587
+
588
+ </script>
589
+
590
+ <form method="post" action="/loyalty/login_process" name="login_form">
591
+ <div class="form-left-part">
592
+
593
+ <style>
594
+
595
+ .social_auth_widget {
596
+ margin-bottom: 10px;
597
+ }
598
+
599
+ .social_button {
600
+ width: 270px;
601
+ height: 30px;
602
+ margin-bottom: 8px;
603
+ }
604
+
605
+ .social_auth_widget a,
606
+ .social_auth_widget a:link,
607
+ .social_auth_widget a:visited,
608
+ .social_auth_widget a:hover,
609
+ .social_auth_widget a:active
610
+ {
611
+ color: inherit;
612
+ text-decoration: none;
613
+ }
614
+
615
+ .social_button h4 {
616
+ display: inline;
617
+ padding-left: 6px;
618
+ vertical-align: -webkit-baseline-middle;
619
+ color: #fff;
620
+ font-size: 129%;
621
+ letter-spacing: 0.2px;
622
+ }
623
+
624
+ .social_button.safari h4 {
625
+ vertical-align: middle !important;
626
+ }
627
+
628
+ .social_auth_widget #facebook_button {
629
+ background-color: #4a629d;
630
+ border-radius: 3px;
631
+ }
632
+
633
+ .social_auth_widget #google-plus_button {
634
+ background-color: #ca363a;
635
+ border-radius: 3px;
636
+ }
637
+
638
+ .social_button img {
639
+ margin-left: 10px;
640
+ margin-top: 2.5px;
641
+ }
642
+
643
+ .social_button.safari img {
644
+ margin-top: 3px;
645
+ }
646
+
647
+ </style>
648
+
649
+ <div class="social_auth_widget">
650
+ <a href="/socialauth/login/facebook/">
651
+ <div class="social_button" id="facebook_button">
652
+ <img src="/site-media/images/social/facebook_login.png" alt="Login with Facebook"></img>
653
+ <h4>Sign in with Facebook</h4>
654
+ </div>
655
+ </a>
656
+ <a href="/socialauth/login/google-plus/">
657
+ <div class="social_button" id="google-plus_button">
658
+ <img src="/site-media/images/social/google-plus_login.png" alt="Login with Google+"></img>
659
+ <h4>Sign in with Google+</h4>
660
+ </div>
661
+ </a>
662
+ </div>
663
+
664
+ <script>
665
+ (function () {
666
+
667
+ var source = encodeURI(document.URL)
668
+ jQuery(".social_auth_widget a").each(function (i,v) {
669
+ v.href = v.href + "?source_page=" + source
670
+ })
671
+
672
+ var safari = jQuery.browser.safari != undefined;
673
+ if (safari) {
674
+ jQuery(".social_button").addClass("safari");
675
+ }
676
+ })()
677
+ </script>
678
+
679
+
680
+
681
+
682
+
683
+ <h3>Sign in</h3>
684
+ <p class="error login_form" style="color:red; margin:0; line-height:1em; display:None;"></p>
685
+ <label for="">Email address</label>
686
+ <span class="text">
687
+ <i class="t-tl"></i><i class="t-tr"></i>
688
+ <input type="text" id="loginemail" name="loginemail"/>
689
+ </span>
690
+
691
+ <div class="clearall"></div>
692
+
693
+ <label for="">Password</label>
694
+ <span class="text">
695
+ <i class="t-tl"></i><i class="t-tr"></i>
696
+ <input type="password" id="loginpassword" name="loginpassword"/>
697
+ </span>
698
+
699
+ <div class="clearall"></div>
700
+
701
+ <a class="lightgreen" href="#forgotpassword_form" id="forgotpasswordbutton" title="Forgot your password?"><strong>Forgot your password?</strong></a>
702
+
703
+ <input type="hidden" value="true" name="nomd5"/>
704
+ <div class="checkbox">
705
+ <input id="loginremember_me" type="checkbox" name="loginremember_me"/>
706
+ <label for="">Keep me signed in</label>
707
+ </div>
708
+
709
+ <div class="clearall"></div>
710
+
711
+ <span class="button">
712
+ <i class="b-tl"></i><i class="b-tr"></i>
713
+ <input type="submit" value="Sign in" id="loginbutton"/>
714
+ </span>
715
+ </div>
716
+ </form>
717
+
718
+ <div class="form-right-part">
719
+ <h3>Create a MyPicturehouse account</h3>
720
+ <p class="error register_form" style="color:red; margin:0; line-height:1em; display:None;"></p>
721
+
722
+ <label for="">Favourite cinema</label>
723
+ <select id="membership_myphvenue_id">
724
+
725
+
726
+ <option value="cph">Clapham Picturehouse</option>
727
+
728
+
729
+
730
+ <option value="EDP">East Dulwich Picturehouse</option>
731
+
732
+
733
+
734
+ <option value="gate">Gate Picturehouse</option>
735
+
736
+
737
+
738
+ <option value="gnw">Greenwich Picturehouse</option>
739
+
740
+
741
+
742
+ <option value="hck">Hackney Picturehouse</option>
743
+
744
+
745
+
746
+ <option value="PHC">Picturehouse Central</option>
747
+
748
+
749
+
750
+ <option value="ritz">Ritzy Picturehouse</option>
751
+
752
+
753
+
754
+ <option value="se">Stratford, London</option>
755
+
756
+
757
+
758
+ <option value="bath">The Little</option>
759
+
760
+
761
+
762
+ <option value="NMM">Picturehouse at the NMM</option>
763
+
764
+
765
+
766
+ <option value="DAK">Duke&#39;s At Komedia</option>
767
+
768
+
769
+
770
+ <option selected="selected" value="doyb">Duke of York&#39;s</option>
771
+
772
+
773
+
774
+ <option value="camb">Arts Picturehouse Cambridge</option>
775
+
776
+
777
+
778
+ <option value="edbg">Cameo Picturehouse</option>
779
+
780
+
781
+
782
+ <option value="xtr">Exeter Picturehouse</option>
783
+
784
+
785
+
786
+ <option value="rgl">Regal Picturehouse</option>
787
+
788
+
789
+
790
+ <option value="fact">Picturehouse at FACT</option>
791
+
792
+
793
+
794
+ <option value="nor">Cinema City</option>
795
+
796
+
797
+
798
+ <option value="oxfd">Phoenix Picturehouse</option>
799
+
800
+
801
+
802
+ <option value="hlsh">Harbour Lights</option>
803
+
804
+
805
+
806
+ <option value="soa">Stratford-upon-Avon</option>
807
+
808
+
809
+
810
+ <option value="york">York Picturehouse</option>
811
+
812
+
813
+ </select>
814
+
815
+ <div class="clearall"></div>
816
+
817
+ <label for="">Email address</label>
818
+ <span class="text">
819
+ <i class="t-tl"></i><i class="t-tr"></i>
820
+ <input type="text" id="membership_myphcustomer_email" />
821
+ </span>
822
+
823
+ <div class="clearall"></div>
824
+
825
+ <span class="button">
826
+ <i class="b-tl"></i><i class="b-tr"></i>
827
+ <input type="submit" id="createaccountbutton" value="Create account" />
828
+ </span>
829
+
830
+ <div class="clearall"></div>
831
+ <br />
832
+
833
+ <h4>The benefits</h4>
834
+ Speed up online booking, rate films, receive recommendations, view your film history, manage your private account, signup for coming soon, manage subscriptions and preferences.
835
+ </div>
836
+
837
+ </div>
838
+ </div>
839
+ <div class="hide">
840
+ <div id="forgotpassword_form" class="popup-form g-clear">
841
+ <div class="form-left-part">
842
+ <h3>Forgot your password</h3>
843
+ <p>Enter your email address so that we can email you the password</p>
844
+
845
+ <p class="error forgotpassword_form" style="color:red; margin:0; line-height:1em; display:None;"></p>
846
+
847
+ <label for="">Email address</label>
848
+
849
+ <span class="text">
850
+ <i class="t-tl"></i><i class="t-tr"></i>
851
+ <input type="text" id="forgot_passwordemail"/>
852
+ </span>
853
+
854
+ <div class="clearall"></div>
855
+
856
+ <span class="button">
857
+ <i class="b-tl"></i><i class="b-tr"></i>
858
+ <input type="submit" value="email new password" id="forgot_password_button"/>
859
+ </span>
860
+ </div>
861
+ </div>
862
+ </div>
863
+ <div class="hide">
864
+ <a href="#message_form" id="popup_message_link"></a>
865
+ <a href="#register_form" id="register_link"></a>
866
+ </div>
867
+ <div class="hide">
868
+ <div id="message_form" class="popup-form g-clear">
869
+ <h3 id="popup_message_box_title"></h3>
870
+
871
+ </div>
872
+ </div>
873
+ <div class="hide">
874
+ <div id="register_form" class="popup-form g-clear">
875
+ <form method="post" action="/loyalty/register_num" name="register_form" id="register">
876
+ <h3>Register</h3>
877
+ <p>Please provide the following details to set up your account.</p>
878
+
879
+ <p class="error" style="color:red; padding:0; margin:0; line-height:1em; display:None;"></p>
880
+ <label style="display:none;" for="">Membership number</label>
881
+ <span class="text" style="display:none;">
882
+ <i class="t-tl"></i><i class="t-tr"></i>
883
+ <input type="text" id="registercustomer_num" name="registercustomer_num"/>
884
+ </span>
885
+
886
+ <input type="hidden" value="true" name="nomd5"/>
887
+ <div class="clearall"></div>
888
+ <label for="">First name</label>
889
+ <span class="text">
890
+ <i class="t-tl"></i><i class="t-tr"></i>
891
+ <input type="text" id="registerfirstname" name="registerfirstname"/>
892
+ </span>
893
+
894
+ <div class="clearall"></div>
895
+ <label for="">Surname</label>
896
+ <span class="text">
897
+ <i class="t-tl"></i><i class="t-tr"></i>
898
+ <input type="text" id="registerlastname" name="registerlastname"/>
899
+ </span>
900
+ <input type="hidden" class="broad popup" name="registervenue_id" value="" id="registervenue_id">
901
+ <input type="hidden" class="broad popup" name="registercity" value="" id="registercity">
902
+
903
+ <div class="clearall"></div>
904
+
905
+ <label for="">Email address</label>
906
+ <span class="text">
907
+ <i class="t-tl"></i><i class="t-tr"></i>
908
+ <input type="text" id="registeremail" name="registeremail"/>
909
+ </span>
910
+
911
+ <div class="clearall"></div>
912
+ <label for="">Password</label>
913
+ <span class="text">
914
+ <i class="t-tl"></i><i class="t-tr"></i>
915
+ <input type="password" id="registerpassword" name="registerpassword"/>
916
+ </span>
917
+
918
+ <div class="clearall"></div>
919
+ <label for="">Confirm password</label>
920
+ <span class="text">
921
+ <i class="t-tl"></i><i class="t-tr"></i>
922
+ <input type="password" id="registerpassword2" name="registerpassword2"/>
923
+ </span>
924
+
925
+ <div class="clearall"></div>
926
+
927
+ <span class="button">
928
+ <i class="b-tl"></i><i class="b-tr"></i>
929
+ <input type="submit" value="Register" id="register_button"/>
930
+ </span>
931
+ </form>
932
+ </div>
933
+ </div>
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+ <div id="con_menu">
943
+ <!-- Main menu -->
944
+ <div id="menumain" style="font-size:14px;">
945
+
946
+
947
+ <!-- Seperator -->
948
+
949
+
950
+
951
+ <a href="/" class="menu_ph">
952
+ </a>
953
+
954
+
955
+ <!-- Seperator -->
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+ <a href="/cinema/Duke_Of_Yorks/Whats_On/" class=
967
+
968
+ "menuitem doyb"
969
+
970
+ ><span class="menuitem_left"></span>What&#39;s On</a>
971
+
972
+
973
+ <!-- Seperator -->
974
+
975
+
976
+
977
+
978
+
979
+ <span class="separator">&nbsp;</span>
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+ <a href="/cinema/Duke_Of_Yorks/Coming_Soon/" class=
988
+
989
+ "menuitem doyb"
990
+
991
+ ><span class="menuitem_left"></span>Coming Soon</a>
992
+
993
+
994
+ <!-- Seperator -->
995
+
996
+
997
+
998
+
999
+
1000
+ <span class="separator">&nbsp;</span>
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+ <a href="/cinema/Duke_Of_Yorks/Picturehouse_Membership/" class=
1009
+
1010
+ "menuitem doyb"
1011
+
1012
+ ><span class="menuitem_left"></span>Membership</a>
1013
+
1014
+
1015
+ <!-- Seperator -->
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ <span class="separator">&nbsp;</span>
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+ <a href="/cinema/Duke_Of_Yorks/News/" class=
1030
+
1031
+ "menuitem doyb"
1032
+
1033
+ ><span class="menuitem_left"></span>News</a>
1034
+
1035
+
1036
+ <!-- Seperator -->
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+ <span class="separator">&nbsp;</span>
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+ <a href="/cinema/Duke_Of_Yorks/Connect/" class=
1051
+
1052
+ "menuitem doyb"
1053
+
1054
+ ><span class="menuitem_left"></span>Connect</a>
1055
+
1056
+
1057
+ <!-- Seperator -->
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+ <span class="separator">&nbsp;</span>
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+ <a href="/cinema/Duke_Of_Yorks/Picturehouse_Recommends/" class=
1072
+
1073
+ "menuitem doyb"
1074
+
1075
+ ><span class="menuitem_left"></span>Recommends</a>
1076
+
1077
+
1078
+ <!-- Seperator -->
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+ <span class="separator">&nbsp;</span>
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ <a href="/cinema/Duke_Of_Yorks/Food_Drink/" class=
1093
+
1094
+ "menuitem doyb"
1095
+
1096
+ ><span class="menuitem_left"></span>Food &amp; Drink</a>
1097
+
1098
+
1099
+ <!-- Seperator -->
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+ <span class="separator">&nbsp;</span>
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+ <a href="/cinema/Duke_Of_Yorks/Faqs/" class=
1114
+
1115
+ "menuitem doyb"
1116
+
1117
+ ><span class="menuitem_left"></span>FAQs</a>
1118
+
1119
+
1120
+ <!-- Seperator -->
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ <span class="separator">&nbsp;</span>
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+ <a href="/cinema/Dukes_At_Komedia/" class=
1135
+
1136
+ "menuitem doyb"
1137
+
1138
+ ><span class="menuitem_left"></span>Komedia</a>
1139
+
1140
+
1141
+
1142
+ </div>
1143
+ <!-- Ends Main menu -->
1144
+ <!-- Sub menu -->
1145
+
1146
+
1147
+ </div>
1148
+
1149
+
1150
+
1151
+
1152
+ <div id="con_content">
1153
+
1154
+
1155
+
1156
+ <div class="col_special1" style="width: 625px;">
1157
+
1158
+
1159
+ <div style="clear:both;"></div>
1160
+ <div class="box8" id="events" style="width:625px;">
1161
+
1162
+ <div>
1163
+ <div class="box8_top" style="width:302px;float:left;"></div>
1164
+ <div class="box_flyout_top" style="float:left;width:323px;"></div>
1165
+ </div>
1166
+
1167
+
1168
+ <div class="box8_content" screen="">
1169
+ <div class="filter" style="top:-5px; position:relative;">
1170
+ <a href="/cinema/Duke_Of_Yorks/Whats_On/All/This_Month/" class="button_filter"><span></span>What's On</a>
1171
+ <a href="/cinema/Duke_Of_Yorks/Whats_On/Clubs_Groups/" class="button_filter"><span></span>Clubs and Groups</a>
1172
+ <a href="/cinema/Duke_Of_Yorks/Whats_On/Seasons_Festivals/" class="button_filter"><span></span>Screen Arts/Festivals</a>
1173
+
1174
+
1175
+
1176
+
1177
+ <div style="clear:both;"></div>
1178
+ </div>
1179
+
1180
+ <div class="largelist">
1181
+
1182
+
1183
+
1184
+ <h2 class="bottomspacing">Today Oct. 16, 2014</h2>
1185
+ <div class="line" style="width:625px;"></div>
1186
+
1187
+ <!-- Item -->
1188
+ <div class="item" style="height:80px;">
1189
+ <div class="left a" style="height:80px;">
1190
+
1191
+
1192
+
1193
+ <a rel="#overlay" onClick="load_trailers('71_trailer');" id="71_trailer" href="#" class="trailer mymovies" mtid="trl" mti="71 - Trailer" fid="14240" title="71 - Trailer" fti="71" pid="PictureHouse" mid="11387">
1194
+
1195
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14240/trl/mid11387.jpg" title="71 - Trailer" pid="PictureHouse" mid="11387" mtid="trl" mti="71 - Trailer" fid="14240" fti="71" id="14240_11387"></span>
1196
+
1197
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14240/ftr/mid17008.jpg" title="Clip - Gary Arriving" pid="PictureHouse" mid="17008" mtid="ftr" mti="Clip - Gary Arriving" fid="14240" fti="71" id="14240_17008"></span>
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ <img src=
1204
+
1205
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/u6/u6baj.jpeg"
1206
+
1207
+ width="60" height="60" class="imageborder">
1208
+
1209
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1210
+
1211
+
1212
+ </a>
1213
+
1214
+
1215
+
1216
+ </div>
1217
+ <div class="left b" style="width:300px;">
1218
+
1219
+ <a href="/cinema/Duke_Of_Yorks/film/71/" class="movielink" style="text-decoration:underline;">&#39;71 [15]</a><br>
1220
+
1221
+ <div class="clear"></div>
1222
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1223
+
1224
+ <b>Director:</b> <span>Yann Demange</span><br>
1225
+ <b>Duration:</b> <span>100 min. </span>
1226
+
1227
+
1228
+
1229
+ <br/> <b>Trailer:</b>
1230
+
1231
+ <a rel="#overlay" onClick="load_trailers('71_trailer');" id="71_trailer" href="#" class="trailer mymovies" mtid="trl" mti="71 - Trailer" fid="14240" title="71 - Trailer" fti="71" pid="PictureHouse" mid="11387">
1232
+
1233
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14240/trl/mid11387.jpg" title="71 - Trailer" pid="PictureHouse" mid="11387" mtid="trl" mti="71 - Trailer" fid="14240" fti="71" id="14240_11387"></span>
1234
+
1235
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14240/ftr/mid17008.jpg" title="Clip - Gary Arriving" pid="PictureHouse" mid="17008" mtid="ftr" mti="Clip - Gary Arriving" fid="14240" fti="71" id="14240_17008"></span>
1236
+
1237
+
1238
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1239
+
1240
+ <div class="filmrating" content_id="7qif6"></div>
1241
+
1242
+ </div>
1243
+ </div>
1244
+ <div class="left" style="width:210px;">
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/71/show/eb6hk9/" id="eb6hk9"
1252
+ class="button_time purple silver_screen tip"
1253
+ epoch="1413461700.0"
1254
+ >13:15
1255
+
1256
+
1257
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
1258
+
1259
+
1260
+ </a>
1261
+
1262
+ <div id="eb6hk9-sm" class="simplemodal">
1263
+ <div class="simplemodaltitle"></div>
1264
+ <div class="basic-modal-content"> </div>
1265
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/71/show/eb6hk9/">Book now</a></div>
1266
+ </div>
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/71/show/cxw22w/" id="cxw22w"
1277
+ class="button_time "
1278
+ epoch="1413480600.0"
1279
+ >18:30
1280
+
1281
+ </a>
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+ </div>
1289
+ <div style="clear:both;"></div>
1290
+ </div>
1291
+ <!-- Ends Item -->
1292
+ <div class="separator"></div>
1293
+
1294
+ <!-- Item -->
1295
+ <div class="item" style="height:80px;">
1296
+ <div class="left a" style="height:80px;">
1297
+
1298
+
1299
+
1300
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1301
+
1302
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1303
+
1304
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+ <img src=
1311
+
1312
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
1313
+
1314
+ width="60" height="60" class="imageborder">
1315
+
1316
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1317
+
1318
+
1319
+ </a>
1320
+
1321
+
1322
+
1323
+ </div>
1324
+ <div class="left b" style="width:300px;">
1325
+
1326
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
1327
+
1328
+ <div class="clear"></div>
1329
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1330
+
1331
+ <b>Director:</b> <span>David Fincher</span><br>
1332
+ <b>Duration:</b> <span>149 min. </span>
1333
+
1334
+
1335
+
1336
+ <br/> <b>Trailer:</b>
1337
+
1338
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1339
+
1340
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1341
+
1342
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1343
+
1344
+
1345
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1346
+
1347
+ <div class="filmrating" content_id="jtqmd"></div>
1348
+
1349
+ </div>
1350
+ </div>
1351
+ <div class="left" style="width:210px;">
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/ywpuzw/" id="ywpuzw"
1359
+ class="button_time purple silver_screen tip"
1360
+ epoch="1413469800.0"
1361
+ >15:30
1362
+
1363
+
1364
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
1365
+
1366
+
1367
+ </a>
1368
+
1369
+ <div id="ywpuzw-sm" class="simplemodal">
1370
+ <div class="simplemodaltitle"></div>
1371
+ <div class="basic-modal-content"> </div>
1372
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/ywpuzw/">Book now</a></div>
1373
+ </div>
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/1xy3az/" id="1xy3az"
1384
+ class="button_time "
1385
+ epoch="1413489000.0"
1386
+ >20:50
1387
+
1388
+ </a>
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ </div>
1396
+ <div style="clear:both;"></div>
1397
+ </div>
1398
+ <!-- Ends Item -->
1399
+ <div class="separator"></div>
1400
+
1401
+ <!-- Item -->
1402
+ <div class="item" style="height:80px;">
1403
+ <div class="left a" style="height:80px;">
1404
+
1405
+
1406
+ <a href="/cinema/Duke_Of_Yorks/film/Human_Capital/">
1407
+
1408
+
1409
+ <img src=
1410
+
1411
+
1412
+
1413
+
1414
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/atchs/Global/2h/2hnlv.jpeg"
1415
+
1416
+
1417
+
1418
+
1419
+ width="60" height="60" class="imageborder">
1420
+
1421
+
1422
+ </a>
1423
+
1424
+
1425
+
1426
+ </div>
1427
+ <div class="left b" style="width:300px;">
1428
+
1429
+ <a href="/cinema/Duke_Of_Yorks/film/Human_Capital/" class="movielink" style="text-decoration:underline;">Human Capital [15]</a><br>
1430
+
1431
+ <div class="clear"></div>
1432
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1433
+
1434
+
1435
+ <b>Duration:</b> <span>111 min. </span>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ <div class="filmrating" content_id="v6pkt"></div>
1442
+
1443
+ </div>
1444
+ </div>
1445
+ <div class="left" style="width:210px;">
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+
1452
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Human_Capital/show/p84wv2/" id="p84wv2"
1453
+ class="button_time purple silver_screen tip"
1454
+ epoch="1413453600.0"
1455
+ >11:00
1456
+
1457
+
1458
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
1459
+
1460
+
1461
+ </a>
1462
+
1463
+ <div id="p84wv2-sm" class="simplemodal">
1464
+ <div class="simplemodaltitle"></div>
1465
+ <div class="basic-modal-content"> </div>
1466
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Human_Capital/show/p84wv2/">Book now</a></div>
1467
+ </div>
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+ </div>
1475
+ <div style="clear:both;"></div>
1476
+ </div>
1477
+ <!-- Ends Item -->
1478
+ <div class="separator"></div>
1479
+
1480
+
1481
+ <br>
1482
+ <br>
1483
+
1484
+
1485
+
1486
+ <h2 class="bottomspacing">Tomorrow Oct. 17, 2014</h2>
1487
+ <div class="line" style="width:625px;"></div>
1488
+
1489
+ <!-- Item -->
1490
+ <div class="item" style="height:80px;">
1491
+ <div class="left a" style="height:80px;">
1492
+
1493
+
1494
+ <a href="/cinema/Duke_Of_Yorks/film/Citizenfour/">
1495
+
1496
+
1497
+ <img src=
1498
+
1499
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/41/413vs.jpeg"
1500
+
1501
+ width="60" height="60" class="imageborder">
1502
+
1503
+
1504
+ </a>
1505
+
1506
+
1507
+
1508
+ </div>
1509
+ <div class="left b" style="width:300px;">
1510
+
1511
+ <a href="/cinema/Duke_Of_Yorks/film/Citizenfour/" class="movielink" style="text-decoration:underline;">Citizenfour + satellite Q&amp;A [15]</a><br>
1512
+
1513
+ <div class="clear"></div>
1514
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1515
+
1516
+
1517
+ <b>Duration:</b> <span>120 min. </span>
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ <div class="filmrating" content_id="0ev2z"></div>
1524
+
1525
+ </div>
1526
+ </div>
1527
+ <div class="left" style="width:210px;">
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Citizenfour/show/3r1r8h/" id="3r1r8h"
1535
+ class="button_time "
1536
+ epoch="1413572400.0"
1537
+ >20:00
1538
+
1539
+ </a>
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+ </div>
1547
+ <div style="clear:both;"></div>
1548
+ </div>
1549
+ <!-- Ends Item -->
1550
+ <div class="separator"></div>
1551
+
1552
+ <!-- Item -->
1553
+ <div class="item" style="height:80px;">
1554
+ <div class="left a" style="height:80px;">
1555
+
1556
+
1557
+
1558
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1559
+
1560
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1561
+
1562
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+ <img src=
1569
+
1570
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
1571
+
1572
+ width="60" height="60" class="imageborder">
1573
+
1574
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1575
+
1576
+
1577
+ </a>
1578
+
1579
+
1580
+
1581
+ </div>
1582
+ <div class="left b" style="width:300px;">
1583
+
1584
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
1585
+
1586
+ <div class="clear"></div>
1587
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1588
+
1589
+ <b>Director:</b> <span>David Fincher</span><br>
1590
+ <b>Duration:</b> <span>149 min. </span>
1591
+
1592
+
1593
+
1594
+ <br/> <b>Trailer:</b>
1595
+
1596
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1597
+
1598
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1599
+
1600
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1601
+
1602
+
1603
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1604
+
1605
+ <div class="filmrating" content_id="jtqmd"></div>
1606
+
1607
+ </div>
1608
+ </div>
1609
+ <div class="left" style="width:210px;">
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/7ktrd7/" id="7ktrd7"
1617
+ class="button_time "
1618
+ epoch="1413540000.0"
1619
+ >11:00
1620
+
1621
+ </a>
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+ </div>
1629
+ <div style="clear:both;"></div>
1630
+ </div>
1631
+ <!-- Ends Item -->
1632
+ <div class="separator"></div>
1633
+
1634
+ <!-- Item -->
1635
+ <div class="item" style="height:80px;">
1636
+ <div class="left a" style="height:80px;">
1637
+
1638
+
1639
+
1640
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
1641
+
1642
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
1643
+
1644
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
1645
+
1646
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
1647
+
1648
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
1649
+
1650
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+ <img src=
1657
+
1658
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
1659
+
1660
+ width="60" height="60" class="imageborder">
1661
+
1662
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1663
+
1664
+
1665
+ </a>
1666
+
1667
+
1668
+
1669
+ </div>
1670
+ <div class="left b" style="width:300px;">
1671
+
1672
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
1673
+
1674
+ <div class="clear"></div>
1675
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1676
+
1677
+ <b>Director:</b> <span>David Dobkin</span><br>
1678
+ <b>Duration:</b> <span>141 min. </span>
1679
+
1680
+
1681
+
1682
+ <br/> <b>Trailer:</b>
1683
+
1684
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
1685
+
1686
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
1687
+
1688
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
1689
+
1690
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
1691
+
1692
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
1693
+
1694
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
1695
+
1696
+
1697
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1698
+
1699
+ <div class="filmrating" content_id="e9mvo"></div>
1700
+
1701
+ </div>
1702
+ </div>
1703
+ <div class="left" style="width:210px;">
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/f8lvmz/" id="f8lvmz"
1711
+ class="button_time "
1712
+ epoch="1413550800.0"
1713
+ >14:00
1714
+
1715
+ </a>
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/5x3qoh/" id="5x3qoh"
1726
+ class="button_time "
1727
+ epoch="1413561600.0"
1728
+ >17:00
1729
+
1730
+ </a>
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+ </div>
1738
+ <div style="clear:both;"></div>
1739
+ </div>
1740
+ <!-- Ends Item -->
1741
+ <div class="separator"></div>
1742
+
1743
+
1744
+ <br>
1745
+ <br>
1746
+
1747
+
1748
+
1749
+ <h2 class="bottomspacing">Saturday Oct. 18, 2014</h2>
1750
+ <div class="line" style="width:625px;"></div>
1751
+
1752
+ <!-- Item -->
1753
+ <div class="item" style="height:80px;">
1754
+ <div class="left a" style="height:80px;">
1755
+
1756
+
1757
+
1758
+ <a rel="#overlay" onClick="load_trailers('20_000_Days_On_Earth_trailer');" id="20_000_Days_On_Earth_trailer" href="#" class="trailer mymovies" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" title="20,000 Days on Earth - Trailer" fti="20,000 Days on Earth" pid="PictureHouse" mid="11243">
1759
+
1760
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/trl/mid11243.jpg" title="20,000 Days on Earth - Trailer" pid="PictureHouse" mid="11243" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" fti="20,000 Days on Earth" id="14246_11243"></span>
1761
+
1762
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17003.jpg" title="Clip - Into The Archive" pid="PictureHouse" mid="17003" mtid="ftr" mti="Clip - Into The Archive" fid="14246" fti="20,000 Days on Earth" id="14246_17003"></span>
1763
+
1764
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17004.jpg" title="Clip - Nick & Kylie" pid="PictureHouse" mid="17004" mtid="ftr" mti="Clip - Nick & Kylie" fid="14246" fti="20,000 Days on Earth" id="14246_17004"></span>
1765
+
1766
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17002.jpg" title="Exclusive UK Gala Premiere Report" pid="PictureHouse" mid="17002" mtid="ftr" mti="Exclusive UK Gala Premiere Report" fid="14246" fti="20,000 Days on Earth" id="14246_17002"></span>
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+ <img src=
1773
+
1774
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/l9/l93i6.jpeg"
1775
+
1776
+ width="60" height="60" class="imageborder">
1777
+
1778
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1779
+
1780
+
1781
+ </a>
1782
+
1783
+
1784
+
1785
+ </div>
1786
+ <div class="left b" style="width:300px;">
1787
+
1788
+ <a href="/cinema/Duke_Of_Yorks/film/20_000_Days_On_Earth/" class="movielink" style="text-decoration:underline;">20,000 Days on Earth [15]</a><br>
1789
+
1790
+ <div class="clear"></div>
1791
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1792
+
1793
+ <b>Director:</b> <span>Iain Forsyth, Jane Pollard</span><br>
1794
+ <b>Duration:</b> <span>97 min. </span>
1795
+
1796
+
1797
+
1798
+ <br/> <b>Trailer:</b>
1799
+
1800
+ <a rel="#overlay" onClick="load_trailers('20_000_Days_On_Earth_trailer');" id="20_000_Days_On_Earth_trailer" href="#" class="trailer mymovies" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" title="20,000 Days on Earth - Trailer" fti="20,000 Days on Earth" pid="PictureHouse" mid="11243">
1801
+
1802
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/trl/mid11243.jpg" title="20,000 Days on Earth - Trailer" pid="PictureHouse" mid="11243" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" fti="20,000 Days on Earth" id="14246_11243"></span>
1803
+
1804
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17003.jpg" title="Clip - Into The Archive" pid="PictureHouse" mid="17003" mtid="ftr" mti="Clip - Into The Archive" fid="14246" fti="20,000 Days on Earth" id="14246_17003"></span>
1805
+
1806
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17004.jpg" title="Clip - Nick & Kylie" pid="PictureHouse" mid="17004" mtid="ftr" mti="Clip - Nick & Kylie" fid="14246" fti="20,000 Days on Earth" id="14246_17004"></span>
1807
+
1808
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17002.jpg" title="Exclusive UK Gala Premiere Report" pid="PictureHouse" mid="17002" mtid="ftr" mti="Exclusive UK Gala Premiere Report" fid="14246" fti="20,000 Days on Earth" id="14246_17002"></span>
1809
+
1810
+
1811
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1812
+
1813
+ <div class="filmrating" content_id="dj1vf"></div>
1814
+
1815
+ </div>
1816
+ </div>
1817
+ <div class="left" style="width:210px;">
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/20_000_Days_On_Earth/show/25amg7/" id="25amg7"
1825
+ class="button_time "
1826
+ epoch="1413633000.0"
1827
+ >12:50
1828
+
1829
+ </a>
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+ </div>
1837
+ <div style="clear:both;"></div>
1838
+ </div>
1839
+ <!-- Ends Item -->
1840
+ <div class="separator"></div>
1841
+
1842
+ <!-- Item -->
1843
+ <div class="item" style="height:80px;">
1844
+ <div class="left a" style="height:80px;">
1845
+
1846
+
1847
+
1848
+ <a rel="#overlay" onClick="load_trailers('Escape_From_Planet_Earth_2D_trailer');" id="Escape_From_Planet_Earth_2D_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Escape From Planet Earth - Trailer" fid="12734" title="Escape From Planet Earth - Trailer" fti="Escape From Planet Earth" pid="PictureHouse" mid="10579">
1849
+
1850
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/trl/mid10579.jpg" title="Escape From Planet Earth - Trailer" pid="PictureHouse" mid="10579" mtid="trl" mti="Escape From Planet Earth - Trailer" fid="12734" fti="Escape From Planet Earth" id="12734_10579"></span>
1851
+
1852
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/ftr/mid16463.jpg" title="Behind The Scenes Featurette" pid="PictureHouse" mid="16463" mtid="ftr" mti="Behind The Scenes Featurette" fid="12734" fti="Escape From Planet Earth" id="12734_16463"></span>
1853
+
1854
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/ftr/mid16451.jpg" title="Clip - Airsick" pid="PictureHouse" mid="16451" mtid="ftr" mti="Clip - Airsick" fid="12734" fti="Escape From Planet Earth" id="12734_16451"></span>
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+ <img src=
1861
+
1862
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/25/25qnf.jpeg"
1863
+
1864
+ width="60" height="60" class="imageborder">
1865
+
1866
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1867
+
1868
+
1869
+ </a>
1870
+
1871
+
1872
+
1873
+ </div>
1874
+ <div class="left b" style="width:300px;">
1875
+
1876
+ <a href="/cinema/Duke_Of_Yorks/film/Escape_From_Planet_Earth_2D/" class="movielink" style="text-decoration:underline;">Escape from Planet Earth 2D [U]</a><br>
1877
+
1878
+ <div class="clear"></div>
1879
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1880
+
1881
+ <b>Director:</b> <span>Cal Brunker</span><br>
1882
+ <b>Duration:</b> <span>84 min. </span>
1883
+
1884
+
1885
+
1886
+ <br/> <b>Trailer:</b>
1887
+
1888
+ <a rel="#overlay" onClick="load_trailers('Escape_From_Planet_Earth_2D_trailer');" id="Escape_From_Planet_Earth_2D_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Escape From Planet Earth - Trailer" fid="12734" title="Escape From Planet Earth - Trailer" fti="Escape From Planet Earth" pid="PictureHouse" mid="10579">
1889
+
1890
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/trl/mid10579.jpg" title="Escape From Planet Earth - Trailer" pid="PictureHouse" mid="10579" mtid="trl" mti="Escape From Planet Earth - Trailer" fid="12734" fti="Escape From Planet Earth" id="12734_10579"></span>
1891
+
1892
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/ftr/mid16463.jpg" title="Behind The Scenes Featurette" pid="PictureHouse" mid="16463" mtid="ftr" mti="Behind The Scenes Featurette" fid="12734" fti="Escape From Planet Earth" id="12734_16463"></span>
1893
+
1894
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid12734/ftr/mid16451.jpg" title="Clip - Airsick" pid="PictureHouse" mid="16451" mtid="ftr" mti="Clip - Airsick" fid="12734" fti="Escape From Planet Earth" id="12734_16451"></span>
1895
+
1896
+
1897
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1898
+
1899
+ <div class="filmrating" content_id="mwr5t"></div>
1900
+
1901
+ </div>
1902
+ </div>
1903
+ <div class="left" style="width:210px;">
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Escape_From_Planet_Earth_2D/show/7bfuck/" id="7bfuck"
1911
+ class="button_time purple restricted kids_club tip"
1912
+ epoch="1413626400.0"
1913
+ >11:00
1914
+
1915
+
1916
+ <span>Kids&#39; Club show: for children and their guardians only.</span>
1917
+
1918
+
1919
+ </a>
1920
+
1921
+ <div id="7bfuck-sm" class="simplemodal">
1922
+ <div class="simplemodaltitle">Kids Club</div>
1923
+ <div class="basic-modal-content"> Kids' Club is exclusively for children and their parents/guardians. Unaccompanied adults are not admitted.<br/><br/>Parents may leave children over eight alone in screenings but should be aware that the cinema is not providing any official childcare. If you leave your children in the cinema please be there on time to collect them at the end of the film.<br/><br/>For more information about Kids' Club visit What's On > Clubs/Groups > Kids' Club </div>
1924
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Escape_From_Planet_Earth_2D/show/7bfuck/">Book now</a></div>
1925
+ </div>
1926
+
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+ </div>
1933
+ <div style="clear:both;"></div>
1934
+ </div>
1935
+ <!-- Ends Item -->
1936
+ <div class="separator"></div>
1937
+
1938
+ <!-- Item -->
1939
+ <div class="item" style="height:80px;">
1940
+ <div class="left a" style="height:80px;">
1941
+
1942
+
1943
+
1944
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1945
+
1946
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1947
+
1948
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+ <img src=
1955
+
1956
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
1957
+
1958
+ width="60" height="60" class="imageborder">
1959
+
1960
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
1961
+
1962
+
1963
+ </a>
1964
+
1965
+
1966
+
1967
+ </div>
1968
+ <div class="left b" style="width:300px;">
1969
+
1970
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
1971
+
1972
+ <div class="clear"></div>
1973
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
1974
+
1975
+ <b>Director:</b> <span>David Fincher</span><br>
1976
+ <b>Duration:</b> <span>149 min. </span>
1977
+
1978
+
1979
+
1980
+ <br/> <b>Trailer:</b>
1981
+
1982
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
1983
+
1984
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
1985
+
1986
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
1987
+
1988
+
1989
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
1990
+
1991
+ <div class="filmrating" content_id="jtqmd"></div>
1992
+
1993
+ </div>
1994
+ </div>
1995
+ <div class="left" style="width:210px;">
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/127cg9/" id="127cg9"
2003
+ class="button_time "
2004
+ epoch="1413666900.0"
2005
+ >22:15
2006
+
2007
+ </a>
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+ </div>
2015
+ <div style="clear:both;"></div>
2016
+ </div>
2017
+ <!-- Ends Item -->
2018
+ <div class="separator"></div>
2019
+
2020
+ <!-- Item -->
2021
+ <div class="item" style="height:80px;">
2022
+ <div class="left a" style="height:80px;">
2023
+
2024
+
2025
+ <a href="/cinema/Duke_Of_Yorks/film/Met_Opera_Le_Nozze_Di_Figaro/">
2026
+
2027
+
2028
+ <img src=
2029
+
2030
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/7n/7ngte.jpeg"
2031
+
2032
+ width="60" height="60" class="imageborder">
2033
+
2034
+
2035
+ </a>
2036
+
2037
+
2038
+
2039
+ </div>
2040
+ <div class="left b" style="width:300px;">
2041
+
2042
+ <a href="/cinema/Duke_Of_Yorks/film/Met_Opera_Le_Nozze_Di_Figaro/" class="movielink" style="text-decoration:underline;">Met. Opera: Le Nozze di Figaro [NO CERT]</a><br>
2043
+
2044
+ <div class="clear"></div>
2045
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2046
+
2047
+
2048
+ <b>Duration:</b> <span>232 min. </span>
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+ <div class="filmrating" content_id="7c65t"></div>
2055
+
2056
+ </div>
2057
+ </div>
2058
+ <div class="left" style="width:210px;">
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Met_Opera_Le_Nozze_Di_Figaro/show/wsc13c/" id="wsc13c"
2066
+ class="button_time "
2067
+ epoch="1413651300.0"
2068
+ >17:55
2069
+
2070
+ </a>
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+ </div>
2078
+ <div style="clear:both;"></div>
2079
+ </div>
2080
+ <!-- Ends Item -->
2081
+ <div class="separator"></div>
2082
+
2083
+ <!-- Item -->
2084
+ <div class="item" style="height:80px;">
2085
+ <div class="left a" style="height:80px;">
2086
+
2087
+
2088
+
2089
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2090
+
2091
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2092
+
2093
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2094
+
2095
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2096
+
2097
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2098
+
2099
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+ <img src=
2106
+
2107
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
2108
+
2109
+ width="60" height="60" class="imageborder">
2110
+
2111
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2112
+
2113
+
2114
+ </a>
2115
+
2116
+
2117
+
2118
+ </div>
2119
+ <div class="left b" style="width:300px;">
2120
+
2121
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
2122
+
2123
+ <div class="clear"></div>
2124
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2125
+
2126
+ <b>Director:</b> <span>David Dobkin</span><br>
2127
+ <b>Duration:</b> <span>141 min. </span>
2128
+
2129
+
2130
+
2131
+ <br/> <b>Trailer:</b>
2132
+
2133
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2134
+
2135
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2136
+
2137
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2138
+
2139
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2140
+
2141
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2142
+
2143
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2144
+
2145
+
2146
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2147
+
2148
+ <div class="filmrating" content_id="e9mvo"></div>
2149
+
2150
+ </div>
2151
+ </div>
2152
+ <div class="left" style="width:210px;">
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+
2159
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/medlri/" id="medlri"
2160
+ class="button_time "
2161
+ epoch="1413640200.0"
2162
+ >14:50
2163
+
2164
+ </a>
2165
+
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+ </div>
2172
+ <div style="clear:both;"></div>
2173
+ </div>
2174
+ <!-- Ends Item -->
2175
+ <div class="separator"></div>
2176
+
2177
+
2178
+ <br>
2179
+ <br>
2180
+
2181
+
2182
+
2183
+ <h2 class="bottomspacing">Sunday Oct. 19, 2014</h2>
2184
+ <div class="line" style="width:625px;"></div>
2185
+
2186
+ <!-- Item -->
2187
+ <div class="item" style="height:80px;">
2188
+ <div class="left a" style="height:80px;">
2189
+
2190
+
2191
+
2192
+ <a rel="#overlay" onClick="load_trailers('20_000_Days_On_Earth_trailer');" id="20_000_Days_On_Earth_trailer" href="#" class="trailer mymovies" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" title="20,000 Days on Earth - Trailer" fti="20,000 Days on Earth" pid="PictureHouse" mid="11243">
2193
+
2194
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/trl/mid11243.jpg" title="20,000 Days on Earth - Trailer" pid="PictureHouse" mid="11243" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" fti="20,000 Days on Earth" id="14246_11243"></span>
2195
+
2196
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17003.jpg" title="Clip - Into The Archive" pid="PictureHouse" mid="17003" mtid="ftr" mti="Clip - Into The Archive" fid="14246" fti="20,000 Days on Earth" id="14246_17003"></span>
2197
+
2198
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17004.jpg" title="Clip - Nick & Kylie" pid="PictureHouse" mid="17004" mtid="ftr" mti="Clip - Nick & Kylie" fid="14246" fti="20,000 Days on Earth" id="14246_17004"></span>
2199
+
2200
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17002.jpg" title="Exclusive UK Gala Premiere Report" pid="PictureHouse" mid="17002" mtid="ftr" mti="Exclusive UK Gala Premiere Report" fid="14246" fti="20,000 Days on Earth" id="14246_17002"></span>
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+ <img src=
2207
+
2208
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/l9/l93i6.jpeg"
2209
+
2210
+ width="60" height="60" class="imageborder">
2211
+
2212
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2213
+
2214
+
2215
+ </a>
2216
+
2217
+
2218
+
2219
+ </div>
2220
+ <div class="left b" style="width:300px;">
2221
+
2222
+ <a href="/cinema/Duke_Of_Yorks/film/20_000_Days_On_Earth/" class="movielink" style="text-decoration:underline;">20,000 Days on Earth [15]</a><br>
2223
+
2224
+ <div class="clear"></div>
2225
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2226
+
2227
+ <b>Director:</b> <span>Iain Forsyth, Jane Pollard</span><br>
2228
+ <b>Duration:</b> <span>97 min. </span>
2229
+
2230
+
2231
+
2232
+ <br/> <b>Trailer:</b>
2233
+
2234
+ <a rel="#overlay" onClick="load_trailers('20_000_Days_On_Earth_trailer');" id="20_000_Days_On_Earth_trailer" href="#" class="trailer mymovies" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" title="20,000 Days on Earth - Trailer" fti="20,000 Days on Earth" pid="PictureHouse" mid="11243">
2235
+
2236
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/trl/mid11243.jpg" title="20,000 Days on Earth - Trailer" pid="PictureHouse" mid="11243" mtid="trl" mti="20,000 Days on Earth - Trailer" fid="14246" fti="20,000 Days on Earth" id="14246_11243"></span>
2237
+
2238
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17003.jpg" title="Clip - Into The Archive" pid="PictureHouse" mid="17003" mtid="ftr" mti="Clip - Into The Archive" fid="14246" fti="20,000 Days on Earth" id="14246_17003"></span>
2239
+
2240
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17004.jpg" title="Clip - Nick & Kylie" pid="PictureHouse" mid="17004" mtid="ftr" mti="Clip - Nick & Kylie" fid="14246" fti="20,000 Days on Earth" id="14246_17004"></span>
2241
+
2242
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14246/ftr/mid17002.jpg" title="Exclusive UK Gala Premiere Report" pid="PictureHouse" mid="17002" mtid="ftr" mti="Exclusive UK Gala Premiere Report" fid="14246" fti="20,000 Days on Earth" id="14246_17002"></span>
2243
+
2244
+
2245
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2246
+
2247
+ <div class="filmrating" content_id="dj1vf"></div>
2248
+
2249
+ </div>
2250
+ </div>
2251
+ <div class="left" style="width:210px;">
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/20_000_Days_On_Earth/show/tu8tzc/" id="tu8tzc"
2259
+ class="button_time "
2260
+ epoch="1413719400.0"
2261
+ >12:50
2262
+
2263
+ </a>
2264
+
2265
+
2266
+
2267
+
2268
+
2269
+
2270
+ </div>
2271
+ <div style="clear:both;"></div>
2272
+ </div>
2273
+ <!-- Ends Item -->
2274
+ <div class="separator"></div>
2275
+
2276
+ <!-- Item -->
2277
+ <div class="item" style="height:80px;">
2278
+ <div class="left a" style="height:80px;">
2279
+
2280
+
2281
+
2282
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
2283
+
2284
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
2285
+
2286
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
2287
+
2288
+
2289
+
2290
+
2291
+
2292
+ <img src=
2293
+
2294
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
2295
+
2296
+ width="60" height="60" class="imageborder">
2297
+
2298
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2299
+
2300
+
2301
+ </a>
2302
+
2303
+
2304
+
2305
+ </div>
2306
+ <div class="left b" style="width:300px;">
2307
+
2308
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
2309
+
2310
+ <div class="clear"></div>
2311
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2312
+
2313
+ <b>Director:</b> <span>David Fincher</span><br>
2314
+ <b>Duration:</b> <span>149 min. </span>
2315
+
2316
+
2317
+
2318
+ <br/> <b>Trailer:</b>
2319
+
2320
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
2321
+
2322
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
2323
+
2324
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
2325
+
2326
+
2327
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2328
+
2329
+ <div class="filmrating" content_id="jtqmd"></div>
2330
+
2331
+ </div>
2332
+ </div>
2333
+ <div class="left" style="width:210px;">
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/s2pvkk/" id="s2pvkk"
2341
+ class="button_time "
2342
+ epoch="1413747000.0"
2343
+ >20:30
2344
+
2345
+ </a>
2346
+
2347
+
2348
+
2349
+
2350
+
2351
+
2352
+ </div>
2353
+ <div style="clear:both;"></div>
2354
+ </div>
2355
+ <!-- Ends Item -->
2356
+ <div class="separator"></div>
2357
+
2358
+ <!-- Item -->
2359
+ <div class="item" style="height:80px;">
2360
+ <div class="left a" style="height:80px;">
2361
+
2362
+
2363
+
2364
+ <a rel="#overlay" onClick="load_trailers('Tarzan_2D_trailer');" id="Tarzan_2D_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Tarzan - Trailer" fid="13082" title="Tarzan - Trailer" fti="Tarzan" pid="PictureHouse" mid="10242">
2365
+
2366
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13082/trl/mid10242.jpg" title="Tarzan - Trailer" pid="PictureHouse" mid="10242" mtid="trl" mti="Tarzan - Trailer" fid="13082" fti="Tarzan" id="13082_10242"></span>
2367
+
2368
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13082/ftr/mid16636.jpg" title="Exclusive Interview with Kellan Lutz" pid="PictureHouse" mid="16636" mtid="ftr" mti="Exclusive Interview with Kellan Lutz" fid="13082" fti="Tarzan" id="13082_16636"></span>
2369
+
2370
+
2371
+
2372
+
2373
+
2374
+ <img src=
2375
+
2376
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/uh/uhrb2.jpeg"
2377
+
2378
+ width="60" height="60" class="imageborder">
2379
+
2380
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2381
+
2382
+
2383
+ </a>
2384
+
2385
+
2386
+
2387
+ </div>
2388
+ <div class="left b" style="width:300px;">
2389
+
2390
+ <a href="/cinema/Duke_Of_Yorks/film/Tarzan_2D/" class="movielink" style="text-decoration:underline;">Tarzan 2D [PG]</a><br>
2391
+
2392
+ <div class="clear"></div>
2393
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2394
+
2395
+ <b>Director:</b> <span>Reinhard Klooss</span><br>
2396
+ <b>Duration:</b> <span>94 min. </span>
2397
+
2398
+
2399
+
2400
+ <br/> <b>Trailer:</b>
2401
+
2402
+ <a rel="#overlay" onClick="load_trailers('Tarzan_2D_trailer');" id="Tarzan_2D_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Tarzan - Trailer" fid="13082" title="Tarzan - Trailer" fti="Tarzan" pid="PictureHouse" mid="10242">
2403
+
2404
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13082/trl/mid10242.jpg" title="Tarzan - Trailer" pid="PictureHouse" mid="10242" mtid="trl" mti="Tarzan - Trailer" fid="13082" fti="Tarzan" id="13082_10242"></span>
2405
+
2406
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13082/ftr/mid16636.jpg" title="Exclusive Interview with Kellan Lutz" pid="PictureHouse" mid="16636" mtid="ftr" mti="Exclusive Interview with Kellan Lutz" fid="13082" fti="Tarzan" id="13082_16636"></span>
2407
+
2408
+
2409
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2410
+
2411
+ <div class="filmrating" content_id="aezj7"></div>
2412
+
2413
+ </div>
2414
+ </div>
2415
+ <div class="left" style="width:210px;">
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+
2422
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Tarzan_2D/show/vo26wv/" id="vo26wv"
2423
+ class="button_time purple restricted autism_friendly_screening tip"
2424
+ epoch="1413712800.0"
2425
+ >11:00
2426
+
2427
+
2428
+ <span>Autism-Friendly Screening: for people on the autism spectrum and their companions only.</span>
2429
+
2430
+
2431
+ </a>
2432
+
2433
+ <div id="vo26wv-sm" class="simplemodal">
2434
+ <div class="simplemodaltitle">Autism Friendly Screening</div>
2435
+ <div class="basic-modal-content"> Autism-Friendly Screenings are exclusively for people on the autism spectrum and their companions. For more information about Autism-Friendly Screenings visit What's On > Clubs/Groups > Autism-Friendly Screenings </div>
2436
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Tarzan_2D/show/vo26wv/">Book now</a></div>
2437
+ </div>
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+ </div>
2445
+ <div style="clear:both;"></div>
2446
+ </div>
2447
+ <!-- Ends Item -->
2448
+ <div class="separator"></div>
2449
+
2450
+ <!-- Item -->
2451
+ <div class="item" style="height:80px;">
2452
+ <div class="left a" style="height:80px;">
2453
+
2454
+
2455
+
2456
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2457
+
2458
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2459
+
2460
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2461
+
2462
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2463
+
2464
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2465
+
2466
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+ <img src=
2473
+
2474
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
2475
+
2476
+ width="60" height="60" class="imageborder">
2477
+
2478
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2479
+
2480
+
2481
+ </a>
2482
+
2483
+
2484
+
2485
+ </div>
2486
+ <div class="left b" style="width:300px;">
2487
+
2488
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
2489
+
2490
+ <div class="clear"></div>
2491
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2492
+
2493
+ <b>Director:</b> <span>David Dobkin</span><br>
2494
+ <b>Duration:</b> <span>141 min. </span>
2495
+
2496
+
2497
+
2498
+ <br/> <b>Trailer:</b>
2499
+
2500
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2501
+
2502
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2503
+
2504
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2505
+
2506
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2507
+
2508
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2509
+
2510
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2511
+
2512
+
2513
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2514
+
2515
+ <div class="filmrating" content_id="e9mvo"></div>
2516
+
2517
+ </div>
2518
+ </div>
2519
+ <div class="left" style="width:210px;">
2520
+
2521
+
2522
+
2523
+
2524
+
2525
+
2526
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/jvx7bi/" id="jvx7bi"
2527
+ class="button_time "
2528
+ epoch="1413736200.0"
2529
+ >17:30
2530
+
2531
+ </a>
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+
2538
+ </div>
2539
+ <div style="clear:both;"></div>
2540
+ </div>
2541
+ <!-- Ends Item -->
2542
+ <div class="separator"></div>
2543
+
2544
+ <!-- Item -->
2545
+ <div class="item" style="height:80px;">
2546
+ <div class="left a" style="height:80px;">
2547
+
2548
+
2549
+ <a href="/cinema/Duke_Of_Yorks/film/Ourscreen_Northern_Soul/">
2550
+
2551
+
2552
+ <img src=
2553
+
2554
+ "/newman/static/atchs/Content/o8/o8umw.jpeg"
2555
+
2556
+ width="60" height="60" class="imageborder">
2557
+
2558
+
2559
+ </a>
2560
+
2561
+
2562
+
2563
+ </div>
2564
+ <div class="left b" style="width:300px;">
2565
+
2566
+ <a href="/cinema/Duke_Of_Yorks/film/Ourscreen_Northern_Soul/" class="movielink" style="text-decoration:underline;">ourscreen: Northern Soul [15]</a><br>
2567
+
2568
+ <div class="clear"></div>
2569
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2570
+
2571
+
2572
+
2573
+
2574
+
2575
+
2576
+
2577
+
2578
+ <div class="filmrating" content_id="1c1fa0680c4f83ff1eb6913335c19500"></div>
2579
+
2580
+ </div>
2581
+ </div>
2582
+ <div class="left" style="width:210px;">
2583
+
2584
+
2585
+
2586
+
2587
+
2588
+
2589
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Ourscreen_Northern_Soul/show/g89jqa/" id="g89jqa"
2590
+ class="button_time "
2591
+ epoch="1413727200.0"
2592
+ >15:00
2593
+
2594
+ </a>
2595
+
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+ </div>
2602
+ <div style="clear:both;"></div>
2603
+ </div>
2604
+ <!-- Ends Item -->
2605
+ <div class="separator"></div>
2606
+
2607
+
2608
+ <br>
2609
+ <br>
2610
+
2611
+
2612
+
2613
+ <h2 class="bottomspacing">Monday Oct. 20, 2014</h2>
2614
+ <div class="line" style="width:625px;"></div>
2615
+
2616
+ <!-- Item -->
2617
+ <div class="item" style="height:80px;">
2618
+ <div class="left a" style="height:80px;">
2619
+
2620
+
2621
+
2622
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
2623
+
2624
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
2625
+
2626
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
2627
+
2628
+
2629
+
2630
+
2631
+
2632
+ <img src=
2633
+
2634
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
2635
+
2636
+ width="60" height="60" class="imageborder">
2637
+
2638
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2639
+
2640
+
2641
+ </a>
2642
+
2643
+
2644
+
2645
+ </div>
2646
+ <div class="left b" style="width:300px;">
2647
+
2648
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
2649
+
2650
+ <div class="clear"></div>
2651
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2652
+
2653
+ <b>Director:</b> <span>David Fincher</span><br>
2654
+ <b>Duration:</b> <span>149 min. </span>
2655
+
2656
+
2657
+
2658
+ <br/> <b>Trailer:</b>
2659
+
2660
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
2661
+
2662
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
2663
+
2664
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
2665
+
2666
+
2667
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2668
+
2669
+ <div class="filmrating" content_id="jtqmd"></div>
2670
+
2671
+ </div>
2672
+ </div>
2673
+ <div class="left" style="width:210px;">
2674
+
2675
+
2676
+
2677
+
2678
+
2679
+
2680
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/or3tbv/" id="or3tbv"
2681
+ class="button_time "
2682
+ epoch="1413835200.0"
2683
+ >21:00
2684
+
2685
+ </a>
2686
+
2687
+
2688
+
2689
+
2690
+
2691
+
2692
+ </div>
2693
+ <div style="clear:both;"></div>
2694
+ </div>
2695
+ <!-- Ends Item -->
2696
+ <div class="separator"></div>
2697
+
2698
+ <!-- Item -->
2699
+ <div class="item" style="height:80px;">
2700
+ <div class="left a" style="height:80px;">
2701
+
2702
+
2703
+ <a href="/cinema/Duke_Of_Yorks/film/Olly_The_Little_White_Van_Programme_9/">
2704
+
2705
+
2706
+ <img src=
2707
+
2708
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/pm/pm5mq.jpeg"
2709
+
2710
+ width="60" height="60" class="imageborder">
2711
+
2712
+
2713
+ </a>
2714
+
2715
+
2716
+
2717
+ </div>
2718
+ <div class="left b" style="width:300px;">
2719
+
2720
+ <a href="/cinema/Duke_Of_Yorks/film/Olly_The_Little_White_Van_Programme_9/" class="movielink" style="text-decoration:underline;">Olly the Little White Van: Programme 9 [U]</a><br>
2721
+
2722
+ <div class="clear"></div>
2723
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2724
+
2725
+
2726
+ <b>Duration:</b> <span>3 min. </span>
2727
+
2728
+
2729
+
2730
+
2731
+
2732
+ <div class="filmrating" content_id="aoknm"></div>
2733
+
2734
+ </div>
2735
+ </div>
2736
+ <div class="left" style="width:210px;">
2737
+
2738
+
2739
+
2740
+
2741
+
2742
+
2743
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Olly_The_Little_White_Van_Programme_9/show/jmlh75/" id="jmlh75"
2744
+ class="button_time purple restricted toddler_time tip"
2745
+ epoch="1413799200.0"
2746
+ >11:00
2747
+
2748
+
2749
+ <span>Toddler Time show: for pre-school children and their parents / carers only</span>
2750
+
2751
+
2752
+ </a>
2753
+
2754
+ <div id="jmlh75-sm" class="simplemodal">
2755
+ <div class="simplemodaltitle">Toddler Time</div>
2756
+ <div class="basic-modal-content"> Toddler Time show: for pre-school children and their parents / carers only </div>
2757
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Olly_The_Little_White_Van_Programme_9/show/jmlh75/">Book now</a></div>
2758
+ </div>
2759
+
2760
+
2761
+
2762
+
2763
+
2764
+
2765
+ </div>
2766
+ <div style="clear:both;"></div>
2767
+ </div>
2768
+ <!-- Ends Item -->
2769
+ <div class="separator"></div>
2770
+
2771
+ <!-- Item -->
2772
+ <div class="item" style="height:80px;">
2773
+ <div class="left a" style="height:80px;">
2774
+
2775
+
2776
+
2777
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2778
+
2779
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2780
+
2781
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2782
+
2783
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2784
+
2785
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2786
+
2787
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2788
+
2789
+
2790
+
2791
+
2792
+
2793
+ <img src=
2794
+
2795
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
2796
+
2797
+ width="60" height="60" class="imageborder">
2798
+
2799
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2800
+
2801
+
2802
+ </a>
2803
+
2804
+
2805
+
2806
+ </div>
2807
+ <div class="left b" style="width:300px;">
2808
+
2809
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
2810
+
2811
+ <div class="clear"></div>
2812
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2813
+
2814
+ <b>Director:</b> <span>David Dobkin</span><br>
2815
+ <b>Duration:</b> <span>141 min. </span>
2816
+
2817
+
2818
+
2819
+ <br/> <b>Trailer:</b>
2820
+
2821
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
2822
+
2823
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
2824
+
2825
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
2826
+
2827
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
2828
+
2829
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
2830
+
2831
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
2832
+
2833
+
2834
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2835
+
2836
+ <div class="filmrating" content_id="e9mvo"></div>
2837
+
2838
+ </div>
2839
+ </div>
2840
+ <div class="left" style="width:210px;">
2841
+
2842
+
2843
+
2844
+
2845
+
2846
+
2847
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/d1s0em/" id="d1s0em"
2848
+ class="button_time "
2849
+ epoch="1413803700.0"
2850
+ >12:15
2851
+
2852
+ </a>
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/rk51rr/" id="rk51rr"
2863
+ class="button_time "
2864
+ epoch="1413824400.0"
2865
+ >18:00
2866
+
2867
+ </a>
2868
+
2869
+
2870
+
2871
+
2872
+
2873
+
2874
+ </div>
2875
+ <div style="clear:both;"></div>
2876
+ </div>
2877
+ <!-- Ends Item -->
2878
+ <div class="separator"></div>
2879
+
2880
+ <!-- Item -->
2881
+ <div class="item" style="height:80px;">
2882
+ <div class="left a" style="height:80px;">
2883
+
2884
+
2885
+
2886
+ <a rel="#overlay" onClick="load_trailers('What_We_Did_On_Our_Holiday_trailer');" id="What_We_Did_On_Our_Holiday_trailer" href="#" class="trailer mymovies" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" title="What We Did On Our Holiday - Trailer" fti="What We Did On Our Holiday" pid="PictureHouse" mid="11305">
2887
+
2888
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11074.jpg" title="What We Did On Our Holiday - Teaser Trailer" pid="PictureHouse" mid="11074" mtid="trl" mti="What We Did On Our Holiday - Teaser Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11074"></span>
2889
+
2890
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11305.jpg" title="What We Did On Our Holiday - Trailer" pid="PictureHouse" mid="11305" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11305"></span>
2891
+
2892
+
2893
+
2894
+
2895
+
2896
+ <img src=
2897
+
2898
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/jp/jpv1e.jpeg"
2899
+
2900
+ width="60" height="60" class="imageborder">
2901
+
2902
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2903
+
2904
+
2905
+ </a>
2906
+
2907
+
2908
+
2909
+ </div>
2910
+ <div class="left b" style="width:300px;">
2911
+
2912
+ <a href="/cinema/Duke_Of_Yorks/film/What_We_Did_On_Our_Holiday/" class="movielink" style="text-decoration:underline;">What We Did On Our Holiday [12A]</a><br>
2913
+
2914
+ <div class="clear"></div>
2915
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
2916
+
2917
+ <b>Director:</b> <span>Guy Jenkin, Andy Hamilton</span><br>
2918
+ <b>Duration:</b> <span>95 min. </span>
2919
+
2920
+
2921
+
2922
+ <br/> <b>Trailer:</b>
2923
+
2924
+ <a rel="#overlay" onClick="load_trailers('What_We_Did_On_Our_Holiday_trailer');" id="What_We_Did_On_Our_Holiday_trailer" href="#" class="trailer mymovies" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" title="What We Did On Our Holiday - Trailer" fti="What We Did On Our Holiday" pid="PictureHouse" mid="11305">
2925
+
2926
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11074.jpg" title="What We Did On Our Holiday - Teaser Trailer" pid="PictureHouse" mid="11074" mtid="trl" mti="What We Did On Our Holiday - Teaser Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11074"></span>
2927
+
2928
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11305.jpg" title="What We Did On Our Holiday - Trailer" pid="PictureHouse" mid="11305" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11305"></span>
2929
+
2930
+
2931
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
2932
+
2933
+ <div class="filmrating" content_id="m7w1k"></div>
2934
+
2935
+ </div>
2936
+ </div>
2937
+ <div class="left" style="width:210px;">
2938
+
2939
+
2940
+
2941
+
2942
+
2943
+
2944
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/What_We_Did_On_Our_Holiday/show/jfyt5s/" id="jfyt5s"
2945
+ class="button_time "
2946
+ epoch="1413815400.0"
2947
+ >15:30
2948
+
2949
+ </a>
2950
+
2951
+
2952
+
2953
+
2954
+
2955
+
2956
+ </div>
2957
+ <div style="clear:both;"></div>
2958
+ </div>
2959
+ <!-- Ends Item -->
2960
+ <div class="separator"></div>
2961
+
2962
+
2963
+ <br>
2964
+ <br>
2965
+
2966
+
2967
+
2968
+ <h2 class="bottomspacing">Tuesday Oct. 21, 2014</h2>
2969
+ <div class="line" style="width:625px;"></div>
2970
+
2971
+ <!-- Item -->
2972
+ <div class="item" style="height:80px;">
2973
+ <div class="left a" style="height:80px;">
2974
+
2975
+
2976
+
2977
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
2978
+
2979
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
2980
+
2981
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
2982
+
2983
+
2984
+
2985
+
2986
+
2987
+ <img src=
2988
+
2989
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
2990
+
2991
+ width="60" height="60" class="imageborder">
2992
+
2993
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
2994
+
2995
+
2996
+ </a>
2997
+
2998
+
2999
+
3000
+ </div>
3001
+ <div class="left b" style="width:300px;">
3002
+
3003
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
3004
+
3005
+ <div class="clear"></div>
3006
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3007
+
3008
+ <b>Director:</b> <span>David Fincher</span><br>
3009
+ <b>Duration:</b> <span>149 min. </span>
3010
+
3011
+
3012
+
3013
+ <br/> <b>Trailer:</b>
3014
+
3015
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
3016
+
3017
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
3018
+
3019
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
3020
+
3021
+
3022
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3023
+
3024
+ <div class="filmrating" content_id="jtqmd"></div>
3025
+
3026
+ </div>
3027
+ </div>
3028
+ <div class="left" style="width:210px;">
3029
+
3030
+
3031
+
3032
+
3033
+
3034
+
3035
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/mg0s7r/" id="mg0s7r"
3036
+ class="button_time "
3037
+ epoch="1413921600.0"
3038
+ >21:00
3039
+
3040
+ </a>
3041
+
3042
+
3043
+
3044
+
3045
+
3046
+
3047
+ </div>
3048
+ <div style="clear:both;"></div>
3049
+ </div>
3050
+ <!-- Ends Item -->
3051
+ <div class="separator"></div>
3052
+
3053
+ <!-- Item -->
3054
+ <div class="item" style="height:80px;">
3055
+ <div class="left a" style="height:80px;">
3056
+
3057
+
3058
+
3059
+ <a rel="#overlay" onClick="load_trailers('Night_Will_Fall_trailer');" id="Night_Will_Fall_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Night Will Fall - Trailer" fid="14408" title="Night Will Fall - Trailer" fti="Night Will Fall" pid="PictureHouse" mid="11457">
3060
+
3061
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14408/trl/mid11457.jpg" title="Night Will Fall - Trailer" pid="PictureHouse" mid="11457" mtid="trl" mti="Night Will Fall - Trailer" fid="14408" fti="Night Will Fall" id="14408_11457"></span>
3062
+
3063
+
3064
+
3065
+
3066
+
3067
+ <img src=
3068
+
3069
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/k7/k7mhh.jpeg"
3070
+
3071
+ width="60" height="60" class="imageborder">
3072
+
3073
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
3074
+
3075
+
3076
+ </a>
3077
+
3078
+
3079
+
3080
+ </div>
3081
+ <div class="left b" style="width:300px;">
3082
+
3083
+ <a href="/cinema/Duke_Of_Yorks/film/Night_Will_Fall/" class="movielink" style="text-decoration:underline;">Night Will Fall [15]</a><br>
3084
+
3085
+ <div class="clear"></div>
3086
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3087
+
3088
+ <b>Director:</b> <span>Andre Singer</span><br>
3089
+ <b>Duration:</b> <span>75 min. </span>
3090
+
3091
+
3092
+
3093
+ <br/> <b>Trailer:</b>
3094
+
3095
+ <a rel="#overlay" onClick="load_trailers('Night_Will_Fall_trailer');" id="Night_Will_Fall_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Night Will Fall - Trailer" fid="14408" title="Night Will Fall - Trailer" fti="Night Will Fall" pid="PictureHouse" mid="11457">
3096
+
3097
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14408/trl/mid11457.jpg" title="Night Will Fall - Trailer" pid="PictureHouse" mid="11457" mtid="trl" mti="Night Will Fall - Trailer" fid="14408" fti="Night Will Fall" id="14408_11457"></span>
3098
+
3099
+
3100
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3101
+
3102
+ <div class="filmrating" content_id="g0ppd"></div>
3103
+
3104
+ </div>
3105
+ </div>
3106
+ <div class="left" style="width:210px;">
3107
+
3108
+
3109
+
3110
+
3111
+
3112
+
3113
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Night_Will_Fall/show/sj7ozr/" id="sj7ozr"
3114
+ class="button_time purple silver_screen tip"
3115
+ epoch="1413885600.0"
3116
+ >11:00
3117
+
3118
+
3119
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
3120
+
3121
+
3122
+ </a>
3123
+
3124
+ <div id="sj7ozr-sm" class="simplemodal">
3125
+ <div class="simplemodaltitle"></div>
3126
+ <div class="basic-modal-content"> </div>
3127
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/Night_Will_Fall/show/sj7ozr/">Book now</a></div>
3128
+ </div>
3129
+
3130
+
3131
+
3132
+
3133
+
3134
+
3135
+ </div>
3136
+ <div style="clear:both;"></div>
3137
+ </div>
3138
+ <!-- Ends Item -->
3139
+ <div class="separator"></div>
3140
+
3141
+ <!-- Item -->
3142
+ <div class="item" style="height:80px;">
3143
+ <div class="left a" style="height:80px;">
3144
+
3145
+
3146
+
3147
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
3148
+
3149
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
3150
+
3151
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
3152
+
3153
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
3154
+
3155
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
3156
+
3157
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
3158
+
3159
+
3160
+
3161
+
3162
+
3163
+ <img src=
3164
+
3165
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
3166
+
3167
+ width="60" height="60" class="imageborder">
3168
+
3169
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
3170
+
3171
+
3172
+ </a>
3173
+
3174
+
3175
+
3176
+ </div>
3177
+ <div class="left b" style="width:300px;">
3178
+
3179
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
3180
+
3181
+ <div class="clear"></div>
3182
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3183
+
3184
+ <b>Director:</b> <span>David Dobkin</span><br>
3185
+ <b>Duration:</b> <span>141 min. </span>
3186
+
3187
+
3188
+
3189
+ <br/> <b>Trailer:</b>
3190
+
3191
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
3192
+
3193
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
3194
+
3195
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
3196
+
3197
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
3198
+
3199
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
3200
+
3201
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
3202
+
3203
+
3204
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3205
+
3206
+ <div class="filmrating" content_id="e9mvo"></div>
3207
+
3208
+ </div>
3209
+ </div>
3210
+ <div class="left" style="width:210px;">
3211
+
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/5cdg7o/" id="5cdg7o"
3218
+ class="button_time purple silver_screen tip"
3219
+ epoch="1413892200.0"
3220
+ >12:50
3221
+
3222
+
3223
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
3224
+
3225
+
3226
+ </a>
3227
+
3228
+ <div id="5cdg7o-sm" class="simplemodal">
3229
+ <div class="simplemodaltitle"></div>
3230
+ <div class="basic-modal-content"> </div>
3231
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/5cdg7o/">Book now</a></div>
3232
+ </div>
3233
+
3234
+
3235
+
3236
+
3237
+
3238
+
3239
+
3240
+
3241
+
3242
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/qzgo4p/" id="qzgo4p"
3243
+ class="button_time "
3244
+ epoch="1413910800.0"
3245
+ >18:00
3246
+
3247
+ </a>
3248
+
3249
+
3250
+
3251
+
3252
+
3253
+
3254
+ </div>
3255
+ <div style="clear:both;"></div>
3256
+ </div>
3257
+ <!-- Ends Item -->
3258
+ <div class="separator"></div>
3259
+
3260
+ <!-- Item -->
3261
+ <div class="item" style="height:80px;">
3262
+ <div class="left a" style="height:80px;">
3263
+
3264
+
3265
+
3266
+ <a rel="#overlay" onClick="load_trailers('What_We_Did_On_Our_Holiday_trailer');" id="What_We_Did_On_Our_Holiday_trailer" href="#" class="trailer mymovies" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" title="What We Did On Our Holiday - Trailer" fti="What We Did On Our Holiday" pid="PictureHouse" mid="11305">
3267
+
3268
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11074.jpg" title="What We Did On Our Holiday - Teaser Trailer" pid="PictureHouse" mid="11074" mtid="trl" mti="What We Did On Our Holiday - Teaser Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11074"></span>
3269
+
3270
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11305.jpg" title="What We Did On Our Holiday - Trailer" pid="PictureHouse" mid="11305" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11305"></span>
3271
+
3272
+
3273
+
3274
+
3275
+
3276
+ <img src=
3277
+
3278
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/jp/jpv1e.jpeg"
3279
+
3280
+ width="60" height="60" class="imageborder">
3281
+
3282
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
3283
+
3284
+
3285
+ </a>
3286
+
3287
+
3288
+
3289
+ </div>
3290
+ <div class="left b" style="width:300px;">
3291
+
3292
+ <a href="/cinema/Duke_Of_Yorks/film/What_We_Did_On_Our_Holiday/" class="movielink" style="text-decoration:underline;">What We Did On Our Holiday [12A]</a><br>
3293
+
3294
+ <div class="clear"></div>
3295
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3296
+
3297
+ <b>Director:</b> <span>Guy Jenkin, Andy Hamilton</span><br>
3298
+ <b>Duration:</b> <span>95 min. </span>
3299
+
3300
+
3301
+
3302
+ <br/> <b>Trailer:</b>
3303
+
3304
+ <a rel="#overlay" onClick="load_trailers('What_We_Did_On_Our_Holiday_trailer');" id="What_We_Did_On_Our_Holiday_trailer" href="#" class="trailer mymovies" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" title="What We Did On Our Holiday - Trailer" fti="What We Did On Our Holiday" pid="PictureHouse" mid="11305">
3305
+
3306
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11074.jpg" title="What We Did On Our Holiday - Teaser Trailer" pid="PictureHouse" mid="11074" mtid="trl" mti="What We Did On Our Holiday - Teaser Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11074"></span>
3307
+
3308
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid14124/trl/mid11305.jpg" title="What We Did On Our Holiday - Trailer" pid="PictureHouse" mid="11305" mtid="trl" mti="What We Did On Our Holiday - Trailer" fid="14124" fti="What We Did On Our Holiday" id="14124_11305"></span>
3309
+
3310
+
3311
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3312
+
3313
+ <div class="filmrating" content_id="m7w1k"></div>
3314
+
3315
+ </div>
3316
+ </div>
3317
+ <div class="left" style="width:210px;">
3318
+
3319
+
3320
+
3321
+
3322
+
3323
+
3324
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/What_We_Did_On_Our_Holiday/show/z48zyb/" id="z48zyb"
3325
+ class="button_time purple silver_screen tip"
3326
+ epoch="1413902700.0"
3327
+ >15:45
3328
+
3329
+
3330
+ <span>Silver Screen show: those aged over 60 can join the Silver Screen club for free, and get free tea or coffee and biscuits at this show. Everyone else is also welcome to attend this show.</span>
3331
+
3332
+
3333
+ </a>
3334
+
3335
+ <div id="z48zyb-sm" class="simplemodal">
3336
+ <div class="simplemodaltitle"></div>
3337
+ <div class="basic-modal-content"> </div>
3338
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/What_We_Did_On_Our_Holiday/show/z48zyb/">Book now</a></div>
3339
+ </div>
3340
+
3341
+
3342
+
3343
+
3344
+
3345
+
3346
+ </div>
3347
+ <div style="clear:both;"></div>
3348
+ </div>
3349
+ <!-- Ends Item -->
3350
+ <div class="separator"></div>
3351
+
3352
+
3353
+ <br>
3354
+ <br>
3355
+
3356
+
3357
+
3358
+ <h2 class="bottomspacing">Wednesday Oct. 22, 2014</h2>
3359
+ <div class="line" style="width:625px;"></div>
3360
+
3361
+ <!-- Item -->
3362
+ <div class="item" style="height:80px;">
3363
+ <div class="left a" style="height:80px;">
3364
+
3365
+
3366
+
3367
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
3368
+
3369
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
3370
+
3371
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
3372
+
3373
+
3374
+
3375
+
3376
+
3377
+ <img src=
3378
+
3379
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2n/2nxfc.jpeg"
3380
+
3381
+ width="60" height="60" class="imageborder">
3382
+
3383
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
3384
+
3385
+
3386
+ </a>
3387
+
3388
+
3389
+
3390
+ </div>
3391
+ <div class="left b" style="width:300px;">
3392
+
3393
+ <a href="/cinema/Duke_Of_Yorks/film/Gone_Girl/" class="movielink" style="text-decoration:underline;">Gone Girl [18]</a><br>
3394
+
3395
+ <div class="clear"></div>
3396
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3397
+
3398
+ <b>Director:</b> <span>David Fincher</span><br>
3399
+ <b>Duration:</b> <span>149 min. </span>
3400
+
3401
+
3402
+
3403
+ <br/> <b>Trailer:</b>
3404
+
3405
+ <a rel="#overlay" onClick="load_trailers('Gone_Girl_trailer');" id="Gone_Girl_trailer" href="#" class="trailer mymovies" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" title="Gone Girl - Trailer 2" fti="Gone Girl" pid="PictureHouse" mid="11208">
3406
+
3407
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid10837.jpg" title="Gone Girl - Trailer" pid="PictureHouse" mid="10837" mtid="trl" mti="Gone Girl - Trailer" fid="13950" fti="Gone Girl" id="13950_10837"></span>
3408
+
3409
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid13950/trl/mid11208.jpg" title="Gone Girl - Trailer 2" pid="PictureHouse" mid="11208" mtid="trl" mti="Gone Girl - Trailer 2" fid="13950" fti="Gone Girl" id="13950_11208"></span>
3410
+
3411
+
3412
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3413
+
3414
+ <div class="filmrating" content_id="jtqmd"></div>
3415
+
3416
+ </div>
3417
+ </div>
3418
+ <div class="left" style="width:210px;">
3419
+
3420
+
3421
+
3422
+
3423
+
3424
+
3425
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/Gone_Girl/show/pc9e5l/" id="pc9e5l"
3426
+ class="button_time "
3427
+ epoch="1414008000.0"
3428
+ >21:00
3429
+
3430
+ </a>
3431
+
3432
+
3433
+
3434
+
3435
+
3436
+
3437
+ </div>
3438
+ <div style="clear:both;"></div>
3439
+ </div>
3440
+ <!-- Ends Item -->
3441
+ <div class="separator"></div>
3442
+
3443
+ <!-- Item -->
3444
+ <div class="item" style="height:80px;">
3445
+ <div class="left a" style="height:80px;">
3446
+
3447
+
3448
+
3449
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
3450
+
3451
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
3452
+
3453
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
3454
+
3455
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
3456
+
3457
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
3458
+
3459
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
3460
+
3461
+
3462
+
3463
+
3464
+
3465
+ <img src=
3466
+
3467
+ "https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/2s/2spf2.jpeg"
3468
+
3469
+ width="60" height="60" class="imageborder">
3470
+
3471
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-17px;left:47px;">
3472
+
3473
+
3474
+ </a>
3475
+
3476
+
3477
+
3478
+ </div>
3479
+ <div class="left b" style="width:300px;">
3480
+
3481
+ <a href="/cinema/Duke_Of_Yorks/film/The_Judge/" class="movielink" style="text-decoration:underline;">The Judge [15]</a><br>
3482
+
3483
+ <div class="clear"></div>
3484
+ <div class="padding txt1 film.subtitled" style="height:45px;overflow-y:hidden;padding-left:0;">
3485
+
3486
+ <b>Director:</b> <span>David Dobkin</span><br>
3487
+ <b>Duration:</b> <span>141 min. </span>
3488
+
3489
+
3490
+
3491
+ <br/> <b>Trailer:</b>
3492
+
3493
+ <a rel="#overlay" onClick="load_trailers('The_Judge_trailer');" id="The_Judge_trailer" href="#" class="trailer mymovies" mtid="trl" mti="The Judge - Trailer 2" fid="11745" title="The Judge - Trailer 2" fti="The Judge" pid="PictureHouse" mid="11477">
3494
+
3495
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11126.jpg" title="The Judge - Trailer" pid="PictureHouse" mid="11126" mtid="trl" mti="The Judge - Trailer" fid="11745" fti="The Judge" id="11745_11126"></span>
3496
+
3497
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/trl/mid11477.jpg" title="The Judge - Trailer 2" pid="PictureHouse" mid="11477" mtid="trl" mti="The Judge - Trailer 2" fid="11745" fti="The Judge" id="11745_11477"></span>
3498
+
3499
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17081.jpg" title="Clip - Did You Go To Law School?" pid="PictureHouse" mid="17081" mtid="ftr" mti="Clip - Did You Go To Law School?" fid="11745" fti="The Judge" id="11745_17081"></span>
3500
+
3501
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17082.jpg" title="Clip - I Need My Walk" pid="PictureHouse" mid="17082" mtid="ftr" mti="Clip - I Need My Walk" fid="11745" fti="The Judge" id="11745_17082"></span>
3502
+
3503
+ <span style="display:none;" img="http://images.mymovies.net/images/film/cin/120x90/fid11745/ftr/mid17088.jpg" title="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" pid="PictureHouse" mid="17088" mtid="ftr" mti="Exclusive Interview With Robert Downey Jr, Robert Duvall, David Dobkin & Vera Farmiga" fid="11745" fti="The Judge" id="11745_17088"></span>
3504
+
3505
+
3506
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/playbutton.png" style="width:15px; height:15px;position:relative;top:-2px;"></a>
3507
+
3508
+ <div class="filmrating" content_id="e9mvo"></div>
3509
+
3510
+ </div>
3511
+ </div>
3512
+ <div class="left" style="width:210px;">
3513
+
3514
+
3515
+
3516
+
3517
+
3518
+
3519
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/iuyiwt/" id="iuyiwt"
3520
+ class="button_time purple restricted big_scream tip"
3521
+ epoch="1413972000.0"
3522
+ >11:00
3523
+
3524
+
3525
+ <span>Big Scream show: for parents/carers accompanied by babies under one year old only.</span>
3526
+
3527
+
3528
+ </a>
3529
+
3530
+ <div id="iuyiwt-sm" class="simplemodal">
3531
+ <div class="simplemodaltitle">Big Scream</div>
3532
+ <div class="basic-modal-content"> Big Scream shows are exclusively for parents/carers accompanied by babies under one year old. For more information about Big Scream visit What's On > Clubs/Groups > Big Scream </div>
3533
+ <div class="modalbooknow"><a class="button_booknow" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/iuyiwt/">Book now</a></div>
3534
+ </div>
3535
+
3536
+
3537
+
3538
+
3539
+
3540
+
3541
+
3542
+
3543
+
3544
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/gtpyaa/" id="gtpyaa"
3545
+ class="button_time "
3546
+ epoch="1413984600.0"
3547
+ >14:30
3548
+
3549
+ </a>
3550
+
3551
+
3552
+
3553
+
3554
+
3555
+
3556
+
3557
+
3558
+
3559
+ <a rel="nofollow" bookable="" href="/cinema/Duke_Of_Yorks/film/The_Judge/show/it5pqf/" id="it5pqf"
3560
+ class="button_time "
3561
+ epoch="1413997200.0"
3562
+ >18:00
3563
+
3564
+ </a>
3565
+
3566
+
3567
+
3568
+
3569
+
3570
+
3571
+ </div>
3572
+ <div style="clear:both;"></div>
3573
+ </div>
3574
+ <!-- Ends Item -->
3575
+ <div class="separator"></div>
3576
+
3577
+
3578
+
3579
+ </div>
3580
+
3581
+ <script type="text/javascript">
3582
+ var seats = [
3583
+
3584
+
3585
+ {venue:'Duke_Of_Yorks',start:'20141016', end:'20141019'}
3586
+
3587
+
3588
+ ];
3589
+ getSeatsleft(seats);
3590
+ var messages = {
3591
+
3592
+ };
3593
+ </script>
3594
+
3595
+ </div>
3596
+
3597
+
3598
+ <div>
3599
+ <div class="box8_bottom" style="width:452px;float:left;"></div>
3600
+ <div class="box_flyout_bottom1" style="float:left;width:173px;height:11px;background:url('https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/box_flyout_bottom.gif') no-repeat bottom right;"></div>
3601
+ </div>
3602
+ </div>
3603
+
3604
+
3605
+ </div>
3606
+ <div class="col_spacer">&nbsp;</div>
3607
+ <div class="col_single" style="float:right;">
3608
+
3609
+
3610
+ <div class="ad">
3611
+
3612
+
3613
+
3614
+ <a href="/News/item/Guardian_Live_Russell_Brand_In_Conversation/">
3615
+ <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="300" height="250" id="Richard Curtiss" align="middle">
3616
+ <param name="allowScriptAccess" value="sameDomain" />
3617
+ <param name="allowFullScreen" value="false" />
3618
+ <param name="movie" value="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/GuardianLive_MPUBrand.swf" />
3619
+ <param name="quality" value="high" />
3620
+ <param name="bgcolor" value="#333333" />
3621
+ <embed src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/GuardianLive_MPUBrand.swf" quality="high" bgcolor="#333333" width="300" height="250" name="kuma" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
3622
+ </object>
3623
+ </a>
3624
+
3625
+
3626
+
3627
+ </div>
3628
+
3629
+
3630
+
3631
+
3632
+ <div class="box2" id="latestnews">
3633
+ <div class="box2_title">
3634
+ <h1>
3635
+
3636
+ <a href="/cinema/Duke_Of_Yorks/News/" class="doyb">Latest News</a>
3637
+
3638
+
3639
+ <a style="margin-left:20px;" href="/cinema/Duke_Of_Yorks/News.rss" class="doyb"><img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/feed-icon-14x14.png" alt="News feed"></a>
3640
+
3641
+ </h1>
3642
+ </div>
3643
+ <div class="box2_content" style="min-height: 590px;">
3644
+
3645
+ <div class="item">
3646
+ <div class="imageholder noborder">
3647
+
3648
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Barbarella/">
3649
+
3650
+
3651
+
3652
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/mg/mgkty.jpeg" height="80" width="80">
3653
+
3654
+
3655
+ </a>
3656
+ </div>
3657
+
3658
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Barbarella/">Duke&#39;s After Dark presents BARBARELLA</a>
3659
+
3660
+
3661
+ <br>
3662
+ <i>
3663
+
3664
+
3665
+ <span>
3666
+
3667
+ Late-night screening of the cult classic! <a href="/cinema/Duke_Of_Yorks/News/item/Barbarella/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3668
+
3669
+
3670
+ </i>
3671
+ <div class="clear"></div>
3672
+ </div>
3673
+
3674
+ <div class="separator"></div>
3675
+
3676
+
3677
+ <div class="item">
3678
+ <div class="imageholder noborder">
3679
+
3680
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/X_Man_With_The_X_Ray_Eyes_Live_Score/">
3681
+
3682
+
3683
+
3684
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/hr/hrx2j.jpeg" height="80" width="80">
3685
+
3686
+
3687
+ </a>
3688
+ </div>
3689
+
3690
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/X_Man_With_The_X_Ray_Eyes_Live_Score/">X: MAN WITH THE X-RAY EYES plus Live Underscore</a>
3691
+
3692
+
3693
+ <br>
3694
+ <i>
3695
+
3696
+
3697
+ <span>
3698
+
3699
+ Roger Corman's classic with Pere Ubu <a href="/cinema/Duke_Of_Yorks/News/item/X_Man_With_The_X_Ray_Eyes_Live_Score/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3700
+
3701
+
3702
+ </i>
3703
+ <div class="clear"></div>
3704
+ </div>
3705
+
3706
+ <div class="separator"></div>
3707
+
3708
+
3709
+ <div class="item">
3710
+ <div class="imageholder noborder">
3711
+
3712
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/The_Colour_Of_Pomegranates_Live_Underscore/">
3713
+
3714
+
3715
+
3716
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/tq/tqq8k.jpeg" height="80" width="80">
3717
+
3718
+
3719
+ </a>
3720
+ </div>
3721
+
3722
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/The_Colour_Of_Pomegranates_Live_Underscore/">THE COLOUR OF POMEGRANATES plus Live Underscore</a>
3723
+
3724
+
3725
+ <br>
3726
+ <i>
3727
+
3728
+
3729
+ <span>
3730
+
3731
+ Cinecity presents this screening plus live underscore <a href="/cinema/Duke_Of_Yorks/News/item/The_Colour_Of_Pomegranates_Live_Underscore/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3732
+
3733
+
3734
+ </i>
3735
+ <div class="clear"></div>
3736
+ </div>
3737
+
3738
+ <div class="separator"></div>
3739
+
3740
+
3741
+ <div class="item">
3742
+ <div class="imageholder noborder">
3743
+
3744
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/The_Levellers_Live/">
3745
+
3746
+
3747
+
3748
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/88/88t61.jpeg" height="80" width="80">
3749
+
3750
+
3751
+ </a>
3752
+ </div>
3753
+
3754
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/The_Levellers_Live/">The Levellers – Live at the Duke&#39;s!</a>
3755
+
3756
+
3757
+ <br>
3758
+ <i>
3759
+
3760
+
3761
+ <span>
3762
+
3763
+ Screening of A CURIOUS LIFE plus acoustic performance <a href="/cinema/Duke_Of_Yorks/News/item/The_Levellers_Live/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3764
+
3765
+
3766
+ </i>
3767
+ <div class="clear"></div>
3768
+ </div>
3769
+
3770
+ <div class="separator"></div>
3771
+
3772
+
3773
+ <div class="item">
3774
+ <div class="imageholder noborder">
3775
+
3776
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_October_November_2014/">
3777
+
3778
+
3779
+
3780
+ <img src="/newman/static/atchs/Content/wr/wr1th.jpeg" height="80" width="80">
3781
+
3782
+
3783
+ </a>
3784
+ </div>
3785
+
3786
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_October_November_2014/">Vintage Sundays, October – November 2014</a>
3787
+
3788
+
3789
+ <br>
3790
+ <i>
3791
+
3792
+
3793
+ <span>
3794
+
3795
+ Our autumnal selection of films for you <a href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_October_November_2014/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3796
+
3797
+
3798
+ </i>
3799
+ <div class="clear"></div>
3800
+ </div>
3801
+
3802
+ <div class="separator"></div>
3803
+
3804
+
3805
+ <div class="item">
3806
+ <div class="imageholder noborder">
3807
+
3808
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_Presents_To_Kill_A_Mockingbird/">
3809
+
3810
+
3811
+
3812
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/z9/z9bu1.jpeg" height="80" width="80">
3813
+
3814
+
3815
+ </a>
3816
+ </div>
3817
+
3818
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_Presents_To_Kill_A_Mockingbird/">Vintage Sundays presents TO KILL A MOCKINGBIRD</a>
3819
+
3820
+
3821
+ <br>
3822
+ <i>
3823
+
3824
+
3825
+ <span>
3826
+
3827
+ Sunday 19 October <a href="/cinema/Duke_Of_Yorks/News/item/Vintage_Sundays_Presents_To_Kill_A_Mockingbird/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3828
+
3829
+
3830
+ </i>
3831
+ <div class="clear"></div>
3832
+ </div>
3833
+
3834
+ <div class="separator"></div>
3835
+
3836
+
3837
+ <div class="item">
3838
+ <div class="imageholder noborder">
3839
+
3840
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Citizenfour_Plus_Panel_Discussion_Live_Via_Satellite/">
3841
+
3842
+
3843
+
3844
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/41/413vs.jpeg" height="80" width="80">
3845
+
3846
+
3847
+ </a>
3848
+ </div>
3849
+
3850
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Citizenfour_Plus_Panel_Discussion_Live_Via_Satellite/">CITIZENFOUR Premiere plus Discussion Live via Satellite</a>
3851
+
3852
+
3853
+ <br>
3854
+ <i>
3855
+
3856
+
3857
+ <span>
3858
+
3859
+ From the London Film Festival <a href="/cinema/Duke_Of_Yorks/News/item/Citizenfour_Plus_Panel_Discussion_Live_Via_Satellite/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3860
+
3861
+
3862
+ </i>
3863
+ <div class="clear"></div>
3864
+ </div>
3865
+
3866
+ <div class="separator"></div>
3867
+
3868
+
3869
+ <div class="item">
3870
+ <div class="imageholder noborder">
3871
+
3872
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Guardian_Live_Russell_Brand_In_Conversation/">
3873
+
3874
+
3875
+
3876
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/15/15vyd.jpeg" height="80" width="80">
3877
+
3878
+
3879
+ </a>
3880
+ </div>
3881
+
3882
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Guardian_Live_Russell_Brand_In_Conversation/">Guardian Live: In Conversation with Russell Brand</a>
3883
+
3884
+
3885
+ <br>
3886
+ <i>
3887
+
3888
+
3889
+ <span>
3890
+
3891
+ Thursday 23 October <a href="/cinema/Duke_Of_Yorks/News/item/Guardian_Live_Russell_Brand_In_Conversation/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3892
+
3893
+
3894
+ </i>
3895
+ <div class="clear"></div>
3896
+ </div>
3897
+
3898
+ <div class="separator"></div>
3899
+
3900
+
3901
+ <div class="item">
3902
+ <div class="imageholder noborder">
3903
+
3904
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Book_Now_For_Mr_Turner_And_Win_A_Weekend_Stay_In_London/">
3905
+
3906
+
3907
+
3908
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/v2/v2chk.jpeg" height="80" width="80">
3909
+
3910
+
3911
+ </a>
3912
+ </div>
3913
+
3914
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Book_Now_For_Mr_Turner_And_Win_A_Weekend_Stay_In_London/">Book Now for MR TURNER for a Chance to Win a Weekend Stay in London</a>
3915
+
3916
+
3917
+ <br>
3918
+ <i>
3919
+
3920
+
3921
+ <span>
3922
+
3923
+ And see the Late Turner exhibition at Tate Britain! <a href="/cinema/Duke_Of_Yorks/News/item/Book_Now_For_Mr_Turner_And_Win_A_Weekend_Stay_In_London/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3924
+
3925
+
3926
+ </i>
3927
+ <div class="clear"></div>
3928
+ </div>
3929
+
3930
+ <div class="separator"></div>
3931
+
3932
+
3933
+ <div class="item">
3934
+ <div class="imageholder noborder">
3935
+
3936
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Toddler_Time/">
3937
+
3938
+
3939
+
3940
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/2e/2eqqh.png" height="80" width="80">
3941
+
3942
+
3943
+ </a>
3944
+ </div>
3945
+
3946
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Toddler_Time/">Toddler Time, September – October 2014</a>
3947
+
3948
+
3949
+ <br>
3950
+ <i>
3951
+
3952
+
3953
+ <span>
3954
+
3955
+ Our weekday film club for pre-school children <a href="/cinema/Duke_Of_Yorks/News/item/Toddler_Time/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3956
+
3957
+
3958
+ </i>
3959
+ <div class="clear"></div>
3960
+ </div>
3961
+
3962
+ <div class="separator"></div>
3963
+
3964
+
3965
+ <div class="item">
3966
+ <div class="imageholder noborder">
3967
+
3968
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Get_25_Off_Your_First_Recipe_Kit_With_Gousto/">
3969
+
3970
+
3971
+
3972
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/wq/wq7vj.jpeg" height="80" width="80">
3973
+
3974
+
3975
+ </a>
3976
+ </div>
3977
+
3978
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Get_25_Off_Your_First_Recipe_Kit_With_Gousto/">Get £25 Off Your First Recipe Kit with Gousto</a>
3979
+
3980
+
3981
+ <br>
3982
+ <i>
3983
+
3984
+
3985
+ <span>
3986
+
3987
+ New Picturehouse Members' benefit <a href="/cinema/Duke_Of_Yorks/News/item/Get_25_Off_Your_First_Recipe_Kit_With_Gousto/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
3988
+
3989
+
3990
+ </i>
3991
+ <div class="clear"></div>
3992
+ </div>
3993
+
3994
+ <div class="separator"></div>
3995
+
3996
+
3997
+ <div class="item">
3998
+ <div class="imageholder noborder">
3999
+
4000
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Hockney_Live_From_L_A/">
4001
+
4002
+
4003
+
4004
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/bu/bu9t0.jpeg" height="80" width="80">
4005
+
4006
+
4007
+ </a>
4008
+ </div>
4009
+
4010
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Hockney_Live_From_L_A/">HOCKNEY: Live from LA</a>
4011
+
4012
+
4013
+ <br>
4014
+ <i>
4015
+
4016
+
4017
+ <span>
4018
+
4019
+ Members' priority booking from Friday 19 September <a href="/cinema/Duke_Of_Yorks/News/item/Hockney_Live_From_L_A/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
4020
+
4021
+
4022
+ </i>
4023
+ <div class="clear"></div>
4024
+ </div>
4025
+
4026
+ <div class="separator"></div>
4027
+
4028
+
4029
+ <div class="item">
4030
+ <div class="imageholder noborder">
4031
+
4032
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Students_Get_Two_Tickets_For_10_For_Screen_Arts_Events/">
4033
+
4034
+
4035
+
4036
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/72/725w3.jpeg" height="80" width="80">
4037
+
4038
+
4039
+ </a>
4040
+ </div>
4041
+
4042
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Students_Get_Two_Tickets_For_10_For_Screen_Arts_Events/">Students: Get Two Tickets for £10 for Screen Arts Events!</a>
4043
+
4044
+
4045
+ <br>
4046
+ <i>
4047
+
4048
+
4049
+ <span>
4050
+
4051
+ See the best in theatre, dance, opera and more <a href="/cinema/Duke_Of_Yorks/News/item/Students_Get_Two_Tickets_For_10_For_Screen_Arts_Events/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
4052
+
4053
+
4054
+ </i>
4055
+ <div class="clear"></div>
4056
+ </div>
4057
+
4058
+ <div class="separator"></div>
4059
+
4060
+
4061
+ <div class="item">
4062
+ <div class="imageholder noborder">
4063
+
4064
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Three_Stunning_New_Shows_From_English_National_Opera/">
4065
+
4066
+
4067
+
4068
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/ov/ovl5v.jpeg" height="80" width="80">
4069
+
4070
+
4071
+ </a>
4072
+ </div>
4073
+
4074
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Three_Stunning_New_Shows_From_English_National_Opera/">Three Stunning New Shows from English National Opera</a>
4075
+
4076
+
4077
+ <br>
4078
+ <i>
4079
+
4080
+
4081
+ <span>
4082
+
4083
+ Broadcast live from the London Coliseum <a href="/cinema/Duke_Of_Yorks/News/item/Three_Stunning_New_Shows_From_English_National_Opera/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
4084
+
4085
+
4086
+ </i>
4087
+ <div class="clear"></div>
4088
+ </div>
4089
+
4090
+ <div class="separator"></div>
4091
+
4092
+
4093
+ <div class="item">
4094
+ <div class="imageholder noborder">
4095
+
4096
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Free_Stuff_For_Freshers/">
4097
+
4098
+
4099
+
4100
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Global/v1/v1sho.jpeg" height="80" width="80">
4101
+
4102
+
4103
+ </a>
4104
+ </div>
4105
+
4106
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Free_Stuff_For_Freshers/">Free Stuff for Freshers!</a>
4107
+
4108
+
4109
+ <br>
4110
+ <i>
4111
+
4112
+
4113
+ <span>
4114
+
4115
+ Gorge yourself on our goodies for free <a href="/cinema/Duke_Of_Yorks/News/item/Free_Stuff_For_Freshers/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
4116
+
4117
+
4118
+ </i>
4119
+ <div class="clear"></div>
4120
+ </div>
4121
+
4122
+ <div class="separator"></div>
4123
+
4124
+
4125
+ <div class="item">
4126
+ <div class="imageholder noborder">
4127
+
4128
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Berlin_Philharmonic_New_Years_Eve_Gala_2014/">
4129
+
4130
+
4131
+
4132
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/newman/static/atchs/Content/o6/o6vwt.jpeg" height="80" width="80">
4133
+
4134
+
4135
+ </a>
4136
+ </div>
4137
+
4138
+ <a class="txt2 doyb" href="/cinema/Duke_Of_Yorks/News/item/Berlin_Philharmonic_New_Years_Eve_Gala_2014/">Berlin Philharmonic New Year&#39;s Eve Gala 2014</a>
4139
+
4140
+
4141
+ <br>
4142
+ <i>
4143
+
4144
+
4145
+ <span>
4146
+
4147
+ The iconic annual concert is back again this year <a href="/cinema/Duke_Of_Yorks/News/item/Berlin_Philharmonic_New_Years_Eve_Gala_2014/" class="doyb" style="padding-left:5px; font-size:11px;">more...</a></span>
4148
+
4149
+
4150
+ </i>
4151
+ <div class="clear"></div>
4152
+ </div>
4153
+
4154
+
4155
+
4156
+ </div>
4157
+ <div class="box2_bottomlinks">
4158
+
4159
+ <a href="/cinema/Duke_Of_Yorks/News/" class="txt3 doyb">All News</a>
4160
+
4161
+ </div>
4162
+ </div>
4163
+
4164
+
4165
+ <br />
4166
+
4167
+ <div class="ad">
4168
+
4169
+
4170
+ <!-- Beginning Sync AdSlot 2 for Ad unit UK_PictureHouses/Homepage ### size: [[300,250]] -->
4171
+ <div id='div-gpt-ad-144738139352026482-2'>
4172
+ <script type='text/javascript'>
4173
+ googletag.display('div-gpt-ad-144738139352026482-2');
4174
+ </script>
4175
+ </div>
4176
+ <!-- End AdSlot 2 -->
4177
+
4178
+
4179
+ </div>
4180
+
4181
+
4182
+ <a class="button_facebook" style="margin-right: 10px;" href="http://www.facebook.com/DukeofYorks"> </a> <a class="button_twitter" href="http://twitter.com/DukeofYorks"> </a> <a class="button_newsletter" style="margin-top: 10px;" href="/cinema/Duke_Of_Yorks/Connect/Email_News/"> </a>&nbsp;</div>
4183
+
4184
+
4185
+
4186
+ </div>
4187
+ <div class="clear"></div>
4188
+
4189
+ <div id="con_footer">
4190
+ <a href="http://www.deletelondon.com" target="_blank" id="credit"></a>
4191
+ <div id="footer_inner">
4192
+ <div class="toplinks txt4">
4193
+ <div class="right footer_select" style="width:314px;">
4194
+
4195
+ <img src="https://d2t98m0n7ql7on.cloudfront.net/site-media/images/cityscreen/ECmedia-en-white.gif" id="logo_small" width="154" height="29" style="position:relative; top:-12px;">
4196
+
4197
+ <form>
4198
+ <select name="selectnav" class="selectnav">
4199
+ <option selected="selected" value="">Duke of York&#39;s</option>
4200
+
4201
+ </select>
4202
+ </form>
4203
+
4204
+ </div>
4205
+ <div class="footer_menu">
4206
+
4207
+ <a href="/cinema/Duke_Of_Yorks/Hires_Info/Venue_Info/">Venue Info</a> <!-- class="doyb" -->
4208
+
4209
+ <span class="separator">|</span>
4210
+
4211
+
4212
+ <a href="/cinema/Duke_Of_Yorks/Hires_Info/Contact_Us/">Contact Us</a> <!-- class="doyb" -->
4213
+
4214
+ <span class="separator">|</span>
4215
+
4216
+
4217
+ <a href="/cinema/Duke_Of_Yorks/Faqs/">Faqs</a> <!-- class="doyb" -->
4218
+
4219
+ <span class="separator">|</span>
4220
+
4221
+
4222
+ <a href="http://corporate.picturehouses.co.uk/venue-hire/">Venue Hire</a> <!-- class="doyb" -->
4223
+
4224
+ <span class="separator">|</span>
4225
+
4226
+
4227
+ <a href="/cinema/Duke_Of_Yorks/Hires_Info/Jobs/">Jobs</a> <!-- class="doyb" -->
4228
+
4229
+ <span class="separator">|</span>
4230
+
4231
+
4232
+ <a href="http://picturehouseblog.co.uk/">Blog</a> <!-- class="doyb" -->
4233
+
4234
+ <span class="separator">|</span>
4235
+
4236
+
4237
+ <a href="http://www.youtube.com/picturehousecinemas">YouTube</a> <!-- class="doyb" -->
4238
+
4239
+
4240
+
4241
+ </div>
4242
+ </div>
4243
+ <div class="bottom">
4244
+ <div class="footer_col1 bottomtext">
4245
+ <a href="/Privacy/">Privacy &amp; Data Protection</a><br>
4246
+ <a href="/Terms/">Terms of Admission</a>
4247
+ </div>
4248
+ <div class="footer_col2 bottomtext">
4249
+ Picturehouse Cinemas Limited is a limited company registered in England as company number 2310403 and its registered office is Power Road Studios, 114 Power Road, Chiswick, London, W4 5PY.
4250
+ </div>
4251
+ <div class="footer_col3 bottomtext">
4252
+ 2004 Picturehouse Cinemas Limited
4253
+ </div>
4254
+ </div>
4255
+ </div>
4256
+ </div>
4257
+ <!-- Ends Footer -->
4258
+ <!-- Google Code for Remarketing tag -->
4259
+ <!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on
4260
+ adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup -->
4261
+ <script type="text/javascript">
4262
+ /* <![CDATA[ */
4263
+ var google_conversion_id = 993965287;
4264
+ var google_conversion_label = "ihOBCNmJwAMQ5-n62QM";
4265
+ var google_custom_params = window.google_tag_params;
4266
+ var google_remarketing_only = true;
4267
+ /* ]]> */
4268
+ </script>
4269
+ <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
4270
+ </script>
4271
+ <noscript>
4272
+ <div style="display:inline;">
4273
+ <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/993965287/?
4274
+ value=0&amp;label=ihOBCNmJwAMQ5-n62QM&amp;guid=ON&amp;script=0"/>
4275
+ </div>
4276
+ </noscript>
4277
+
4278
+
4279
+ </div>
4280
+
4281
+
4282
+
4283
+ <div id="fb-root"></div>
4284
+ <script>(function(d, s, id) {
4285
+ var js, fjs = d.getElementsByTagName(s)[0];
4286
+ if (d.getElementById(id)) return;
4287
+ js = d.createElement(s); js.id = id;
4288
+ js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=171233602908051";
4289
+ fjs.parentNode.insertBefore(js, fjs);
4290
+ }(document, 'script', 'facebook-jssdk'));</script>
4291
+
4292
+
4293
+ <div class="apple_overlay" style="left: 50%;margin-left: -350px;width:640px;display:none;" id="contentWrap">
4294
+ <script type="text/javascript">
4295
+ function load_trailers(filmid) {
4296
+ var film = jQuery('#' + filmid).attr('title');
4297
+ ga('send', 'event', {
4298
+ eventCategory:'Trailers',
4299
+ eventAction:'Play',
4300
+ eventValue:film});
4301
+ var h ='<div style="font-family:Arial, Helvetica, sans-serif;" id="trailer_header">';
4302
+ if (jQuery('#' + filmid).find('span').length > 1) {
4303
+ h = h + '<select id="trailerField">';
4304
+ jQuery('#' + filmid).find('span').each(function () {
4305
+ var f = jQuery(this);
4306
+ h = h + '<option class="overlayed_clip" value="' + f.attr('id') + '" ';
4307
+ if (f.attr('title') === film) {
4308
+ h = h + 'selected ';
4309
+ }
4310
+
4311
+ h = h + '>' + f.attr('title') + '</option>';
4312
+ });
4313
+ h = h + '</select>';
4314
+ }
4315
+ h = h + '<br/><br/></div>';
4316
+ jQuery('#trailer_header').replaceWith(h);
4317
+ jQuery('#trailerField').change(function () {
4318
+ var f = jQuery('#' + jQuery(this).val());
4319
+ var pid= f.attr('pid');
4320
+ var mid= f.attr('mid');
4321
+ var mtid= f.attr('mtid');
4322
+ var mti= f.attr('mti');
4323
+ var fid= f.attr('fid');
4324
+ var fti= f.attr('fti');
4325
+ triggerEnd();
4326
+ if (mtid === 'ftr') {
4327
+ ga('send', 'event', {
4328
+ eventCategory:'Features',
4329
+ eventAction:'Change',
4330
+ eventValue:film});
4331
+ _V_("mm_video").src([
4332
+ { type: "video/mp4", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/features/avfid" + mid + "/html5/700.mp4" },
4333
+ { type: "video/webm", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/features/avfid" + mid + "/html5/700.webm" },
4334
+ { type: "video/ogg", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/features/avfid" + mid + "/html5/700.ogv" }
4335
+ ]);
4336
+ } else {
4337
+ ga('send', 'event', {
4338
+ eventCategory:'Trailers',
4339
+ eventAction:'Change',
4340
+ eventValue:film});
4341
+ _V_("mm_video").src([
4342
+ { type: "video/mp4", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/trailers/trid" + mid + "/html5/700.mp4" },
4343
+ { type: "video/webm", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/trailers/trid" + mid + "/html5/700.webm" },
4344
+ { type: "video/ogg", src: "http://ml5vid.mymovies.net/filmmedia/film/fid" + fid + "/trailers/trid" + mid + "/html5/700.ogv" }
4345
+ ]);
4346
+ }
4347
+ triggerSDC(fid, mid, mtid, fti, mti, pid);
4348
+ _V_("mm_video").play();
4349
+ return false;
4350
+
4351
+ });
4352
+
4353
+ return false;
4354
+ }
4355
+ </script>
4356
+
4357
+ <div style="font-family:Arial, Helvetica, sans-serif;" id="trailer_header">
4358
+
4359
+ <br/><br/></div>
4360
+
4361
+ <!-- **** MYMOVIES HTML5 VIDEO TAG **** -->
4362
+ <div class="contentWrap" id="content"><video id="mm_video" class="video-js vjs-default-skin" controls preload="auto" width="640" height="360" data-setup="{}"></video></div>
4363
+
4364
+ <script src="http://partner.mymovies.net/html5/js/manage.js" type="text/javascript"></script>
4365
+
4366
+ <!-- **** END MYMOVIES HTML5 VIDEO TAG **** -->
4367
+
4368
+ </div>
4369
+ </body>
4370
+ </html>