Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 244.93 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
  6. <base href="http://REDACTED.COM/mythweb/">
  7. <title>MythWeb - Search</title>
  8.  
  9. <link rel="icon" href="http://REDACTED.COM/mythweb/skins/default/img/favicon.ico" type="image/x-icon">
  10. <link rel="shortcut icon" href="http://REDACTED.COM/mythweb/skins/default/img/favicon.ico" type="image/x-icon">
  11.  
  12. <link rel="apple-touch-icon" href="http://REDACTED.COM/mythweb/skins/default/img/apple-touch-icon.png" />
  13. <link rel="apple-touch-icon" sizes="72x72" href="http://REDACTED.COM/mythweb/skins/default/img/apple-touch-icon-72x72.png" />
  14. <link rel="apple-touch-icon" sizes="114x114" href="http://REDACTED.COM/mythweb/skins/default/img/apple-touch-icon-114x114.png" />
  15.  
  16. <link type="application/opensearchdescription+xml" rel="search" href="tv/opensearch?type=xml" title="MythTV">
  17.  
  18. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  19. <meta name="robots" content="noindex, nofollow">
  20.  
  21. <script type="text/javascript">
  22. <!--
  23. // -----------------------------------------------------------------------------
  24. // Globals
  25. // Major version of Flash required
  26. var requiredMajorVersion = 9;
  27. // Minor version of Flash required
  28. var requiredMinorVersion = 0;
  29. // Minor version of Flash required
  30. var requiredRevision = 0;
  31. // -----------------------------------------------------------------------------
  32. // -->
  33. </script>
  34.  
  35.  
  36. <link rel="stylesheet" type="text/css" href="js/prototip/prototip.css">
  37. <link rel="stylesheet" type="text/css" href="js/dialog/dialog.css">
  38. <link rel="stylesheet" type="text/css" href="http://REDACTED.COM/mythweb/skins/default//style.css">
  39. <link rel="stylesheet" type="text/css" href="http://REDACTED.COM/mythweb/skins/default//header.css">
  40. <link rel="stylesheet" type="text/css" href="http://REDACTED.COM/mythweb/skins/default//menus.css">
  41. <link rel="stylesheet" type="text/css" href="http://REDACTED.COM/mythweb/skins/default//programming.css">
  42.  
  43. <link rel="stylesheet" type="text/css" href="http://REDACTED.COM/mythweb/skins/default//tv_search.css">
  44.  
  45. <script type="text/javascript" src="js/prototype.js"></script>
  46.  
  47. <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
  48. <script type="text/javascript"> jQuery.noConflict(); </script>
  49.  
  50. <script type="text/javascript" src="js/prototip/prototip.js"></script>
  51. <script type="text/javascript" src="js/dialog/dialog.js"></script>
  52.  
  53. <script type="text/javascript" src="js/utils.js"></script>
  54. <script type="text/javascript" src="js/AC_OETags.js"></script>
  55. <script type="text/javascript" src="js/table_sort.js"></script>
  56.  
  57. <script type="text/javascript">
  58. <!--
  59. // -----------------------------------------------------------------------------
  60. // - Setup variables for use with the recommend engines
  61. // -----------------------------------------------------------------------------
  62. var recommend_enabled = 1;
  63. var recommend_server = "http://myth-recommendations.aws.af.cm/";
  64. var recommend_key = "dyqfUY2fxYKx5NLY5nnV";
  65. // -->
  66. </script>
  67. <script type="text/javascript" src="js/recommend.js"></script>
  68.  
  69.  
  70. </head>
  71.  
  72. <body>
  73.  
  74. <div id="page_header" class="clearfix">
  75. <div id="logo_box">
  76. <a id="mythtv_logo" href="http://REDACTED.COM/mythweb/">
  77. <img src="http://REDACTED.COM/mythweb/skins/default/img/mythtv-logo.png" alt="MythTV" class="alpha_png">
  78. </a>
  79. </div>
  80. <div id="sections">
  81. <a id="tv_link" class="current_section" href="tv" onmouseover="return help_text('TV functions, including recorded programs.')" onmouseout="return help_text()">
  82. <img src="http://REDACTED.COM/mythweb/skins/default/img/tv.png" class="alpha_png" alt="MythTV">
  83. <span style="display: none;">Television</span>
  84. </a>
  85. <a id="video_link" href="video" onmouseover="return help_text('MythVideo on the web.')" onmouseout="return help_text()">
  86. <img src="http://REDACTED.COM/mythweb/skins/default/img/video.png" class="alpha_png" alt="MythVideo">
  87. <span style="display: none;">Videos</span>
  88. </a>
  89. <a id="settings_link" href="settings" onmouseover="return help_text('Edit MythWeb and some MythTV settings.')" onmouseout="return help_text()">
  90. <img src="http://REDACTED.COM/mythweb/skins/default/img/settings.png" class="alpha_png" alt="Settings">
  91. <span style="display: none;">Settings</span>
  92. </a>
  93. </div>
  94. <div id="extra_header">
  95. <div id="help_wrapper">
  96. <div id="help_box">
  97. <div id="help_text_default" style="position:relative;">
  98. MythWeb: Sun May 3, 2015, 08:27 AM </div>
  99. <div id="help_text" style="display:none;">
  100. </div>
  101. </div>
  102. </div>
  103. <div id="search">
  104. <form action="tv/search" method="get">
  105. <div id="simple_search">
  106. <input type="hidden" name="type" value="q">
  107. <input id="search_text" type="text" name="s" size="15" value="them">
  108. <input id="search_submit" type="submit" class="submit" name="search" value="Search">
  109. (<a href="tv/search">Advanced</a>)
  110. </div>
  111. </form>
  112. </div>
  113. </div>
  114. </div>
  115.  
  116.  
  117. <table id="command_choices_table" width="100%" border="0" cellspacing="2" cellpadding="0">
  118. <tr>
  119.  
  120. <td colspan="2" class="menu menu_border_t menu_border_b"><table class="body" width="100%" border="0" cellspacing="2" cellpadding="2">
  121. <tr>
  122. <td><div id="command_choices">
  123. <a href="" id="category_legend">MythTV:</a> &nbsp; &nbsp;
  124. <a href="tv/list">Listings</a>
  125. &nbsp; | &nbsp;
  126. <a href="tv/searches">Searches</a>
  127. &nbsp; | &nbsp;
  128. <a href="tv/schedules">Recording Schedules</a>
  129. (<a href="tv/schedules/manual">Manual</a>,
  130. <a href="tv/schedules/custom">Custom</a>)
  131. &nbsp; | &nbsp;
  132. <a href="tv/upcoming">Upcoming Recordings</a>
  133. &nbsp; | &nbsp;
  134. <a href="tv/recorded">Recorded Programs</a>
  135. &nbsp; | &nbsp;
  136. <a href="tv/recommended">Recommended Programs</a>
  137. &nbsp; | &nbsp;
  138. <a href="status">Backend Status</a>
  139. </div></td>
  140. </tr>
  141. </table></td>
  142.  
  143. </tr>
  144. </table>
  145.  
  146.  
  147. <script type="text/javascript">
  148. <!--
  149.  
  150. function search_field_change(i) {
  151. }
  152.  
  153. function add_search_field(i) {
  154. // Temporary until we add DOM support
  155. submit_form('add_search_field', i, 'search_advanced');
  156. }
  157.  
  158. function add_search_string() {
  159. // Temporary until we add DOM support
  160. submit_form('add_search_string', 1, 'search_advanced');
  161. }
  162.  
  163. function set_search(type) {
  164. $('type_' + type).checked = true;
  165. }
  166.  
  167. // -->
  168. </script>
  169.  
  170. <form class="form" id="search_advanced" action="http://REDACTED.COM/mythweb/tv/search" method="get">
  171. <div><input type="hidden" name="type" value="a"></div>
  172.  
  173. <table id="search_options" border="0" cellspacing="0" cellpadding="0" class="commandbox commands">
  174. <tr>
  175. <td class="x-advanced"><select name="af[0][0]" id="af0.0" onchange="search_field_change(0)"><option value="title" SELECTED>Title</option><option value="subtitle">Subtitle</option><option value="description">Description</option><option value="category">Category</option><option value="people">People</option><option value="channum">Chan. Number</option><option value="channame">Chan. Name</option><option value="callsign">Chan. Callsign</option></select> <a id="add_search_field_0" onclick="add_search_field(0)">more...</a><br>
  176. matches: <input type="text" size="35" name="as[0]" id="as0" value="" onchange="set_search('a')">
  177. <a onclick="add_search_string()">add string...</a></td>
  178. <td class="x-timeopts"><p style="margin-top: 0">
  179. <p>
  180. <input type="checkbox" name="hd" id="hd" value="1">
  181. <label for="hd">Only match HD programs</label>
  182. <br>
  183. <input type="checkbox" name="commfree" id="commfree" value="1">
  184. <label for="commfree">Only match commercial-free channels</label>
  185. <br>
  186. <input type="checkbox" name="unwatched" id="unwatched" value="1">
  187. <label for="unwatched">Only match non-recorded shows</label>
  188. <br>
  189. <input type="checkbox" name="scheduled" id="scheduled" value="1">
  190. <label for="scheduled">Ignore scheduled shows</label>
  191. <br>
  192. <input type="checkbox" name="generic" id="generic" value="1">
  193. <label for="generic">Ignore generic shows</label>
  194. <br>
  195. <input type="checkbox" name="distinctTitle" id="distinctTitle" value="1">
  196. <label for="distinctTitle">Only show distinct shows</label>
  197. </p>
  198. <p>
  199. Showings between:<br>
  200. <input type="text" size="12" name="starttime" style="text-align: center" value="">
  201. and <input type="text" size="12" name="endtime" style="text-align: center" value="+ 2 weeks">
  202. </p>
  203. <p>
  204. Originally aired between:<br>
  205. <input type="text" size="12" name="airdate_start" style="text-align: center" value="2011">
  206. and <input type="text" size="12" name="airdate_end" style="text-align: center" value="">
  207. </p>
  208. </td>
  209. <td class="x-progtype">
  210. Program Type:<br>
  211. <input type="checkbox" name="ctype[]" id="ctype_0" value=""><label for="ctype_0"></label><br><input type="checkbox" name="ctype[]" id="ctype_1" value="movie" CHECKED><label for="ctype_1">movie</label>: <select name="stars_gt"><option value="0"></option><option value="0.125">&frac12;</option><option value="0.25">&diams;</option><option value="0.375">&diams;&frac12;</option><option value="0.5">&diams;&diams;</option><option value="0.625" SELECTED>&diams;&diams;&frac12;</option><option value="0.75">&diams;&diams;&diams;</option><option value="0.875">&diams;&diams;&diams;&frac12;</option><option value="1">&diams;&diams;&diams;&diams;</option></select> to <select name="stars_lt"><option value="0"></option><option value="0.125">&frac12;</option><option value="0.25">&diams;</option><option value="0.375">&diams;&frac12;</option><option value="0.5">&diams;&diams;</option><option value="0.625">&diams;&diams;&frac12;</option><option value="0.75">&diams;&diams;&diams;</option><option value="0.875">&diams;&diams;&diams;&frac12;</option><option value="1" SELECTED>&diams;&diams;&diams;&diams;</option></select><br><input type="checkbox" name="ctype[]" id="ctype_2" value="series"><label for="ctype_2">series</label><br><input type="checkbox" name="ctype[]" id="ctype_3" value="sports"><label for="ctype_3">sports</label><br><input type="checkbox" name="ctype[]" id="ctype_4" value="tvshow"><label for="ctype_4">tvshow</label><br><br><br>
  212. Program Categories:<br>
  213. <select multiple name='categories[]' size='5'><option >All</option><option >Action</option><option >Adults only</option><option >Adventure</option><option >Aerobics</option><option >Agriculture</option><option >Animals</option><option >Animated</option><option >Anthology</option><option >Art</option><option >Arts/crafts</option><option >Auto</option><option >Auto racing</option><option >Aviation</option><option >Biography</option><option >Boat</option><option >Boxing</option><option >Bus./financial</option><option >Children</option><option >Collectibles</option><option >Comedy</option><option >Comedy-drama</option><option >Community</option><option >Computers</option><option >Consumer</option><option >Cooking</option><option >Crime</option><option >Crime drama</option><option >Dance</option><option >Docudrama</option><option >Documentary</option><option >Dog show</option><option >Drama</option><option >Educational</option><option >Entertainment</option><option >Environment</option><option >Exercise</option><option >Fantasy</option><option >Fashion</option><option >Fishing</option><option >Fundraiser</option><option >Game show</option><option >Health</option><option >Historical drama</option><option >History</option><option >Holiday</option><option >Home improvement</option><option >Horror</option><option >House/garden</option><option >How-to</option><option >Interview</option><option >Law</option><option >Medical</option><option >Military</option><option >Miniseries</option><option >Motorsports</option><option >Music</option><option >Music special</option><option >Musical</option><option >Musical comedy</option><option >Mystery</option><option >Nature</option><option >News</option><option >Newsmagazine</option><option >Outdoors</option><option >Paranormal</option><option >Parenting</option><option >Performing arts</option><option >Politics</option><option >Public affairs</option><option >Reality</option><option >Religious</option><option >Romance</option><option >Romance-comedy</option><option >Science</option><option >Science fiction</option><option >Self improvement</option><option >Shopping</option><option >Sitcom</option><option >Soap</option><option >Spanish</option><option >Special</option><option >Sports event</option><option >Sports non-event</option><option >Sports talk</option><option >Standup</option><option >Suspense</option><option >Talk</option><option >Technology</option><option >Theater</option><option >Travel</option><option >Variety</option><option >War</option><option >Weather</option><option >Western</option><option >Wrestling</option></select> </td>
  214. <td class="x-submit">
  215. <input type="submit" class="submit" name="search" value="Search">
  216. </td>
  217. </tr>
  218. </table>
  219.  
  220. </form>
  221.  
  222. <p id="x_search_name">Advanced Search</p>
  223. <table id="search_results" class="list small" width="100%" border="0" cellpadding="4" cellspacing="2">
  224. <tr class="menu">
  225. <th class="x-title"><a href="tv/search?sortby=title">Title <span class="large">&darr;</span></a></th>
  226. <th class="x-category"><a href="tv/search?sortby=category">Category</a></th>
  227. <th class="x-description"><a href="tv/search?sortby=description">Description</a></th>
  228. <th class="x-channum"><a href="tv/search?sortby=channum">Channel</a></th>
  229. <th class="x-airdate"><a href="tv/search?sortby=airdate">Airdate</a></th>
  230. <th class="x-length"><a href="tv/search?sortby=length">Length</a></th>
  231. </tr><tr class=" type_movie cat_Drama" valign="top">
  232. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431331200">12 Years a Slave</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  233. <td class="x-category">Historical drama</td>
  234. <td class="x-description">In the pre-Civil War United States, Solomon Northup (Chiwetel Ejiofor), a free black man of Saratoga Springs, N.Y., is kidnapped and sold into slavery to a malevolent owner (Michael Fassbender) in the South.</td>
  235. <td class="x-channum">304 - HBO2 (Pacific)</td>
  236. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431331200">Mon May 11, 2015, 01:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431523800" class="italic">Wed May 13, 2015, 06:30 AM</a></td>
  237. <td class="x-length">2 hrs 15 mins</td>
  238. </tr><tr class=" type_movie cat_Drama" valign="top">
  239. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431367200">12 Years a Slave</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  240. <td class="x-category">Historical drama</td>
  241. <td class="x-description">In the pre-Civil War United States, Solomon Northup (Chiwetel Ejiofor), a free black man of Saratoga Springs, N.Y., is kidnapped and sold into slavery to a malevolent owner (Michael Fassbender) in the South.</td>
  242. <td class="x-channum">9452 - HBO Zone HD</td>
  243. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431367200">Mon May 11, 2015, 11:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431643200" class="italic">Thu May 14, 2015, 03:40 PM</a></td>
  244. <td class="x-length">2 hrs 15 mins</td>
  245. </tr><tr class=" type_movie cat_Drama" valign="top">
  246. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431320400">12 Years a Slave</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  247. <td class="x-category">Historical drama</td>
  248. <td class="x-description">In the pre-Civil War United States, Solomon Northup (Chiwetel Ejiofor), a free black man of Saratoga Springs, N.Y., is kidnapped and sold into slavery to a malevolent owner (Michael Fassbender) in the South.</td>
  249. <td class="x-channum">9455 - HBO 2 HD</td>
  250. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431320400">Sun May 10, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431513000" class="italic">Wed May 13, 2015, 03:30 AM</a></td>
  251. <td class="x-length">2 hrs 15 mins</td>
  252. </tr><tr class=" type_movie cat_Action" valign="top">
  253. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431324300">2 Guns</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  254. <td class="x-category">Action</td>
  255. <td class="x-description">In the dark about each other's true identity, two undercover agents (Denzel Washington, Mark Wahlberg) from competing bureaus go on the run together after an attempt to infiltrate a drug cartel goes haywire.</td>
  256. <td class="x-channum">304 - HBO2 (Pacific)</td>
  257. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431324300">Sun May 10, 2015, 11:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431590700" class="italic">Thu May 14, 2015, 01:05 AM</a></td>
  258. <td class="x-length">1 hr 55 mins</td>
  259. </tr><tr class=" type_movie cat_Action" valign="top">
  260. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430803800">2 Guns</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  261. <td class="x-category">Action</td>
  262. <td class="x-description">In the dark about each other's true identity, two undercover agents (Denzel Washington, Mark Wahlberg) from competing bureaus go on the run together after an attempt to infiltrate a drug cartel goes haywire.</td>
  263. <td class="x-channum">9451 - HBO Comedy HD</td>
  264. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430803800">Mon May 4, 2015, 10:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431010800" class="italic">Thu May 7, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431043200" class="italic">Thu May 7, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431468600" class="italic">Tue May 12, 2015, 03:10 PM</a></td>
  265. <td class="x-length">1 hr 55 mins</td>
  266. </tr><tr class=" type_movie cat_Action" valign="top">
  267. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431313500">2 Guns</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  268. <td class="x-category">Action</td>
  269. <td class="x-description">In the dark about each other's true identity, two undercover agents (Denzel Washington, Mark Wahlberg) from competing bureaus go on the run together after an attempt to infiltrate a drug cartel goes haywire.</td>
  270. <td class="x-channum">9455 - HBO 2 HD</td>
  271. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431313500">Sun May 10, 2015, 08:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431579900" class="italic">Wed May 13, 2015, 10:05 PM</a></td>
  272. <td class="x-length">1 hr 55 mins</td>
  273. </tr><tr class=" type_movie cat_Comedy" valign="top">
  274. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431408600">22 Jump Street</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  275. <td class="x-category">Comedy</td>
  276. <td class="x-description">Officers Jenko (Channing Tatum) and Schmidt (Jonah Hill) begin to question their partnership after each infiltrates different cliques while undercover at a local college.</td>
  277. <td class="x-channum">355 - Starz in Black</td>
  278. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431408600">Mon May 11, 2015, 10:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431448800" class="italic">Tue May 12, 2015, 09:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431475500" class="italic">Tue May 12, 2015, 05:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431684900" class="italic">Fri May 15, 2015, 03:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431711000" class="italic">Fri May 15, 2015, 10:30 AM</a></td>
  279. <td class="x-length">1 hr 55 mins</td>
  280. </tr><tr class=" type_movie cat_Comedy" valign="top">
  281. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430662200">22 Jump Street</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  282. <td class="x-category">Comedy</td>
  283. <td class="x-description">Officers Jenko (Channing Tatum) and Schmidt (Jonah Hill) begin to question their partnership after each infiltrates different cliques while undercover at a local college.</td>
  284. <td class="x-channum">9435 - Starz HD</td>
  285. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430662200">Sun May 3, 2015, 07:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430690700" class="italic">Sun May 3, 2015, 03:05 PM</a></td>
  286. <td class="x-length">1 hr 55 mins</td>
  287. </tr><tr class=" type_movie cat_Comedy" valign="top">
  288. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430886900">22 Jump Street</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  289. <td class="x-category">Comedy</td>
  290. <td class="x-description">Officers Jenko (Channing Tatum) and Schmidt (Jonah Hill) begin to question their partnership after each infiltrates different cliques while undercover at a local college.</td>
  291. <td class="x-channum">9496 - Starz Edge HD</td>
  292. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430886900">Tue May 5, 2015, 09:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430928900" class="italic">Wed May 6, 2015, 09:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430953200" class="italic">Wed May 6, 2015, 04:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431162900" class="italic">Sat May 9, 2015, 02:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431191700" class="italic">Sat May 9, 2015, 10:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431219600" class="italic">Sat May 9, 2015, 06:00 PM</a></td>
  293. <td class="x-length">2 hrs</td>
  294. </tr><tr class=" type_movie cat_Comedy" valign="top">
  295. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430673000">22 Jump Street</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  296. <td class="x-category">Comedy</td>
  297. <td class="x-description">Officers Jenko (Channing Tatum) and Schmidt (Jonah Hill) begin to question their partnership after each infiltrates different cliques while undercover at a local college.</td>
  298. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  299. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430673000">Sun May 3, 2015, 10:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430701500" class="italic">Sun May 3, 2015, 06:05 PM</a></td>
  300. <td class="x-length">1 hr 55 mins</td>
  301. </tr><tr class=" type_movie cat_Comedy" valign="top">
  302. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431223200">50/50</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  303. <td class="x-category">Comedy-drama</td>
  304. <td class="x-description">After learning that he has malignant tumors along his spine, a young man (Joseph Gordon-Levitt) vows to beat his illness.</td>
  305. <td class="x-channum">117 - POP</td>
  306. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431223200">Sat May 9, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431230400" class="italic">Sat May 9, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431309600" class="italic">Sun May 10, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431388800" class="italic">Mon May 11, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3117/1431651600" class="italic">Thu May 14, 2015, 06:00 PM</a></td>
  307. <td class="x-length">2 hrs</td>
  308. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  309. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430715600">A.C.O.D.</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  310. <td class="x-category">Comedy</td>
  311. <td class="x-description">An attempt to negotiate a truce between his bitterly divorced parents sends a man (Adam Scott) back to his childhood therapist, where he learns he was the subject of her self-help book.</td>
  312. <td class="x-channum">9486 - Starz Comedy HD</td>
  313. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430715600">Sun May 3, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431666300" class="italic">Thu May 14, 2015, 10:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431691200" class="italic">Fri May 15, 2015, 05:00 AM</a></td>
  314. <td class="x-length">1 hr 35 mins</td>
  315. </tr><tr class=" type_movie cat_Comedy" valign="top">
  316. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430698500">About Last Night</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  317. <td class="x-category">Romance-comedy</td>
  318. <td class="x-description">Four Los Angeles singles experience undeniable chemistry and pair off to follow their attraction to its logical conclusion. Afterward, each new couple tries to make love last in the real world.</td>
  319. <td class="x-channum">345 - Encore Black</td>
  320. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430698500">Sun May 3, 2015, 05:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430805000" class="italic">Mon May 4, 2015, 10:50 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430860500" class="italic">Tue May 5, 2015, 02:15 PM</a></td>
  321. <td class="x-length">1 hr 45 mins</td>
  322. </tr><tr class=" type_movie cat_Comedy" valign="top">
  323. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431116100">About Last Night</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  324. <td class="x-category">Romance-comedy</td>
  325. <td class="x-description">Four Los Angeles singles experience undeniable chemistry and pair off to follow their attraction to its logical conclusion. Afterward, each new couple tries to make love last in the real world.</td>
  326. <td class="x-channum">9505 - Encore HD</td>
  327. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431116100">Fri May 8, 2015, 01:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431152100" class="italic">Fri May 8, 2015, 11:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431531900" class="italic">Wed May 13, 2015, 08:45 AM</a></td>
  328. <td class="x-length">1 hr 45 mins</td>
  329. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  330. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430850300">About Time</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  331. <td class="x-category">Romance-comedy</td>
  332. <td class="x-description">After discovering that he can travel through time, a young man (Domhnall Gleeson) uses his ability to win the woman (Rachel McAdams) of his dreams and save his friend from professional disaster.</td>
  333. <td class="x-channum">9452 - HBO Zone HD</td>
  334. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430850300">Tue May 5, 2015, 11:25 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430881200" class="italic">Tue May 5, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431240300" class="italic">Sat May 9, 2015, 11:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431550200" class="italic">Wed May 13, 2015, 01:50 PM</a></td>
  335. <td class="x-length">2 hrs 5 mins</td>
  336. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  337. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431096000">About Time</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  338. <td class="x-category">Romance-comedy</td>
  339. <td class="x-description">After discovering that he can travel through time, a young man (Domhnall Gleeson) uses his ability to win the woman (Rachel McAdams) of his dreams and save his friend from professional disaster.</td>
  340. <td class="x-channum">9454 - HBO Signature HD</td>
  341. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431096000">Fri May 8, 2015, 07:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431370200" class="italic">Mon May 11, 2015, 11:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431392400" class="italic">Mon May 11, 2015, 06:00 PM</a></td>
  342. <td class="x-length">2 hrs 5 mins</td>
  343. </tr><tr class=" type_movie cat_Comedy" valign="top">
  344. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430831100">All Is Bright</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  345. <td class="x-category">Comedy</td>
  346. <td class="x-description">Two shady French-Canadians (Paul Rudd, Paul Giamatti) hatch a get-rich-quick scheme, selling Christmas trees in New York City.</td>
  347. <td class="x-channum">9486 - Starz Comedy HD</td>
  348. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430831100">Tue May 5, 2015, 06:05 AM</a></td>
  349. <td class="x-length">1 hr 55 mins</td>
  350. </tr><tr class=" type_movie cat_Comedy" valign="top">
  351. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431623700">All Is Bright</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  352. <td class="x-category">Comedy</td>
  353. <td class="x-description">Two shady French-Canadians (Paul Rudd, Paul Giamatti) hatch a get-rich-quick scheme, selling Christmas trees in New York City.</td>
  354. <td class="x-channum">9496 - Starz Edge HD</td>
  355. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431623700">Thu May 14, 2015, 10:15 AM</a></td>
  356. <td class="x-length">1 hr 50 mins</td>
  357. </tr><tr class=" type_movie cat_Action" valign="top">
  358. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431280500">The Amazing Spider-Man 2</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  359. <td class="x-category">Action</td>
  360. <td class="x-description">The emergence of a powerful new villain (Jamie Foxx) and the return of an old friend bring Peter Parker (Andrew Garfield) to the realization that all his enemies have one thing in common: Oscorp.</td>
  361. <td class="x-channum">355 - Starz in Black</td>
  362. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431280500">Sun May 10, 2015, 10:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431309600" class="italic">Sun May 10, 2015, 07:00 PM</a></td>
  363. <td class="x-length">2 hrs 25 mins</td>
  364. </tr><tr class=" type_movie cat_Action" valign="top">
  365. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431547200">The Amazing Spider-Man 2</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  366. <td class="x-category">Action</td>
  367. <td class="x-description">The emergence of a powerful new villain (Jamie Foxx) and the return of an old friend bring Peter Parker (Andrew Garfield) to the realization that all his enemies have one thing in common: Oscorp.</td>
  368. <td class="x-channum">9497 - Starz Kids HD</td>
  369. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431547200">Wed May 13, 2015, 01:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431576300" class="italic">Wed May 13, 2015, 09:05 PM</a></td>
  370. <td class="x-length">2 hrs 25 mins</td>
  371. </tr><tr class=" type_movie cat_Action" valign="top">
  372. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430835900">The Amazing Spider-Man 2</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  373. <td class="x-category">Action</td>
  374. <td class="x-description">The emergence of a powerful new villain (Jamie Foxx) and the return of an old friend bring Peter Parker (Andrew Garfield) to the realization that all his enemies have one thing in common: Oscorp.</td>
  375. <td class="x-channum">9505 - Encore HD</td>
  376. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430835900">Tue May 5, 2015, 07:25 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430877900" class="italic">Tue May 5, 2015, 07:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431034500" class="italic">Thu May 7, 2015, 02:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431107400" class="italic">Fri May 8, 2015, 10:50 AM</a></td>
  377. <td class="x-length">2 hrs 30 mins</td>
  378. </tr><tr class=" type_movie cat_Comedy" valign="top">
  379. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431297600">American Hustle</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  380. <td class="x-category">Comedy-drama</td>
  381. <td class="x-description">An ambitious FBI agent (Bradley Cooper) forces a con man (Christian Bale) and his partner to infiltrate the dangerous but seductive world of New Jersey's power-brokers and crime syndicates.</td>
  382. <td class="x-channum">344 - Encore Suspense</td>
  383. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431297600">Sun May 10, 2015, 03:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431701400" class="italic">Fri May 15, 2015, 07:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431729600" class="italic">Fri May 15, 2015, 03:40 PM</a></td>
  384. <td class="x-length">2 hrs 20 mins</td>
  385. </tr><tr class=" type_movie cat_Comedy" valign="top">
  386. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430948400">American Hustle</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  387. <td class="x-category">Comedy-drama</td>
  388. <td class="x-description">An ambitious FBI agent (Bradley Cooper) forces a con man (Christian Bale) and his partner to infiltrate the dangerous but seductive world of New Jersey's power-brokers and crime syndicates.</td>
  389. <td class="x-channum">9505 - Encore HD</td>
  390. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430948400">Wed May 6, 2015, 02:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430975700" class="italic">Wed May 6, 2015, 10:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431495600" class="italic">Tue May 12, 2015, 10:40 PM</a></td>
  391. <td class="x-length">2 hrs 20 mins</td>
  392. </tr><tr class=" type_movie cat_Documentary" valign="top">
  393. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430731200">The Armstrong Lie</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  394. <td class="x-category">Documentary</td>
  395. <td class="x-description">Filmmaker Alex Gibney chronicles Lance Armstrong's attempt to return to cycling, his admission of doping and subsequent fall from grace.</td>
  396. <td class="x-channum">9496 - Starz Edge HD</td>
  397. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430731200">Mon May 4, 2015, 02:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431441000" class="italic">Tue May 12, 2015, 07:30 AM</a></td>
  398. <td class="x-length">2 hrs 10 mins</td>
  399. </tr><tr class=" type_movie cat_Comedy" valign="top">
  400. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431275400">At Middleton</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  401. <td class="x-category">Romance-comedy</td>
  402. <td class="x-description">Though adversaries at first, romantic sparks begin to fly between a surgeon (Andy Garcia) and a retailer (Vera Farmiga) during a college tour with their teenage offspring.</td>
  403. <td class="x-channum">353 - Starz Cinema</td>
  404. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431275400">Sun May 10, 2015, 09:30 AM</a></td>
  405. <td class="x-length">1 hr 45 mins</td>
  406. </tr><tr class=" type_movie cat_Comedy" valign="top">
  407. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430847900">At Middleton</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  408. <td class="x-category">Romance-comedy</td>
  409. <td class="x-description">Though adversaries at first, romantic sparks begin to fly between a surgeon (Andy Garcia) and a retailer (Vera Farmiga) during a college tour with their teenage offspring.</td>
  410. <td class="x-channum">9496 - Starz Edge HD</td>
  411. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430847900">Tue May 5, 2015, 10:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431540000" class="italic">Wed May 13, 2015, 11:00 AM</a></td>
  412. <td class="x-length">1 hr 45 mins</td>
  413. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  414. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430858100">Austenland</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  415. <td class="x-category">Romance-comedy</td>
  416. <td class="x-description">A lovelorn American (Keri Russell) who's obsessed with the works of Jane Austen flies to England to find her own Mr. Darcy at an Austen-themed vacation resort.</td>
  417. <td class="x-channum">9486 - Starz Comedy HD</td>
  418. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1430858100">Tue May 5, 2015, 01:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431628800" class="italic">Thu May 14, 2015, 11:40 AM</a></td>
  419. <td class="x-length">1 hr 40 mins</td>
  420. </tr><tr class=" type_movie cat_Horror" valign="top">
  421. <td class="x-title type_movie cat_Horror"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431219600">The Bay</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  422. <td class="x-category">Horror</td>
  423. <td class="x-description">The residents of a seaside Maryland community become the unfortunate hosts of mutant, waterborne parasites that take control of their minds and bodies.</td>
  424. <td class="x-channum">199 - Chiller</td>
  425. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431219600">Sat May 9, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431284400" class="italic">Sun May 10, 2015, 12:00 PM</a></td>
  426. <td class="x-length">2 hrs</td>
  427. </tr><tr class=" type_movie cat_Documentary" valign="top">
  428. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3347/1431275700">Bears</a><br>(2014, <i>G</i>, &diams;&diams;&diams;)</td>
  429. <td class="x-category">Documentary</td>
  430. <td class="x-description">Filmmakers chronicle a year in the lives of a brown bear and her cubs as she teaches them how to forage for food and stay safe from other predators in the Alaskan wilderness.</td>
  431. <td class="x-channum">347 - Encore Family</td>
  432. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3347/1431275700">Sun May 10, 2015, 09:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3347/1431298800" class="italic">Sun May 10, 2015, 04:00 PM</a></td>
  433. <td class="x-length">1 hr 20 mins</td>
  434. </tr><tr class=" type_movie cat_Documentary" valign="top">
  435. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431017400">Bears</a><br>(2014, <i>G</i>, &diams;&diams;&diams;)</td>
  436. <td class="x-category">Documentary</td>
  437. <td class="x-description">Filmmakers chronicle a year in the lives of a brown bear and her cubs as she teaches them how to forage for food and stay safe from other predators in the Alaskan wilderness.</td>
  438. <td class="x-channum">9496 - Starz Edge HD</td>
  439. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431017400">Thu May 7, 2015, 09:50 AM</a></td>
  440. <td class="x-length">1 hr 20 mins</td>
  441. </tr><tr class=" type_movie cat_Documentary" valign="top">
  442. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1431454200">Beats, Rhymes & Life: The Travels of A Tribe Called Quest</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  443. <td class="x-category">Documentary</td>
  444. <td class="x-description">Actor Michael Rapaport examines the music of the 1990s hip-hop group as well as the conflicts that drove the band members apart.</td>
  445. <td class="x-channum">345 - Encore Black</td>
  446. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1431454200">Tue May 12, 2015, 11:10 AM</a></td>
  447. <td class="x-length">1 hr 40 mins</td>
  448. </tr><tr class=" type_movie cat_Romance" valign="top">
  449. <td class="x-title type_movie cat_Romance"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431015300">Before Midnight</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  450. <td class="x-category">Romance</td>
  451. <td class="x-description">On the last night of their idyllic Greek vacation, longtime lovers Jesse (Ethan Hawke) and Celine (Julie Delpy) reminisce about their lives together and what different choices might have brought.</td>
  452. <td class="x-channum">353 - Starz Cinema</td>
  453. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431015300">Thu May 7, 2015, 09:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431452100" class="italic">Tue May 12, 2015, 10:35 AM</a></td>
  454. <td class="x-length">1 hr 55 mins</td>
  455. </tr><tr class=" type_movie cat_Comedy" valign="top">
  456. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431078000">Being Flynn</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  457. <td class="x-category">Comedy-drama</td>
  458. <td class="x-description">As he struggles to define his own life, a young writer (Paul Dano) encounters his estranged father (Robert De Niro), whom he hasn't seen in 18 years.</td>
  459. <td class="x-channum">9452 - HBO Zone HD</td>
  460. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431078000">Fri May 8, 2015, 02:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431178500" class="italic">Sat May 9, 2015, 06:35 AM</a></td>
  461. <td class="x-length">1 hr 50 mins</td>
  462. </tr><tr class=" type_movie cat_Comedy" valign="top">
  463. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430717100">Being Flynn</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  464. <td class="x-category">Comedy-drama</td>
  465. <td class="x-description">As he struggles to define his own life, a young writer (Paul Dano) encounters his estranged father (Robert De Niro), whom he hasn't seen in 18 years.</td>
  466. <td class="x-channum">9454 - HBO Signature HD</td>
  467. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430717100">Sun May 3, 2015, 10:25 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430826300" class="italic">Tue May 5, 2015, 04:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431411600" class="italic">Mon May 11, 2015, 11:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431675600" class="italic">Fri May 15, 2015, 12:40 AM</a></td>
  468. <td class="x-length">1 hr 45 mins</td>
  469. </tr><tr class=" type_movie cat_Unknown" valign="top">
  470. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431013800">Belle</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;)</td>
  471. <td class="x-category">Biography</td>
  472. <td class="x-description">The illegitimate, mixed-race daughter (Gugu Mbatha-Raw) of a British admiral plays an important role in the campaign to abolish slavery in England.</td>
  473. <td class="x-channum">9452 - HBO Zone HD</td>
  474. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431013800">Thu May 7, 2015, 08:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431434100" class="italic">Tue May 12, 2015, 05:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431478800" class="italic">Tue May 12, 2015, 06:00 PM</a></td>
  475. <td class="x-length">1 hr 45 mins</td>
  476. </tr><tr class=" type_movie cat_Unknown" valign="top">
  477. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431126600">Belle</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;)</td>
  478. <td class="x-category">Biography</td>
  479. <td class="x-description">The illegitimate, mixed-race daughter (Gugu Mbatha-Raw) of a British admiral plays an important role in the campaign to abolish slavery in England.</td>
  480. <td class="x-channum">9454 - HBO Signature HD</td>
  481. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431126600">Fri May 8, 2015, 04:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431719100" class="italic">Fri May 15, 2015, 12:45 PM</a></td>
  482. <td class="x-length">1 hr 50 mins</td>
  483. </tr><tr class=" type_movie cat_Unknown" valign="top">
  484. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430829000">Belle</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;)</td>
  485. <td class="x-category">Biography</td>
  486. <td class="x-description">The illegitimate, mixed-race daughter (Gugu Mbatha-Raw) of a British admiral plays an important role in the campaign to abolish slavery in England.</td>
  487. <td class="x-channum">9456 - HBO HD</td>
  488. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430829000">Tue May 5, 2015, 05:30 AM</a></td>
  489. <td class="x-length">1 hr 45 mins</td>
  490. </tr><tr class=" type_movie cat_Unknown" valign="top">
  491. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430839800">Belle</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;)</td>
  492. <td class="x-category">Biography</td>
  493. <td class="x-description">The illegitimate, mixed-race daughter (Gugu Mbatha-Raw) of a British admiral plays an important role in the campaign to abolish slavery in England.</td>
  494. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  495. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430839800">Tue May 5, 2015, 08:30 AM</a></td>
  496. <td class="x-length">1 hr 45 mins</td>
  497. </tr><tr class=" type_movie cat_Comedy" valign="top">
  498. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430927400">The Best Man Holiday</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  499. <td class="x-category">Comedy-drama</td>
  500. <td class="x-description">Long-forgotten rivalries and romances reignite when college friends (Morris Chestnut, Taye Diggs, Regina Hall) have a Christmas reunion nearly 15 years after the last time they saw one another.</td>
  501. <td class="x-channum">304 - HBO2 (Pacific)</td>
  502. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430927400">Wed May 6, 2015, 08:50 AM</a></td>
  503. <td class="x-length">2 hrs 10 mins</td>
  504. </tr><tr class=" type_movie cat_Comedy" valign="top">
  505. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431376200">The Best Man Holiday</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  506. <td class="x-category">Comedy-drama</td>
  507. <td class="x-description">Long-forgotten rivalries and romances reignite when college friends (Morris Chestnut, Taye Diggs, Regina Hall) have a Christmas reunion nearly 15 years after the last time they saw one another.</td>
  508. <td class="x-channum">9451 - HBO Comedy HD</td>
  509. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431376200">Mon May 11, 2015, 01:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431402900" class="italic">Mon May 11, 2015, 08:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431672600" class="italic">Thu May 14, 2015, 11:50 PM</a></td>
  510. <td class="x-length">2 hrs 5 mins</td>
  511. </tr><tr class=" type_movie cat_Comedy" valign="top">
  512. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430693700">The Best Man Holiday</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  513. <td class="x-category">Comedy-drama</td>
  514. <td class="x-description">Long-forgotten rivalries and romances reignite when college friends (Morris Chestnut, Taye Diggs, Regina Hall) have a Christmas reunion nearly 15 years after the last time they saw one another.</td>
  515. <td class="x-channum">9454 - HBO Signature HD</td>
  516. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430693700">Sun May 3, 2015, 03:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431029400" class="italic">Thu May 7, 2015, 01:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431219600" class="italic">Sat May 9, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431436500" class="italic">Tue May 12, 2015, 06:15 AM</a></td>
  517. <td class="x-length">2 hrs 5 mins</td>
  518. </tr><tr class=" type_movie cat_Comedy" valign="top">
  519. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430916600">The Best Man Holiday</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  520. <td class="x-category">Comedy-drama</td>
  521. <td class="x-description">Long-forgotten rivalries and romances reignite when college friends (Morris Chestnut, Taye Diggs, Regina Hall) have a Christmas reunion nearly 15 years after the last time they saw one another.</td>
  522. <td class="x-channum">9455 - HBO 2 HD</td>
  523. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430916600">Wed May 6, 2015, 05:50 AM</a></td>
  524. <td class="x-length">2 hrs 10 mins</td>
  525. </tr><tr class=" type_movie cat_Comedy" valign="top">
  526. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3181/1431547200">Big Time Movie</a><br>(2012, <i>NR</i>, &diams;&diams;&diams;)</td>
  527. <td class="x-category">Comedy</td>
  528. <td class="x-description">Members (Kendall Schmidt, Carlos Pena, James Maslow) of a music group must save the world from a destructive device.</td>
  529. <td class="x-channum">181 - Teen Nick</td>
  530. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3181/1431547200">Wed May 13, 2015, 01:00 PM</a></td>
  531. <td class="x-length">1 hr 30 mins</td>
  532. </tr><tr class=" type_movie cat_Comedy" valign="top">
  533. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430690400">Blue Jasmine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  534. <td class="x-category">Comedy-drama</td>
  535. <td class="x-description">After her marriage collapses, a New York socialite (Cate Blanchett) moves into her sister's modest apartment in San Francisco, where she takes a job in a dentist's office and pushes her sister to rethink her choices in men.</td>
  536. <td class="x-channum">353 - Starz Cinema</td>
  537. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430690400">Sun May 3, 2015, 03:00 PM</a></td>
  538. <td class="x-length">1 hr 45 mins</td>
  539. </tr><tr class=" type_movie cat_Comedy" valign="top">
  540. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431580800">Blue Jasmine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  541. <td class="x-category">Comedy-drama</td>
  542. <td class="x-description">After her marriage collapses, a New York socialite (Cate Blanchett) moves into her sister's modest apartment in San Francisco, where she takes a job in a dentist's office and pushes her sister to rethink her choices in men.</td>
  543. <td class="x-channum">9435 - Starz HD</td>
  544. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431580800">Wed May 13, 2015, 10:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431638400" class="italic">Thu May 14, 2015, 02:20 PM</a></td>
  545. <td class="x-length">1 hr 45 mins</td>
  546. </tr><tr class=" type_movie cat_Comedy" valign="top">
  547. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431591600">Blue Jasmine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  548. <td class="x-category">Comedy-drama</td>
  549. <td class="x-description">After her marriage collapses, a New York socialite (Cate Blanchett) moves into her sister's modest apartment in San Francisco, where she takes a job in a dentist's office and pushes her sister to rethink her choices in men.</td>
  550. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  551. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431591600">Thu May 14, 2015, 01:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431649200" class="italic">Thu May 14, 2015, 05:20 PM</a></td>
  552. <td class="x-length">1 hr 45 mins</td>
  553. </tr><tr class=" type_movie cat_Drama" valign="top">
  554. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431384300">The Book Thief</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  555. <td class="x-category">Historical drama</td>
  556. <td class="x-description">In Nazi-era Germany, Death narrates a tale of a foster child, who learns to read from the kindly father and befriends a Jewish boy, whom her foster parents are hiding.</td>
  557. <td class="x-channum">9454 - HBO Signature HD</td>
  558. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431384300">Mon May 11, 2015, 03:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431518400" class="italic">Wed May 13, 2015, 05:00 AM</a></td>
  559. <td class="x-length">2 hrs 15 mins</td>
  560. </tr><tr class=" type_movie cat_Drama" valign="top">
  561. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430740800">The Book Thief</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  562. <td class="x-category">Historical drama</td>
  563. <td class="x-description">In Nazi-era Germany, Death narrates a tale of a foster child, who learns to read from the kindly father and befriends a Jewish boy, whom her foster parents are hiding.</td>
  564. <td class="x-channum">9456 - HBO HD</td>
  565. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430740800">Mon May 4, 2015, 05:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431112500" class="italic">Fri May 8, 2015, 12:15 PM</a></td>
  566. <td class="x-length">2 hrs 15 mins</td>
  567. </tr><tr class=" type_movie cat_Drama" valign="top">
  568. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430751600">The Book Thief</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  569. <td class="x-category">Historical drama</td>
  570. <td class="x-description">In Nazi-era Germany, Death narrates a tale of a foster child, who learns to read from the kindly father and befriends a Jewish boy, whom her foster parents are hiding.</td>
  571. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  572. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430751600">Mon May 4, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431123300" class="italic">Fri May 8, 2015, 03:15 PM</a></td>
  573. <td class="x-length">2 hrs 15 mins</td>
  574. </tr><tr class="record_duplicate type_1 cat_Children" valign="top">
  575. <td class="x-title record_duplicate type_1 cat_Children"><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1431313200">Brave</a></td>
  576. <td class="x-category">Children</td>
  577. <td class="x-description">A courageous Scottish princess (Kevin McKidd) must figure out how to undo a beastly curse after an eccentric witch grants her an ill-fated wish. Animated.</td>
  578. <td class="x-channum">173 - Disney Channel (Pacific)</td>
  579. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1431313200">Sun May 10, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1431378000" class="italic">Mon May 11, 2015, 02:00 PM</a></td>
  580. <td class="x-length">1 hr 40 mins</td>
  581. </tr><tr class="record_duplicate type_1 cat_Children" valign="top">
  582. <td class="x-title record_duplicate type_1 cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1431302400">Brave</a></td>
  583. <td class="x-category">Children</td>
  584. <td class="x-description">A courageous Scottish princess (Kevin McKidd) must figure out how to undo a beastly curse after an eccentric witch grants her an ill-fated wish. Animated.</td>
  585. <td class="x-channum">9557 - Disney Channel HD</td>
  586. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1431302400">Sun May 10, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1431367200" class="italic">Mon May 11, 2015, 11:00 AM</a></td>
  587. <td class="x-length">1 hr 40 mins</td>
  588. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  589. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1431279000">Bridesmaids</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  590. <td class="x-category">Comedy</td>
  591. <td class="x-description">Though broke and lovelorn, a woman (Kristen Wiig) takes on the strange and expensive rituals associated with being her best friend's maid of honor.</td>
  592. <td class="x-channum">9431 - USA Network HD</td>
  593. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1431279000">Sun May 10, 2015, 10:30 AM</a></td>
  594. <td class="x-length">2 hrs 30 mins</td>
  595. </tr><tr class=" type_movie cat_Comedy" valign="top">
  596. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1431270000">The Campaign</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  597. <td class="x-category">Comedy</td>
  598. <td class="x-description">Hoping to gain political influence in their North Carolina district, two wealthy CEOs put up a naive candidate (Zach Galifianakis) to challenge a longtime incumbent congressman (Will Ferrell).</td>
  599. <td class="x-channum">9499 - TBS HD</td>
  600. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1431270000">Sun May 10, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1431327600" class="italic">Mon May 11, 2015, 12:00 AM</a></td>
  601. <td class="x-length">2 hrs</td>
  602. </tr><tr class=" type_movie cat_Action" valign="top">
  603. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430739000">Captain America: The Winter Soldier</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  604. <td class="x-category">Action</td>
  605. <td class="x-description">Captain America (Chris Evans), the Black Widow (Scarlett Johansson) and a new ally, the Falcon, face an unexpected enemy as they struggle to expose a far-reaching conspiracy that puts the world at risk.</td>
  606. <td class="x-channum">9435 - Starz HD</td>
  607. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430739000">Mon May 4, 2015, 04:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430795400" class="italic">Mon May 4, 2015, 08:10 PM</a></td>
  608. <td class="x-length">2 hrs 20 mins</td>
  609. </tr><tr class=" type_movie cat_Action" valign="top">
  610. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431153900">Captain America: The Winter Soldier</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  611. <td class="x-category">Action</td>
  612. <td class="x-description">Captain America (Chris Evans), the Black Widow (Scarlett Johansson) and a new ally, the Falcon, face an unexpected enemy as they struggle to expose a far-reaching conspiracy that puts the world at risk.</td>
  613. <td class="x-channum">9497 - Starz Kids HD</td>
  614. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431153900">Fri May 8, 2015, 11:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431223800" class="italic">Sat May 9, 2015, 07:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431406800" class="italic">Mon May 11, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431475200" class="italic">Tue May 12, 2015, 05:00 PM</a></td>
  615. <td class="x-length">2 hrs 20 mins</td>
  616. </tr><tr class=" type_movie cat_Action" valign="top">
  617. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430749800">Captain America: The Winter Soldier</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  618. <td class="x-category">Action</td>
  619. <td class="x-description">Captain America (Chris Evans), the Black Widow (Scarlett Johansson) and a new ally, the Falcon, face an unexpected enemy as they struggle to expose a far-reaching conspiracy that puts the world at risk.</td>
  620. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  621. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430749800">Mon May 4, 2015, 07:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430806200" class="italic">Mon May 4, 2015, 11:10 PM</a></td>
  622. <td class="x-length">2 hrs 20 mins</td>
  623. </tr><tr class=" type_movie cat_Documentary" valign="top">
  624. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431085800">Captain Phillips</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  625. <td class="x-category">Docudrama</td>
  626. <td class="x-description">In 2009, Somali pirates storm a U.S. containership and hold Capt. Richard Phillips (Tom Hanks) and his crew captive.</td>
  627. <td class="x-channum">343 - Encore Action</td>
  628. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431085800">Fri May 8, 2015, 04:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431120300" class="italic">Fri May 8, 2015, 02:25 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431583500" class="italic">Wed May 13, 2015, 11:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431609300" class="italic">Thu May 14, 2015, 06:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431639000" class="italic">Thu May 14, 2015, 02:30 PM</a></td>
  629. <td class="x-length">2 hrs 20 mins</td>
  630. </tr><tr class=" type_movie cat_Documentary" valign="top">
  631. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431441300">Captain Phillips</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  632. <td class="x-category">Docudrama</td>
  633. <td class="x-description">In 2009, Somali pirates storm a U.S. containership and hold Capt. Richard Phillips (Tom Hanks) and his crew captive.</td>
  634. <td class="x-channum">344 - Encore Suspense</td>
  635. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431441300">Tue May 12, 2015, 07:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431470700" class="italic">Tue May 12, 2015, 03:45 PM</a></td>
  636. <td class="x-length">2 hrs 15 mins</td>
  637. </tr><tr class=" type_movie cat_Documentary" valign="top">
  638. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430704800">Captain Phillips</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  639. <td class="x-category">Docudrama</td>
  640. <td class="x-description">In 2009, Somali pirates storm a U.S. containership and hold Capt. Richard Phillips (Tom Hanks) and his crew captive.</td>
  641. <td class="x-channum">345 - Encore Black</td>
  642. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430704800">Sun May 3, 2015, 07:00 PM</a></td>
  643. <td class="x-length">2 hrs 15 mins</td>
  644. </tr><tr class=" type_movie cat_Documentary" valign="top">
  645. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12906/1431280800">The Captains</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;)</td>
  646. <td class="x-category">Documentary</td>
  647. <td class="x-description">Actor William Shatner shares his memories of portraying Capt. Kirk and travels around the world to interview other actors who have played captains in the ``Star Trek'' universe.</td>
  648. <td class="x-channum">9450 - BBC America HD</td>
  649. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12906/1431280800">Sun May 10, 2015, 11:00 AM</a></td>
  650. <td class="x-length">2 hrs</td>
  651. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  652. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431498900">Carnage</a><br>(2011, <i>R</i>, &diams;&diams;&frac12;)</td>
  653. <td class="x-category">Comedy-drama</td>
  654. <td class="x-description">Two sets of parents meet to discuss a nasty fight between their children, but their civilized discussion soon descends into finger-pointing, insults and tantrums.</td>
  655. <td class="x-channum">9496 - Starz Edge HD</td>
  656. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431498900">Tue May 12, 2015, 11:35 PM</a></td>
  657. <td class="x-length">1 hr 25 mins</td>
  658. </tr><tr class=" type_movie cat_Horror" valign="top">
  659. <td class="x-title type_movie cat_Horror"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430975400">Carrie</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  660. <td class="x-category">Horror</td>
  661. <td class="x-description">Tormented by her peers and sheltered by her religious mother (Julianne Moore), an awkward teenager (Chloë Grace Moretz) unleashes her hidden, telekinetic powers after a sick prank at her senior prom pushes her over the edge.</td>
  662. <td class="x-channum">9479 - ActionMAX HD</td>
  663. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430975400">Wed May 6, 2015, 10:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431358500" class="italic">Mon May 11, 2015, 08:35 AM</a></td>
  664. <td class="x-length">1 hr 40 mins</td>
  665. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  666. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431639900">Clear History</a><br>(2013, <i>NR</i>, &diams;&diams;&frac12;)</td>
  667. <td class="x-category">Comedy</td>
  668. <td class="x-description">A man (Larry David) hatches a plot for revenge when his former boss visits the island that he calls home.</td>
  669. <td class="x-channum">9454 - HBO Signature HD</td>
  670. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431639900">Thu May 14, 2015, 02:45 PM</a></td>
  671. <td class="x-length">1 hr 45 mins</td>
  672. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  673. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430898300">Clear History</a><br>(2013, <i>NR</i>, &diams;&diams;&frac12;)</td>
  674. <td class="x-category">Comedy</td>
  675. <td class="x-description">A man (Larry David) hatches a plot for revenge when his former boss visits the island that he calls home.</td>
  676. <td class="x-channum">9456 - HBO HD</td>
  677. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430898300">Wed May 6, 2015, 12:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431039600" class="italic">Thu May 7, 2015, 04:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431369900" class="italic">Mon May 11, 2015, 11:45 AM</a></td>
  678. <td class="x-length">1 hr 45 mins</td>
  679. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  680. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430909100">Clear History</a><br>(2013, <i>NR</i>, &diams;&diams;&frac12;)</td>
  681. <td class="x-category">Comedy</td>
  682. <td class="x-description">A man (Larry David) hatches a plot for revenge when his former boss visits the island that he calls home.</td>
  683. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  684. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430909100">Wed May 6, 2015, 03:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431050400" class="italic">Thu May 7, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431380700" class="italic">Mon May 11, 2015, 02:45 PM</a></td>
  685. <td class="x-length">1 hr 45 mins</td>
  686. </tr><tr class=" type_movie cat_Unknown" valign="top">
  687. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430670600">Closed Circuit</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  688. <td class="x-category">Suspense</td>
  689. <td class="x-description">Two former lovers (Eric Bana, Rebecca Hall) find their loyalties tested and their lives in danger after joining a terrorist's legal defense team in a high-profile case.</td>
  690. <td class="x-channum">9479 - ActionMAX HD</td>
  691. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430670600">Sun May 3, 2015, 09:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431103500" class="italic">Fri May 8, 2015, 09:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431555600" class="italic">Wed May 13, 2015, 03:20 PM</a></td>
  692. <td class="x-length">1 hr 40 mins</td>
  693. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  694. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1430677800">Crazy, Stupid, Love.</a><br>(2011, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  695. <td class="x-category">Romance-comedy</td>
  696. <td class="x-description">A self-styled Lothario (Ryan Gosling) teaches a suddenly single 40-something (Steve Carell) how to be a hit with the ladies.</td>
  697. <td class="x-channum">9499 - TBS HD</td>
  698. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1430677800">Sun May 3, 2015, 11:30 AM</a></td>
  699. <td class="x-length">2 hrs 30 mins</td>
  700. </tr><tr class=" type_movie cat_Documentary" valign="top">
  701. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431356400">Crossfire Hurricane</a><br>(2012, <i>NR</i>, &diams;&diams;&diams;)</td>
  702. <td class="x-category">Documentary</td>
  703. <td class="x-description">Filmmaker Brett Morgen examines the history of the Rolling Stones, from their London debut in 1962 as a group of blues-obsessed bad boys to their status as the ``World's Greatest Rock and Roll Band.''</td>
  704. <td class="x-channum">304 - HBO2 (Pacific)</td>
  705. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431356400">Mon May 11, 2015, 08:00 AM</a></td>
  706. <td class="x-length">1 hr 55 mins</td>
  707. </tr><tr class=" type_movie cat_Documentary" valign="top">
  708. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430800800">Crossfire Hurricane</a><br>(2012, <i>NR</i>, &diams;&diams;&diams;)</td>
  709. <td class="x-category">Documentary</td>
  710. <td class="x-description">Filmmaker Brett Morgen examines the history of the Rolling Stones, from their London debut in 1962 as a group of blues-obsessed bad boys to their status as the ``World's Greatest Rock and Roll Band.''</td>
  711. <td class="x-channum">9452 - HBO Zone HD</td>
  712. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430800800">Mon May 4, 2015, 09:40 PM</a></td>
  713. <td class="x-length">1 hr 55 mins</td>
  714. </tr><tr class=" type_movie cat_Documentary" valign="top">
  715. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431345600">Crossfire Hurricane</a><br>(2012, <i>NR</i>, &diams;&diams;&diams;)</td>
  716. <td class="x-category">Documentary</td>
  717. <td class="x-description">Filmmaker Brett Morgen examines the history of the Rolling Stones, from their London debut in 1962 as a group of blues-obsessed bad boys to their status as the ``World's Greatest Rock and Roll Band.''</td>
  718. <td class="x-channum">9455 - HBO 2 HD</td>
  719. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431345600">Mon May 11, 2015, 05:00 AM</a></td>
  720. <td class="x-length">1 hr 55 mins</td>
  721. </tr><tr class=" type_movie cat_Documentary" valign="top">
  722. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430898600">Dallas Buyers Club</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  723. <td class="x-category">Docudrama</td>
  724. <td class="x-description">Learning that he has AIDS, Ron Woodroof (Matthew McConaughey) smuggles medicine into the United States to fight the disease.</td>
  725. <td class="x-channum">304 - HBO2 (Pacific)</td>
  726. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430898600">Wed May 6, 2015, 12:50 AM</a></td>
  727. <td class="x-length">2 hrs</td>
  728. </tr><tr class=" type_movie cat_Documentary" valign="top">
  729. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430751300">Dallas Buyers Club</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  730. <td class="x-category">Docudrama</td>
  731. <td class="x-description">Learning that he has AIDS, Ron Woodroof (Matthew McConaughey) smuggles medicine into the United States to fight the disease.</td>
  732. <td class="x-channum">9452 - HBO Zone HD</td>
  733. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430751300">Mon May 4, 2015, 07:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431026100" class="italic">Thu May 7, 2015, 12:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431056400" class="italic">Thu May 7, 2015, 08:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431278700" class="italic">Sun May 10, 2015, 10:25 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431306000" class="italic">Sun May 10, 2015, 06:00 PM</a></td>
  734. <td class="x-length">2 hrs</td>
  735. </tr><tr class=" type_movie cat_Documentary" valign="top">
  736. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430887800">Dallas Buyers Club</a><br>(2013, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  737. <td class="x-category">Docudrama</td>
  738. <td class="x-description">Learning that he has AIDS, Ron Woodroof (Matthew McConaughey) smuggles medicine into the United States to fight the disease.</td>
  739. <td class="x-channum">9455 - HBO 2 HD</td>
  740. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430887800">Tue May 5, 2015, 09:50 PM</a></td>
  741. <td class="x-length">2 hrs</td>
  742. </tr><tr class=" type_movie cat_Comedy" valign="top">
  743. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431477000">Dark Shadows</a><br>(2012, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  744. <td class="x-category">Comedy</td>
  745. <td class="x-description">Turned into a vampire by a vengeful witch, Barnabas Collins (Johnny Depp) escapes from his tomb after 200 years and finds 1972 Collinsport, Maine, a very different place.</td>
  746. <td class="x-channum">9558 - ABC Family HD</td>
  747. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431477000">Tue May 12, 2015, 05:30 PM</a></td>
  748. <td class="x-length">2 hrs 30 mins</td>
  749. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  750. <td class="x-title record_old_duplicate type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3177/1431122400">Diary of a Wimpy Kid: Dog Days</a><br>(2012, <i>PG</i>, &diams;&diams;&frac12;)</td>
  751. <td class="x-category">Comedy</td>
  752. <td class="x-description">When his dad decides it's time for some father-son bonding, Greg Heffley (Zachary Gordon) pretends to have a job at a ritzy country club so his vacation won't be ruined.</td>
  753. <td class="x-channum">177 - Cartoon Network (Pacific)</td>
  754. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3177/1431122400">Fri May 8, 2015, 03:00 PM</a></td>
  755. <td class="x-length">2 hrs</td>
  756. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  757. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12463/1431111600">Diary of a Wimpy Kid: Dog Days</a><br>(2012, <i>PG</i>, &diams;&diams;&frac12;)</td>
  758. <td class="x-category">Comedy</td>
  759. <td class="x-description">When his dad decides it's time for some father-son bonding, Greg Heffley (Zachary Gordon) pretends to have a job at a ritzy country club so his vacation won't be ruined.</td>
  760. <td class="x-channum">9463 - Cartoon Network HD</td>
  761. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12463/1431111600">Fri May 8, 2015, 12:00 PM</a></td>
  762. <td class="x-length">2 hrs</td>
  763. </tr><tr class=" type_movie cat_Drama" valign="top">
  764. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430836800">Disconnect</a><br>(2012, <i>R</i>, &diams;&diams;&diams;)</td>
  765. <td class="x-category">Drama</td>
  766. <td class="x-description">A youth becomes a victim of cyberbullying in one of three tales centered around the impact of the Internet on people's lives.</td>
  767. <td class="x-channum">9479 - ActionMAX HD</td>
  768. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430836800">Tue May 5, 2015, 07:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431654900" class="italic">Thu May 14, 2015, 06:55 PM</a></td>
  769. <td class="x-length">1 hr 55 mins</td>
  770. </tr><tr class="record_old_duplicate type_movie cat_Documentary" valign="top">
  771. <td class="x-title record_old_duplicate type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430687400">Dolphin Tale</a><br>(2011, <i>PG</i>, &diams;&diams;&diams;)</td>
  772. <td class="x-category">Docudrama</td>
  773. <td class="x-description">A marine biologist (Harry Connick Jr.), a prosthetics designer and a boy band together to save the life of a dolphin whose tail was severely damaged in a trap.</td>
  774. <td class="x-channum">9456 - HBO HD</td>
  775. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430687400">Sun May 3, 2015, 02:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430938800" class="italic">Wed May 6, 2015, 12:00 PM</a></td>
  776. <td class="x-length">1 hr 55 mins</td>
  777. </tr><tr class="record_old_duplicate type_movie cat_Documentary" valign="top">
  778. <td class="x-title record_old_duplicate type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430698200">Dolphin Tale</a><br>(2011, <i>PG</i>, &diams;&diams;&diams;)</td>
  779. <td class="x-category">Docudrama</td>
  780. <td class="x-description">A marine biologist (Harry Connick Jr.), a prosthetics designer and a boy band together to save the life of a dolphin whose tail was severely damaged in a trap.</td>
  781. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  782. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430698200">Sun May 3, 2015, 05:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430949600" class="italic">Wed May 6, 2015, 03:00 PM</a></td>
  783. <td class="x-length">1 hr 55 mins</td>
  784. </tr><tr class="record_duplicate type_1 cat_Documentary" valign="top">
  785. <td class="x-title record_duplicate type_1 cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430935200">Dolphin Tale 2</a></td>
  786. <td class="x-category">Docudrama</td>
  787. <td class="x-description">After Winter's surrogate mother dies, the team at Clearwater Marine Hospital scrambles to find the dolphin a new companion before another aquarium claims her.</td>
  788. <td class="x-channum">304 - HBO2 (Pacific)</td>
  789. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430935200">Wed May 6, 2015, 11:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431486000" class="italic">Tue May 12, 2015, 08:00 PM</a></td>
  790. <td class="x-length">1 hr 45 mins</td>
  791. </tr><tr class="record_duplicate type_1 cat_Documentary" valign="top">
  792. <td class="x-title record_duplicate type_1 cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431120000">Dolphin Tale 2</a></td>
  793. <td class="x-category">Docudrama</td>
  794. <td class="x-description">After Winter's surrogate mother dies, the team at Clearwater Marine Hospital scrambles to find the dolphin a new companion before another aquarium claims her.</td>
  795. <td class="x-channum">9454 - HBO Signature HD</td>
  796. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431120000">Fri May 8, 2015, 02:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431338700" class="italic">Mon May 11, 2015, 03:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431633000" class="italic">Thu May 14, 2015, 12:50 PM</a></td>
  797. <td class="x-length">1 hr 50 mins</td>
  798. </tr><tr class="record_duplicate type_1 cat_Documentary" valign="top">
  799. <td class="x-title record_duplicate type_1 cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430924400">Dolphin Tale 2</a></td>
  800. <td class="x-category">Docudrama</td>
  801. <td class="x-description">After Winter's surrogate mother dies, the team at Clearwater Marine Hospital scrambles to find the dolphin a new companion before another aquarium claims her.</td>
  802. <td class="x-channum">9455 - HBO 2 HD</td>
  803. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430924400">Wed May 6, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431475200" class="italic">Tue May 12, 2015, 05:00 PM</a></td>
  804. <td class="x-length">1 hr 45 mins</td>
  805. </tr><tr class=" type_movie cat_Drama" valign="top">
  806. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431115200">Draft Day</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  807. <td class="x-category">Drama</td>
  808. <td class="x-description">On the day of the NFL Draft, the general manager (Kevin Costner) of the Cleveland Browns must decide what he's willing to sacrifice as he angles for the number-one pick.</td>
  809. <td class="x-channum">304 - HBO2 (Pacific)</td>
  810. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431115200">Fri May 8, 2015, 01:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431151200" class="italic">Fri May 8, 2015, 11:00 PM</a></td>
  811. <td class="x-length">2 hrs</td>
  812. </tr><tr class=" type_movie cat_Drama" valign="top">
  813. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431375300">Draft Day</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  814. <td class="x-category">Drama</td>
  815. <td class="x-description">On the day of the NFL Draft, the general manager (Kevin Costner) of the Cleveland Browns must decide what he's willing to sacrifice as he angles for the number-one pick.</td>
  816. <td class="x-channum">9452 - HBO Zone HD</td>
  817. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431375300">Mon May 11, 2015, 01:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431496200" class="italic">Tue May 12, 2015, 10:50 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431558000" class="italic">Wed May 13, 2015, 04:00 PM</a></td>
  818. <td class="x-length">2 hrs</td>
  819. </tr><tr class=" type_movie cat_Drama" valign="top">
  820. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431104400">Draft Day</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  821. <td class="x-category">Drama</td>
  822. <td class="x-description">On the day of the NFL Draft, the general manager (Kevin Costner) of the Cleveland Browns must decide what he's willing to sacrifice as he angles for the number-one pick.</td>
  823. <td class="x-channum">9455 - HBO 2 HD</td>
  824. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431104400">Fri May 8, 2015, 10:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431140400" class="italic">Fri May 8, 2015, 08:00 PM</a></td>
  825. <td class="x-length">2 hrs</td>
  826. </tr><tr class=" type_movie cat_Drama" valign="top">
  827. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430694300">Draft Day</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  828. <td class="x-category">Drama</td>
  829. <td class="x-description">On the day of the NFL Draft, the general manager (Kevin Costner) of the Cleveland Browns must decide what he's willing to sacrifice as he angles for the number-one pick.</td>
  830. <td class="x-channum">9456 - HBO HD</td>
  831. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430694300">Sun May 3, 2015, 04:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430726700" class="italic">Mon May 4, 2015, 01:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430926200" class="italic">Wed May 6, 2015, 08:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430960400" class="italic">Wed May 6, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431284400" class="italic">Sun May 10, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431631800" class="italic">Thu May 14, 2015, 12:30 PM</a></td>
  832. <td class="x-length">1 hr 55 mins</td>
  833. </tr><tr class=" type_movie cat_Drama" valign="top">
  834. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430705100">Draft Day</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  835. <td class="x-category">Drama</td>
  836. <td class="x-description">On the day of the NFL Draft, the general manager (Kevin Costner) of the Cleveland Browns must decide what he's willing to sacrifice as he angles for the number-one pick.</td>
  837. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  838. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430705100">Sun May 3, 2015, 07:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430737500" class="italic">Mon May 4, 2015, 04:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430937000" class="italic">Wed May 6, 2015, 11:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430971200" class="italic">Wed May 6, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431295200" class="italic">Sun May 10, 2015, 03:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431642600" class="italic">Thu May 14, 2015, 03:30 PM</a></td>
  839. <td class="x-length">1 hr 55 mins</td>
  840. </tr><tr class=" type_movie cat_Crime_Mystery" valign="top">
  841. <td class="x-title type_movie cat_Crime_Mystery"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1431392400">Drive</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  842. <td class="x-category">Crime drama</td>
  843. <td class="x-description">A Hollywood stuntman (Ryan Gosling) who moonlights as a getaway driver for thieves finds that a price has been put on his head after a failed robbery.</td>
  844. <td class="x-channum">9427 - Universal HD</td>
  845. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1431392400">Mon May 11, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1431403200" class="italic">Mon May 11, 2015, 09:00 PM</a></td>
  846. <td class="x-length">2 hrs</td>
  847. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  848. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431056700">Edge of Tomorrow</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  849. <td class="x-category">Science fiction</td>
  850. <td class="x-description">A soldier (Tom Cruise) who was killed in action gets caught up in a time loop, in which he repeatedly relives his last battle. However, the more times he fights, the closer he gets to discovering how to defeat the alien enemy.</td>
  851. <td class="x-channum">304 - HBO2 (Pacific)</td>
  852. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431056700">Thu May 7, 2015, 08:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431374400" class="italic">Mon May 11, 2015, 01:00 PM</a></td>
  853. <td class="x-length">2 hrs</td>
  854. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  855. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430793900">Edge of Tomorrow</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  856. <td class="x-category">Science fiction</td>
  857. <td class="x-description">A soldier (Tom Cruise) who was killed in action gets caught up in a time loop, in which he repeatedly relives his last battle. However, the more times he fights, the closer he gets to discovering how to defeat the alien enemy.</td>
  858. <td class="x-channum">9452 - HBO Zone HD</td>
  859. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430793900">Mon May 4, 2015, 07:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431191400" class="italic">Sat May 9, 2015, 10:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431219600" class="italic">Sat May 9, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431447600" class="italic">Tue May 12, 2015, 09:20 AM</a></td>
  860. <td class="x-length">1 hr 55 mins</td>
  861. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  862. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431045900">Edge of Tomorrow</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  863. <td class="x-category">Science fiction</td>
  864. <td class="x-description">A soldier (Tom Cruise) who was killed in action gets caught up in a time loop, in which he repeatedly relives his last battle. However, the more times he fights, the closer he gets to discovering how to defeat the alien enemy.</td>
  865. <td class="x-channum">9455 - HBO 2 HD</td>
  866. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431045900">Thu May 7, 2015, 05:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431363600" class="italic">Mon May 11, 2015, 10:00 AM</a></td>
  867. <td class="x-length">2 hrs</td>
  868. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  869. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431362700">Elysium</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  870. <td class="x-category">Science fiction</td>
  871. <td class="x-description">In 2159, the wealthy live in comfort and luxury aboard a space station, while the poor have a hardscrabble existence on the overpopulated and ruined Earth.</td>
  872. <td class="x-channum">343 - Encore Action</td>
  873. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431362700">Mon May 11, 2015, 09:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431389100" class="italic">Mon May 11, 2015, 05:05 PM</a></td>
  874. <td class="x-length">1 hr 55 mins</td>
  875. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  876. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1430867100">Elysium</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  877. <td class="x-category">Science fiction</td>
  878. <td class="x-description">In 2159, the wealthy live in comfort and luxury aboard a space station, while the poor have a hardscrabble existence on the overpopulated and ruined Earth.</td>
  879. <td class="x-channum">344 - Encore Suspense</td>
  880. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1430867100">Tue May 5, 2015, 04:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431529500" class="italic">Wed May 13, 2015, 08:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431558300" class="italic">Wed May 13, 2015, 04:05 PM</a></td>
  881. <td class="x-length">1 hr 55 mins</td>
  882. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  883. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431027900">Elysium</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  884. <td class="x-category">Science fiction</td>
  885. <td class="x-description">In 2159, the wealthy live in comfort and luxury aboard a space station, while the poor have a hardscrabble existence on the overpopulated and ruined Earth.</td>
  886. <td class="x-channum">9505 - Encore HD</td>
  887. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431027900">Thu May 7, 2015, 12:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431058200" class="italic">Thu May 7, 2015, 09:10 PM</a></td>
  888. <td class="x-length">1 hr 50 mins</td>
  889. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  890. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430843400">Ender's Game</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  891. <td class="x-category">Science fiction</td>
  892. <td class="x-description">A youth (Asa Butterfield) exhibits an unusual gift that gets him selected for advanced military training to lead Earth's forces in an intense war against Formics, alien invaders that nearly destroyed the planet once before.</td>
  893. <td class="x-channum">9452 - HBO Zone HD</td>
  894. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430843400">Tue May 5, 2015, 09:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430874000" class="italic">Tue May 5, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431111600" class="italic">Fri May 8, 2015, 12:00 PM</a></td>
  895. <td class="x-length">1 hr 55 mins</td>
  896. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  897. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431004500">Ender's Game</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  898. <td class="x-category">Science fiction</td>
  899. <td class="x-description">A youth (Asa Butterfield) exhibits an unusual gift that gets him selected for advanced military training to lead Earth's forces in an intense war against Formics, alien invaders that nearly destroyed the planet once before.</td>
  900. <td class="x-channum">9454 - HBO Signature HD</td>
  901. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431004500">Thu May 7, 2015, 06:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431195600" class="italic">Sat May 9, 2015, 11:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431526500" class="italic">Wed May 13, 2015, 07:15 AM</a></td>
  902. <td class="x-length">1 hr 55 mins</td>
  903. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  904. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431471600">Ender's Game</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  905. <td class="x-category">Science fiction</td>
  906. <td class="x-description">A youth (Asa Butterfield) exhibits an unusual gift that gets him selected for advanced military training to lead Earth's forces in an intense war against Formics, alien invaders that nearly destroyed the planet once before.</td>
  907. <td class="x-channum">9456 - HBO HD</td>
  908. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431471600">Tue May 12, 2015, 04:00 PM</a></td>
  909. <td class="x-length">2 hrs</td>
  910. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  911. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431482400">Ender's Game</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  912. <td class="x-category">Science fiction</td>
  913. <td class="x-description">A youth (Asa Butterfield) exhibits an unusual gift that gets him selected for advanced military training to lead Earth's forces in an intense war against Formics, alien invaders that nearly destroyed the planet once before.</td>
  914. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  915. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431482400">Tue May 12, 2015, 07:00 PM</a></td>
  916. <td class="x-length">2 hrs</td>
  917. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  918. <td class="x-title record_old_duplicate type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430892900">Enough Said</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  919. <td class="x-category">Romance-comedy</td>
  920. <td class="x-description">A divorcee (Julia Louis-Dreyfus) starts to question her blossoming relationship with a like-minded man (James Gandolfini) after discovering that he is the ex-husband of her new friend (Catherine Keener).</td>
  921. <td class="x-channum">304 - HBO2 (Pacific)</td>
  922. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430892900">Tue May 5, 2015, 11:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431363300" class="italic">Mon May 11, 2015, 09:55 AM</a></td>
  923. <td class="x-length">1 hr 35 mins</td>
  924. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  925. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430882100">Enough Said</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  926. <td class="x-category">Romance-comedy</td>
  927. <td class="x-description">A divorcee (Julia Louis-Dreyfus) starts to question her blossoming relationship with a like-minded man (James Gandolfini) after discovering that he is the ex-husband of her new friend (Catherine Keener).</td>
  928. <td class="x-channum">9455 - HBO 2 HD</td>
  929. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430882100">Tue May 5, 2015, 08:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431352500" class="italic">Mon May 11, 2015, 06:55 AM</a></td>
  930. <td class="x-length">1 hr 35 mins</td>
  931. </tr><tr class="record_old_duplicate type_movie cat_Action" valign="top">
  932. <td class="x-title record_old_duplicate type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430810100">Escape Plan</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  933. <td class="x-category">Action</td>
  934. <td class="x-description">An expert (Sylvester Stallone) in prison security joins forces with an inmate (Arnold Schwarzenegger) to break out of a top-secret, high-tech facility.</td>
  935. <td class="x-channum">304 - HBO2 (Pacific)</td>
  936. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430810100">Tue May 5, 2015, 12:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431040200" class="italic">Thu May 7, 2015, 04:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431581400" class="italic">Wed May 13, 2015, 10:30 PM</a></td>
  937. <td class="x-length">2 hrs</td>
  938. </tr><tr class="record_old_duplicate type_movie cat_Action" valign="top">
  939. <td class="x-title record_old_duplicate type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430830500">Escape Plan</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  940. <td class="x-category">Action</td>
  941. <td class="x-description">An expert (Sylvester Stallone) in prison security joins forces with an inmate (Arnold Schwarzenegger) to break out of a top-secret, high-tech facility.</td>
  942. <td class="x-channum">9452 - HBO Zone HD</td>
  943. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430830500">Tue May 5, 2015, 05:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431298500" class="italic">Sun May 10, 2015, 03:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431440400" class="italic">Tue May 12, 2015, 07:20 AM</a></td>
  944. <td class="x-length">2 hrs</td>
  945. </tr><tr class="record_old_duplicate type_movie cat_Action" valign="top">
  946. <td class="x-title record_old_duplicate type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430799300">Escape Plan</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  947. <td class="x-category">Action</td>
  948. <td class="x-description">An expert (Sylvester Stallone) in prison security joins forces with an inmate (Arnold Schwarzenegger) to break out of a top-secret, high-tech facility.</td>
  949. <td class="x-channum">9455 - HBO 2 HD</td>
  950. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430799300">Mon May 4, 2015, 09:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431029400" class="italic">Thu May 7, 2015, 01:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431570600" class="italic">Wed May 13, 2015, 07:30 PM</a></td>
  951. <td class="x-length">2 hrs</td>
  952. </tr><tr class=" type_movie cat_Action" valign="top">
  953. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431200700">Fast & Furious 6</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  954. <td class="x-category">Action</td>
  955. <td class="x-description">Agent Hobbs (Dwayne Johnson) offers Dom Toretto (Vin Diesel) and his crew a full pardon if they help him nab a gang of lethally skilled mercenary drivers whose second-in-command is someone they all know.</td>
  956. <td class="x-channum">304 - HBO2 (Pacific)</td>
  957. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431200700">Sat May 9, 2015, 12:45 PM</a></td>
  958. <td class="x-length">2 hrs 15 mins</td>
  959. </tr><tr class=" type_movie cat_Action" valign="top">
  960. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431189900">Fast & Furious 6</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  961. <td class="x-category">Action</td>
  962. <td class="x-description">Agent Hobbs (Dwayne Johnson) offers Dom Toretto (Vin Diesel) and his crew a full pardon if they help him nab a gang of lethally skilled mercenary drivers whose second-in-command is someone they all know.</td>
  963. <td class="x-channum">9455 - HBO 2 HD</td>
  964. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431189900">Sat May 9, 2015, 09:45 AM</a></td>
  965. <td class="x-length">2 hrs 15 mins</td>
  966. </tr><tr class=" type_movie cat_Romance" valign="top">
  967. <td class="x-title type_movie cat_Romance"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430846400">The Fault in Our Stars</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  968. <td class="x-category">Romance</td>
  969. <td class="x-description">Two teenage cancer patients (Shailene Woodley, Ansel Elgort) begin a life-affirming journey to visit a reclusive author (Willem Dafoe) in Amsterdam.</td>
  970. <td class="x-channum">304 - HBO2 (Pacific)</td>
  971. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430846400">Tue May 5, 2015, 10:20 AM</a></td>
  972. <td class="x-length">2 hrs 10 mins</td>
  973. </tr><tr class=" type_movie cat_Romance" valign="top">
  974. <td class="x-title type_movie cat_Romance"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430699400">The Fault in Our Stars</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  975. <td class="x-category">Romance</td>
  976. <td class="x-description">Two teenage cancer patients (Shailene Woodley, Ansel Elgort) begin a life-affirming journey to visit a reclusive author (Willem Dafoe) in Amsterdam.</td>
  977. <td class="x-channum">9453 - HBO Family HD</td>
  978. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430699400">Sun May 3, 2015, 05:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431144600" class="italic">Fri May 8, 2015, 09:10 PM</a></td>
  979. <td class="x-length">2 hrs 15 mins</td>
  980. </tr><tr class=" type_movie cat_Romance" valign="top">
  981. <td class="x-title type_movie cat_Romance"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430835600">The Fault in Our Stars</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  982. <td class="x-category">Romance</td>
  983. <td class="x-description">Two teenage cancer patients (Shailene Woodley, Ansel Elgort) begin a life-affirming journey to visit a reclusive author (Willem Dafoe) in Amsterdam.</td>
  984. <td class="x-channum">9455 - HBO 2 HD</td>
  985. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430835600">Tue May 5, 2015, 07:20 AM</a></td>
  986. <td class="x-length">2 hrs 10 mins</td>
  987. </tr><tr class=" type_movie cat_Drama" valign="top">
  988. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430918100">Fill the Void</a><br>(2012, <i>PG</i>, &diams;&diams;&diams;)</td>
  989. <td class="x-category">Drama</td>
  990. <td class="x-description">After a young Hasidic woman dies in childbirth, her 18-year-old sister (Hadas Yaron) is asked to cancel her upcoming marriage to a promising young man and marry her widowed brother-in-law (Yiftach Klein) instead.</td>
  991. <td class="x-channum">353 - Starz Cinema</td>
  992. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430918100">Wed May 6, 2015, 06:15 AM</a></td>
  993. <td class="x-length">1 hr 35 mins</td>
  994. </tr><tr class=" type_movie cat_Comedy" valign="top">
  995. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430758500">For a Good Time, Call ...</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  996. <td class="x-category">Comedy</td>
  997. <td class="x-description">Reluctantly forced together as roommates, two women (Ari Graynor, Lauren Anne Miller) find that their financial and domestic situation greatly improves when they team up to start a phone-sex line.</td>
  998. <td class="x-channum">9452 - HBO Zone HD</td>
  999. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430758500">Mon May 4, 2015, 09:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431460800" class="italic">Tue May 12, 2015, 01:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431485100" class="italic">Tue May 12, 2015, 07:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431717600" class="italic">Fri May 15, 2015, 12:20 PM</a></td>
  1000. <td class="x-length">1 hr 25 mins</td>
  1001. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1002. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430881200">For a Good Time, Call ...</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1003. <td class="x-category">Comedy</td>
  1004. <td class="x-description">Reluctantly forced together as roommates, two women (Ari Graynor, Lauren Anne Miller) find that their financial and domestic situation greatly improves when they team up to start a phone-sex line.</td>
  1005. <td class="x-channum">9454 - HBO Signature HD</td>
  1006. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430881200">Tue May 5, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431235500" class="italic">Sat May 9, 2015, 10:25 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431651600" class="italic">Thu May 14, 2015, 06:00 PM</a></td>
  1007. <td class="x-length">1 hr 30 mins</td>
  1008. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1009. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431069300">For a Good Time, Call ...</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1010. <td class="x-category">Comedy</td>
  1011. <td class="x-description">Reluctantly forced together as roommates, two women (Ari Graynor, Lauren Anne Miller) find that their financial and domestic situation greatly improves when they team up to start a phone-sex line.</td>
  1012. <td class="x-channum">9456 - HBO HD</td>
  1013. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431069300">Fri May 8, 2015, 12:15 AM</a></td>
  1014. <td class="x-length">1 hr 30 mins</td>
  1015. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1016. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431080100">For a Good Time, Call ...</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1017. <td class="x-category">Comedy</td>
  1018. <td class="x-description">Reluctantly forced together as roommates, two women (Ari Graynor, Lauren Anne Miller) find that their financial and domestic situation greatly improves when they team up to start a phone-sex line.</td>
  1019. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1020. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431080100">Fri May 8, 2015, 03:15 AM</a></td>
  1021. <td class="x-length">1 hr 30 mins</td>
  1022. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1023. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430980500">For No Good Reason</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1024. <td class="x-category">Documentary</td>
  1025. <td class="x-description">Actor Johnny Depp explores the career and activism of his friend, artist Ralph Steadman. Terry Gilliam, Richard E. Grant and others also discuss Steadman's art and influence. Live action/animated.</td>
  1026. <td class="x-channum">353 - Starz Cinema</td>
  1027. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430980500">Wed May 6, 2015, 11:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431038700" class="italic">Thu May 7, 2015, 03:45 PM</a></td>
  1028. <td class="x-length">1 hr 35 mins</td>
  1029. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1030. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430864100">Frozen</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;&frac12;)</td>
  1031. <td class="x-category">Children</td>
  1032. <td class="x-description">A fearless young princess (Kristen Bell) sets out with a mountaineer (Jonathan Groff) to find her sister (Idina Menzel), whose icy powers have trapped their kingdom in eternal winter. Animated.</td>
  1033. <td class="x-channum">9497 - Starz Kids HD</td>
  1034. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430864100">Tue May 5, 2015, 03:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430906400" class="italic">Wed May 6, 2015, 03:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430928300" class="italic">Wed May 6, 2015, 09:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431108000" class="italic">Fri May 8, 2015, 11:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431129600" class="italic">Fri May 8, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431180000" class="italic">Sat May 9, 2015, 07:00 AM</a></td>
  1035. <td class="x-length">1 hr 45 mins</td>
  1036. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1037. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431602400">Frozen</a><br>(2013, <i>PG</i>, &diams;&diams;&diams;&frac12;)</td>
  1038. <td class="x-category">Children</td>
  1039. <td class="x-description">A fearless young princess (Kristen Bell) sets out with a mountaineer (Jonathan Groff) to find her sister (Idina Menzel), whose icy powers have trapped their kingdom in eternal winter. Animated.</td>
  1040. <td class="x-channum">9505 - Encore HD</td>
  1041. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431602400">Thu May 14, 2015, 04:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431648000" class="italic">Thu May 14, 2015, 05:00 PM</a></td>
  1042. <td class="x-length">1 hr 45 mins</td>
  1043. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1044. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430731800">Generation P</a><br>(2011, <i>NR</i>, &diams;&diams;&frac12;)</td>
  1045. <td class="x-category">Comedy-drama</td>
  1046. <td class="x-description">In post-communist Russia, a cynical poet (Vladimir Epifancev) lands a job in his country's blossoming advertising world.</td>
  1047. <td class="x-channum">353 - Starz Cinema</td>
  1048. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430731800">Mon May 4, 2015, 02:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431529500" class="italic">Wed May 13, 2015, 08:05 AM</a></td>
  1049. <td class="x-length">2 hrs</td>
  1050. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1051. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431686700">Gideon's Army</a><br>(2013, <i>NR</i>, &diams;&diams;&diams;)</td>
  1052. <td class="x-category">Documentary</td>
  1053. <td class="x-description">Three young public defenders dedicate their lives to helping the people that society would like to forget.</td>
  1054. <td class="x-channum">9456 - HBO HD</td>
  1055. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431686700">Fri May 15, 2015, 03:45 AM</a></td>
  1056. <td class="x-length">1 hr 45 mins</td>
  1057. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1058. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431697500">Gideon's Army</a><br>(2013, <i>NR</i>, &diams;&diams;&diams;)</td>
  1059. <td class="x-category">Documentary</td>
  1060. <td class="x-description">Three young public defenders dedicate their lives to helping the people that society would like to forget.</td>
  1061. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1062. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431697500">Fri May 15, 2015, 06:45 AM</a></td>
  1063. <td class="x-length">1 hr 45 mins</td>
  1064. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1065. <td class="x-title type_movie cat_Science_Nature"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431072000">Godzilla</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1066. <td class="x-category">Science fiction</td>
  1067. <td class="x-description">Godzilla, King of the Monsters, arises to combat massive, malevolent foes that have been feeding on a nuclear plant's reactors and now threaten mankind with total annihilation.</td>
  1068. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1069. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431072000">Fri May 8, 2015, 01:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431316800" class="italic">Sun May 10, 2015, 09:00 PM</a></td>
  1070. <td class="x-length">2 hrs 5 mins</td>
  1071. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1072. <td class="x-title type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431404400">Godzilla</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1073. <td class="x-category">Science fiction</td>
  1074. <td class="x-description">Godzilla, King of the Monsters, arises to combat massive, malevolent foes that have been feeding on a nuclear plant's reactors and now threaten mankind with total annihilation.</td>
  1075. <td class="x-channum">9453 - HBO Family HD</td>
  1076. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431404400">Mon May 11, 2015, 09:20 PM</a></td>
  1077. <td class="x-length">2 hrs 5 mins</td>
  1078. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1079. <td class="x-title type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431061200">Godzilla</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1080. <td class="x-category">Science fiction</td>
  1081. <td class="x-description">Godzilla, King of the Monsters, arises to combat massive, malevolent foes that have been feeding on a nuclear plant's reactors and now threaten mankind with total annihilation.</td>
  1082. <td class="x-channum">9455 - HBO 2 HD</td>
  1083. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431061200">Thu May 7, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431306000" class="italic">Sun May 10, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431729900" class="italic">Fri May 15, 2015, 03:45 PM</a></td>
  1084. <td class="x-length">2 hrs 5 mins</td>
  1085. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1086. <td class="x-title type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430664300">Godzilla</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1087. <td class="x-category">Science fiction</td>
  1088. <td class="x-description">Godzilla, King of the Monsters, arises to combat massive, malevolent foes that have been feeding on a nuclear plant's reactors and now threaten mankind with total annihilation.</td>
  1089. <td class="x-channum">9456 - HBO HD</td>
  1090. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430664300">Sun May 3, 2015, 07:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430865900" class="italic">Tue May 5, 2015, 03:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431175500" class="italic">Sat May 9, 2015, 05:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431205200" class="italic">Sat May 9, 2015, 02:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431435600" class="italic">Tue May 12, 2015, 06:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431487800" class="italic">Tue May 12, 2015, 08:30 PM</a></td>
  1091. <td class="x-length">2 hrs 15 mins</td>
  1092. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1093. <td class="x-title type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430675100">Godzilla</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1094. <td class="x-category">Science fiction</td>
  1095. <td class="x-description">Godzilla, King of the Monsters, arises to combat massive, malevolent foes that have been feeding on a nuclear plant's reactors and now threaten mankind with total annihilation.</td>
  1096. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1097. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430675100">Sun May 3, 2015, 10:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430876700" class="italic">Tue May 5, 2015, 06:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431186300" class="italic">Sat May 9, 2015, 08:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431216000" class="italic">Sat May 9, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431446400" class="italic">Tue May 12, 2015, 09:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431498600" class="italic">Tue May 12, 2015, 11:30 PM</a></td>
  1098. <td class="x-length">2 hrs 15 mins</td>
  1099. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1100. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430745000">The Grand Budapest Hotel</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  1101. <td class="x-category">Comedy-drama</td>
  1102. <td class="x-description">A concierge (Ralph Fiennes) at a posh European hotel is framed for murdering an elderly dowager with whom he had a sexual relationship and who left him a priceless painting in her will.</td>
  1103. <td class="x-channum">9452 - HBO Zone HD</td>
  1104. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430745000">Mon May 4, 2015, 06:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430787600" class="italic">Mon May 4, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431105600" class="italic">Fri May 8, 2015, 10:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431472500" class="italic">Tue May 12, 2015, 04:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431731700" class="italic">Fri May 15, 2015, 04:15 PM</a></td>
  1105. <td class="x-length">1 hr 45 mins</td>
  1106. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1107. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431038700">The Grand Budapest Hotel</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  1108. <td class="x-category">Comedy-drama</td>
  1109. <td class="x-description">A concierge (Ralph Fiennes) at a posh European hotel is framed for murdering an elderly dowager with whom he had a sexual relationship and who left him a priceless painting in her will.</td>
  1110. <td class="x-channum">9454 - HBO Signature HD</td>
  1111. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431038700">Thu May 7, 2015, 03:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431263400" class="italic">Sun May 10, 2015, 06:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431306000" class="italic">Sun May 10, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431583800" class="italic">Wed May 13, 2015, 11:10 PM</a></td>
  1112. <td class="x-length">1 hr 45 mins</td>
  1113. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1114. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431243600">The Grand Budapest Hotel</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  1115. <td class="x-category">Comedy-drama</td>
  1116. <td class="x-description">A concierge (Ralph Fiennes) at a posh European hotel is framed for murdering an elderly dowager with whom he had a sexual relationship and who left him a priceless painting in her will.</td>
  1117. <td class="x-channum">9456 - HBO HD</td>
  1118. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431243600">Sun May 10, 2015, 12:40 AM</a></td>
  1119. <td class="x-length">1 hr 45 mins</td>
  1120. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1121. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431254400">The Grand Budapest Hotel</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&diams;)</td>
  1122. <td class="x-category">Comedy-drama</td>
  1123. <td class="x-description">A concierge (Ralph Fiennes) at a posh European hotel is framed for murdering an elderly dowager with whom he had a sexual relationship and who left him a priceless painting in her will.</td>
  1124. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1125. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431254400">Sun May 10, 2015, 03:40 AM</a></td>
  1126. <td class="x-length">1 hr 45 mins</td>
  1127. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1128. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431622200">Gravity</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1129. <td class="x-category">Science fiction</td>
  1130. <td class="x-description">The destruction of their shuttle leaves two astronauts (Sandra Bullock, George Clooney) stranded in space with no hope of rescue.</td>
  1131. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1132. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431622200">Thu May 14, 2015, 09:50 AM</a></td>
  1133. <td class="x-length">1 hr 40 mins</td>
  1134. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1135. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430885100">Gravity</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1136. <td class="x-category">Science fiction</td>
  1137. <td class="x-description">The destruction of their shuttle leaves two astronauts (Sandra Bullock, George Clooney) stranded in space with no hope of rescue.</td>
  1138. <td class="x-channum">9453 - HBO Family HD</td>
  1139. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430885100">Tue May 5, 2015, 09:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431576000" class="italic">Wed May 13, 2015, 09:00 PM</a></td>
  1140. <td class="x-length">1 hr 30 mins</td>
  1141. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1142. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431611400">Gravity</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1143. <td class="x-category">Science fiction</td>
  1144. <td class="x-description">The destruction of their shuttle leaves two astronauts (Sandra Bullock, George Clooney) stranded in space with no hope of rescue.</td>
  1145. <td class="x-channum">9455 - HBO 2 HD</td>
  1146. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431611400">Thu May 14, 2015, 06:50 AM</a></td>
  1147. <td class="x-length">1 hr 40 mins</td>
  1148. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1149. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430679600">The Great Gatsby</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1150. <td class="x-category">Drama</td>
  1151. <td class="x-description">A writer (Tobey Maguire) gets swept up in the affairs of Jazz Age New York's wealthy elite when he moves next-door to a mysterious millionaire (Leonardo DiCaprio) who throws lavish parties and pines for an unattainable woman (Carey Mulligan).</td>
  1152. <td class="x-channum">9454 - HBO Signature HD</td>
  1153. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430679600">Sun May 3, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430708400" class="italic">Sun May 3, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430924700" class="italic">Wed May 6, 2015, 08:05 AM</a></td>
  1154. <td class="x-length">2 hrs 25 mins</td>
  1155. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1156. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431014400">The Great Gatsby</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1157. <td class="x-category">Drama</td>
  1158. <td class="x-description">A writer (Tobey Maguire) gets swept up in the affairs of Jazz Age New York's wealthy elite when he moves next-door to a mysterious millionaire (Leonardo DiCaprio) who throws lavish parties and pines for an unattainable woman (Carey Mulligan).</td>
  1159. <td class="x-channum">9456 - HBO HD</td>
  1160. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431014400">Thu May 7, 2015, 09:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431545400" class="italic">Wed May 13, 2015, 12:30 PM</a></td>
  1161. <td class="x-length">2 hrs 30 mins</td>
  1162. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1163. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431025200">The Great Gatsby</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1164. <td class="x-category">Drama</td>
  1165. <td class="x-description">A writer (Tobey Maguire) gets swept up in the affairs of Jazz Age New York's wealthy elite when he moves next-door to a mysterious millionaire (Leonardo DiCaprio) who throws lavish parties and pines for an unattainable woman (Carey Mulligan).</td>
  1166. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1167. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431025200">Thu May 7, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431556200" class="italic">Wed May 13, 2015, 03:30 PM</a></td>
  1168. <td class="x-length">2 hrs 30 mins</td>
  1169. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1170. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430672700">Guardians of the Galaxy</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1171. <td class="x-category">Science fiction</td>
  1172. <td class="x-description">A space adventurer (Chris Pratt) becomes the quarry of bounty hunters after he steals an orb coveted by a treacherous villain, but after he discovers the orb's true power, he must find a way to unite four ragtag rivals to save the universe.</td>
  1173. <td class="x-channum">9435 - Starz HD</td>
  1174. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430672700">Sun May 3, 2015, 10:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430705100" class="italic">Sun May 3, 2015, 07:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430747400" class="italic">Mon May 4, 2015, 06:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431014700" class="italic">Thu May 7, 2015, 09:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431046800" class="italic">Thu May 7, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431086100" class="italic">Fri May 8, 2015, 04:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431496500" class="italic">Tue May 12, 2015, 10:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431530400" class="italic">Wed May 13, 2015, 08:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431557700" class="italic">Wed May 13, 2015, 03:55 PM</a></td>
  1175. <td class="x-length">2 hrs 5 mins</td>
  1176. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1177. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430806500">Guardians of the Galaxy</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1178. <td class="x-category">Science fiction</td>
  1179. <td class="x-description">A space adventurer (Chris Pratt) becomes the quarry of bounty hunters after he steals an orb coveted by a treacherous villain, but after he discovers the orb's true power, he must find a way to unite four ragtag rivals to save the universe.</td>
  1180. <td class="x-channum">9496 - Starz Edge HD</td>
  1181. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430806500">Mon May 4, 2015, 11:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430840400" class="italic">Tue May 5, 2015, 08:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430870400" class="italic">Tue May 5, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431234900" class="italic">Sat May 9, 2015, 10:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431263100" class="italic">Sun May 10, 2015, 06:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431302700" class="italic">Sun May 10, 2015, 05:05 PM</a></td>
  1182. <td class="x-length">2 hrs 5 mins</td>
  1183. </tr><tr class="record_old_duplicate type_movie cat_Science_Nature" valign="top">
  1184. <td class="x-title record_old_duplicate type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430683500">Guardians of the Galaxy</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1185. <td class="x-category">Science fiction</td>
  1186. <td class="x-description">A space adventurer (Chris Pratt) becomes the quarry of bounty hunters after he steals an orb coveted by a treacherous villain, but after he discovers the orb's true power, he must find a way to unite four ragtag rivals to save the universe.</td>
  1187. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1188. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430683500">Sun May 3, 2015, 01:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430715900" class="italic">Sun May 3, 2015, 10:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1430758200" class="italic">Mon May 4, 2015, 09:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431025500" class="italic">Thu May 7, 2015, 12:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431057600" class="italic">Thu May 7, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431096900" class="italic">Fri May 8, 2015, 07:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431507300" class="italic">Wed May 13, 2015, 01:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431541200" class="italic">Wed May 13, 2015, 11:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431568500" class="italic">Wed May 13, 2015, 06:55 PM</a></td>
  1189. <td class="x-length">2 hrs 5 mins</td>
  1190. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1191. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430746200">The Heat</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  1192. <td class="x-category">Comedy</td>
  1193. <td class="x-description">An arrogant, methodical FBI agent (Sandra Bullock) must join forces with a foul-mouthed, erratic Boston detective (Melissa McCarthy) to bring down a ruthless drug lord.</td>
  1194. <td class="x-channum">9451 - HBO Comedy HD</td>
  1195. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430746200">Mon May 4, 2015, 06:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430936100" class="italic">Wed May 6, 2015, 11:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430967900" class="italic">Wed May 6, 2015, 08:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431620400" class="italic">Thu May 14, 2015, 09:20 AM</a></td>
  1196. <td class="x-length">2 hrs</td>
  1197. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1198. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431370500">Heaven Is for Real</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1199. <td class="x-category">Drama</td>
  1200. <td class="x-description">A little boy says that he visited heaven during a near-death experience and tells his astonished parents (Greg Kinnear, Kelly Reilly) about things he couldn't possibly know.</td>
  1201. <td class="x-channum">9435 - Starz HD</td>
  1202. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431370500">Mon May 11, 2015, 11:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431407400" class="italic">Mon May 11, 2015, 10:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431688800" class="italic">Fri May 15, 2015, 04:20 AM</a></td>
  1203. <td class="x-length">1 hr 45 mins</td>
  1204. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1205. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430679300">Heaven Is for Real</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1206. <td class="x-category">Drama</td>
  1207. <td class="x-description">A little boy says that he visited heaven during a near-death experience and tells his astonished parents (Greg Kinnear, Kelly Reilly) about things he couldn't possibly know.</td>
  1208. <td class="x-channum">9497 - Starz Kids HD</td>
  1209. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430679300">Sun May 3, 2015, 11:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430702700" class="italic">Sun May 3, 2015, 06:25 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431018000" class="italic">Thu May 7, 2015, 10:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431043200" class="italic">Thu May 7, 2015, 05:00 PM</a></td>
  1210. <td class="x-length">1 hr 45 mins</td>
  1211. </tr><tr class="record_old_duplicate type_movie cat_Drama" valign="top">
  1212. <td class="x-title record_old_duplicate type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431381300">Heaven Is for Real</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1213. <td class="x-category">Drama</td>
  1214. <td class="x-description">A little boy says that he visited heaven during a near-death experience and tells his astonished parents (Greg Kinnear, Kelly Reilly) about things he couldn't possibly know.</td>
  1215. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1216. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431381300">Mon May 11, 2015, 02:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431418200" class="italic">Tue May 12, 2015, 01:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431699600" class="italic">Fri May 15, 2015, 07:20 AM</a></td>
  1217. <td class="x-length">1 hr 45 mins</td>
  1218. </tr><tr class="record_old_duplicate type_movie cat_SciFi_Fantasy" valign="top">
  1219. <td class="x-title record_old_duplicate type_movie cat_SciFi_Fantasy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430661600">The Hobbit: The Desolation of Smaug</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1220. <td class="x-category">Fantasy</td>
  1221. <td class="x-description">Bilbo (Martin Freeman) and his companions continue their journey east and brave many dangers on their way to the Lonely Mountain, culminating in an encounter with the fearsome dragon Smaug.</td>
  1222. <td class="x-channum">9452 - HBO Zone HD</td>
  1223. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430661600">Sun May 3, 2015, 07:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430701200" class="italic">Sun May 3, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431382500" class="italic">Mon May 11, 2015, 03:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431633300" class="italic">Thu May 14, 2015, 12:55 PM</a></td>
  1224. <td class="x-length">2 hrs 45 mins</td>
  1225. </tr><tr class="record_old_duplicate type_movie cat_SciFi_Fantasy" valign="top">
  1226. <td class="x-title record_old_duplicate type_movie cat_SciFi_Fantasy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430835300">The Hobbit: The Desolation of Smaug</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1227. <td class="x-category">Fantasy</td>
  1228. <td class="x-description">Bilbo (Martin Freeman) and his companions continue their journey east and brave many dangers on their way to the Lonely Mountain, culminating in an encounter with the fearsome dragon Smaug.</td>
  1229. <td class="x-channum">9456 - HBO HD</td>
  1230. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430835300">Tue May 5, 2015, 07:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431520200" class="italic">Wed May 13, 2015, 05:30 AM</a></td>
  1231. <td class="x-length">2 hrs 45 mins</td>
  1232. </tr><tr class="record_old_duplicate type_movie cat_SciFi_Fantasy" valign="top">
  1233. <td class="x-title record_old_duplicate type_movie cat_SciFi_Fantasy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430846100">The Hobbit: The Desolation of Smaug</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1234. <td class="x-category">Fantasy</td>
  1235. <td class="x-description">Bilbo (Martin Freeman) and his companions continue their journey east and brave many dangers on their way to the Lonely Mountain, culminating in an encounter with the fearsome dragon Smaug.</td>
  1236. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1237. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430846100">Tue May 5, 2015, 10:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431531000" class="italic">Wed May 13, 2015, 08:30 AM</a></td>
  1238. <td class="x-length">2 hrs 45 mins</td>
  1239. </tr><tr class=" type_movie cat_Science_Nature" valign="top">
  1240. <td class="x-title type_movie cat_Science_Nature"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1430690400">The Hunger Games</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1241. <td class="x-category">Science fiction</td>
  1242. <td class="x-description">A resourceful teen (Jennifer Lawrence) takes her younger sister's place in a brutal contest in which youths from each of 12 districts fight to the death on live television.</td>
  1243. <td class="x-channum">9558 - ABC Family HD</td>
  1244. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1430690400">Sun May 3, 2015, 03:00 PM</a></td>
  1245. <td class="x-length">3 hrs</td>
  1246. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1247. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430946600">I'm So Excited!</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  1248. <td class="x-category">Comedy</td>
  1249. <td class="x-description">Neurotic passengers (Antonio de la Torre, Hugo Silva) have weird encounters aboard a malfunctioning plane bound for Mexico.</td>
  1250. <td class="x-channum">353 - Starz Cinema</td>
  1251. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430946600">Wed May 6, 2015, 02:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431464700" class="italic">Tue May 12, 2015, 02:05 PM</a></td>
  1252. <td class="x-length">1 hr 35 mins</td>
  1253. </tr><tr class=" type_movie cat_Drama" valign="top">
  1254. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431050400">The Ides of March</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  1255. <td class="x-category">Drama</td>
  1256. <td class="x-description">A campaign press secretary (Ryan Gosling) becomes involved in a political scandal that threatens to smash his candidate's bid for the presidency.</td>
  1257. <td class="x-channum">353 - Starz Cinema</td>
  1258. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431050400">Thu May 7, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431109800" class="italic">Fri May 8, 2015, 11:30 AM</a></td>
  1259. <td class="x-length">1 hr 45 mins</td>
  1260. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1261. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431436800">The Internship</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1262. <td class="x-category">Comedy</td>
  1263. <td class="x-description">Two old-school, unemployed salesmen (Vince Vaughn, Owen Wilson) finagle internships at Google, then must compete with younger, smarter candidates for prime positions.</td>
  1264. <td class="x-channum">9479 - ActionMAX HD</td>
  1265. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431436800">Tue May 12, 2015, 06:20 AM</a></td>
  1266. <td class="x-length">2 hrs 5 mins</td>
  1267. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1268. <td class="x-title type_movie cat_Art_Music"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431230400">Jersey Boys</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1269. <td class="x-category">Musical</td>
  1270. <td class="x-description">Scrappy young men from the New Jersey streets form a close-knit group and ride their musical dreams to the top of the charts as Frankie Valli (John Lloyd Young) & the Four Seasons.</td>
  1271. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1272. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431230400">Sat May 9, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431727200" class="italic">Fri May 15, 2015, 03:00 PM</a></td>
  1273. <td class="x-length">2 hrs 15 mins</td>
  1274. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1275. <td class="x-title type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430685600">Jersey Boys</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1276. <td class="x-category">Musical</td>
  1277. <td class="x-description">Scrappy young men from the New Jersey streets form a close-knit group and ride their musical dreams to the top of the charts as Frankie Valli (John Lloyd Young) & the Four Seasons.</td>
  1278. <td class="x-channum">9452 - HBO Zone HD</td>
  1279. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430685600">Sun May 3, 2015, 01:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430865600" class="italic">Tue May 5, 2015, 03:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431536100" class="italic">Wed May 13, 2015, 09:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431575400" class="italic">Wed May 13, 2015, 08:50 PM</a></td>
  1280. <td class="x-length">2 hrs 20 mins</td>
  1281. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1282. <td class="x-title type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431219600">Jersey Boys</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1283. <td class="x-category">Musical</td>
  1284. <td class="x-description">Scrappy young men from the New Jersey streets form a close-knit group and ride their musical dreams to the top of the charts as Frankie Valli (John Lloyd Young) & the Four Seasons.</td>
  1285. <td class="x-channum">9455 - HBO 2 HD</td>
  1286. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431219600">Sat May 9, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431716400" class="italic">Fri May 15, 2015, 12:00 PM</a></td>
  1287. <td class="x-length">2 hrs 15 mins</td>
  1288. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1289. <td class="x-title type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430976600">Jersey Boys</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1290. <td class="x-category">Musical</td>
  1291. <td class="x-description">Scrappy young men from the New Jersey streets form a close-knit group and ride their musical dreams to the top of the charts as Frankie Valli (John Lloyd Young) & the Four Seasons.</td>
  1292. <td class="x-channum">9456 - HBO HD</td>
  1293. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430976600">Wed May 6, 2015, 10:30 PM</a></td>
  1294. <td class="x-length">2 hrs 15 mins</td>
  1295. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1296. <td class="x-title type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430987400">Jersey Boys</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1297. <td class="x-category">Musical</td>
  1298. <td class="x-description">Scrappy young men from the New Jersey streets form a close-knit group and ride their musical dreams to the top of the charts as Frankie Valli (John Lloyd Young) & the Four Seasons.</td>
  1299. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1300. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430987400">Thu May 7, 2015, 01:30 AM</a></td>
  1301. <td class="x-length">2 hrs 15 mins</td>
  1302. </tr><tr class=" type_movie cat_Crime_Mystery" valign="top">
  1303. <td class="x-title type_movie cat_Crime_Mystery"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12444/1430874000">Jesse Stone: Benefit of the Doubt</a><br>(2012, <i>NR</i>, &diams;&diams;&diams;)</td>
  1304. <td class="x-category">Crime drama</td>
  1305. <td class="x-description">Jesse (Tom Selleck) comes out of his forced retirement after the sheriff who replaced him dies when his police car explodes.</td>
  1306. <td class="x-channum">9444 - Hallmark Movies & Mysteries HD</td>
  1307. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12444/1430874000">Tue May 5, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12444/1431313200" class="italic">Sun May 10, 2015, 08:00 PM</a></td>
  1308. <td class="x-length">2 hrs</td>
  1309. </tr><tr class=" type_movie cat_Crime_Mystery" valign="top">
  1310. <td class="x-title type_movie cat_Crime_Mystery"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12444/1431306000">Jesse Stone: Innocents Lost</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;)</td>
  1311. <td class="x-category">Crime drama</td>
  1312. <td class="x-description">A reinstated police chief (Tom Selleck) battles his own demons while investigating the death of a teenage girl.</td>
  1313. <td class="x-channum">9444 - Hallmark Movies & Mysteries HD</td>
  1314. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12444/1431306000">Sun May 10, 2015, 06:00 PM</a></td>
  1315. <td class="x-length">2 hrs</td>
  1316. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1317. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430771700">Jodorowsky's Dune</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1318. <td class="x-category">Documentary</td>
  1319. <td class="x-description">Filmmaker Alejandro Jodorowsky discusses how he would have adapted Frank Herbert's classic sci-fi novel ``Dune'' for the big screen.</td>
  1320. <td class="x-channum">353 - Starz Cinema</td>
  1321. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430771700">Mon May 4, 2015, 01:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431537000" class="italic">Wed May 13, 2015, 10:10 AM</a></td>
  1322. <td class="x-length">1 hr 35 mins</td>
  1323. </tr><tr class=" type_movie cat_Drama" valign="top">
  1324. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1430694900">Kill Your Darlings</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1325. <td class="x-category">Drama</td>
  1326. <td class="x-description">In 1944, young Allen Ginsberg (Daniel Radcliffe) has a rival for the affections of his charismatic classmate Lucien Carr (Dane DeHaan). When the rival is found dead, Carr, William Burroughs and Jack Kerouac are arrested for murder.</td>
  1327. <td class="x-channum">344 - Encore Suspense</td>
  1328. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1430694900">Sun May 3, 2015, 04:15 PM</a></td>
  1329. <td class="x-length">1 hr 45 mins</td>
  1330. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1331. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431100800">Kurt Cobain: Montage of Heck</a><br>(2015, <i>NR</i>, &diams;&diams;&diams;)</td>
  1332. <td class="x-category">Documentary</td>
  1333. <td class="x-description">Filmmaker Brett Morgen uses material from the Cobains' personal archives in an in-depth examination of the Nirvana frontman's childhood, music career and untimely death.</td>
  1334. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1335. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431100800">Fri May 8, 2015, 09:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431140400" class="italic">Fri May 8, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431550800" class="italic">Wed May 13, 2015, 02:00 PM</a></td>
  1336. <td class="x-length">2 hrs 15 mins</td>
  1337. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1338. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431090000">Kurt Cobain: Montage of Heck</a><br>(2015, <i>NR</i>, &diams;&diams;&diams;)</td>
  1339. <td class="x-category">Documentary</td>
  1340. <td class="x-description">Filmmaker Brett Morgen uses material from the Cobains' personal archives in an in-depth examination of the Nirvana frontman's childhood, music career and untimely death.</td>
  1341. <td class="x-channum">9455 - HBO 2 HD</td>
  1342. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431090000">Fri May 8, 2015, 06:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431129600" class="italic">Fri May 8, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431540000" class="italic">Wed May 13, 2015, 11:00 AM</a></td>
  1343. <td class="x-length">2 hrs 15 mins</td>
  1344. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1345. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430787600">Kurt Cobain: Montage of Heck</a><br>(2015, <i>NR</i>, &diams;&diams;&diams;)</td>
  1346. <td class="x-category">Documentary</td>
  1347. <td class="x-description">Filmmaker Brett Morgen uses material from the Cobains' personal archives in an in-depth examination of the Nirvana frontman's childhood, music career and untimely death.</td>
  1348. <td class="x-channum">9456 - HBO HD</td>
  1349. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430787600">Mon May 4, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431031500" class="italic">Thu May 7, 2015, 01:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431061200" class="italic">Thu May 7, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431297900" class="italic">Sun May 10, 2015, 03:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431352800" class="italic">Mon May 11, 2015, 07:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431709200" class="italic">Fri May 15, 2015, 10:00 AM</a></td>
  1350. <td class="x-length">2 hrs 15 mins</td>
  1351. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1352. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430798400">Kurt Cobain: Montage of Heck</a><br>(2015, <i>NR</i>, &diams;&diams;&diams;)</td>
  1353. <td class="x-category">Documentary</td>
  1354. <td class="x-description">Filmmaker Brett Morgen uses material from the Cobains' personal archives in an in-depth examination of the Nirvana frontman's childhood, music career and untimely death.</td>
  1355. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1356. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430798400">Mon May 4, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431042300" class="italic">Thu May 7, 2015, 04:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431072000" class="italic">Fri May 8, 2015, 01:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431308700" class="italic">Sun May 10, 2015, 06:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431363600" class="italic">Mon May 11, 2015, 10:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431720000" class="italic">Fri May 15, 2015, 01:00 PM</a></td>
  1357. <td class="x-length">2 hrs 15 mins</td>
  1358. </tr><tr class=" type_movie cat_Action" valign="top">
  1359. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430958000">Land Ho!</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  1360. <td class="x-category">Adventure</td>
  1361. <td class="x-description">A retired surgeon (Earl Lynn Nelson) and his reserved former brother-in-law (Paul Eenhoorn) try to recapture their youth during a journey across Iceland.</td>
  1362. <td class="x-channum">353 - Starz Cinema</td>
  1363. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430958000">Wed May 6, 2015, 05:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431367800" class="italic">Mon May 11, 2015, 11:10 AM</a></td>
  1364. <td class="x-length">1 hr 40 mins</td>
  1365. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1366. <td class="x-title record_old_duplicate type_movie cat_Children"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430672400">The LEGO Movie</a><br>(2014, <i>PG</i>, &diams;&diams;&diams;&frac12;)</td>
  1367. <td class="x-category">Children</td>
  1368. <td class="x-description">An ordinary LEGO figurine (Chris Pratt), thought to be the key to saving the world, is accompanied by a fellowship of strangers embarking on a quest to vanquish a tyrant bent on a terrible deed. Animated.</td>
  1369. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1370. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430672400">Sun May 3, 2015, 10:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430941500" class="italic">Wed May 6, 2015, 12:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431194400" class="italic">Sat May 9, 2015, 11:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431642600" class="italic">Thu May 14, 2015, 03:30 PM</a></td>
  1371. <td class="x-length">1 hr 45 mins</td>
  1372. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1373. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431108300">The LEGO Movie</a><br>(2014, <i>PG</i>, &diams;&diams;&diams;&frac12;)</td>
  1374. <td class="x-category">Children</td>
  1375. <td class="x-description">An ordinary LEGO figurine (Chris Pratt), thought to be the key to saving the world, is accompanied by a fellowship of strangers embarking on a quest to vanquish a tyrant bent on a terrible deed. Animated.</td>
  1376. <td class="x-channum">9453 - HBO Family HD</td>
  1377. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431108300">Fri May 8, 2015, 11:05 AM</a></td>
  1378. <td class="x-length">1 hr 45 mins</td>
  1379. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1380. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430661600">The LEGO Movie</a><br>(2014, <i>PG</i>, &diams;&diams;&diams;&frac12;)</td>
  1381. <td class="x-category">Children</td>
  1382. <td class="x-description">An ordinary LEGO figurine (Chris Pratt), thought to be the key to saving the world, is accompanied by a fellowship of strangers embarking on a quest to vanquish a tyrant bent on a terrible deed. Animated.</td>
  1383. <td class="x-channum">9455 - HBO 2 HD</td>
  1384. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430661600">Sun May 3, 2015, 07:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430930700" class="italic">Wed May 6, 2015, 09:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431183600" class="italic">Sat May 9, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431631800" class="italic">Thu May 14, 2015, 12:30 PM</a></td>
  1385. <td class="x-length">1 hr 45 mins</td>
  1386. </tr><tr class=" type_movie cat_Horror" valign="top">
  1387. <td class="x-title type_movie cat_Horror"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431570900">The Lords of Salem</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1388. <td class="x-category">Horror</td>
  1389. <td class="x-description">A radio DJ (Sheri Moon Zombie) in Salem, Mass., is plagued by nightmarish visions of vengeful witches after she plays a record by a mysterious group known only as ``The Lords.''</td>
  1390. <td class="x-channum">344 - Encore Suspense</td>
  1391. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431570900">Wed May 13, 2015, 07:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431587700" class="italic">Thu May 14, 2015, 12:15 AM</a></td>
  1392. <td class="x-length">1 hr 45 mins</td>
  1393. </tr><tr class=" type_movie cat_Drama" valign="top">
  1394. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431009300">Love Is Strange</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  1395. <td class="x-category">Drama</td>
  1396. <td class="x-description">A recently married gay couple (John Lithgow, Alfred Molina) are forced to move into separate households after they lose their home.</td>
  1397. <td class="x-channum">353 - Starz Cinema</td>
  1398. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431009300">Thu May 7, 2015, 07:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431044400" class="italic">Thu May 7, 2015, 05:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431445800" class="italic">Tue May 12, 2015, 08:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431470400" class="italic">Tue May 12, 2015, 03:40 PM</a></td>
  1399. <td class="x-length">1 hr 40 mins</td>
  1400. </tr><tr class=" type_movie cat_Horror" valign="top">
  1401. <td class="x-title type_movie cat_Horror"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431102600">Lovely Molly</a><br>(2011, <i>R</i>, &diams;&diams;&frac12;)</td>
  1402. <td class="x-category">Horror</td>
  1403. <td class="x-description">A supernatural presence menaces a newlywed couple (Gretchen Lodge, Johnny Lewis) after they move into the wife's long-abandoned childhood home.</td>
  1404. <td class="x-channum">199 - Chiller</td>
  1405. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431102600">Fri May 8, 2015, 09:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431156600" class="italic">Sat May 9, 2015, 12:30 AM</a></td>
  1406. <td class="x-length">2 hrs</td>
  1407. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1408. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431133200">Magic in the Moonlight</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1409. <td class="x-category">Romance-comedy</td>
  1410. <td class="x-description">In 1920s France, a master magician (Colin Firth) arrives at the Côte d'Azur mansion of a wealthy family to expose a young psychic (Emma Stone) named Sophie.</td>
  1411. <td class="x-channum">9435 - Starz HD</td>
  1412. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431133200">Fri May 8, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431152400" class="italic">Fri May 8, 2015, 11:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431201300" class="italic">Sat May 9, 2015, 12:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431261600" class="italic">Sun May 10, 2015, 05:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431288300" class="italic">Sun May 10, 2015, 01:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431617700" class="italic">Thu May 14, 2015, 08:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431657000" class="italic">Thu May 14, 2015, 07:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431695100" class="italic">Fri May 15, 2015, 06:05 AM</a></td>
  1413. <td class="x-length">1 hr 45 mins</td>
  1414. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1415. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431410400">Magic in the Moonlight</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1416. <td class="x-category">Romance-comedy</td>
  1417. <td class="x-description">In 1920s France, a master magician (Colin Firth) arrives at the Côte d'Azur mansion of a wealthy family to expose a young psychic (Emma Stone) named Sophie.</td>
  1418. <td class="x-channum">9496 - Starz Edge HD</td>
  1419. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431410400">Mon May 11, 2015, 11:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431448500" class="italic">Tue May 12, 2015, 09:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431478800" class="italic">Tue May 12, 2015, 06:00 PM</a></td>
  1420. <td class="x-length">1 hr 45 mins</td>
  1421. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1422. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431144000">Magic in the Moonlight</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1423. <td class="x-category">Romance-comedy</td>
  1424. <td class="x-description">In 1920s France, a master magician (Colin Firth) arrives at the Côte d'Azur mansion of a wealthy family to expose a young psychic (Emma Stone) named Sophie.</td>
  1425. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1426. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431144000">Fri May 8, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431163200" class="italic">Sat May 9, 2015, 02:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431212100" class="italic">Sat May 9, 2015, 03:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431272400" class="italic">Sun May 10, 2015, 08:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431299100" class="italic">Sun May 10, 2015, 04:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431628500" class="italic">Thu May 14, 2015, 11:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431667800" class="italic">Thu May 14, 2015, 10:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431705900" class="italic">Fri May 15, 2015, 09:05 AM</a></td>
  1427. <td class="x-length">1 hr 45 mins</td>
  1428. </tr><tr class="record_old_duplicate type_movie cat_SciFi_Fantasy" valign="top">
  1429. <td class="x-title record_old_duplicate type_movie cat_SciFi_Fantasy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430756700">Maleficent</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1430. <td class="x-category">Fantasy</td>
  1431. <td class="x-description">Maleficent (Angelina Jolie) rises to protect her peaceful forest kingdom from invaders, but a terrible betrayal turns her pure heart to stone and twists her into a creature bent on revenge.</td>
  1432. <td class="x-channum">9497 - Starz Kids HD</td>
  1433. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430756700">Mon May 4, 2015, 09:25 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430784000" class="italic">Mon May 4, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430829900" class="italic">Tue May 5, 2015, 05:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431261900" class="italic">Sun May 10, 2015, 05:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431285000" class="italic">Sun May 10, 2015, 12:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431308700" class="italic">Sun May 10, 2015, 06:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431607800" class="italic">Thu May 14, 2015, 05:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431636900" class="italic">Thu May 14, 2015, 01:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431684000" class="italic">Fri May 15, 2015, 03:00 AM</a></td>
  1434. <td class="x-length">1 hr 40 mins</td>
  1435. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1436. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430919900">Manhunt</a><br>(2013, <i>NR</i>, &diams;&diams;&diams;)</td>
  1437. <td class="x-category">Documentary</td>
  1438. <td class="x-description">Filmmaker Greg Barker profiles a dedicated group of female CIA analysts who began the hunt for Osama bin Laden even before the terrorist attacks of 9/11.</td>
  1439. <td class="x-channum">9456 - HBO HD</td>
  1440. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430919900">Wed May 6, 2015, 06:45 AM</a></td>
  1441. <td class="x-length">1 hr 45 mins</td>
  1442. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1443. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430930700">Manhunt</a><br>(2013, <i>NR</i>, &diams;&diams;&diams;)</td>
  1444. <td class="x-category">Documentary</td>
  1445. <td class="x-description">Filmmaker Greg Barker profiles a dedicated group of female CIA analysts who began the hunt for Osama bin Laden even before the terrorist attacks of 9/11.</td>
  1446. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1447. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430930700">Wed May 6, 2015, 09:45 AM</a></td>
  1448. <td class="x-length">1 hr 45 mins</td>
  1449. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1450. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430991300">Million Dollar Arm</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1451. <td class="x-category">Docudrama</td>
  1452. <td class="x-description">In a last-ditch effort to save his career, a sports agent (Jon Hamm) brings a pair of Indian cricket players to the U.S. to train to become pitchers for baseball's major leagues.</td>
  1453. <td class="x-channum">9435 - Starz HD</td>
  1454. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1430991300">Thu May 7, 2015, 02:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431054300" class="italic">Thu May 7, 2015, 08:05 PM</a></td>
  1455. <td class="x-length">2 hrs 10 mins</td>
  1456. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1457. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430697600">Million Dollar Arm</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1458. <td class="x-category">Docudrama</td>
  1459. <td class="x-description">In a last-ditch effort to save his career, a sports agent (Jon Hamm) brings a pair of Indian cricket players to the U.S. to train to become pitchers for baseball's major leagues.</td>
  1460. <td class="x-channum">9496 - Starz Edge HD</td>
  1461. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1430697600">Sun May 3, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431433200" class="italic">Tue May 12, 2015, 05:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431471000" class="italic">Tue May 12, 2015, 03:50 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431507000" class="italic">Wed May 13, 2015, 01:50 AM</a></td>
  1462. <td class="x-length">2 hrs 10 mins</td>
  1463. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1464. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431002100">Million Dollar Arm</a><br>(2014, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1465. <td class="x-category">Docudrama</td>
  1466. <td class="x-description">In a last-ditch effort to save his career, a sports agent (Jon Hamm) brings a pair of Indian cricket players to the U.S. to train to become pitchers for baseball's major leagues.</td>
  1467. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1468. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431002100">Thu May 7, 2015, 05:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431065100" class="italic">Thu May 7, 2015, 11:05 PM</a></td>
  1469. <td class="x-length">2 hrs 10 mins</td>
  1470. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1471. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431183900">Monsters University</a><br>(2013, <i>G</i>, &diams;&diams;&diams;)</td>
  1472. <td class="x-category">Children</td>
  1473. <td class="x-description">Back in their college days, Mike Wazowski's (Billy Crystal) fierce rivalry with natural-born Scarer Sulley (John Goodman) gets them both kicked out of Monster University's elite Scare Program. Animated.</td>
  1474. <td class="x-channum">9486 - Starz Comedy HD</td>
  1475. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431183900">Sat May 9, 2015, 08:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431209400" class="italic">Sat May 9, 2015, 03:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431529200" class="italic">Wed May 13, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12486/1431555000" class="italic">Wed May 13, 2015, 03:10 PM</a></td>
  1476. <td class="x-length">1 hr 50 mins</td>
  1477. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1478. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430667300">Monsters University</a><br>(2013, <i>G</i>, &diams;&diams;&diams;)</td>
  1479. <td class="x-category">Children</td>
  1480. <td class="x-description">Back in their college days, Mike Wazowski's (Billy Crystal) fierce rivalry with natural-born Scarer Sulley (John Goodman) gets them both kicked out of Monster University's elite Scare Program. Animated.</td>
  1481. <td class="x-channum">9497 - Starz Kids HD</td>
  1482. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430667300">Sun May 3, 2015, 08:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430691300" class="italic">Sun May 3, 2015, 03:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430739900" class="italic">Mon May 4, 2015, 04:45 AM</a></td>
  1483. <td class="x-length">1 hr 45 mins</td>
  1484. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1485. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1430794800">Monte Carlo</a><br>(2011, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1486. <td class="x-category">Romance-comedy</td>
  1487. <td class="x-description">A case of mistaken identity turns a trip to Europe into the adventure of a lifetime for a teen (Selena Gomez), her stepsister (Leighton Meester) and her best friend (Katie Cassidy).</td>
  1488. <td class="x-channum">173 - Disney Channel (Pacific)</td>
  1489. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1430794800">Mon May 4, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3173/1430866800" class="italic">Tue May 5, 2015, 04:00 PM</a></td>
  1490. <td class="x-length">2 hrs</td>
  1491. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1492. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1430784000">Monte Carlo</a><br>(2011, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1493. <td class="x-category">Romance-comedy</td>
  1494. <td class="x-description">A case of mistaken identity turns a trip to Europe into the adventure of a lifetime for a teen (Selena Gomez), her stepsister (Leighton Meester) and her best friend (Katie Cassidy).</td>
  1495. <td class="x-channum">9557 - Disney Channel HD</td>
  1496. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1430784000">Mon May 4, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12433/1430856000" class="italic">Tue May 5, 2015, 01:00 PM</a></td>
  1497. <td class="x-length">2 hrs</td>
  1498. </tr><tr class=" type_movie cat_Drama" valign="top">
  1499. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1430964000">The Monuments Men</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1500. <td class="x-category">Historical drama</td>
  1501. <td class="x-description">During World War II, a group of art scholars and other experts infiltrates enemy territory to retrieve stolen masterpieces before the Nazis destroy them.</td>
  1502. <td class="x-channum">343 - Encore Action</td>
  1503. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1430964000">Wed May 6, 2015, 07:00 PM</a></td>
  1504. <td class="x-length">2 hrs 5 mins</td>
  1505. </tr><tr class=" type_movie cat_Drama" valign="top">
  1506. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430719500">The Monuments Men</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1507. <td class="x-category">Historical drama</td>
  1508. <td class="x-description">During World War II, a group of art scholars and other experts infiltrates enemy territory to retrieve stolen masterpieces before the Nazis destroy them.</td>
  1509. <td class="x-channum">9505 - Encore HD</td>
  1510. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430719500">Sun May 3, 2015, 11:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431158400" class="italic">Sat May 9, 2015, 01:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431432000" class="italic">Tue May 12, 2015, 05:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1431453000" class="italic">Tue May 12, 2015, 10:50 AM</a></td>
  1511. <td class="x-length">2 hrs</td>
  1512. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1513. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430775900">Moonrise Kingdom</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1514. <td class="x-category">Comedy-drama</td>
  1515. <td class="x-description">In 1965 New England, a peaceful island community descends into turmoil when two love-struck 12-year-olds run away together just before the approach of a violent storm.</td>
  1516. <td class="x-channum">9452 - HBO Zone HD</td>
  1517. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1430775900">Mon May 4, 2015, 02:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431273000" class="italic">Sun May 10, 2015, 08:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431544500" class="italic">Wed May 13, 2015, 12:15 PM</a></td>
  1518. <td class="x-length">1 hr 35 mins</td>
  1519. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1520. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430671800">Moonrise Kingdom</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1521. <td class="x-category">Comedy-drama</td>
  1522. <td class="x-description">In 1965 New England, a peaceful island community descends into turmoil when two love-struck 12-year-olds run away together just before the approach of a violent storm.</td>
  1523. <td class="x-channum">9454 - HBO Signature HD</td>
  1524. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430671800">Sun May 3, 2015, 09:50 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431023700" class="italic">Thu May 7, 2015, 11:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431056700" class="italic">Thu May 7, 2015, 08:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431725700" class="italic">Fri May 15, 2015, 02:35 PM</a></td>
  1525. <td class="x-length">1 hr 40 mins</td>
  1526. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1527. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430823000">Moonrise Kingdom</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1528. <td class="x-category">Comedy-drama</td>
  1529. <td class="x-description">In 1965 New England, a peaceful island community descends into turmoil when two love-struck 12-year-olds run away together just before the approach of a violent storm.</td>
  1530. <td class="x-channum">9456 - HBO HD</td>
  1531. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430823000">Tue May 5, 2015, 03:50 AM</a></td>
  1532. <td class="x-length">1 hr 40 mins</td>
  1533. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1534. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430833800">Moonrise Kingdom</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;&frac12;)</td>
  1535. <td class="x-category">Comedy-drama</td>
  1536. <td class="x-description">In 1965 New England, a peaceful island community descends into turmoil when two love-struck 12-year-olds run away together just before the approach of a violent storm.</td>
  1537. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1538. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430833800">Tue May 5, 2015, 06:50 AM</a></td>
  1539. <td class="x-length">1 hr 40 mins</td>
  1540. </tr><tr class="record_duplicate type_1 cat_Children" valign="top">
  1541. <td class="x-title record_duplicate type_1 cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431363900">Muppets Most Wanted</a></td>
  1542. <td class="x-category">Children</td>
  1543. <td class="x-description">During a world tour, the Muppets become entangled in an international crime caper masterminded by a dead ringer for Kermit the Frog.</td>
  1544. <td class="x-channum">9496 - Starz Edge HD</td>
  1545. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431363900">Mon May 11, 2015, 10:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431712800" class="italic">Fri May 15, 2015, 11:00 AM</a></td>
  1546. <td class="x-length">1 hr 55 mins</td>
  1547. </tr><tr class="record_duplicate type_1 cat_Children" valign="top">
  1548. <td class="x-title record_duplicate type_1 cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430877900">Muppets Most Wanted</a></td>
  1549. <td class="x-category">Children</td>
  1550. <td class="x-description">During a world tour, the Muppets become entangled in an international crime caper masterminded by a dead ringer for Kermit the Frog.</td>
  1551. <td class="x-channum">9497 - Starz Kids HD</td>
  1552. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430877900">Tue May 5, 2015, 07:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430916000" class="italic">Wed May 6, 2015, 05:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430946000" class="italic">Wed May 6, 2015, 02:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431162300" class="italic">Sat May 9, 2015, 02:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431186300" class="italic">Sat May 9, 2015, 08:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431209400" class="italic">Sat May 9, 2015, 03:10 PM</a></td>
  1553. <td class="x-length">1 hr 50 mins</td>
  1554. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1555. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431133200">Neighbors</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  1556. <td class="x-category">Comedy</td>
  1557. <td class="x-description">Parents (Seth Rogen, Rose Byrne) go to war with a neighboring fraternity president (Zac Efron) who refuses to tone down his house's raucous activities.</td>
  1558. <td class="x-channum">9452 - HBO Zone HD</td>
  1559. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431133200">Fri May 8, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431407700" class="italic">Mon May 11, 2015, 10:15 PM</a></td>
  1560. <td class="x-length">1 hr 45 mins</td>
  1561. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1562. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430980200">Neighbors</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  1563. <td class="x-category">Comedy</td>
  1564. <td class="x-description">Parents (Seth Rogen, Rose Byrne) go to war with a neighboring fraternity president (Zac Efron) who refuses to tone down his house's raucous activities.</td>
  1565. <td class="x-channum">9454 - HBO Signature HD</td>
  1566. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1430980200">Wed May 6, 2015, 11:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431313200" class="italic">Sun May 10, 2015, 08:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431658800" class="italic">Thu May 14, 2015, 08:00 PM</a></td>
  1567. <td class="x-length">1 hr 40 mins</td>
  1568. </tr><tr class=" type_movie cat_Horror" valign="top">
  1569. <td class="x-title type_movie cat_Horror"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431478800">Night Wolf</a><br>(2012, <i>R</i>, &diams;&diams;&diams;)</td>
  1570. <td class="x-category">Horror</td>
  1571. <td class="x-description">A young woman (Isabella Calthorpe) and her family try to fight back against a bloodthirsty creature, only to find that it is already among them.</td>
  1572. <td class="x-channum">199 - Chiller</td>
  1573. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431478800">Tue May 12, 2015, 06:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3199/1431500400" class="italic">Wed May 13, 2015, 12:00 AM</a></td>
  1574. <td class="x-length">2 hrs</td>
  1575. </tr><tr class=" type_movie cat_Action" valign="top">
  1576. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431555000">Non-Stop</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1577. <td class="x-category">Action</td>
  1578. <td class="x-description">During a flight from New York to London, a federal air marshal (Liam Neeson) receives a series of text messages informing him that a passenger will be killed every 20 minutes until the airline transfers $150 million to an offshore account.</td>
  1579. <td class="x-channum">9454 - HBO Signature HD</td>
  1580. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12454/1431555000">Wed May 13, 2015, 03:10 PM</a></td>
  1581. <td class="x-length">1 hr 50 mins</td>
  1582. </tr><tr class=" type_movie cat_Action" valign="top">
  1583. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430780400">Non-Stop</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1584. <td class="x-category">Action</td>
  1585. <td class="x-description">During a flight from New York to London, a federal air marshal (Liam Neeson) receives a series of text messages informing him that a passenger will be killed every 20 minutes until the airline transfers $150 million to an offshore account.</td>
  1586. <td class="x-channum">9456 - HBO HD</td>
  1587. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1430780400">Mon May 4, 2015, 04:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431004500" class="italic">Thu May 7, 2015, 06:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431185400" class="italic">Sat May 9, 2015, 08:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431457200" class="italic">Tue May 12, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431727200" class="italic">Fri May 15, 2015, 03:00 PM</a></td>
  1588. <td class="x-length">2 hrs</td>
  1589. </tr><tr class=" type_movie cat_Action" valign="top">
  1590. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430791200">Non-Stop</a><br>(2014, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1591. <td class="x-category">Action</td>
  1592. <td class="x-description">During a flight from New York to London, a federal air marshal (Liam Neeson) receives a series of text messages informing him that a passenger will be killed every 20 minutes until the airline transfers $150 million to an offshore account.</td>
  1593. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1594. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1430791200">Mon May 4, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431015300" class="italic">Thu May 7, 2015, 09:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431196200" class="italic">Sat May 9, 2015, 11:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431468000" class="italic">Tue May 12, 2015, 03:00 PM</a></td>
  1595. <td class="x-length">2 hrs</td>
  1596. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1597. <td class="x-title record_old_duplicate type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431018000">Now You See Me</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1598. <td class="x-category">Comedy-drama</td>
  1599. <td class="x-description">A federal agent (Mark Ruffalo) and an Interpol detective play a cat-and-mouse game with cunning illusionists who rob corrupt business leaders during their performances, then funnel the money to members of the audience.</td>
  1600. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1601. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431018000">Thu May 7, 2015, 10:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431382500" class="italic">Mon May 11, 2015, 03:15 PM</a></td>
  1602. <td class="x-length">2 hrs</td>
  1603. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1604. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431120300">Now You See Me</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1605. <td class="x-category">Comedy-drama</td>
  1606. <td class="x-description">A federal agent (Mark Ruffalo) and an Interpol detective play a cat-and-mouse game with cunning illusionists who rob corrupt business leaders during their performances, then funnel the money to members of the audience.</td>
  1607. <td class="x-channum">9452 - HBO Zone HD</td>
  1608. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12452/1431120300">Fri May 8, 2015, 02:25 PM</a></td>
  1609. <td class="x-length">2 hrs</td>
  1610. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1611. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431225900">Now You See Me</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1612. <td class="x-category">Comedy-drama</td>
  1613. <td class="x-description">A federal agent (Mark Ruffalo) and an Interpol detective play a cat-and-mouse game with cunning illusionists who rob corrupt business leaders during their performances, then funnel the money to members of the audience.</td>
  1614. <td class="x-channum">9453 - HBO Family HD</td>
  1615. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431225900">Sat May 9, 2015, 07:45 PM</a></td>
  1616. <td class="x-length">1 hr 55 mins</td>
  1617. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1618. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431007200">Now You See Me</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1619. <td class="x-category">Comedy-drama</td>
  1620. <td class="x-description">A federal agent (Mark Ruffalo) and an Interpol detective play a cat-and-mouse game with cunning illusionists who rob corrupt business leaders during their performances, then funnel the money to members of the audience.</td>
  1621. <td class="x-channum">9455 - HBO 2 HD</td>
  1622. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431007200">Thu May 7, 2015, 07:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431371700" class="italic">Mon May 11, 2015, 12:15 PM</a></td>
  1623. <td class="x-length">2 hrs</td>
  1624. </tr><tr class=" type_movie cat_Drama" valign="top">
  1625. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431030900">Only Lovers Left Alive</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1626. <td class="x-category">Drama</td>
  1627. <td class="x-description">Artistic, sophisticated and centuries old, two vampire lovers (Tilda Swinton, Tom Hiddleston) ponder their ultimate place in modern society.</td>
  1628. <td class="x-channum">353 - Starz Cinema</td>
  1629. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431030900">Thu May 7, 2015, 01:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431388200" class="italic">Mon May 11, 2015, 04:50 PM</a></td>
  1630. <td class="x-length">2 hrs 10 mins</td>
  1631. </tr><tr class="record_old_duplicate type_movie cat_SciFi_Fantasy" valign="top">
  1632. <td class="x-title record_old_duplicate type_movie cat_SciFi_Fantasy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1430697600">Oz the Great and Powerful</a><br>(2013, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1633. <td class="x-category">Fantasy</td>
  1634. <td class="x-description">A shady circus magician (James Franco) crashes his balloon in the magical land of Oz, where he encounters three beautiful witches (Mila Kunis, Rachel Weisz) and becomes a reluctant leader in an epic battle of good vs. evil.</td>
  1635. <td class="x-channum">9431 - USA Network HD</td>
  1636. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1430697600">Sun May 3, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1430715600" class="italic">Sun May 3, 2015, 10:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1431648000" class="italic">Thu May 14, 2015, 05:00 PM</a></td>
  1637. <td class="x-length">3 hrs</td>
  1638. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1639. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430873100">Paradise Lost 3: Purgatory</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;&frac12;)</td>
  1640. <td class="x-category">Documentary</td>
  1641. <td class="x-description">New DNA evidence sheds light on the case of the West Memphis 3, a trio of men who were convicted in 1994 of murdering three suburban Arkansas Cub Scouts.</td>
  1642. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1643. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430873100">Tue May 5, 2015, 05:45 PM</a></td>
  1644. <td class="x-length">2 hrs 15 mins</td>
  1645. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1646. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430862300">Paradise Lost 3: Purgatory</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;&frac12;)</td>
  1647. <td class="x-category">Documentary</td>
  1648. <td class="x-description">New DNA evidence sheds light on the case of the West Memphis 3, a trio of men who were convicted in 1994 of murdering three suburban Arkansas Cub Scouts.</td>
  1649. <td class="x-channum">9455 - HBO 2 HD</td>
  1650. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430862300">Tue May 5, 2015, 02:45 PM</a></td>
  1651. <td class="x-length">2 hrs 15 mins</td>
  1652. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1653. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430766000">Parkland</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1654. <td class="x-category">Docudrama</td>
  1655. <td class="x-description">Chaotic events take place at Parkland Hospital in Dallas after the attack that assassinated President John F. Kennedy.</td>
  1656. <td class="x-channum">353 - Starz Cinema</td>
  1657. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430766000">Mon May 4, 2015, 12:00 PM</a></td>
  1658. <td class="x-length">1 hr 35 mins</td>
  1659. </tr><tr class=" type_movie cat_Drama" valign="top">
  1660. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431103200">The Patience Stone</a><br>(2012, <i>R</i>, &diams;&diams;&frac12;)</td>
  1661. <td class="x-category">Drama</td>
  1662. <td class="x-description">In a war-torn Muslim country, a woman (Golshifteh Farahani) alleviates her silent suffering by confessing her dreams, desires and secrets to her comatose husband.</td>
  1663. <td class="x-channum">353 - Starz Cinema</td>
  1664. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431103200">Fri May 8, 2015, 09:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431507000" class="italic">Wed May 13, 2015, 01:50 AM</a></td>
  1665. <td class="x-length">1 hr 50 mins</td>
  1666. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1667. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1431597600">Paul</a><br>(2011, <i>R</i>, &diams;&diams;&frac12;)</td>
  1668. <td class="x-category">Comedy</td>
  1669. <td class="x-description">On a pilgrimage to America's UFO heartland, two British sci-fi geeks (Simon Pegg, Nick Frost) meet an extraterrestrial and hatch a plan to help him return to his spaceship.</td>
  1670. <td class="x-channum">9431 - USA Network HD</td>
  1671. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12431/1431597600">Thu May 14, 2015, 03:00 AM</a></td>
  1672. <td class="x-length">2 hrs</td>
  1673. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1674. <td class="x-title record_old_duplicate type_movie cat_Children"><a href="http://REDACTED.COM/mythweb/tv/detail/12885/1431382500">Phineas and Ferb: The Movie: Across the 2nd Dimension</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;)</td>
  1675. <td class="x-category">Children</td>
  1676. <td class="x-description">Along with their pet platypus (Dee Bradley Baker), stepbrothers Phineas (Vincent Martella) and Ferb battle evil Dr. Doofenshmirtz. Animated.</td>
  1677. <td class="x-channum">174 - Disney XD</td>
  1678. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12885/1431382500">Mon May 11, 2015, 03:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12885/1431392400" class="italic">Mon May 11, 2015, 06:00 PM</a></td>
  1679. <td class="x-length">1 hr 45 mins</td>
  1680. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1681. <td class="x-title record_old_duplicate type_movie cat_Children"><a href="http://REDACTED.COM/mythweb/tv/detail/12449/1431382500">Phineas and Ferb: The Movie: Across the 2nd Dimension</a><br>(2011, <i>NR</i>, &diams;&diams;&diams;)</td>
  1682. <td class="x-category">Children</td>
  1683. <td class="x-description">Along with their pet platypus (Dee Bradley Baker), stepbrothers Phineas (Vincent Martella) and Ferb battle evil Dr. Doofenshmirtz. Animated.</td>
  1684. <td class="x-channum">9449 - Disney XD HD</td>
  1685. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12449/1431382500">Mon May 11, 2015, 03:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12449/1431392400" class="italic">Mon May 11, 2015, 06:00 PM</a></td>
  1686. <td class="x-length">1 hr 45 mins</td>
  1687. </tr><tr class="record_old_duplicate type_movie cat_Art_Music" valign="top">
  1688. <td class="x-title record_old_duplicate type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431129600">Pitch Perfect</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1689. <td class="x-category">Musical comedy</td>
  1690. <td class="x-description">When a new student (Anna Kendrick) joins her college's female a cappella group, she takes the women out of their comfort zone of traditional pieces and introduces them to innovative arrangements.</td>
  1691. <td class="x-channum">9558 - ABC Family HD</td>
  1692. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431129600">Fri May 8, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431302400" class="italic">Sun May 10, 2015, 05:00 PM</a></td>
  1693. <td class="x-length">2 hrs 30 mins</td>
  1694. </tr><tr class=" type_movie cat_Art_Music" valign="top">
  1695. <td class="x-title type_movie cat_Art_Music"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431216000">Pitch Perfect Sing-Along</a><br>(2012, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1696. <td class="x-category">Musical comedy</td>
  1697. <td class="x-description">When a new student (Anna Kendrick) joins her college's female a cappella group, she takes the women out of their comfort zone of traditional pieces and introduces them to innovative arrangements.</td>
  1698. <td class="x-channum">9558 - ABC Family HD</td>
  1699. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12879/1431216000">Sat May 9, 2015, 05:00 PM</a></td>
  1700. <td class="x-length">2 hrs 30 mins</td>
  1701. </tr><tr class=" type_movie cat_Unknown" valign="top">
  1702. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430870400">Prisoners</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1703. <td class="x-category">Suspense</td>
  1704. <td class="x-description">When police have to release their only suspect, a desperate man (Hugh Jackman) takes the law into his own hands after his young daughter and her friend disappear.</td>
  1705. <td class="x-channum">9479 - ActionMAX HD</td>
  1706. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430870400">Tue May 5, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431120300" class="italic">Fri May 8, 2015, 02:25 PM</a></td>
  1707. <td class="x-length">2 hrs 35 mins</td>
  1708. </tr><tr class=" type_movie cat_Action" valign="top">
  1709. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431507300">The Raid 2</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  1710. <td class="x-category">Action</td>
  1711. <td class="x-description">Undercover cop Rama (Iko Uwais) gets himself thrown in jail as part of a plan to infiltrate one of Jakarta's most prominent crime organizations.</td>
  1712. <td class="x-channum">9435 - Starz HD</td>
  1713. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431507300">Wed May 13, 2015, 01:55 AM</a></td>
  1714. <td class="x-length">2 hrs 35 mins</td>
  1715. </tr><tr class=" type_movie cat_Action" valign="top">
  1716. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431518100">The Raid 2</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  1717. <td class="x-category">Action</td>
  1718. <td class="x-description">Undercover cop Rama (Iko Uwais) gets himself thrown in jail as part of a plan to infiltrate one of Jakarta's most prominent crime organizations.</td>
  1719. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1720. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431518100">Wed May 13, 2015, 04:55 AM</a></td>
  1721. <td class="x-length">2 hrs 35 mins</td>
  1722. </tr><tr class=" type_movie cat_Action" valign="top">
  1723. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430673000">The Raid 2: Berandal</a><br>(2014, <i>R</i>, &diams;&diams;&diams;&frac12;)</td>
  1724. <td class="x-category">Action</td>
  1725. <td class="x-description">Undercover cop Rama (Iko Uwais) gets himself thrown in jail as part of a plan to infiltrate one of Jakarta's most prominent crime organizations.</td>
  1726. <td class="x-channum">353 - Starz Cinema</td>
  1727. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430673000">Sun May 3, 2015, 10:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431323100" class="italic">Sun May 10, 2015, 10:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431670200" class="italic">Thu May 14, 2015, 11:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431714900" class="italic">Fri May 15, 2015, 11:35 AM</a></td>
  1728. <td class="x-length">2 hrs 35 mins</td>
  1729. </tr><tr class=" type_movie cat_Action" valign="top">
  1730. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431016200">Red 2</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1731. <td class="x-category">Action</td>
  1732. <td class="x-description">Former CIA black-ops agent Frank Moses (Bruce Willis) and his team battle assassins, terrorists and power-hungry government officials as they try to retrieve a lethal device that could change the balance of world power.</td>
  1733. <td class="x-channum">9479 - ActionMAX HD</td>
  1734. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431016200">Thu May 7, 2015, 09:30 AM</a></td>
  1735. <td class="x-length">2 hrs</td>
  1736. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1737. <td class="x-title type_movie cat_Documentary"><a href="http://REDACTED.COM/mythweb/tv/detail/12415/1430809200">Red Lines</a><br>(2014, <i>NR</i>, &diams;&diams;&diams;)</td>
  1738. <td class="x-category">Documentary</td>
  1739. <td class="x-description">After Syria's Bashar al-Assad attacked his own people, activists smuggled aid into war zones and attempted to create civil, democratic enclaves in their homeland.</td>
  1740. <td class="x-channum">9415 - Free Speech TV</td>
  1741. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12415/1430809200">Tue May 5, 2015, 12:00 AM</a></td>
  1742. <td class="x-length">2 hrs</td>
  1743. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1744. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430763000">Rio 2</a><br>(2014, <i>G</i>, &diams;&diams;&frac12;)</td>
  1745. <td class="x-category">Children</td>
  1746. <td class="x-description">Blu (Jesse Eisenberg), Jewel (Anne Hathaway) and their three children leave the comfort of the city and travel to the Amazon jungle to learn how to live as wild birds. Animated.</td>
  1747. <td class="x-channum">9453 - HBO Family HD</td>
  1748. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430763000">Mon May 4, 2015, 11:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430958600" class="italic">Wed May 6, 2015, 05:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431183600" class="italic">Sat May 9, 2015, 08:00 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431212400" class="italic">Sat May 9, 2015, 04:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431465000" class="italic">Tue May 12, 2015, 02:10 PM</a></td>
  1749. <td class="x-length">1 hr 45 mins</td>
  1750. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1751. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431597600">Rio 2</a><br>(2014, <i>G</i>, &diams;&diams;&frac12;)</td>
  1752. <td class="x-category">Children</td>
  1753. <td class="x-description">Blu (Jesse Eisenberg), Jewel (Anne Hathaway) and their three children leave the comfort of the city and travel to the Amazon jungle to learn how to live as wild birds. Animated.</td>
  1754. <td class="x-channum">9456 - HBO HD</td>
  1755. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431597600">Thu May 14, 2015, 03:00 AM</a></td>
  1756. <td class="x-length">1 hr 45 mins</td>
  1757. </tr><tr class="record_old_duplicate type_movie cat_Children" valign="top">
  1758. <td class="x-title record_old_duplicate type_movie cat_Children"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431608400">Rio 2</a><br>(2014, <i>G</i>, &diams;&diams;&frac12;)</td>
  1759. <td class="x-category">Children</td>
  1760. <td class="x-description">Blu (Jesse Eisenberg), Jewel (Anne Hathaway) and their three children leave the comfort of the city and travel to the Amazon jungle to learn how to live as wild birds. Animated.</td>
  1761. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  1762. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431608400">Thu May 14, 2015, 06:00 AM</a></td>
  1763. <td class="x-length">1 hr 45 mins</td>
  1764. </tr><tr class=" type_movie cat_Crime_Mystery" valign="top">
  1765. <td class="x-title type_movie cat_Crime_Mystery"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430666400">Rob the Mob</a><br>(2014, <i>R</i>, &diams;&diams;&diams;)</td>
  1766. <td class="x-category">Crime drama</td>
  1767. <td class="x-description">While robbing a mob-owned hangout, two lovers (Michael Pitt, Nina Arianda) stumble upon a secret that could help the FBI dismantle New York's crime syndicate.</td>
  1768. <td class="x-channum">353 - Starz Cinema</td>
  1769. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430666400">Sun May 3, 2015, 08:20 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430709900" class="italic">Sun May 3, 2015, 08:25 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431556200" class="italic">Wed May 13, 2015, 03:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431607200" class="italic">Thu May 14, 2015, 05:40 AM</a></td>
  1770. <td class="x-length">1 hr 50 mins</td>
  1771. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1772. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430862900">Rush</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1773. <td class="x-category">Docudrama</td>
  1774. <td class="x-description">Charismatic Englishman James Hunt (Chris Hemsworth) and Austrian perfectionist Niki Lauda (Daniel Brühl) burn up the 1970s Formula 1 racing scene and share an intense rivalry on the track.</td>
  1775. <td class="x-channum">9479 - ActionMAX HD</td>
  1776. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430862900">Tue May 5, 2015, 02:55 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431269100" class="italic">Sun May 10, 2015, 07:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431627300" class="italic">Thu May 14, 2015, 11:15 AM</a></td>
  1777. <td class="x-length">2 hrs 5 mins</td>
  1778. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1779. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430715000">Saving Mr. Banks</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1780. <td class="x-category">Docudrama</td>
  1781. <td class="x-description">Walt Disney (Tom Hanks) pulls out all the stops to get the movie rights to ``Mary Poppins'' from its prickly author, P.L. Travers (Emma Thompson).</td>
  1782. <td class="x-channum">9497 - Starz Kids HD</td>
  1783. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430715000">Sun May 3, 2015, 09:50 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1430790000" class="italic">Mon May 4, 2015, 06:40 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431216000" class="italic">Sat May 9, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431244500" class="italic">Sun May 10, 2015, 12:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431483600" class="italic">Tue May 12, 2015, 07:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12497/1431507000" class="italic">Wed May 13, 2015, 01:50 AM</a></td>
  1784. <td class="x-length">2 hrs 10 mins</td>
  1785. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1786. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430911800">Saving Mr. Banks</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1787. <td class="x-category">Docudrama</td>
  1788. <td class="x-description">Walt Disney (Tom Hanks) pulls out all the stops to get the movie rights to ``Mary Poppins'' from its prickly author, P.L. Travers (Emma Thompson).</td>
  1789. <td class="x-channum">9505 - Encore HD</td>
  1790. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430911800">Wed May 6, 2015, 04:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12505/1430940600" class="italic">Wed May 6, 2015, 12:30 PM</a></td>
  1791. <td class="x-length">2 hrs 10 mins</td>
  1792. </tr><tr class=" type_movie cat_Drama" valign="top">
  1793. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431498000">Small Time</a><br>(2014, <i>R</i>, &diams;&diams;&frac12;)</td>
  1794. <td class="x-category">Drama</td>
  1795. <td class="x-description">A young man decides to skip college and join his father (Christopher Meloni) as a used-car salesman.</td>
  1796. <td class="x-channum">353 - Starz Cinema</td>
  1797. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431498000">Tue May 12, 2015, 11:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431550200" class="italic">Wed May 13, 2015, 01:50 PM</a></td>
  1798. <td class="x-length">1 hr 40 mins</td>
  1799. </tr><tr class=" type_movie cat_Unknown" valign="top">
  1800. <td class="x-title type_movie cat_Unknown"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1430985600">Source Code</a><br>(2011, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1801. <td class="x-category">Suspense</td>
  1802. <td class="x-description">A helicopter pilot (Jake Gyllenhaal) takes part in a secret government program that enables him to assume someone's identity and experience the last few minutes of that person's life.</td>
  1803. <td class="x-channum">9499 - TBS HD</td>
  1804. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12499/1430985600">Thu May 7, 2015, 01:00 AM</a></td>
  1805. <td class="x-length">2 hrs</td>
  1806. </tr><tr class=" type_movie cat_Drama" valign="top">
  1807. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431183900">Take Shelter</a><br>(2011, <i>R</i>, &diams;&diams;&diams;)</td>
  1808. <td class="x-category">Drama</td>
  1809. <td class="x-description">An Ohio man (Michael Shannon) tries desperately to protect his family after disturbing visions convince him that disaster looms on the horizon.</td>
  1810. <td class="x-channum">344 - Encore Suspense</td>
  1811. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431183900">Sat May 9, 2015, 08:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3344/1431211800" class="italic">Sat May 9, 2015, 03:50 PM</a></td>
  1812. <td class="x-length">2 hrs 5 mins</td>
  1813. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1814. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1431057600">Think Like a Man</a><br>(2012, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1815. <td class="x-category">Romance-comedy</td>
  1816. <td class="x-description">When the women in their lives buy a book by Steve Harvey and take its advice to heart, four men conspire to use the book's insider information to turn the tables on the ladies and teach them a lesson.</td>
  1817. <td class="x-channum">9484 - MTV - Music Television HD</td>
  1818. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1431057600">Thu May 7, 2015, 09:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1431132900" class="italic">Fri May 8, 2015, 05:55 PM</a></td>
  1819. <td class="x-length">3 hrs</td>
  1820. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1821. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431012900">This Is the End</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1822. <td class="x-category">Comedy</td>
  1823. <td class="x-description">Cabin fever and dwindling supplies threaten to tear apart six friends who are trapped in a house together after cataclysmic events devastate Los Angeles.</td>
  1824. <td class="x-channum">355 - Starz in Black</td>
  1825. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431012900">Thu May 7, 2015, 08:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3355/1431039900" class="italic">Thu May 7, 2015, 04:05 PM</a></td>
  1826. <td class="x-length">1 hr 50 mins</td>
  1827. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1828. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431663000">This Is the End</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1829. <td class="x-category">Comedy</td>
  1830. <td class="x-description">Cabin fever and dwindling supplies threaten to tear apart six friends who are trapped in a house together after cataclysmic events devastate Los Angeles.</td>
  1831. <td class="x-channum">9435 - Starz HD</td>
  1832. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431663000">Thu May 14, 2015, 09:10 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12435/1431717900" class="italic">Fri May 15, 2015, 12:25 PM</a></td>
  1833. <td class="x-length">1 hr 50 mins</td>
  1834. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1835. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431278100">This Is the End</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1836. <td class="x-category">Comedy</td>
  1837. <td class="x-description">Cabin fever and dwindling supplies threaten to tear apart six friends who are trapped in a house together after cataclysmic events devastate Los Angeles.</td>
  1838. <td class="x-channum">9496 - Starz Edge HD</td>
  1839. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431278100">Sun May 10, 2015, 10:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431310200" class="italic">Sun May 10, 2015, 07:10 PM</a></td>
  1840. <td class="x-length">1 hr 50 mins</td>
  1841. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1842. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431673800">This Is the End</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1843. <td class="x-category">Comedy</td>
  1844. <td class="x-description">Cabin fever and dwindling supplies threaten to tear apart six friends who are trapped in a house together after cataclysmic events devastate Los Angeles.</td>
  1845. <td class="x-channum">9498 - Starz HD (Pacific)</td>
  1846. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431673800">Fri May 15, 2015, 12:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12498/1431728700" class="italic">Fri May 15, 2015, 03:25 PM</a></td>
  1847. <td class="x-length">1 hr 50 mins</td>
  1848. </tr><tr class=" type_movie cat_Action" valign="top">
  1849. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431257700">Thor: The Dark World</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1850. <td class="x-category">Action</td>
  1851. <td class="x-description">Thor (Chris Hemsworth) forms an alliance with treacherous Loki (Tom Hiddleston) to save Earth and the Nine Realms from an ancient enemy that predates the universe itself.</td>
  1852. <td class="x-channum">343 - Encore Action</td>
  1853. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431257700">Sun May 10, 2015, 04:35 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431283200" class="italic">Sun May 10, 2015, 11:40 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431309600" class="italic">Sun May 10, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3343/1431708600" class="italic">Fri May 15, 2015, 09:50 AM</a></td>
  1854. <td class="x-length">1 hr 55 mins</td>
  1855. </tr><tr class=" type_movie cat_Action" valign="top">
  1856. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430929500">Thor: The Dark World</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1857. <td class="x-category">Action</td>
  1858. <td class="x-description">Thor (Chris Hemsworth) forms an alliance with treacherous Loki (Tom Hiddleston) to save Earth and the Nine Realms from an ancient enemy that predates the universe itself.</td>
  1859. <td class="x-channum">345 - Encore Black</td>
  1860. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430929500">Wed May 6, 2015, 09:25 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1430964000" class="italic">Wed May 6, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3345/1431006000" class="italic">Thu May 7, 2015, 06:40 AM</a></td>
  1861. <td class="x-length">1 hr 55 mins</td>
  1862. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1863. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1430679600">The Three Stooges</a><br>(2012, <i>PG</i>, &diams;&diams;&frac12;)</td>
  1864. <td class="x-category">Comedy</td>
  1865. <td class="x-description">Knuckleheads Larry (Sean Hayes), Curly (Will Sasso) and Moe (Chris Diamantopoulos) become embroiled in a murder plot and stumble into starring roles in a TV reality show while trying to save their childhood home.</td>
  1866. <td class="x-channum">9427 - Universal HD</td>
  1867. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1430679600">Sun May 3, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12427/1430726400" class="italic">Mon May 4, 2015, 01:00 AM</a></td>
  1868. <td class="x-length">2 hrs</td>
  1869. </tr><tr class=" type_movie cat_Documentary" valign="top">
  1870. <td class="x-title type_movie cat_Documentary"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431353100">Tim's Vermeer</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1871. <td class="x-category">Documentary</td>
  1872. <td class="x-description">Inventor Tim Jenison conducts experiments to discover how 17th-century Dutch Master Johannes Vermeer achieved such photographic realism in his paintings.</td>
  1873. <td class="x-channum">9496 - Starz Edge HD</td>
  1874. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431353100">Mon May 11, 2015, 07:05 AM</a></td>
  1875. <td class="x-length">1 hr 25 mins</td>
  1876. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1877. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430935500">Trust Me</a><br>(2013, <i>R</i>, &diams;&diams;&frac12;)</td>
  1878. <td class="x-category">Comedy</td>
  1879. <td class="x-description">Hollywood agent Howard Holloway cannot find any real success until he signs Lydia, a talented and troubled 14-year-old with an alcoholic father. Every day he navigates challenging obstacles to make a future for Lydia and himself.</td>
  1880. <td class="x-channum">353 - Starz Cinema</td>
  1881. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430935500">Wed May 6, 2015, 11:05 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1430964000" class="italic">Wed May 6, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431730800" class="italic">Fri May 15, 2015, 04:00 PM</a></td>
  1882. <td class="x-length">1 hr 35 mins</td>
  1883. </tr><tr class=" type_movie cat_Drama" valign="top">
  1884. <td class="x-title type_movie cat_Drama"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431686400">The Truth About Emanuel</a><br>(2013, <i>NR</i>, &diams;&diams;&diams;)</td>
  1885. <td class="x-category">Drama</td>
  1886. <td class="x-description">A troubled teen (Kaya Scodelario) befriends a new neighbor (Jessica Biel) who resembles the teen's late mother and is adrift in a fragile, fictional world of her own creation.</td>
  1887. <td class="x-channum">9496 - Starz Edge HD</td>
  1888. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12496/1431686400">Fri May 15, 2015, 03:40 AM</a></td>
  1889. <td class="x-length">1 hr 40 mins</td>
  1890. </tr><tr class="record_old_duplicate type_movie cat_Crime_Mystery" valign="top">
  1891. <td class="x-title record_old_duplicate type_movie cat_Crime_Mystery"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430684400">Veronica Mars</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1892. <td class="x-category">Crime drama</td>
  1893. <td class="x-description">On the eve of her law-school graduation, Veronica (Kristen Bell) turns amateur sleuth once again after ex-boyfriend, Logan (Jason Dohring), becomes a murder suspect.</td>
  1894. <td class="x-channum">9479 - ActionMAX HD</td>
  1895. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1430684400">Sun May 3, 2015, 01:20 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431135300" class="italic">Fri May 8, 2015, 06:35 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12883/1431641400" class="italic">Thu May 14, 2015, 03:10 PM</a></td>
  1896. <td class="x-length">1 hr 50 mins</td>
  1897. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1898. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1430674200">Warm Bodies</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1899. <td class="x-category">Romance-comedy</td>
  1900. <td class="x-description">The unusual romance between a zombie (Nicholas Hoult) and a living woman (Teresa Palmer) sets in motion a series of events that may transform the entire lifeless world.</td>
  1901. <td class="x-channum">9484 - MTV - Music Television HD</td>
  1902. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1430674200">Sun May 3, 2015, 10:30 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12895/1430704800" class="italic">Sun May 3, 2015, 07:00 PM</a></td>
  1903. <td class="x-length">2 hrs</td>
  1904. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1905. <td class="x-title type_movie cat_Comedy"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431473400">The Way, Way Back</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1906. <td class="x-category">Comedy-drama</td>
  1907. <td class="x-description">After his mother's lover (Steve Carell) belittles him, a boy befriends a water-park employee who helps give him the confidence to come out of his shell.</td>
  1908. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1909. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431473400">Tue May 12, 2015, 04:30 PM</a></td>
  1910. <td class="x-length">1 hr 45 mins</td>
  1911. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1912. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430660700">The Way, Way Back</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1913. <td class="x-category">Comedy-drama</td>
  1914. <td class="x-description">After his mother's lover (Steve Carell) belittles him, a boy befriends a water-park employee who helps give him the confidence to come out of his shell.</td>
  1915. <td class="x-channum">9451 - HBO Comedy HD</td>
  1916. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430660700">Sun May 3, 2015, 06:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430697600" class="italic">Sun May 3, 2015, 05:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431117000" class="italic">Fri May 8, 2015, 01:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431141300" class="italic">Fri May 8, 2015, 08:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431526200" class="italic">Wed May 13, 2015, 07:10 AM</a></td>
  1917. <td class="x-length">1 hr 45 mins</td>
  1918. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1919. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430873100">The Way, Way Back</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1920. <td class="x-category">Comedy-drama</td>
  1921. <td class="x-description">After his mother's lover (Steve Carell) belittles him, a boy befriends a water-park employee who helps give him the confidence to come out of his shell.</td>
  1922. <td class="x-channum">9453 - HBO Family HD</td>
  1923. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430873100">Tue May 5, 2015, 05:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431317700" class="italic">Sun May 10, 2015, 09:15 PM</a></td>
  1924. <td class="x-length">1 hr 45 mins</td>
  1925. </tr><tr class=" type_movie cat_Comedy" valign="top">
  1926. <td class="x-title type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431462600">The Way, Way Back</a><br>(2013, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1927. <td class="x-category">Comedy-drama</td>
  1928. <td class="x-description">After his mother's lover (Steve Carell) belittles him, a boy befriends a water-park employee who helps give him the confidence to come out of his shell.</td>
  1929. <td class="x-channum">9455 - HBO 2 HD</td>
  1930. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431462600">Tue May 12, 2015, 01:30 PM</a></td>
  1931. <td class="x-length">1 hr 45 mins</td>
  1932. </tr><tr class=" type_movie cat_Drama" valign="top">
  1933. <td class="x-title type_movie cat_Drama"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431600600">The We and the I</a><br>(2012, <i>NR</i>, &diams;&diams;&frac12;)</td>
  1934. <td class="x-category">Drama</td>
  1935. <td class="x-description">Several teenagers ride the same bus route, however their relationships change on the last day of school.</td>
  1936. <td class="x-channum">353 - Starz Cinema</td>
  1937. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3353/1431600600">Thu May 14, 2015, 03:50 AM</a></td>
  1938. <td class="x-length">1 hr 50 mins</td>
  1939. </tr><tr class=" type_movie cat_Action" valign="top">
  1940. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430838600">The Wolverine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1941. <td class="x-category">Action</td>
  1942. <td class="x-description">In Japan and vulnerable for the first time, Wolverine (Hugh Jackman) confronts lethal samurai steel and grapples with the ghosts of his own haunted past.</td>
  1943. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1944. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430838600">Tue May 5, 2015, 08:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431272400" class="italic">Sun May 10, 2015, 08:40 AM</a></td>
  1945. <td class="x-length">2 hrs 10 mins</td>
  1946. </tr><tr class=" type_movie cat_Action" valign="top">
  1947. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430713800">The Wolverine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1948. <td class="x-category">Action</td>
  1949. <td class="x-description">In Japan and vulnerable for the first time, Wolverine (Hugh Jackman) confronts lethal samurai steel and grapples with the ghosts of his own haunted past.</td>
  1950. <td class="x-channum">9453 - HBO Family HD</td>
  1951. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430713800">Sun May 3, 2015, 09:30 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431136800" class="italic">Fri May 8, 2015, 07:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1431669300" class="italic">Thu May 14, 2015, 10:55 PM</a></td>
  1952. <td class="x-length">2 hrs 10 mins</td>
  1953. </tr><tr class=" type_movie cat_Action" valign="top">
  1954. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430827800">The Wolverine</a><br>(2013, <i>PG-13</i>, &diams;&diams;&frac12;)</td>
  1955. <td class="x-category">Action</td>
  1956. <td class="x-description">In Japan and vulnerable for the first time, Wolverine (Hugh Jackman) confronts lethal samurai steel and grapples with the ghosts of his own haunted past.</td>
  1957. <td class="x-channum">9455 - HBO 2 HD</td>
  1958. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430827800">Tue May 5, 2015, 05:10 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431261600" class="italic">Sun May 10, 2015, 05:40 AM</a></td>
  1959. <td class="x-length">2 hrs 10 mins</td>
  1960. </tr><tr class="record_old_duplicate type_movie cat_Comedy" valign="top">
  1961. <td class="x-title record_old_duplicate type_movie cat_Comedy"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430863500">The World's End</a><br>(2013, <i>R</i>, &diams;&diams;&diams;)</td>
  1962. <td class="x-category">Comedy</td>
  1963. <td class="x-description">An immature 40-year-old convinces his childhood pals to join him in an epic pub-crawl, but as they make their way toward their final destination, a battle for mankind emerges.</td>
  1964. <td class="x-channum">9451 - HBO Comedy HD</td>
  1965. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1430863500">Tue May 5, 2015, 03:05 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431096900" class="italic">Fri May 8, 2015, 07:55 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431351900" class="italic">Mon May 11, 2015, 06:45 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431543600" class="italic">Wed May 13, 2015, 12:00 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12451/1431573600" class="italic">Wed May 13, 2015, 08:20 PM</a></td>
  1966. <td class="x-length">1 hr 55 mins</td>
  1967. </tr><tr class=" type_movie cat_Action" valign="top">
  1968. <td class="x-title type_movie cat_Action"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430783100">X-Men: Days of Future Past</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1969. <td class="x-category">Action</td>
  1970. <td class="x-description">The X-Men (Hugh Jackman) join forces with their younger selves in order to change the past and save mankind's future as well as their own.</td>
  1971. <td class="x-channum">304 - HBO2 (Pacific)</td>
  1972. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1430783100">Mon May 4, 2015, 04:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431245700" class="italic">Sun May 10, 2015, 01:15 AM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/3304/1431561600" class="italic">Wed May 13, 2015, 05:00 PM</a></td>
  1973. <td class="x-length">2 hrs 15 mins</td>
  1974. </tr><tr class=" type_movie cat_Action" valign="top">
  1975. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430964900">X-Men: Days of Future Past</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1976. <td class="x-category">Action</td>
  1977. <td class="x-description">The X-Men (Hugh Jackman) join forces with their younger selves in order to change the past and save mankind's future as well as their own.</td>
  1978. <td class="x-channum">9453 - HBO Family HD</td>
  1979. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12453/1430964900">Wed May 6, 2015, 07:15 PM</a></td>
  1980. <td class="x-length">2 hrs 15 mins</td>
  1981. </tr><tr class=" type_movie cat_Action" valign="top">
  1982. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430772300">X-Men: Days of Future Past</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1983. <td class="x-category">Action</td>
  1984. <td class="x-description">The X-Men (Hugh Jackman) join forces with their younger selves in order to change the past and save mankind's future as well as their own.</td>
  1985. <td class="x-channum">9455 - HBO 2 HD</td>
  1986. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1430772300">Mon May 4, 2015, 01:45 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431234900" class="italic">Sat May 9, 2015, 10:15 PM</a><br><a href="http://REDACTED.COM/mythweb/tv/detail/12455/1431550800" class="italic">Wed May 13, 2015, 02:00 PM</a></td>
  1987. <td class="x-length">2 hrs 15 mins</td>
  1988. </tr><tr class=" type_movie cat_Action" valign="top">
  1989. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431384300">X-Men: Days of Future Past</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1990. <td class="x-category">Action</td>
  1991. <td class="x-description">The X-Men (Hugh Jackman) join forces with their younger selves in order to change the past and save mankind's future as well as their own.</td>
  1992. <td class="x-channum">9456 - HBO HD</td>
  1993. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12456/1431384300">Mon May 11, 2015, 03:45 PM</a></td>
  1994. <td class="x-length">2 hrs 15 mins</td>
  1995. </tr><tr class=" type_movie cat_Action" valign="top">
  1996. <td class="x-title type_movie cat_Action"><span class="hdtv_icon">HD</span><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431395100">X-Men: Days of Future Past</a><br>(2014, <i>PG-13</i>, &diams;&diams;&diams;)</td>
  1997. <td class="x-category">Action</td>
  1998. <td class="x-description">The X-Men (Hugh Jackman) join forces with their younger selves in order to change the past and save mankind's future as well as their own.</td>
  1999. <td class="x-channum">9478 - HBO HD (Pacific)</td>
  2000. <td class="x-airdate"><a href="http://REDACTED.COM/mythweb/tv/detail/12478/1431395100">Mon May 11, 2015, 06:45 PM</a></td>
  2001. <td class="x-length">2 hrs 15 mins</td>
  2002. </tr>
  2003. </table>
  2004.  
  2005.  
  2006. <script type="text/javascript">new Tip($("category_legend"), "<table width='400' style='background-color: #003060;' border='1' cellpadding='0' cellspacing='0'><tr> <td><table width='400' style='background-color: #003060;' class='small' cellpadding='5' cellspacing='5'> <tr> <td colspan='3'>Category Legend:</td> </tr><tr> <td class='cat_Action' align='center'><b>Action</b></td> <td class='cat_Adult' align='center'><b>Adult</b></td> <td class='cat_Animals' align='center'><b>Animals</b></td> </tr><tr> <td class='cat_Art_Music' align='center'><b>Art_Music</b></td> <td class='cat_Business' align='center'><b>Business</b></td> <td class='cat_Children' align='center'><b>Children</b></td> </tr><tr> <td class='cat_Comedy' align='center'><b>Comedy</b></td> <td class='cat_Crime_Mystery' align='center'><b>Crime / Mystery</b></td> <td class='cat_Documentary' align='center'><b>Documentary</b></td> </tr><tr> <td class='cat_Drama' align='center'><b>Drama</b></td> <td class='cat_Educational' align='center'><b>Educational</b></td> <td class='cat_Food' align='center'><b>Food</b></td> </tr><tr> <td class='cat_Game' align='center'><b>Game</b></td> <td class='cat_Health_Medical' align='center'><b>Health / Medical</b></td> <td class='cat_History' align='center'><b>History</b></td> </tr><tr> <td class='cat_Horror' align='center'><b>Horror</b></td> <td class='cat_HowTo' align='center'><b>HowTo</b></td> <td class='cat_Misc' align='center'><b>Misc</b></td> </tr><tr> <td class='cat_movie' align='center'><b>Movie</b></td> <td class='cat_News' align='center'><b>News</b></td> <td class='cat_Reality' align='center'><b>Reality</b></td> </tr><tr> <td class='cat_Romance' align='center'><b>Romance</b></td> <td class='cat_Science_Nature' align='center'><b>Science / Nature</b></td> <td class='cat_SciFi_Fantasy' align='center'><b>SciFi / Fantasy</b></td> </tr><tr> <td class='cat_Shopping' align='center'><b>Shopping</b></td> <td class='cat_Soaps' align='center'><b>Soaps</b></td> <td class='cat_Spiritual' align='center'><b>Spiritual</b></td> </tr><tr> <td class='cat_Sports' align='center'><b>Sports</b></td> <td class='cat_Talk' align='center'><b>Talk</b></td> <td class='cat_Travel' align='center'><b>Travel</b></td> </tr><tr> <td class='cat_Unknown' align='center'><b>Unknown</b></td> <td class='cat_War' align='center'><b>War</b></td> <td class='cat_Western' align='center'><b>Western</b></td> </tr> </table></td></tr></table>", { className: "popup" });</script>
  2007. <div id="ajax_working" class="hidden">
  2008. <span id="ajax_num_requests">0</span> requests pending.</div>
  2009.  
  2010. </body>
  2011. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement