kandianying 0.0.8 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +0 -6
  3. data/README.md +12 -3
  4. data/bin/kandianying +4 -1
  5. data/lib/kandianying/ambassador.rb +3 -2
  6. data/lib/kandianying/ambassador_scrape.rb +21 -15
  7. data/lib/kandianying/version.rb +2 -2
  8. data/lib/kandianying/vieshow.rb +6 -6
  9. data/lib/kandianying/vieshow_scrape.rb +20 -10
  10. data/spec/ambassador_spec.rb +80 -58
  11. data/spec/fixtures/ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +6 -0
  12. data/spec/fixtures/{ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml} +2 -0
  13. data/spec/fixtures/ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +11 -0
  14. data/spec/fixtures/{ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml} +2 -0
  15. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +202 -0
  16. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml +202 -0
  17. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +371 -0
  18. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml +371 -0
  19. data/spec/fixtures/vcr_cassettes/{ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml} +772 -222
  20. data/spec/fixtures/vcr_cassettes/{ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml} +772 -222
  21. data/spec/fixtures/vcr_cassettes/{ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml} +1112 -832
  22. data/spec/fixtures/vcr_cassettes/{ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml} +1112 -832
  23. data/spec/fixtures/vcr_cassettes/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +2568 -0
  24. data/spec/fixtures/vcr_cassettes/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml +2568 -0
  25. data/spec/fixtures/vcr_cassettes/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +2889 -0
  26. data/spec/fixtures/vcr_cassettes/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml +2889 -0
  27. data/spec/fixtures/vcr_cassettes/vieshow_name_05_chinese.yml +896 -0
  28. data/spec/fixtures/vcr_cassettes/vieshow_name_05_english.yml +521 -0
  29. data/spec/fixtures/vcr_cassettes/vieshow_name_12_chinese.yml +626 -0
  30. data/spec/fixtures/vcr_cassettes/vieshow_name_12_english.yml +370 -0
  31. data/spec/fixtures/vcr_cassettes/vieshow_table_05_chinese.yml +896 -0
  32. data/spec/fixtures/vcr_cassettes/vieshow_table_05_english.yml +521 -0
  33. data/spec/fixtures/vcr_cassettes/vieshow_table_12_chinese.yml +626 -0
  34. data/spec/fixtures/vcr_cassettes/vieshow_table_12_english.yml +370 -0
  35. data/spec/fixtures/vieshow_name_05_chinese.yml +26 -0
  36. data/spec/fixtures/vieshow_name_05_english.yml +26 -0
  37. data/spec/fixtures/vieshow_name_12_chinese.yml +20 -0
  38. data/spec/fixtures/{vieshow_name_12.yml → vieshow_name_12_english.yml} +7 -1
  39. data/spec/fixtures/vieshow_table_05_chinese.yml +881 -0
  40. data/spec/fixtures/vieshow_table_05_english.yml +881 -0
  41. data/spec/fixtures/vieshow_table_12_chinese.yml +629 -0
  42. data/spec/fixtures/vieshow_table_12_english.yml +629 -0
  43. data/spec/support/vcr_setup.rb +4 -0
  44. data/spec/vieshow_spec.rb +86 -68
  45. metadata +67 -35
  46. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6.yml +0 -131
  47. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c.yml +0 -304
  48. data/spec/fixtures/vcr_cassettes/vieshow_name_05.yml +0 -298
  49. data/spec/fixtures/vcr_cassettes/vieshow_name_12.yml +0 -245
  50. data/spec/fixtures/vcr_cassettes/vieshow_table_05.yml +0 -298
  51. data/spec/fixtures/vcr_cassettes/vieshow_table_12.yml +0 -245
  52. data/spec/fixtures/vieshow_name_05.yml +0 -17
  53. data/spec/fixtures/vieshow_table_05.yml +0 -458
  54. data/spec/fixtures/vieshow_table_12.yml +0 -356
@@ -0,0 +1,521 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://sales.vscinemas.com.tw/ticketing/visPrintShowTimes.aspx?visCinemaID=0005&visLang=1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Cookie:
11
+ - AspxAutoDetectCookieSupport=1
12
+ Accept-Encoding:
13
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
+ Accept:
15
+ - "*/*"
16
+ User-Agent:
17
+ - Ruby
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Cache-Control:
24
+ - private
25
+ Content-Type:
26
+ - text/html; charset=utf-8
27
+ Server:
28
+ - Microsoft-IIS/7.5
29
+ Set-Cookie:
30
+ - ASP.NET_SessionId=p2yjbg55nmi0tqajokgosa55; path=/; HttpOnly
31
+ - visSessionID=f83b5261ab8b41cda5164ed4edcd9243; expires=Sat, 19-Dec-2015 06:07:44
32
+ GMT; path=/
33
+ X-Aspnet-Version:
34
+ - 2.0.50727
35
+ X-Powered-By:
36
+ - ASP.NET
37
+ Date:
38
+ - Thu, 19 Nov 2015 06:07:44 GMT
39
+ Content-Length:
40
+ - '36581'
41
+ body:
42
+ encoding: UTF-8
43
+ string: "\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>\r\n\t\t\t***Vieshow
44
+ Cinemas***</title>\r\n\t\t<meta content=\"Microsoft Visual Studio .NET 7.1\"
45
+ name=\"GENERATOR\">\r\n\t\t<meta content=\"Visual Basic .NET 7.1\" name=\"CODE_LANGUAGE\">\r\n\t\t<meta
46
+ content=\"JavaScript\" name=\"vs_defaultClientScript\">\r\n\t\t<meta content=\"http://schemas.microsoft.com/intellisense/ie5\"
47
+ name=\"vs_targetSchema\">\r\n\t\t<script language=\"javascript\" src=\"visJavaCommon.js\"></script>\r\n\t\t<LINK
48
+ href=\"visStyles.css\" type=\"text/css\" rel=\"stylesheet\">\r\n\t\t<!-- visStylesUser.css
49
+ must proceed visStyles.css, so to override the default styles if requested
50
+ -->\r\n\t\t<LINK href=\"visStylesUser.css\" type=\"text/css\" rel=\"stylesheet\">\r\n\t</HEAD>\r\n\t<body
51
+ MS_POSITIONING=\"GridLayout\">\r\n\t\t<form name=\"Form1\" method=\"post\"
52
+ action=\"visPrintShowTimes.aspx?visCinemaID=0005&amp;visLang=1\" id=\"Form1\">\r\n<input
53
+ type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwULLTEwMzQ3Mjk5MzMPZBYEAgEPFgIeBFRleHQFFSoqKlZpZXNob3cgQ2luZW1hcyoqKmQCAw9kFgRmDxYEHgNzcmMFIkltYWdlcy9QcmludGFibGVMaXN0aW5nc0hlYWRlci5naWYeBUNsYXNzBRhJbWFnZVByaW50TGlzdGluZ3NIZWFkZXJkAgMPDxYEHgVXaWR0aBsAAAAAAACEQAEAAAAeBF8hU0ICgAJkZGT5mKGxhoS0nuX/bIKN/Ky7v46pnA==\"
54
+ />\r\n\r\n\t\t <table cellpadding=0 cellspacing=0 width=560 class=\"PrintShowTimesHeaderTable\">\r\n\t\t
55
+ \ <tr>\r\n\t\t <td valign=\"middle\"><img src=\"Images/PrintableListingsHeader.gif\"
56
+ id=\"imgHeader\" Class=\"ImagePrintListingsHeader\" /></td>\r\n\t\t <td><table
57
+ id=\"tblHeader\" class=\"PrintShowTimesHeaderTable\" border=\"0\">\r\n\t<tr>\r\n\t\t<td
58
+ colspan=\"2\"><a href=\"visHome.aspx\"><img src=\"images/back_print.gif\"
59
+ id=\"imgBack\" Class=\"ImageBack\" border=\"0\" /></a><a href=\"Javascript:
60
+ supportedPrint();\"><img src=\"images/PrintShowTimes.gif\" id=\"imgPrint\"
61
+ Class=\"ImagePrintShowTimes\" border=\"0\" /></a></td>\r\n\t</tr><tr>\r\n\t\t<td><span
62
+ class=\"PrintSelectionLabel\">Cinema:</span></td><td><span class=\"PrintCinemaName\">VS
63
+ Cinemas Hsinchu FE21</span></td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"><span
64
+ class=\"PrintDateRange\">Showtimes for, Nov 19 Thu - Dec 23 Wed</span></td>\r\n\t</tr>\r\n</table></td>\r\n\t\t
65
+ \ </tr>\r\n\t\t <tr>\r\n\t\t <td colspan=2></td>\r\n\t\t
66
+ \ </tr>\r\n\t\t </table>\r\n\t\t\t\r\n\t\t\t<table id=\"tblShowTimes\"
67
+ class=\"PrintShowTimesTable\" border=\"0\" width=\"640\">\r\n\t<tr>\r\n\t\t<td
68
+ width=\"145\"></td><td width=\"495\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
69
+ colspan=\"2\">(3D DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
70
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
71
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 15:40,
72
+ 20:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
73
+ colspan=\"1\">Dec 18 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
74
+ colspan=\"1\">10:30, 15:40, 20:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
75
+ valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td class=\"PrintShowTimesSession\"
76
+ valign=\"top\" colspan=\"1\">10:30, 15:40, 20:50</td>\r\n\t</tr><tr>\r\n\t\t<td
77
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
78
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 15:40,
79
+ 20:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
80
+ colspan=\"1\">Dec 21 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
81
+ colspan=\"1\">10:00, 15:10, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
82
+ valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td class=\"PrintShowTimesSession\"
83
+ valign=\"top\" colspan=\"1\">10:00, 15:10, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td
84
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
85
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 15:10,
86
+ 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
87
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(4DX 3D)STAR WARS THE FORCE AWAKENS
88
+ (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
89
+ colspan=\"1\">Dec 17 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
90
+ colspan=\"1\">09:30, 12:05, 14:40, 17:15, 19:50, 22:25, 01:00</td>\r\n\t</tr><tr>\r\n\t\t<td
91
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 18 Fri</td><td
92
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:30, 12:05,
93
+ 14:40, 17:15, 19:50, 22:25, 01:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
94
+ valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td class=\"PrintShowTimesSession\"
95
+ valign=\"top\" colspan=\"1\">09:30, 12:05, 14:40, 17:15, 19:50, 22:25, 01:00</td>\r\n\t</tr><tr>\r\n\t\t<td
96
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
97
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:30, 12:05,
98
+ 14:40, 17:15, 19:50, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
99
+ valign=\"top\" colspan=\"1\">Dec 21 Mon</td><td class=\"PrintShowTimesSession\"
100
+ valign=\"top\" colspan=\"1\">11:00, 13:35, 16:10, 18:45, 21:20, 23:55</td>\r\n\t</tr><tr>\r\n\t\t<td
101
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td
102
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 13:35,
103
+ 16:10, 18:45, 21:20, 23:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
104
+ valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td class=\"PrintShowTimesSession\"
105
+ valign=\"top\" colspan=\"1\">11:00, 13:35, 16:10, 18:45, 21:20, 23:55</td>\r\n\t</tr><tr>\r\n\t\t<td
106
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
107
+ colspan=\"2\">(4DX)SMTOWN THE STAGE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
108
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
109
+ valign=\"top\" colspan=\"1\">16:15, 18:30, 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td
110
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
111
+ colspan=\"2\">(4DX)THE HUNGER GAMES MOCKINGJAY PART 2 (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td
112
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
113
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 13:25,
114
+ 16:00, 18:35, 21:10, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
115
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
116
+ valign=\"top\" colspan=\"1\">10:50, 13:25, 16:00, 18:35, 21:10, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td
117
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
118
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 13:25,
119
+ 16:00, 18:35, 21:10, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
120
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
121
+ valign=\"top\" colspan=\"1\">11:20, 13:55, 16:30, 19:05, 21:40, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
122
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
123
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:20, 13:55,
124
+ 16:30, 19:05, 21:40, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
125
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
126
+ valign=\"top\" colspan=\"1\">11:20, 13:55, 16:30, 19:05, 21:40, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
127
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
128
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:20, 13:55,
129
+ 16:30, 19:05, 21:40, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
130
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG E)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
131
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
132
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:35</td>\r\n\t</tr><tr>\r\n\t\t<td
133
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
134
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:10</td>\r\n\t</tr><tr>\r\n\t\t<td
135
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
136
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:10</td>\r\n\t</tr><tr>\r\n\t\t<td
137
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
138
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:10</td>\r\n\t</tr><tr>\r\n\t\t<td
139
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
140
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40</td>\r\n\t</tr><tr>\r\n\t\t<td
141
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
142
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40</td>\r\n\t</tr><tr>\r\n\t\t<td
143
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
144
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40</td>\r\n\t</tr><tr>\r\n\t\t<td
145
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
146
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40</td>\r\n\t</tr><tr>\r\n\t\t<td
147
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
148
+ colspan=\"2\">(DIG)ANOTHER WOMAN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
149
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
150
+ valign=\"top\" colspan=\"1\">19:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
151
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
152
+ valign=\"top\" colspan=\"1\">09:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
153
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
154
+ valign=\"top\" colspan=\"1\">09:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
155
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
156
+ valign=\"top\" colspan=\"1\">09:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
157
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
158
+ valign=\"top\" colspan=\"1\">10:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
159
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
160
+ valign=\"top\" colspan=\"1\">10:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
161
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
162
+ valign=\"top\" colspan=\"1\">10:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
163
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
164
+ valign=\"top\" colspan=\"1\">10:50</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
165
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)ARE YOU HERE 2015 (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
166
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
167
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:40, 21:30,
168
+ 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
169
+ colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
170
+ colspan=\"1\">11:30, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
171
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
172
+ valign=\"top\" colspan=\"1\">11:30, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
173
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
174
+ valign=\"top\" colspan=\"1\">11:30, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
175
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
176
+ valign=\"top\" colspan=\"1\">12:50, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
177
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
178
+ valign=\"top\" colspan=\"1\">12:50, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
179
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
180
+ valign=\"top\" colspan=\"1\">12:50, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
181
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
182
+ valign=\"top\" colspan=\"1\">12:50, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
183
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)BURNT (P)</td>\r\n\t</tr><tr>\r\n\t\t<td
184
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
185
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">21:35</td>\r\n\t</tr><tr>\r\n\t\t<td
186
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
187
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
188
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
189
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
190
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
191
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
192
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
193
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40</td>\r\n\t</tr><tr>\r\n\t\t<td
194
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
195
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40</td>\r\n\t</tr><tr>\r\n\t\t<td
196
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
197
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40</td>\r\n\t</tr><tr>\r\n\t\t<td
198
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
199
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40</td>\r\n\t</tr><tr>\r\n\t\t<td
200
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
201
+ colspan=\"2\">(DIG)FLYING COLORS (G)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
202
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
203
+ valign=\"top\" colspan=\"1\">15:30, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
204
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
205
+ valign=\"top\" colspan=\"1\">23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
206
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
207
+ valign=\"top\" colspan=\"1\">23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
208
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
209
+ valign=\"top\" colspan=\"1\">23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
210
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
211
+ valign=\"top\" colspan=\"1\">00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
212
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
213
+ valign=\"top\" colspan=\"1\">00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
214
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
215
+ valign=\"top\" colspan=\"1\">00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
216
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
217
+ valign=\"top\" colspan=\"1\">00:10</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
218
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)IRRATIONAL MAN (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
219
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
220
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:15, 14:15,
221
+ 18:20, 22:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
222
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
223
+ colspan=\"1\">10:15, 14:15, 18:20, 22:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
224
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
225
+ valign=\"top\" colspan=\"1\">10:15, 14:15, 18:20, 22:20</td>\r\n\t</tr><tr>\r\n\t\t<td
226
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
227
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:45, 14:45,
228
+ 18:50, 20:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
229
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
230
+ colspan=\"1\">10:45, 14:45, 18:50, 20:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
231
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
232
+ valign=\"top\" colspan=\"1\">10:45, 14:45, 18:50, 20:45</td>\r\n\t</tr><tr>\r\n\t\t<td
233
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
234
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:45, 14:45,
235
+ 18:50, 20:45</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
236
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)LEGEND (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
237
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
238
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
239
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
240
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
241
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
242
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
243
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
244
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
245
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
246
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
247
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
248
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
249
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
250
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
251
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
252
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
253
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
254
+ colspan=\"2\">(DIG)MAVERICK (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
255
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
256
+ valign=\"top\" colspan=\"1\">14:45, 17:00, 19:15, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td
257
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
258
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:30</td>\r\n\t</tr><tr>\r\n\t\t<td
259
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
260
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:30</td>\r\n\t</tr><tr>\r\n\t\t<td
261
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
262
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:30</td>\r\n\t</tr><tr>\r\n\t\t<td
263
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
264
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
265
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
266
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
267
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
268
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
269
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
270
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
271
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
272
+ colspan=\"2\">(DIG)OUR BRAND IS CRISIS (P)</td>\r\n\t</tr><tr>\r\n\t\t<td
273
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
274
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:10</td>\r\n\t</tr><tr>\r\n\t\t<td
275
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
276
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:10</td>\r\n\t</tr><tr>\r\n\t\t<td
277
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
278
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:10</td>\r\n\t</tr><tr>\r\n\t\t<td
279
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
280
+ colspan=\"2\">(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
281
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
282
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:30, 16:20,
283
+ 18:10, 20:00, 21:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
284
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
285
+ valign=\"top\" colspan=\"1\">09:50, 13:50, 18:10, 22:15, 00:50</td>\r\n\t</tr><tr>\r\n\t\t<td
286
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
287
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50, 13:50,
288
+ 18:10, 22:15, 00:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
289
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
290
+ valign=\"top\" colspan=\"1\">09:50, 13:50, 18:10, 22:15</td>\r\n\t</tr><tr>\r\n\t\t<td
291
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
292
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:10, 17:20,
293
+ 21:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
294
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
295
+ colspan=\"1\">13:10, 17:20, 21:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
296
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
297
+ valign=\"top\" colspan=\"1\">13:10, 17:20, 21:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td
298
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
299
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:10, 17:20,
300
+ 21:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
301
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SECRET IN THEIR EYES (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td
302
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
303
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:40, 15:50,
304
+ 20:05, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
305
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
306
+ colspan=\"1\">11:40, 15:50, 20:05, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
307
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
308
+ valign=\"top\" colspan=\"1\">11:40, 15:50, 20:05, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td
309
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
310
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 15:00,
311
+ 19:15, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
312
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
313
+ colspan=\"1\">11:00, 15:00, 19:15, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
314
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
315
+ valign=\"top\" colspan=\"1\">11:00, 15:00, 19:15, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
316
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
317
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 15:00,
318
+ 19:15, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
319
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SMTOWN THE STAGE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
320
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
321
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35</td>\r\n\t</tr><tr>\r\n\t\t<td
322
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
323
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35</td>\r\n\t</tr><tr>\r\n\t\t<td
324
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
325
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35</td>\r\n\t</tr><tr>\r\n\t\t<td
326
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
327
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:05</td>\r\n\t</tr><tr>\r\n\t\t<td
328
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
329
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:05</td>\r\n\t</tr><tr>\r\n\t\t<td
330
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
331
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:05</td>\r\n\t</tr><tr>\r\n\t\t<td
332
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
333
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:05</td>\r\n\t</tr><tr>\r\n\t\t<td
334
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
335
+ colspan=\"2\">(DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
336
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
337
+ valign=\"top\" colspan=\"1\">14:20, 15:15, 16:10, 17:05, 18:00, 18:55, 19:50,
338
+ 20:45, 21:40, 22:35, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
339
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
340
+ valign=\"top\" colspan=\"1\">10:45, 13:30, 15:15, 16:15, 18:00, 19:00, 20:45,
341
+ 21:50, 23:30, 00:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
342
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
343
+ valign=\"top\" colspan=\"1\">10:45, 13:30, 15:15, 16:15, 18:00, 19:00, 20:45,
344
+ 21:50, 23:30, 00:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
345
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
346
+ valign=\"top\" colspan=\"1\">10:45, 13:30, 15:15, 16:15, 18:00, 19:00, 20:45,
347
+ 21:50, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
348
+ colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
349
+ colspan=\"1\">10:15, 13:00, 15:45, 16:45, 19:30, 21:15, 22:15, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
350
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
351
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:15, 13:00,
352
+ 15:45, 16:45, 18:30, 19:30, 21:15, 22:15, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
353
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
354
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:15, 13:00,
355
+ 15:45, 16:45, 18:30, 19:30, 21:15, 22:15, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
356
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
357
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:15, 13:00,
358
+ 15:45, 16:45, 18:30, 19:30, 21:15, 22:15, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
359
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
360
+ colspan=\"2\">(DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
361
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
362
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35, 14:10,
363
+ 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
364
+ valign=\"top\" colspan=\"1\">Dec 18 Fri</td><td class=\"PrintShowTimesSession\"
365
+ valign=\"top\" colspan=\"1\">11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
366
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td
367
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35, 14:10,
368
+ 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
369
+ valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td class=\"PrintShowTimesSession\"
370
+ valign=\"top\" colspan=\"1\">11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
371
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 21 Mon</td><td
372
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:30, 14:05,
373
+ 16:40, 19:15, 21:50, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
374
+ valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td class=\"PrintShowTimesSession\"
375
+ valign=\"top\" colspan=\"1\">11:30, 14:05, 16:40, 19:15, 21:50, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td
376
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
377
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:30, 14:05,
378
+ 16:40, 19:15, 21:50, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
379
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)THE HUNGER GAMES MOCKINGJAY
380
+ PART 2 (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
381
+ colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
382
+ colspan=\"1\">09:30, 10:10, 11:25, 12:05, 12:45, 14:00, 14:40, 15:20, 16:35,
383
+ 17:15, 17:55, 19:10, 19:50, 20:30, 21:45, 22:25, 00:20, 01:00</td>\r\n\t</tr><tr>\r\n\t\t<td
384
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
385
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:30, 10:10,
386
+ 11:25, 12:05, 12:45, 14:00, 14:40, 15:20, 16:35, 17:15, 17:55, 19:10, 19:50,
387
+ 20:30, 21:45, 22:25, 00:20, 01:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
388
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
389
+ valign=\"top\" colspan=\"1\">09:30, 10:10, 11:25, 12:05, 12:45, 14:00, 14:40,
390
+ 15:20, 16:35, 17:15, 17:55, 19:10, 19:50, 20:30, 21:45, 22:25, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td
391
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
392
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 10:40,
393
+ 11:55, 12:35, 13:15, 14:30, 15:10, 15:50, 17:05, 17:45, 18:25, 19:40, 20:20,
394
+ 21:00, 22:55, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
395
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
396
+ valign=\"top\" colspan=\"1\">10:00, 10:40, 11:55, 12:35, 13:15, 14:30, 15:10,
397
+ 15:50, 17:05, 17:45, 18:25, 19:40, 20:20, 21:00, 22:55, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td
398
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
399
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 10:40,
400
+ 11:55, 12:35, 13:15, 14:30, 15:10, 15:50, 17:05, 17:45, 19:40, 20:20, 21:00,
401
+ 22:55, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
402
+ colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
403
+ colspan=\"1\">10:00, 10:40, 11:55, 12:35, 13:15, 14:30, 15:10, 15:50, 17:05,
404
+ 17:45, 18:25, 19:40, 20:20, 21:00, 22:55, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td
405
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
406
+ colspan=\"2\">(DIG)THE LAST WITCH HUNTER (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td
407
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
408
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
409
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
410
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">20:15</td>\r\n\t</tr><tr>\r\n\t\t<td
411
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
412
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">20:15</td>\r\n\t</tr><tr>\r\n\t\t<td
413
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
414
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">20:15</td>\r\n\t</tr><tr>\r\n\t\t<td
415
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
416
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:40</td>\r\n\t</tr><tr>\r\n\t\t<td
417
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
418
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:40</td>\r\n\t</tr><tr>\r\n\t\t<td
419
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
420
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:40</td>\r\n\t</tr><tr>\r\n\t\t<td
421
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
422
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:40</td>\r\n\t</tr><tr>\r\n\t\t<td
423
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
424
+ colspan=\"2\">(DIG)THE LAST WOMEN STANDING (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
425
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
426
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:10, 17:10,
427
+ 19:10, 21:10, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
428
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
429
+ valign=\"top\" colspan=\"1\">09:40, 13:40, 15:35, 19:45, 21:40</td>\r\n\t</tr><tr>\r\n\t\t<td
430
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
431
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:40, 13:40,
432
+ 15:35, 19:45, 21:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
433
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
434
+ valign=\"top\" colspan=\"1\">09:40, 13:40, 15:35, 19:45, 21:40</td>\r\n\t</tr><tr>\r\n\t\t<td
435
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
436
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 14:10,
437
+ 16:05, 20:15, 22:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
438
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
439
+ valign=\"top\" colspan=\"1\">10:10, 14:10, 16:05, 20:15, 22:10</td>\r\n\t</tr><tr>\r\n\t\t<td
440
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
441
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 14:10,
442
+ 16:05, 20:15, 22:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
443
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
444
+ valign=\"top\" colspan=\"1\">10:10, 14:10, 16:05, 20:15, 22:10</td>\r\n\t</tr><tr>\r\n\t\t<td
445
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
446
+ colspan=\"2\">(GC 3D DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
447
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
448
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:00, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
449
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 18 Fri</td><td
450
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:00, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
451
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td
452
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:00, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
453
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
454
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:00, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
455
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 21 Mon</td><td
456
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:50, 18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
457
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td
458
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:50, 18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
459
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
460
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:50, 18:00</td>\r\n\t</tr><tr>\r\n\t\t<td
461
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
462
+ colspan=\"2\">(GC DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
463
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
464
+ valign=\"top\" colspan=\"1\">15:40, 17:15, 19:00, 20:15, 22:00, 23:15</td>\r\n\t</tr><tr>\r\n\t\t<td
465
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
466
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:55, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
467
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
468
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:55, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
469
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
470
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:55, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
471
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
472
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:25, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
473
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
474
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:25, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
475
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
476
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:25, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
477
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
478
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:25, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
479
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
480
+ colspan=\"2\">(GC DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
481
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
482
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40, 18:30,
483
+ 21:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
484
+ colspan=\"1\">Dec 18 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
485
+ colspan=\"1\">12:40, 18:30, 21:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
486
+ valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td class=\"PrintShowTimesSession\"
487
+ valign=\"top\" colspan=\"1\">12:40, 18:30, 21:25</td>\r\n\t</tr><tr>\r\n\t\t<td
488
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
489
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:40, 18:30,
490
+ 21:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
491
+ colspan=\"1\">Dec 21 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
492
+ colspan=\"1\">13:30, 19:30, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
493
+ valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td class=\"PrintShowTimesSession\"
494
+ valign=\"top\" colspan=\"1\">13:30, 19:30, 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td
495
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
496
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:30, 19:30,
497
+ 22:30</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
498
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(GC DIG)THE HUNGER GAMES MOCKINGJAY
499
+ PART 2 (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
500
+ colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
501
+ colspan=\"1\">10:00, 11:00, 12:50, 15:45, 17:00, 18:40, 21:35, 23:10, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
502
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
503
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 11:00,
504
+ 12:50, 15:45, 17:00, 18:40, 21:35, 23:10, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
505
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
506
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 11:00,
507
+ 12:50, 15:45, 17:00, 18:40, 21:35, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
508
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
509
+ valign=\"top\" colspan=\"1\">10:20, 11:30, 13:20, 16:20, 17:30, 19:20, 22:20,
510
+ 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
511
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
512
+ colspan=\"1\">10:20, 11:30, 13:20, 16:20, 17:30, 19:20, 22:20, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
513
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
514
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:20, 11:30,
515
+ 13:20, 16:20, 17:30, 19:20, 22:20, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
516
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
517
+ valign=\"top\" colspan=\"1\">10:20, 11:30, 13:20, 16:20, 17:30, 19:20, 22:20,
518
+ 23:40</td>\r\n\t</tr>\r\n</table>\r\n\t\t\t</form>\r\n\t</body>\r\n</HTML>\r\n"
519
+ http_version:
520
+ recorded_at: Thu, 19 Nov 2015 06:07:48 GMT
521
+ recorded_with: VCR 2.9.3