hulu-show 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/hulu-show.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "hulu-show"
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Craig Williams"]
@@ -38,7 +38,9 @@ Gem::Specification.new do |s|
38
38
  "spec/spec_helper.rb",
39
39
  "spec/support/vcr_cassettes/additional_attributes.yml",
40
40
  "spec/support/vcr_cassettes/burn_notice.yml",
41
+ "spec/support/vcr_cassettes/law_and_order_special_victims_unit.yml",
41
42
  "spec/support/vcr_cassettes/non_existent_show.yml",
43
+ "spec/support/vcr_cassettes/special_victims_unit.yml",
42
44
  "spec/support/vcr_cassettes/terra_nova.yml"
43
45
  ]
44
46
  s.homepage = "http://github.com/CraigWilliams/hulu-show"
@@ -21,7 +21,7 @@ module Hulu
21
21
 
22
22
  class Base
23
23
  def self.prepare_name(name)
24
- name.downcase.gsub("\s", '-')
24
+ name.downcase.gsub("\s", '-').gsub('&', 'and').gsub(':', '')
25
25
  end
26
26
  end
27
27
 
@@ -19,6 +19,10 @@ class Hulu::Episode < Hulu::Base
19
19
  info = additional_attributes
20
20
  @embed_html = info['html']
21
21
  @thumbnail_url = info['thumbnail_url']
22
+
23
+ if @air_date.empty?
24
+ @air_date = Date.parse(info['air_date']).strftime("%m-%d-%Y")
25
+ end
22
26
  end
23
27
 
24
28
  def process(episode)
@@ -67,8 +67,8 @@ describe Hulu::Show do
67
67
  episode.running_time.should == '43:09'
68
68
  episode.air_date.should == '11/03/2011'
69
69
  episode.episode.should == '13'
70
- episode.url == "http://www.hulu.com/watch/296648/burn-notice-damned-if-you-do#x-4,cEpisodes,1,0"
71
- episode.beaconid == '296648'
70
+ episode.url.should == "http://www.hulu.com/watch/296648/burn-notice-damned-if-you-do#x-4,cEpisodes,1,0"
71
+ episode.beaconid.should == '296648'
72
72
 
73
73
  # additional_attributes
74
74
  episode.thumbnail_url.should == "http://thumbnails.hulu.com/188/40038188/40038188_145x80_generated.jpg"
@@ -101,9 +101,35 @@ describe Hulu::Show do
101
101
 
102
102
  it 'should find the beaconid' do
103
103
  episodes = Hulu::Show.new('Terra Nova').episodes
104
+ episode = episodes.first
104
105
 
105
- episodes.first.beaconid.should == '302363'
106
+ episode.beaconid.should == '302363'
107
+ episode.title.should == 'Vs.'
108
+ episode.running_time.should == '42:14'
109
+ episode.air_date.should == '11/21/2011'
110
+ episode.episode.should == '8'
111
+ episode.url.should == "http://www.hulu.com/watch/302363/terra-nova-vs#x-0,vepisode,1,0"
106
112
  end
107
113
  end
108
114
 
115
+ context "Show name has special characters" do
116
+ before do
117
+ Hulu::Episode.any_instance.stub(:additional_attributes).and_return(additional_attributes)
118
+ VCR.insert_cassette('special_victims_unit')
119
+ end
120
+
121
+ after { VCR.eject_cassette }
122
+
123
+ it 'should find the correct show' do
124
+ episodes = Hulu::Show.new('Law & Order: Special Victims Unit').episodes
125
+ episode = episodes.first
126
+
127
+ episode.beaconid.should == '300844'
128
+ episode.title.should == 'Educated Guess'
129
+ episode.running_time.should == '44:04'
130
+ episode.air_date.should == '11/16/2011'
131
+ episode.episode.should == '8'
132
+ episode.url.should == "http://www.hulu.com/watch/300844/law-and-order-special-victims-unit-educated-guess#x-0,vepisode,1,0"
133
+ end
134
+ end
109
135
  end
@@ -0,0 +1,789 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://www.hulu.com:80/law-&-order:-special-victims-unit
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 404
11
+ message: Not Found
12
+ headers:
13
+ server:
14
+ - nginx
15
+ content-type:
16
+ - text/html; charset=utf-8
17
+ status:
18
+ - 200 OK
19
+ x-ua-compatible:
20
+ - IE=EmulateIE9; IE=EmulateIE7
21
+ ntcoent-length:
22
+ - '64262'
23
+ expires:
24
+ - Sun, 27 Nov 2011 20:40:08 GMT
25
+ cache-control:
26
+ - max-age=0, no-cache, no-store
27
+ pragma:
28
+ - no-cache
29
+ date:
30
+ - Sun, 27 Nov 2011 20:40:08 GMT
31
+ transfer-encoding:
32
+ - chunked
33
+ connection:
34
+ - Transfer-Encoding
35
+ body: ! "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html
36
+ xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:media=\"http://search.yahoo.com/searchmonkey/media/\"
37
+ xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n<head prefix=\"og: http://ogp.me/ns#
38
+ fb: http://ogp.me/ns/fb# video: http://ogp.me/ns/video#\">\n <title>Hulu -
39
+ Error - 404</title>\n \n <link rel=\"search\" type=\"application/opensearchdescription+xml\"
40
+ href=\"/opensearch.xml?v=May10\" title=\"Hulu\"> \n \n <meta http-equiv=\"content-type\"
41
+ content=\"text/html; charset=UTF-8\" />\n <meta http-equiv=\"X-UA-Compatible\"
42
+ content=\"IE=EmulateIE9; IE=EmulateIE7\" />\n <link rel=\"shortcut icon\" href=\"/fat-favicon.ico\"
43
+ />\n \n <meta name=\"application-name\" content=\"Hulu\"/>\n <meta name=\"msapplication-tooltip\"
44
+ content=\"Start Hulu with Internet Explorer 9 enhancements.\"/>\n <meta name=\"msapplication-starturl\"
45
+ content=\"http://www.hulu.com\"/>\n\n <script type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/\n
46
+ \ var _startTime = (new Date).getTime();\n /*]]>*/</script>\n\n <meta name=\"description\"
47
+ content=\"Watch TV shows & movies free online. Enjoy current episodes of Family
48
+ Guy, Glee, SNL and many more hit shows. No registration required. Watch now.\"/><meta
49
+ name=\"keywords\" content=\"tv, television, movie, trailer, video, free, watch,
50
+ share, entertainment\"/>\n \n <meta property=\"fb:app_id\" content=\"40582213222\"/>\n\n
51
+ \ <script type=\"text/javascript\">\n//<![CDATA[\nvar READ_ONLY = false;\n//]]>\n</script>\n
52
+ \ <link href=\"http://static.huluim.com/system/hulu_7618b1e9_1.css\" media=\"screen\"
53
+ rel=\"Stylesheet\" type=\"text/css\" />\n<link href=\"http://static.huluim.com/system/hulu_7618b1e9_2.css\"
54
+ media=\"screen\" rel=\"Stylesheet\" type=\"text/css\" />\n <script src=\"http://static.huluim.com/system/hulu_8b094cdc_base_1.js\"
55
+ type=\"text/javascript\"></script>\n<script src=\"http://static.huluim.com/system/hulu_adb67d8e_1.js\"
56
+ type=\"text/javascript\"></script>\n\n <link class=\"mbf-only\" href=\"http://www.hulu.com/feed/recent/videos\"
57
+ rel=\"alternate\" title=\"Recently added videos (RSS)\" type=\"application/rss+xml\"
58
+ />\n <link rel=\"home\" href=\"http://www.hulu.com\" />\n\n \n <style type=\"text/css\">\n
59
+ \ div.dialog {\n width: 500px;\n padding: 15px;\n margin: 1px
60
+ auto;\n text-align:left;\n font-size:14px;\n margin-top: 20px;\n
61
+ \ }\n div.dialog a { color:#5588bb; }\n div.dialog a:hover { color:#5588bb;text-decoration:underline;
62
+ }\n #player-container {\n padding-top:30px;\n width:600px;\n border-top:1px
63
+ solid #eee;\n margin:1px auto;\n margin-bottom:50px;\n }\n h1
64
+ { font-size: 100%; color: #888; line-height: 1.5em; }\n div.bar {\n background:transparent
65
+ url(/images/nav-background.gif) repeat-x scroll 0%;\n height:27px;\n padding:0pt;\n
66
+ \ }\n div.searchnav {\n position: relative;\n right: 0;\n float:
67
+ right;\n margin-top: 4px;\n height: 20px;\n text-align:right;\n
68
+ \ *margin-top:3px;\n }\n form#search_form { margin-top:0; }\n form#search_form
69
+ a {\n margin: 0;\n padding: 0;\n }\n\n form#search_form img
70
+ {\n vertical-align: middle;\n margin: 0;\n padding: 0;\n }\n\n
71
+ \ input#video_search_term {\n width: 130px;\n margin-top:1px;\n
72
+ \ margin-right: -3px;\n border: 1px solid #999;\n height: 15px;\n
73
+ \ padding:1px;\n vertical-align:top;\n line-height:1em;\n }\n
74
+ \ .footer {\n margin: -20px auto;\n text-align: left;\n padding:
75
+ 12px 0 1px 0;\n background: #F4F4F4 url( \"/images/bg-footer.gif\" ) top
76
+ left repeat-x;\n color: #888;\n font-size: 12px;\n font-weight:bold;\n
77
+ \ }\n .footer div.container div {\n float: left;\n }\n .footer
78
+ .footer-column {\n width:140px;\n }\n a.footer-link {\n color
79
+ : #999;\n font-size: 11px;\n text-decoration: none;\n outline:
80
+ none;\n font-weight:normal;\n margin-bottom:2px;\n display:block;\n
81
+ \ }\n a.footer-link:hover {\n text-decoration:underline;\n color:
82
+ #69b521;\n } \n .footer a {margin-right:0;padding-right:0;border:0;}\n
83
+ \ </style>\n\n\n <script type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/\n
84
+ \ if (typeof(TestGTM) != \"undefined\") TestGTM.run();\n \n //initialize
85
+ beacons\n Beacon.production = true;\n //Beacon.region_prefix = ;\n\n document.observe(\"dom:loaded\",
86
+ function() {\n if (/\\.facebook\\.com/.test(top.location.hostname)) return;\n
87
+ \ if (top.location != location) {\n top.location.href = document.location.href;\n
88
+ \ }\n });\n \n document.observe(\"dom:loaded\", function() {\n
89
+ \ Beacon.trackPageLoad(); //fire the page load beacon\n Beacon.init();
90
+ //we can get rid of this once we rewrite the beacons\n });\n\n function
91
+ setFs(value){\n TrackingUtility.setCookie(\"fs\", value, -1);\n }\n
92
+ \ function getFs(key){\n var fs = $(key);\n if (fs) {\n fs.value
93
+ = TrackingUtility.getCookie(\"fs\");\n }\n }\n function getSt(key){\n
94
+ \ var st = $(key);\n if (st){\n if (Math.random() < 0.2){\n
95
+ \ st.value = 1;\n } else {\n st.value = 0;\n }\n
96
+ \ }\n }\n\n \n\n var ie9 = new PinnedSite();\n (function()
97
+ {\n var loader = function() {\n Behaviors.getCramSwf(); //pre-load
98
+ the cram swf\n ie9.SetupGA();\n MobileDevice.onLoad();\n Behaviors.onLoad();\n
99
+ \ Behaviors.setLoggedIn();\n Login.setup();\n ie9.Initialize();\n
100
+ \ Tracking.track_ga_event_from_cram();\n BookmarkTracking.trackFromCram()
101
+ ;\n };\n\n if (MobileDevice.flags.useWindowLoad) {\n Event.observe(window,
102
+ \"load\", loader);\n }\n else {\n document.observe(\"dom:loaded\",
103
+ loader);\n }\n\n Event.observe(document, \"fb:init\", function() {\n
104
+ \ Social.Facebook.onFBinit();\n });\n })();\n Login.auth
105
+ = function(login, password, stay_logged_in, from) { if (Prototype.Browser.IE
106
+ && from != 'facebook-popup') { /* Sorry, IE users... */ Login.heavyFormAuth(login,
107
+ password, stay_logged_in, \"https://secure.hulu.com/account/authenticate\");
108
+ return; } document.cookie = 'login=' + encodeURIComponent(login) + '; path=/account/authenticate;
109
+ secure; domain=.hulu.com'; document.cookie = 'password=' + encodeURIComponent(password)
110
+ + '; path=/account/authenticate; secure; domain=.hulu.com'; if (stay_logged_in)
111
+ document.cookie = 'sli=1; path=/account/authenticate; secure; domain=.hulu.com';
112
+ else document.cookie = 'sli=0; path=/account/authenticate; secure; domain=.hulu.com';
113
+ el = $$('body').first(); if (el) { var script = document.createElement('script');
114
+ script.type = 'text/javascript'; script.src = \"https://secure.hulu.com/account/authenticate\"
115
+ + '?' + parseInt(Math.random() * 1000000000); if (typeof(from) != 'undefined')
116
+ { script.src += \"&from=\" + encodeURIComponent(from); } el.appendChild(script);
117
+ } }; Social.Facebook.submitSettings = function(options) { document.cookie =
118
+ 'fb_passwd=' + encodeURIComponent(options.password) + '; ; secure; domain=.hulu.com;
119
+ path=/social;'; document.cookie = 'fb_passwd_c=' + encodeURIComponent(options.confirm_password)
120
+ + '; ; secure; domain=.hulu.com; path=/social;'; Behaviors.setSecureFBCookie(\"secure.hulu.com\");
121
+ var el = $$('body').first(); if (el) { var url = \"https://secure.hulu.com/social/facebook_new_account\";
122
+ var connect_canvas_only_url = \"https://secure.hulu.com/social/convert_canvas_only_user\";
123
+ if (options.action == 'connect_canvas') { url = connect_canvas_only_url; } url
124
+ += '?fuid=' + encodeURIComponent(options.fuid) + '&cb=' + (new Date).getTime();
125
+ if (options.email) { url += \"&email=\" + encodeURIComponent(options.email);
126
+ } if (options.gender) { url += \"&gender=\" + encodeURIComponent(options.gender);
127
+ } if (options.birth_date) { url += \"&birth_date=\" + encodeURIComponent(options.birth_date);
128
+ } if (options.privacy_level) { url += \"&privacy_level=\" + encodeURIComponent(options.privacy_level);
129
+ } var script = document.createElement('script'); script.type = 'text/javascript';
130
+ script.src = url; el.appendChild(script); } }; Login.accept_privacy = function()
131
+ { el = $$('body').first(); if (el) { var script = document.createElement('script');
132
+ script.type = 'text/javascript'; script.src = \"https://secure.hulu.com/account/authenticate\"
133
+ + '?privacy_acceptance=1&' + parseInt(Math.random() * 1000000000); el.appendChild(script);
134
+ } };\n /*]]>*/</script>\n \n <!--[if IE]>\n <script type=\"text/javascript\"
135
+ event=\"FSCommand(command,args)\" for=\"vcs\">\n vcs_DoFSCommand(command,
136
+ args);\n </script>\n <![endif]-->\n \n <script src=\"http://www.google-analytics.com/ga.js\"
137
+ type=\"text/javascript\"></script><script type=\"text/javascript\">\n//<![CDATA[\n
138
+ var _pt = (function(gat) { if (typeof(gat) == \"undefined\" || !gat) return
139
+ null; var pt = gat._getTracker(\"UA-1384159-3\"); pt._setDomainName(\".hulu.com\");
140
+ pt._setAllowHash(false); var seg_status = Behaviors.isLoggedIn() ? (Behaviors.isPlusUser()
141
+ ? \"plus\" : \"loggedin\") : \"anonymous\"; var removePrefix = /^.*\\.(.*)/.exec(Behaviors.getCookie(\"__utmv\"));
142
+ if (removePrefix && removePrefix[1]) { if (removePrefix[1] != seg_status) {
143
+ pt._setVar(seg_status); } } else { pt._setVar(seg_status); } if (/^\\/plus\\/signup/.test(window.location.pathname))
144
+ { pt._trackPageview(\"/plus/signup\"); } else { pt._trackPageview(); } pt._trackPageLoadTime();
145
+ return pt; })(_gat); \n//]]>\n</script>\n</head>\n\n<body class=\"center\">\n
146
+ \ \n <div id=\"fb-root\"></div>\n <script type=\"text/javascript\">//<![CDATA[\n
147
+ \ window.fbAsyncInit = function() {\n FB.init({appId: '40582213222',
148
+ status: true, cookie: true, xfbml: true, channelUrl: \"http://www.hulu.com/fb_channel.html\",
149
+ oauth: true});\n if (Social.Common.fbDefined()) {\n FB.Event.subscribe('auth.login',
150
+ function(response) {\n Social.Facebook.loginCallback(response);\n
151
+ \ });\n FB.Event.subscribe('auth.logout', function(response)
152
+ {\n Social.Facebook.logoutCallback(response);\n });\n
153
+ \ }\n // call the api to parse XFBML tags again to avoid browser
154
+ specific issue (Firefox 3.5.5 on Mac reported by Betina)\n FB.XFBML.parse();\n
155
+ \ \n FB.Event.subscribe('edge.create', function(response) {\n
156
+ \ Behaviors.onFBLiked(response);\n });\n document.fire(\"fb:init\");\n
157
+ \ };\n\n function facebook_init() {\n // Sorry IE: http://bugs.developers.facebook.net/show_bug.cgi?id=9777\n
158
+ \ if (!Behaviors.isFlashEnabled() && Prototype.Browser.IE) return;\n\n
159
+ \ var e = document.createElement('script');\n e.async = true;\n
160
+ \ e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';\n
161
+ \ document.getElementById('fb-root').appendChild(e);\n };\n\n
162
+ \ Event.observe(window, \"load\", facebook_init); \n //]]></script>\n
163
+ \ \n <!--[if lte IE 6]> \n<div id=\"no-ie6\" class=\"relative container\"
164
+ style=\"text-align: left; height: 40px; background-color: #CFCFCF; display:none;\">\n
165
+ \ <div style=\"font-size: 14px; padding: 12px 0 8px 0;\" class=\"container
166
+ fixed-lg\">\n <img alt=\"Icon-ie6-close\" src=\"http://static.huluim.com/images/icon-ie6-close.png?1007151874\"
167
+ style=\"margin-left: 86px; vertical-align: middle;\" />\n <span style=\"margin-left:
168
+ 20px; vertical-align: middle;\">\n Internet Explorer 6.0 is no longer
169
+ a supported browser. Please click <a href=\"http://www.hulu.com/support\">here</a>
170
+ for our system requirements.\n </span>\n <span style=\"margin-left:
171
+ 20px;\">\n <a alt=\"Close this notice\" href=\"#\" onclick=\"Behaviors.hideIE6();;
172
+ return false;\"><img alt=\"Close this notice\" src=\"http://static.huluim.com/images/button_x_lightgray_narrow.gif?1288166694\"
173
+ style=\"vertical-align: middle;\" /></a>\n </span>\n </div>\n</div>\n\n<script
174
+ type=\"text/javascript\">\n//<![CDATA[\nBehaviors.showIE6();\n//]]>\n</script>\n<![endif]-->\n\n
175
+ \ <div class=\"relative container plus-hold-banner\" id=\"plus-hold-banner\"
176
+ style=\"display:none\">\n</div>\n\n <div id=\"delayed-js-container\"></div>\n
177
+ \ \n <div id=\"vc\"></div>\n\n \n <div class=\"fixed-lg relative\" id=\"container\"
178
+ style=\"z-index:98;position:relative;\">\n <div class=\"section top\">\n <div
179
+ class=\"standard tidy\">\n <ul id=\"logged-in-nav\" class=\"usernav\" style=\"display:none\">\n
180
+ \ <li class=\"first\">\n <span style=\"position:relative;\">\n
181
+ \ <span id=\"profile-drop-down-span\">\n <img alt=\"[!]\"
182
+ id=\"hold-icon\" src=\"http://static.huluim.com/images/icon-orange-alert.gif?990053788\"
183
+ style=\"display:none\" title=\"There are problems with your subscription.\"
184
+ />\n Welcome <a href=\"javascript:void(0);\" class=\"profile-drop-down-link
185
+ utility-link\" id=\"user-greeting\">User</a>\n </span>\n <div
186
+ id=\"profile-drop-down-placeholder\" style=\"position:absolute; height:12px;
187
+ top:12px; width:10px; left:0px;\"></div>\n <div class=\"profile-drop-down\"
188
+ style=\"display:none;\">\n <ul>\n <li><a href=\"/inbox\"
189
+ id=\"inbox-link\">Inbox</a></li>\n <li><a href=\"/profile/profile\">Profile</a></li>\n
190
+ \ <li><a href=\"/profile/activity_feed\">Community</a></li>\n
191
+ \ <li><a href=\"/profile/queue\">Content</a></li>\n <li><a
192
+ href=\"/profile/settings\">Privacy &amp; Settings</a></li>\n \t\t<li><a href=\"/profile/ad_tailor?src=account-dropdown\">Ad
193
+ Tailor</a></li>\n <li><a href=\"/help\">Help</a></li>\n <li><a
194
+ class=\"utility-link\" href=\"#\" id=\"top-nav-sign-out\" onclick=\"Behaviors.logoutFromTop();;
195
+ return false;\">Log Out</a></li>\n </ul>\n </div>\n
196
+ \ <div class=\"profile-drop-down-pointer\" style=\"display:none; background-image:url('/images/profile_dropdown_pointer.png');
197
+ background-position:0 0px;\"></div>\n </span>\n </li>\n <li>\n
198
+ \ <a href=\"/profile\" class=\"utility-link\">Account</a>\n </li>\n
199
+ \ \n <li>\n <a href=\"http://www.hulu.com/profile/queue\"
200
+ class=\"utility-link queue-count\" id=\"your-queue-link\">Queue</a>\n </li>\n
201
+ \ \n </ul>\n\n <ul id=\"logged-out-nav\" class=\"usernav\" style=\"display:none\">\n
202
+ \ <li class=\"first\">\n <a class=\"utility-link\" href=\"#\"
203
+ id=\"login-link\" onclick=\"FloatingLoginForm.showTop(this); return false;\">Log
204
+ In</a>\n </li>\n <li class=\"signin-border-left\">\n <a
205
+ href=\"http://www.hulu.com/users/forgot_password\" class=\"utility-link\">Forgot
206
+ Password?</a>\n </li>\n \n <li class=\"signin-border-left\">\n
207
+ \ <a href=\"http://www.hulu.com/signup\" class=\"utility-link\">Sign
208
+ Up</a>\n </li>\n \n </ul>\n\n <noscript>\n <ul
209
+ class=\"nojs usernav\">\n <li>\n Please <a href=\"/support/login_faq#cant_login\">enable
210
+ javascript</a> to log in.\n </li>\n </ul>\n </noscript>\n\n
211
+ \ \n \n <ul class=\"nv\"><li class=\"first\" style=\"\" id=\"home\"><a
212
+ href=\"http://www.hulu.com/?src=topnav\" rel=\"home\"><img alt=\"Hulu\" border=\"0\"
213
+ height=\"42\" id=\"main-hulu-logo\" src=\"http://static.huluim.com/images/logo.jpg?1067996145\"
214
+ title=\"Hulu\" width=\"97\" /></a></li><li class=\"\" id=\"tv\"><a href=\"http://www.hulu.com/tv?src=topnav\"><img
215
+ alt=\"TV\" border=\"0\" class=\"hover-me\" id=\"tab-tv.gif132242222564426\"
216
+ src=\"http://static.huluim.com/images/tab-tv.gif?1283484329\" title=\"TV\" /></a></li><li
217
+ class=\"\" id=\"movies\"><a href=\"http://www.hulu.com/movies?src=topnav\"><img
218
+ alt=\"Movies\" border=\"0\" class=\"hover-me\" id=\"tab-movies.gif132242222564479\"
219
+ src=\"http://static.huluim.com/images/tab-movies.gif?996649533\" title=\"Movies\"
220
+ /></a></li><li class=\"\" id=\"huluplus\"><a href=\"http://www.hulu.com/plus?src=topnav\"><img
221
+ alt=\"More TV. On more devices.\" border=\"0\" class=\"hover-me\" id=\"tab-huluplus.gif132242222564532\"
222
+ src=\"http://static.huluim.com/images/tab-huluplus.gif?1034071429\" title=\"More
223
+ TV. On more devices.\" /></a></li></ul>\n \n </div>\n </div>\n</div>\n\n<div
224
+ id=\"header-search-auto-complete\"></div>\n\n<div class=\"fluid bar\" id=\"top-sec-nv\"
225
+ style=\"\">\n <div class=\"fixed-lg container\" style=\"position:relative\">\n
226
+ \ <ul class=\"snv home\"><li id=\"snv-browse\"><a href=\"http://www.hulu.com/browse/tv?src=topnav\"
227
+ class=\"menu-top\"><img alt=\"Browse\" border=\"0\" class=\"hover-me\" id=\"subnav-browse.gif132242222564757\"
228
+ src=\"http://static.huluim.com/images/subnav-browse.gif?1082179386\" title=\"Browse\"
229
+ /></a><div class=\"nav-menus long\" style=\"display:none;\"> <div class=\"liner\"></div>
230
+ <div class=\"three-items\"> <h2 class=\"menu-item first\"> <a href=\"http://www.hulu.com/browse/tv?src=topnav\"
231
+ title=\"TV Shows\">TV Shows</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/browse/movies?src=topnav\"
232
+ title=\"Movies\">Movies</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/trailers?src=topnav\"
233
+ title=\"Trailers\">Trailers</a> </h2> </div><div class=\"more-items\"> <h2 class=\"menu-item\">
234
+ <a href=\"http://www.hulu.com/genres?src=topnav\" title=\"By Genre\">By Genre</a>
235
+ </h2> <h2 class=\"menu-item\"> <a href=\"http://www.hulu.com/playlists?src=topnav\"
236
+ title=\"Playlists\">Playlists</a> </h2> <h2 class=\"menu-item\"> <a href=\"http://www.hulu.com/coming-soon?src=topnav\"
237
+ title=\"Coming Soon\">Coming Soon</a> </h2> </div></div></li><li id=\"snv-most-popular\"><a
238
+ href=\"http://www.hulu.com/popular?src=topnav\" class=\"menu-top\"><img alt=\"Most
239
+ Popular\" border=\"0\" class=\"hover-me\" id=\"subnav-mostpopular.gif132242222564864\"
240
+ src=\"http://static.huluim.com/images/subnav-mostpopular.gif?981609852\" title=\"Most
241
+ Popular\" /></a><div class=\"nav-menus long\" style=\"display:none;\"> <div
242
+ class=\"liner\"></div> <div class=\"three-items\"> <h2 class=\"menu-item first\">
243
+ <a href=\"http://www.hulu.com/browse/popular/tv?src=topnav\" title=\"TV Shows\">TV
244
+ Shows</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/popular/episodes?src=topnav\"
245
+ title=\"TV Episodes\">TV Episodes</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/popular/clips?src=topnav\"
246
+ title=\"TV Clips\">TV Clips</a> </h2> </div><div class=\"more-items\"> <h2 class=\"menu-item\">
247
+ <a href=\"http://www.hulu.com/popular/movies?src=topnav\" title=\"Movies\">Movies</a>
248
+ </h2> <h2 class=\"menu-item\"> <a href=\"http://www.hulu.com/popular/film_trailers?src=topnav\"
249
+ title=\"Trailers\">Trailers</a> </h2> <h2 class=\"menu-item\"> <a href=\"http://www.hulu.com/popular/feature_film?channel=News+and+Information&amp;src=topnav&amp;subchannel=Documentary+and+Biography&amp;timeframe=today\"
250
+ title=\"Documentaries\">Documentaries</a> </h2> </div></div></li><li id=\"snv-recently-added\"><a
251
+ href=\"http://www.hulu.com/recent/videos?src=topnav\" class=\"menu-top\"><img
252
+ alt=\"Recently Added\" border=\"0\" class=\"hover-me\" id=\"subnav-recentlyadded.gif132242222564968\"
253
+ src=\"http://static.huluim.com/images/subnav-recentlyadded.gif?1251132303\"
254
+ title=\"Recently Added\" /></a><div class=\"nav-menus long\" style=\"display:none;\">
255
+ <div class=\"liner\"></div> <div class=\"three-items\"> <h2 class=\"menu-item
256
+ first\"> <a href=\"http://www.hulu.com/browse/recent/tv?src=topnav\" title=\"TV
257
+ Shows\">TV Shows</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/recent/episodes?src=topnav\"
258
+ title=\"TV Episodes\">TV Episodes</a> </h2> <h2 class=\"menu-item \"> <a href=\"http://www.hulu.com/recent/movies?src=topnav\"
259
+ title=\"Movies\">Movies</a> </h2> </div><div class=\"more-items\"> <h2 class=\"menu-item\">
260
+ <a href=\"http://www.hulu.com/recent/film_trailers?src=topnav\" title=\"Trailers\">Trailers</a>
261
+ </h2> <h2 class=\"menu-item\"> <a href=\"http://www.hulu.com/recent/feature_films?channel=News+and+Information&amp;src=topnav&amp;subchannel=Documentary+and+Biography\"
262
+ title=\"Documentaries\">Documentaries</a> </h2> </div></div></li><li id=\"snv-spotlight\"><a
263
+ href=\"http://www.hulu.com/spotlight?src=topnav\" class=\"menu-top\"><img alt=\"Spotlight\"
264
+ border=\"0\" class=\"hover-me\" id=\"subnav-spotlight.gif132242222565071\" src=\"http://static.huluim.com/images/subnav-spotlight.gif?1050834595\"
265
+ title=\"Spotlight\" /></a><div class=\"nav-menus long\" style=\"display:none;\">
266
+ <div class=\"liner\"></div> <div class=\"three-items\"> <h2 class=\"menu-item
267
+ first\"> <a href=\"/holidays?src=topnav\" title=\"Hulu for the Holidays\">Hulu
268
+ for the Holidays</a> </h2> <h2 class=\"menu-item \"> <a href=\"/spotlight/holiday-entertaining?src=topnav\"
269
+ title=\"Holiday Entertaining\">Holiday Entertaining</a> </h2> <h2 class=\"menu-item
270
+ \"> <a href=\"/blockbusters?src=topnav\" title=\"Holiday Blockbusters\">Holiday
271
+ Blockbusters</a> </h2> </div><div class=\"more-items\"> <h2 class=\"menu-item\">
272
+ <a href=\"http://www.hulu.com/nfl\" title=\"NFL Network\">NFL Network</a> </h2>
273
+ \ <h2 class=\"menu-item\"> <a href=\"http://blog.hulu.com/category/moms-forum?src=topnav\"
274
+ title=\"Starring Mom Forum\">Starring Mom Forum</a> </h2> <h2 class=\"menu-item\">
275
+ <a href=\"http://www.hulu.com/labs?src=topnav\" title=\"Labs\">Labs</a> </h2>
276
+ \ <h2 class=\"menu-item\"> <a href=\"http://blog.hulu.com?src=topnav\" title=\"Blog\">Blog</a>
277
+ </h2> </div></div></li><li id=\"snv-recommendations\"><a href=\"http://www.hulu.com/recommendations?src=topnav\"
278
+ class=\"menu-top\"><img alt=\"Recommendations\" border=\"0\" class=\"hover-me\"
279
+ id=\"subnav-recommendations.gif132242222565174\" src=\"http://static.huluim.com/images/subnav-recommendations.gif?1189584144\"
280
+ title=\"Recommendations\" /></a></li><li id=\"snv-favorites\"><a href=\"http://www.hulu.com/favorites?src=topnav\"
281
+ class=\"menu-top\"><img alt=\"Favorites\" border=\"0\" class=\"hover-me\" id=\"subnav-favorites.gif132242222565258\"
282
+ src=\"http://static.huluim.com/images/subnav-favorites.gif?1086275041\" title=\"Favorites\"
283
+ /></a><div class=\"nav-menus fullwidth short requirelogin\" style=\"display:none;width:920px;left:-545px;height:129px;\">
284
+ <div class=\"liner\"></div> <div class='favorites-loading'></div> </div></li></ul>
285
+ <script type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/ pingImage('/images/subnav-menus-bg-3items.gif');
286
+ pingImage('/images/subnav-menus-liner.gif'); /*]]>*/</script> \n <div class=\"searchnav\">\n
287
+ \ <form name=\"search_form\" id=\"search_form\" action=\"http://www.hulu.com/search\"
288
+ method=\"get\" onsubmit=\"if(this.query.value == '') {return false;} getSt('st');getFs('fs');if(!$('header-search-auto-complete').visible()){SearchTracking.trackSearchForm('search_form')}\">\n
289
+ \ <input id=\"video_search_term\" style=\"margin-right:-3px;\" type=\"text\"
290
+ \ value=\"\" autocomplete=\"off\" name=\"query\"/>\n <a href=\"javascript:void(0)\"><img
291
+ alt=\"Search\" border=\"0\" class=\"hover-me\" id=\"top-nav-search-button\"
292
+ onclick=\"if($('search_form').query.value == '') {return false;} SearchTracking.trackSearchForm('search_form');
293
+ getSt('st');getFs('fs'); $('search_form').submit()\" src=\"http://static.huluim.com/images/btn-search.gif?1103076024\"
294
+ title=\"Search\" /></a>\n <input type=\"hidden\" name=\"st\" id=\"st\"
295
+ />\n <input type=\"hidden\" name=\"fs\" id=\"fs\" />\n </form>\n
296
+ \ </div>\n </div>\n</div>\n\n<script type=\"text/javascript\">//<![CDATA[\n
297
+ \ var search_query_auto_completer = new Ajax.HuluAutocompleter(\n 'video_search_term',\n
298
+ \ 'header-search-auto-complete',\n '/search/suggest_html',\n {\n onSelected
299
+ : function() {\n getSt('st');\n getFs('fs');\n $('search_form').submit();\n
300
+ \ },\n onSelectNone : function() {\n getSt('st');\n getFs('fs');\n
301
+ \ $('search_form').submit();\n SearchTracking.trackSearchForm('search_form');\n
302
+ \ },\n widthExpand : 54,\n parameters : getPageInfo(),\n method
303
+ : 'get'\n }\n );\n \n//]]></script>\n\n\n\n \n\n\n \n<div class=\"fluid
304
+ title\">\n <div class=\"fixed-lg container\">\n <div class=\"section\">\n
305
+ \ <div class=\"gr b ptop\">\n <h2>The page you were looking for doesn't
306
+ exist (404 error)</h2>\n </div>\n </div>\n </div>\n</div>\n<div class=\"dialog\">\n
307
+ \ <p><b>Sorry</b> - we couldn't find the page you were looking for. You may
308
+ have mistyped the address or the page may have moved.</p>\n <p>Visit the <a
309
+ href=\"http://www.hulu.com\">Hulu.com home page</a>.</p>\n</div>\n\n<div id=\"player-container\">\n</div>\n<script
310
+ type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/\n var swfObject =
311
+ new SWFObject(\"http://www.hulu.com/embed/0OW8jf1ORLC8vU9LDeAzAw\", \"embedplayer\",
312
+ \"512\", \"296\", \"8\");\n swfObject.useExpressInstall(\"/expressinstall.swf\");\n
313
+ \ if (!swfObject.write(\"player-container\")) {\n var img = $$('#player-container
314
+ img').first();\n if (img) {\n img.src = \"http://assets.huluim.com/shows/key_art_\"
315
+ + allThumbs[Math.floor(Math.random() * allThumbs.length)] + \".jpg\";\n }\n
316
+ \ }\n/*]]>*/</script>\n\n\n <iframe id=\"popup_frame\" class=\"playlist-box\"
317
+ style=\"display:none;\"></iframe>\n <iframe id=\"search_popup_frame\" class=\"playlist-box\"
318
+ style=\"display:none;\"></iframe>\n\n <div class=\"flf popup\" style=\"display:none\">\n
319
+ \ <div class=\"popup-bar\">\n <a href=\"#\" onclick=\"FloatingLoginForm.hide();
320
+ return false;\"><img alt=\"Popup-close\" border=\"0\" height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
321
+ width=\"11\" /></a>\n </div>\n <div class=\"flf-content\">\n <img alt=\"Attention\"
322
+ class=\"warning\" height=\"16\" src=\"http://static.huluim.com/images/int-warning.gif?1282174508\"
323
+ width=\"16\" />\n Please login or <a href=\"/signup\" class=\"signup\">sign
324
+ up</a> first.\n <div class=\"login-form\">\n <form action=\"https://secure.hulu.com/account/authenticate\"
325
+ method=\"get\" name=\"login-form\" onsubmit=\"Login.submit(this); return false;\">\n
326
+ \ <div>\n <input id=\"login\" class=\"active login\" type=\"text\" style=\"display:
327
+ none;\" name=\"username\"/>\n <input id=\"password\" class=\"active password\"
328
+ type=\"password\" style=\"display: none;\" name=\"password\" value='' autocomplete='off'/>\n
329
+ \ <input class=\"inactive dummy login\" type=\"text\" value=\"email\" name=\"dummy_login\"
330
+ />\n <input class=\"inactive dummy\" type=\"text\" value=\"password\" name=\"dummy_password\"
331
+ /> \n <input alt=\"Login\" border=\"0\" class=\"login-submit hover-me\"
332
+ id=\"btn-signin-small.gif132242222565598\" src=\"http://static.huluim.com/images/btn-signin-small.gif?1154250707\"
333
+ style=\"width: 44px; height: 20;\" title=\"Login\" type=\"image\" />\n <a
334
+ href=\"#\"><img alt=\"Cancel\" border=\"0\" class=\"hover-me\" height=\"20\"
335
+ id=\"btn-x.gif132242222565647\" onclick=\"Login.cancel();return false\" src=\"http://static.huluim.com/images/btn-x.gif?1219063468\"
336
+ title=\"Cancel\" width=\"18\" /></a>\n <br style=\"clear: both;\"/>\n </div>\n
337
+ \ <div class=\"login-status\" style=\"color: red; display: none;\"></div>\n
338
+ \ <div class=\"stay-logged-in-container\">\n <div style=\"float: left;\">\n
339
+ \ <input id=\"expire\" class=\"stay-logged-in\" type=\"checkbox\" checked=\"true\"
340
+ name=\"stayloggedin\" style=\"float: none; vertical-align: middle;\"/>\n <span
341
+ onclick=\"Login.switchExpire();\" style=\"font-size: 11px; cursor: pointer;\">Keep
342
+ me logged in for 30 days.</span>\n <span style=\"font-size: 11px; margin:
343
+ 0px 3px;\">\n <a href=\"http://www.hulu.com/support/account#faq-keep-logged-in\"
344
+ class=\"bracket-link\" style=\"float: none;\">[ <span>?</span> ]</a>\n </span>\n
345
+ \ </div>\n <div class=\"login-status-img\" style=\"float: left; vertical-align:
346
+ middle; margin-left: 5px; display: none;\">\n <img alt=\"Loading-animated-circle\"
347
+ border=\"0\" class=\"login-status-loading\" height=\"16\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
348
+ style=\"position: relative; top: 4px;\" width=\"16\" />\n </div>\n </div>\n
349
+ \ <div style=\"clear: both\">\n <a href=\"/users/forgot_password\" style=\"float:none;margin-left:17px;font-size:11px;\">Forgot
350
+ your password?</a>\n </div>\n \n <!-- todo change to alternative flow. if
351
+ user clicks this, it's like activating facebook connect. -->\n <div class=\"form-fb-container\">\n
352
+ \ <a href=\"#\" onclick=\"Social.Facebook.connect(); return false;\"><img
353
+ alt=\"Btn-facebook-connect\" src=\"http://static.huluim.com/images/btn-facebook-connect.png?996062738\"
354
+ style=\"vertical-align: middle\" /></a>\n <span style=\"line-height: 27px;
355
+ vertical-align:middle; padding-left: 8px; color: #333;\">Login with your Facebook
356
+ ID.</span>\n </div>\n \n \n</form>\n\n </div>\n </div>\n <div class=\"shw-top-right\"></div>\n
357
+ \ <div class=\"shw-right\"></div>\n <div class=\"shw-bottom-right\"></div>\n
358
+ \ <div class=\"shw-bottom\"></div>\n <div class=\"shw-bottom-left\"></div>
359
+ \ \n</div>\n\n <div class=\"flf tflf popup\" style=\"display:none\">\n <div
360
+ class=\"popup-bar\">\n <a href=\"#\" onclick=\"FloatingLoginForm.hide();
361
+ return false;\"><img alt=\"Popup-close\" border=\"0\" height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
362
+ width=\"11\" /></a>\n </div>\n <div class=\"flf-content\">\n <img alt=\"Attention\"
363
+ class=\"warning\" height=\"16\" src=\"http://static.huluim.com/images/int-warning.gif?1282174508\"
364
+ width=\"16\" />\n Please input your email and password.\n <div class=\"login-form\">\n
365
+ \ <form action=\"https://secure.hulu.com/account/authenticate\" method=\"get\"
366
+ name=\"login-form\" onsubmit=\"Login.submit(this); return false;\">\n <div>\n
367
+ \ <input id=\"login\" class=\"active login\" type=\"text\" style=\"display:
368
+ none;\" name=\"username\"/>\n <input id=\"password\" class=\"active password\"
369
+ type=\"password\" style=\"display: none;\" name=\"password\" value='' autocomplete='off'/>\n
370
+ \ <input class=\"inactive dummy login\" type=\"text\" value=\"email\" name=\"dummy_login\"
371
+ />\n <input class=\"inactive dummy\" type=\"text\" value=\"password\" name=\"dummy_password\"
372
+ /> \n <input alt=\"Login\" border=\"0\" class=\"login-submit hover-me\"
373
+ id=\"btn-signin-small.gif132242222565985\" src=\"http://static.huluim.com/images/btn-signin-small.gif?1154250707\"
374
+ style=\"width: 44px; height: 20;\" title=\"Login\" type=\"image\" />\n <a
375
+ href=\"#\"><img alt=\"Cancel\" border=\"0\" class=\"hover-me\" height=\"20\"
376
+ id=\"btn-x.gif132242222566032\" onclick=\"Login.cancel();return false\" src=\"http://static.huluim.com/images/btn-x.gif?1219063468\"
377
+ title=\"Cancel\" width=\"18\" /></a>\n <br style=\"clear: both;\"/>\n </div>\n
378
+ \ <div class=\"login-status\" style=\"color: red; display: none;\"></div>\n
379
+ \ <div class=\"stay-logged-in-container\">\n <div style=\"float: left;\">\n
380
+ \ <input id=\"expire\" class=\"stay-logged-in\" type=\"checkbox\" checked=\"true\"
381
+ name=\"stayloggedin\" style=\"float: none; vertical-align: middle;\"/>\n <span
382
+ onclick=\"Login.switchExpire();\" style=\"font-size: 11px; cursor: pointer;\">Keep
383
+ me logged in for 30 days.</span>\n <span style=\"font-size: 11px; margin:
384
+ 0px 3px;\">\n <a href=\"http://www.hulu.com/support/account#faq-keep-logged-in\"
385
+ class=\"bracket-link\" style=\"float: none;\">[ <span>?</span> ]</a>\n </span>\n
386
+ \ </div>\n <div class=\"login-status-img\" style=\"float: left; vertical-align:
387
+ middle; margin-left: 5px; display: none;\">\n <img alt=\"Loading-animated-circle\"
388
+ border=\"0\" class=\"login-status-loading\" height=\"16\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
389
+ style=\"position: relative; top: 4px;\" width=\"16\" />\n </div>\n </div>\n
390
+ \ <div style=\"clear: both\">\n <a href=\"/users/forgot_password\" style=\"float:none;margin-left:17px;font-size:11px;\">Forgot
391
+ your password?</a>\n </div>\n \n <!-- todo change to alternative flow. if
392
+ user clicks this, it's like activating facebook connect. -->\n <div class=\"form-fb-container\">\n
393
+ \ <a href=\"#\" onclick=\"Social.Facebook.connect(); return false;\"><img
394
+ alt=\"Btn-facebook-connect\" src=\"http://static.huluim.com/images/btn-facebook-connect.png?996062738\"
395
+ style=\"vertical-align: middle\" /></a>\n <span style=\"line-height: 27px;
396
+ vertical-align:middle; padding-left: 8px; color: #333;\">Login with your Facebook
397
+ ID.</span>\n </div>\n \n \n</form>\n\n </div>\n </div>\n <div class=\"shw-top-right\"></div>\n
398
+ \ <div class=\"shw-right\"></div>\n <div class=\"shw-bottom-right\"></div>\n
399
+ \ <div class=\"shw-bottom\"></div>\n <div class=\"shw-bottom-left\"></div>
400
+ \ \n</div>\n\n <div class=\"floating-container popup\" id=\"floating-container\"
401
+ style=\"display:none\">\n <div class=\"popup-bar\">\n <a href=\"#\" onclick=\"FloatingDiv.hide();
402
+ return false;\"><img alt=\"Popup-close\" border=\"0\" height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
403
+ title=\"close\" width=\"11\" /></a>\n </div>\n \n <div class=\"shw-top-right\"></div>\n
404
+ \ <div class=\"shw-right\"></div>\n <div class=\"shw-bottom-right\"></div>\n
405
+ \ <div class=\"shw-bottom\"></div>\n <div class=\"shw-bottom-left\"></div>
406
+ \ \n</div>\n\n\n \n <div class=\"int-warning popup\" style=\"display:none;\">\n
407
+ \ <div class=\"popup-bar\">\n <a href=\"#\" onclick=\"IntWarning.cancel();
408
+ return false;\"><img alt=\"Popup-close\" border=\"0\" height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
409
+ title=\"close\" width=\"11\" /></a>\n </div>\n <div class=\"int-thanks\" style=\"display:
410
+ none\">\n <p>Thanks for your interest.</p>\n <a href=\"#\"><img alt=\"Cancel\"
411
+ border=\"0\" class=\"hover-me\" height=\"20\" id=\"btn-close.gif132242222566337\"
412
+ onclick=\"IntWarning.cancel();return false\" src=\"http://static.huluim.com/images/btn-close.gif?1138336199\"
413
+ title=\"Cancel\" width=\"65\" /></a>\n </div>\n\n <div class=\"int-form popup-content\">\n
414
+ \ <p class=\"int-title\">\n <img alt=\"Int-warning\" class=\"int-icon\"
415
+ src=\"http://static.huluim.com/images/int-warning.gif?1282174508\" />\n Sorry,
416
+ currently our video library can only be watched from within the United States\n
417
+ \ </p>\n\n <p>Hulu is committed to making its content available worldwide.
418
+ \ To do so,\n we must work through a number of legal and business issues,
419
+ including\n obtaining international streaming rights. Know that we are working
420
+ to make\n this happen and will continue to do so. Given the international
421
+ background\n of the Hulu team, we have both a professional and personal interest
422
+ in\n bringing Hulu to a global audience.</p>\n\n <p>If you'd like, please
423
+ leave us your email address and the country in\n which you live, and we will
424
+ email you when our videos are available in your\n area.</p>\n\n <form
425
+ action=\"/errors/404\" id=\"int-request\" method=\"post\" onsubmit=\"return
426
+ false;\">\n <table>\n <tr>\n <td><label for=\"int-email\">Email:</label></td>\n
427
+ \ <td class=\"field\"><input id=\"int-email\" name=\"email[]\" size=\"30\"
428
+ type=\"text\" /></td>\n </tr>\n <tr>\n <td><label for=\"int-country\">Country:</label><br/>\n
429
+ \ </td>\n <td class=\"field\"><input id=\"int-country\"
430
+ name=\"country\" type=\"text\" value=\"\" /></td>\n </tr>\n <tr>\n
431
+ \ <td class=\"last\" colspan=\"2\">\n <a href=\"#\"><img
432
+ alt=\"Submit\" border=\"0\" class=\"hover-me\" height=\"20\" id=\"btn-submit-small.gif132242222584268\"
433
+ onclick=\"IntWarning.submit(); return false\" src=\"http://static.huluim.com/images/btn-submit-small.gif?1099109130\"
434
+ title=\"Submit\" width=\"65\" /></a>\n <a href=\"#\"><img alt=\"Cancel\"
435
+ border=\"0\" class=\"hover-me\" height=\"20\" id=\"btn-close.gif132242222584542\"
436
+ onclick=\"IntWarning.cancel(); return false\" src=\"http://static.huluim.com/images/btn-close.gif?1138336199\"
437
+ title=\"Cancel\" width=\"65\" /></a>\n </td>\n </tr>\n </table>\n
438
+ \ </form>\n </div>\n <div class=\"shw-top-right\"></div>\n <div class=\"shw-right\"></div>\n
439
+ \ <div class=\"shw-bottom-right\"></div>\n <div class=\"shw-bottom\"></div>\n
440
+ \ <div class=\"shw-bottom-left\"></div>\n</div>\n\n<div class=\"int-warning-jp
441
+ popup\" style=\"display:none;\">\n <div class=\"popup-bar\">\n <a href=\"#\"
442
+ onclick=\"IntWarning.cancel(); return false;\"><img alt=\"Popup-close\" border=\"0\"
443
+ height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
444
+ title=\"close\" width=\"11\" /></a>\n </div>\n\n <div class=\"int-form popup-content\">\n
445
+ \ <div class=\"relative\">\n <img alt=\"Int-warning\" src=\"http://static.huluim.com/images/int-warning.gif?1282174508\"
446
+ style=\"position:absolute; left:-20px; top:1px;\" />\n <p>Huluを日本でお楽しみいただくには、<a
447
+ href=\"http://www.hulu.jp?from=hulu_us\" class=\"blue-link\">Hulu.jp</a>をご利用ください。</p>\n\n
448
+ \ <p>Hulu is now officially available in Japan. Please continue onto <a
449
+ href=\"http://www.hulu.jp?from=hulu_us\" class=\"blue-link\">Hulu.jp</a> to
450
+ enjoy great videos in Japan.</p>\n\n <a href=\"http://www.hulu.jp?from=hulu_us\"><img
451
+ alt=\"Go to Hulu Japan\" border=\"0\" class=\"hover-me\" height=\"20\" id=\"btn-plus-continue.gif132242222584825\"
452
+ src=\"http://static.huluim.com/images/btn-plus-continue.gif?1207633618\" style=\"float:
453
+ right;\" title=\"Go to Hulu Japan\" width=\"87\" /></a>\n <br class='shim'
454
+ />\n\n </div>\n </div>\n\n <div class=\"shw-top-right\"></div>\n <div
455
+ class=\"shw-right\"></div>\n <div class=\"shw-bottom-right\"></div>\n <div
456
+ class=\"shw-bottom\"></div>\n <div class=\"shw-bottom-left\"></div>\n</div>\n\n<div
457
+ class=\"overlay-full\" style=\"display:none\"></div>\n\n \n <div class=\"privacy-acceptance\"
458
+ style=\"display:none\">\n <div id=\"accept-choice\">\n <div class=\"content\">\n
459
+ \ <div class=\"flf-content\">\n <img alt=\"Attention\" class=\"warning\"
460
+ height=\"16\" src=\"http://static.huluim.com/images/int-warning.gif?1282174508\"
461
+ width=\"16\" />\n Do you accept the new <a href=\"/terms\" target=\"_blank\">Terms
462
+ of Use</a> and <a href=\"/privacy\" target=\"_blank\">Privacy Policy</a>?\n
463
+ \ </div>\n <div style=\"text-align: right; padding-top: 10px;\">\n
464
+ \ <div id=\"privacy-acceptance-loading\" style=\"display:none; padding:
465
+ 2px 20px; float: left\">\n <img alt=\"Loading-animated-circle\" border=\"0\"
466
+ height=\"16\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
467
+ style=\"vertical-align:middle\" width=\"16\" />\n </div>\n <a
468
+ href=\"#\" onclick=\"Login.acceptPrivacy(); return false;\"><img alt=\"accept\"
469
+ border=\"0\" class=\"hover-me\" height=\"20\" id=\"accept-button\" src=\"http://static.huluim.com/images/btn-i-accept.gif?1254406432\"
470
+ title=\"accept\" width=\"102\" /></a>&nbsp;&nbsp;\n <a href=\"#\" onclick=\"Login.showDeny();
471
+ return false;\"><img alt=\"do not accept\" border=\"0\" class=\"hover-me\" height=\"20\"
472
+ id=\"accept-not-button\" src=\"http://static.huluim.com/images/btn-i-accept-do-not.gif?1063117107\"
473
+ title=\"do not accept\" width=\"102\" /></a>\n </div>\n </div>\n </div>\n
474
+ \ <div id=\"deny-choice\">\n <div class=\"content\">\n <div class=\"flf-content\">\n
475
+ \ <img alt=\"Attention\" class=\"warning\" height=\"16\" src=\"http://static.huluim.com/images/int-warning.gif?1282174508\"
476
+ width=\"16\" />\n Sorry, you cannot log in to your account unless you
477
+ accept.\n </div>\n <div style=\"text-align: right; padding-top: 10px;\">\n
478
+ \ <a href=\"#\" onclick=\"Login.showPrivacy(); return false;\"><img alt=\"back\"
479
+ border=\"0\" class=\"hover-me\" height=\"20\" id=\"back-button\" src=\"http://static.huluim.com/images/btn-back.gif?1120309156\"
480
+ title=\"back\" width=\"69\" /></a>&nbsp;&nbsp;\n <a href=\"#\" onclick=\"ModalPopup.hide();
481
+ return false;\"><img alt=\"continue\" border=\"0\" class=\"hover-me\" height=\"20\"
482
+ id=\"ok-continue-button\" src=\"http://static.huluim.com/images/btn-ok-continue.gif?1077529514\"
483
+ title=\"continue\" width=\"102\" /></a>\n </div>\n </div>\n </div>\n</div>\n\n
484
+ \ <div id=\"modal-popup\" style=\"display: none;\">\n <div id=\"modal-popup-container\">\n
485
+ \ <div class=\"popup-bar\">\n <a href=\"#\" onclick=\"; return false;\"><img
486
+ alt=\"Popup-close\" border=\"0\" height=\"11\" id=\"close-popup\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
487
+ title=\"close\" width=\"11\" /></a>\n </div>\n <div class=\"popup-bar-19h\">\n
488
+ \ <a href=\"#\" onclick=\"; return false;\"><img alt=\"Popup-header-close-19h\"
489
+ border=\"0\" height=\"19\" id=\"close-popup-19h\" src=\"http://static.huluim.com/images/popup-header-close-19h.gif?1183885817\"
490
+ title=\"close\" width=\"15\" /></a>\n </div>\n <div class=\"popup-bar-dark\">\n
491
+ \ <a href=\"#\" onclick=\"; return false;\"><img alt=\"Popup-close-dark\"
492
+ border=\"0\" height=\"11\" id=\"close-popup-dark\" src=\"http://static.huluim.com/images/popup-close-dark.gif?1245360475\"
493
+ title=\"close\" width=\"11\" /></a>\n </div>\n <div class=\"modal-content\">\n
494
+ \ <div id=\"modal-question\"></div>\n <div id=\"modal-text\"></div>\n
495
+ \ <div style=\"text-align: right;\">\n <a href=\"#\" onclick=\"ModalPopup.hide();
496
+ return false;\"><img alt=\"OK\" border=\"0\" class=\"hover-me\" height=\"20\"
497
+ id=\"dismiss-popup\" src=\"http://static.huluim.com/images/btn-ok.gif?1277491716\"
498
+ title=\"OK\" width=\"50\" /></a>\n <a href=\"#\" onclick=\"ModalPopup.hide();
499
+ return false;\"><img alt=\"Yes\" border=\"0\" class=\"hover-me\" height=\"20\"
500
+ id=\"accept-popup\" src=\"http://static.huluim.com/images/btn-yes.gif?1147659175\"
501
+ title=\"Yes\" width=\"50\" /></a>\n <a href=\"#\" onclick=\"ModalPopup.hide();
502
+ return false;\"><img alt=\"No\" border=\"0\" class=\"hover-me\" height=\"20\"
503
+ id=\"reject-popup\" src=\"http://static.huluim.com/images/btn-no.gif?1296732270\"
504
+ title=\"No\" width=\"50\" /></a>\n </div>\n </div>\n <div class=\"shw-top-right\"></div>\n
505
+ \ <div class=\"shw-right\"></div>\n <div class=\"shw-bottom-right\"></div>\n
506
+ \ <div class=\"shw-bottom\"></div>\n <div class=\"shw-bottom-left\"></div>\n
507
+ \ </div>\n</div>\n\n <div id=\"subscription-popup\" class=\"popup\" style=\"display:
508
+ none;\">\n <div class=\"popup-bar\">\n <a href=\"#\" onclick=\"Subscription.hide_popup();
509
+ return false;\"><img alt=\"Popup-close\" border=\"0\" height=\"11\" src=\"http://static.huluim.com/images/popup-close.gif?1027427675\"
510
+ title=\"close\" width=\"11\" /></a>\n </div>\n <div class=\"ss-content\">\n
511
+ \ Add <span id=\"ss-show-name\"></span> to your favorites to automatically
512
+ update your queue with new <span id=\"ss-has-episodes\">episodes and </span><span
513
+ id=\"ss-has-clips\">clips</span>.\n <div class=\"ss-options\">\n <input
514
+ id=\"ss-show\" name=\"ss-show\" type=\"hidden\" value=\"0\" />\n <a class=\"checkbox
515
+ checked\" href=\"#\" id=\"ss-episodes\" onclick=\"Subscription.toggle_input('ss-episodes');
516
+ return false;\" style=\"margin-right: 54px;\">Episodes</a>\n <a class=\"checkbox
517
+ checked\" href=\"#\" id=\"ss-clips\" onclick=\"Subscription.toggle_input('ss-clips');
518
+ return false;\">Clips</a>\n <a class=\"radio pressed\" href=\"#\" id=\"ss-trailers-clips\"
519
+ onclick=\"Subscription.toggle_input('ss-trailers-clips'); return false;\">Trailers
520
+ and Clips</a>\n <a class=\"radio\" href=\"#\" id=\"ss-trailers-only\" onclick=\"Subscription.toggle_input('ss-trailers-only');
521
+ return false;\" style=\"margin-left: 20px;\">Trailers only</a>\n <br style=\"clear:
522
+ both;\" />\n <div style=\"padding: 7px 0px 0px 25px;\">\n <a class=\"radio
523
+ pressed\" href=\"#\" id=\"ss-episodes-all\" onclick=\"Subscription.toggle_input('ss-episodes-all');
524
+ return false;\">All</a>\n <br />\n <a class=\"radio\" href=\"#\"
525
+ id=\"ss-episodes-first\" onclick=\"Subscription.toggle_input('ss-episodes-first');
526
+ return false;\">New episodes only</a>\n </div>\n </div>\n <a class=\"checkbox\"
527
+ href=\"#\" id=\"ss-email\" onclick=\"Subscription.toggle_input('ss-email');
528
+ return false;\">Send me an alert when new videos are added to my queue.</a>\n
529
+ \ <img alt=\"Loading-animated-circle\" border=\"0\" height=\"16\" id=\"ss-loading\"
530
+ src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
531
+ style=\"position:absolute; margin: 19px 0px 0px 45px; display: none;\" title=\"\"
532
+ width=\"16\" />\n <img alt=\"Icon-check\" border=\"0\" height=\"16\" id=\"ss-done\"
533
+ src=\"http://static.huluim.com/images/icon-check.gif?1125927925\" style=\"position:absolute;
534
+ margin: 19px 0px 0px 45px; display: none;\" title=\"Checkmark\" width=\"16\"
535
+ />\n <div style=\"width: 143px; height: 20px; margin: 17px auto 0px;\">\n
536
+ \ <a href=\"#\" onclick=\"Subscription.hide_popup(); return false;\"><img
537
+ alt=\"Close\" border=\"0\" class=\"hover-me\" height=\"20\" id=\"cancel-subsciption\"
538
+ src=\"http://static.huluim.com/images/btn-cancel-small.gif?1189781601\" style=\"float:
539
+ right;\" title=\"Close\" width=\"65\" /></a>\n <a href=\"#\" onclick=\"Subscription.submit_options(this);
540
+ return false;\"><img alt=\"Submit\" border=\"0\" class=\"hover-me\" height=\"20\"
541
+ id=\"submit-subsciption\" src=\"http://static.huluim.com/images/btn-submit-small.gif?1099109130\"
542
+ title=\"Submit\" width=\"65\" /></a>\n <br style=\"clear: both;\" />\n
543
+ \ </div>\n </div>\n <div class=\"shw-top-right\"></div>\n <div class=\"shw-right\"></div>\n
544
+ \ <div class=\"shw-bottom-right\"></div>\n <div class=\"shw-bottom\"></div>\n
545
+ \ <div class=\"shw-bottom-left\"></div>\n</div>\n\n <div id=\"mobile-popup\"
546
+ style=\"display:none\">\n <div class=\"mobile-warning popup\" style=\"position:
547
+ absolute;\" id='mobile-warning'>\n <div id=\"mobile-popup-content\" style=\"text-align:
548
+ center; font-size: 14px; margin-bottom: 20px; \">\n </div>\n </div>\n <div
549
+ class=\"mobile-overlay-full\"></div>\n</div>\n<div id=\"mobile-first-entry\"
550
+ style=\"display:none\">\n <div class=\"content\">\n <div style=\"text-align:
551
+ left;\" class=\"mobile-left\">\n <img alt=\"Hulu\" height=\"42\" src=\"http://static.huluim.com/images/logo.jpg?1067996145\"
552
+ title=\"Hulu\" width=\"97\" />\n </div>\n <div class=\"supported mobile-right\"
553
+ style=\"display:none\">\n \n <p style=\"margin-bottom:0.5em\">\n To
554
+ watch videos on this <span class=\"platform-name\">device</span>,<br/> please
555
+ subscribe to Hulu Plus. \n </p>\n <p>\n <a href=\"/plus\" class=\"learn-more\">Learn
556
+ more</a>\n </p>\n <p style=\"margin-bottom: 0.5em\">\n Already
557
+ a Hulu Plus subscriber?\n </p>\n \n <p>\n <a href=\"http://itunes.apple.com/us/app/hulu-plus/id376510438?mt=8\"
558
+ class=\"app-download-link\">Download app</a>\n \n </p>\n <p>\n
559
+ \ <a href=\"javascript:void(0)\" class=\"continue-to-browse\" onclick=\"MobilePopup.acknowledge();
560
+ return false;\">continue to browse</a>\n </p>\n </div>\n <div class=\"unsupported
561
+ mobile-right\">\n <p style=\"margin-bottom:0.5em\">\n Hello!\n </p>\n
562
+ \ <p style=\"font-size:12px;font-weight:normal;margin-bottom:1em\">\n We
563
+ notice that you are trying to access Hulu from your <span\n class=\"platform-name\">unsupported
564
+ device</span>. It's\n not available, but we are working hard to bring
565
+ our Hulu Plus\n subscription service to <span class=\"platform-name-with-article\">this
566
+ device</span>!\n Stay tuned for updates.\n </p>\n <p>\n <a
567
+ href=\"javascript:void(0)\" class=\"continue-to-browse\" onclick=\"MobilePopup.acknowledge();
568
+ return false;\">continue to browse</a>\n </p>\n </div>\n <div class=\"really-unsupported
569
+ mobile-right\">\n <p style=\"margin-bottom:0.5em\">\n Hello!\n </p>\n
570
+ \ <p style=\"font-size:12px;font-weight:normal;margin-bottom:1em\">\n We
571
+ notice that you are trying to access Hulu from your <span\n class=\"platform-name\">unsupported
572
+ device</span>. Right now\n this device is not supported.\n </p>\n
573
+ \ <p>\n <a href=\"javascript:void(0)\" class=\"continue-to-browse\"
574
+ onclick=\"MobilePopup.acknowledge(); return false;\">continue to browse</a>\n
575
+ \ </p>\n </div>\n <br style=\"clear:both\" />\n </div>\n</div>\n<div
576
+ id=\"mobile-video-unavailable\" style=\"display:none\">\n <div class=\"content\">\n
577
+ \ <div style=\"text-align: left;\">\n <img alt=\"Hulu\" src=\"http://static.huluim.com/images/logo-plus.jpg?1300913395\"
578
+ />\n </div>\n <div style=\"font-size: 20px; margin-top:10px;\">\n The
579
+ video is not available on the <span class='platform-name'>iPad</span>.\n <div
580
+ style=\"margin-top:20px;\">\n <a href=\"#\" class=\"continue-to-browse\"
581
+ onclick=\"MobilePopup.acknowledge(); return false;\">continue to hulu.com</a>\n
582
+ \ </div>\n </div>\n </div>\n</div>\n<script type=\"text/javascript\">\n//<![CDATA[\nMobileDevice.handleWarning()\n//]]>\n</script>\n\n
583
+ \ <div id='facebook-connect-popup' style=\"display:none;\">\n <div class=\"fb_corner
584
+ fb_corner_bottom_left\"></div>\n <div class=\"fb_corner fb_corner_bottom_right\"></div>\n
585
+ \ <div class=\"fb_corner fb_corner_top_left\"></div>\n <div class=\"fb_corner
586
+ fb_corner_top_right\"></div>\n <div class=\"fb_border_top\"></div>\n <div
587
+ class=\"fb_border_bottom\"></div>\n <div class=\"fb_border_right\"></div>\n
588
+ \ <div class=\"fb_border_left\"></div>\n\n <div class=\"relative container\">\n
589
+ \ <div style=\"float:right; margin-right: 7px; margin-top: 7px;\">\n <a
590
+ href=\"#\" onclick=\"Social.Facebook.closePopup('remind-me-later'); return false;\"><img
591
+ alt=\"\" border=\"0\" class=\"hover-me\" id=\"btn-x-round.gif132242222586193\"
592
+ src=\"http://static.huluim.com/images/btn-x-round.gif?1181198444\" /></a>\n
593
+ \ </div>\n <div class=\"standard tidy\">\n <div class=\"content-container\">\n
594
+ \ <div class=\"content\" style=\"margin: 20px 12px 20px 12px; padding:
595
+ 3px 24px 6px 24px;\">\n <div class=\"clearfix\">\n <h2 class=\"cufonable
596
+ title classic active\" style=\"float: left\"><span class=\"cufonable username\"></span>Hulu.
597
+ Now with Friends</h2>\n <h2 class=\"cufonable title plus inactive\"
598
+ \ style=\"float: left\"><span class=\"cufonable username\"></span>Go Social
599
+ with Hulu</h2>\n <div class=\"login-welcome\" style=\"display:none;
600
+ float: left\">\n <span class=\"not-me-name\"></span>\n <a
601
+ class=\"fb_link not-me\" href=\"#\" onclick=\"Social.Facebook.logoutFromPopup();;
602
+ return false;\"></a>)\n </div>\n </div>\n <div
603
+ class=\"line\"></div>\n <div class=\"reason classic\" style=\"margin-top:
604
+ 10px;\">\n Start conversations with friends about your favorite shows'
605
+ twists, turns and laughs. Connect with your friends on Hulu and Facebook - <span
606
+ style=\"font-weight: 700;\">and receive a FREE month on your subscription to</span>
607
+ \n <img alt=\"Huluplus-logo-availability-note\" src=\"http://static.huluim.com/images/huluplus-logo-availability-note.png?984453507\"
608
+ />\n </div>\n <div class=\"reason plus inactive\" style=\"margin-top:
609
+ 10px;\">\n Start conversations with friends about your favorite shows'
610
+ twists, turns and laughs. Connect with your friends on Hulu and Facebook - <span
611
+ style=\"font-weight: 700;\">and we'll tack on a FREE month on your subscription
612
+ to</span> \n <img alt=\"Huluplus-logo-availability-note\" src=\"http://static.huluim.com/images/huluplus-logo-availability-note.png?984453507\"
613
+ />\n </div>\n <div style=\"margin-top: 18px; margin-bottom:
614
+ 10px;\">\n <a href=\"#\" onclick=\"$$('span.confirm-loading')[0].show();
615
+ Social.Facebook.connect(); return false;\" style=\"float: left;\"><img alt=\"Btn-fbconnect-large\"
616
+ src=\"http://static.huluim.com/images/btn-fbconnect-large.png?1190692617\" /></a>\n
617
+ \ <span class=\"confirm-loading\" style=\"margin-left: 10px; padding-top:
618
+ 4px; vertical-align: top; display:none; float: left;\">\n <img
619
+ alt=\"Loading-animated-circle\" border=\"0\" height=\"16\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
620
+ width=\"16\" />\n </span>\n <br style=\"clear: both;\"/>\n
621
+ \ </div>\n <div style=\"padding-bottom: 26px;\"><a class=\"fb_link\"
622
+ href=\"#\" onclick=\"Social.Facebook.closePopup('no-thanks'); return false;\">No
623
+ thanks</a></div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div
624
+ class=\"overlay-full\" style=\"display:none;\"></div>\n\n <div id=\"initial-fav-nav\"
625
+ style=\"display:none;\">\n <div id=\"updated-fav-nav\" style=\"width:920px;height:120px;align:center;color:white;\">\n
626
+ \ <div style=\"padding-top:46px;text-align:center;font-size:16px;\">\n\t\t\tPlease
627
+ <a href=\"/account/signin\" style=\"color:white;text-decoration:underline;\">log
628
+ in</a> to view your favorites.\n </div>\n </div>\n</div>\n \n\n <br style=\"clear:both\"
629
+ />\n\n <div id='footer' style=''>\n <div id=\"footer-search-auto-complete\"></div>\n
630
+ \ <div class=\"fluid bar\" style=\"clear:both\">\n <div class=\"fixed-lg
631
+ container\">\n <div class=\"searchnav\" style=\"width:96%; text-align:center;
632
+ height:20px\">\n <form id=\"bottom_search_form\" name=\"search_form\" action=\"http://www.hulu.com/search\"
633
+ method=\"get\" onsubmit=\"if(this.query.value == '') {return false;} getFs('fsb');getSt('stb');
634
+ if(!$('footer-search-auto-complete').visible()){SearchTracking.trackSearchForm('bottom_search_form')}\">\n
635
+ \ <input id=\"bottom_video_search_term\" class=\"search\" type=\"text\"
636
+ \ value=\"\" autocomplete=\"off\" name=\"query\" style=\"margin-right: -3px;\"
637
+ />\n <a href=\"javascript:void(0)\"><img alt=\"Search\" border=\"0\" class=\"hover-me\"
638
+ id=\"bottom-nav-search-button\" onclick=\"if($('bottom_search_form').query.value
639
+ == '') {return false;} getSt('stb');getFs('fsb');SearchTracking.trackSearchForm('bottom_search_form');
640
+ $('bottom_search_form').submit()\" src=\"http://static.huluim.com/images/btn-search.gif?1103076024\"
641
+ style=\"vertical-align: middle; margin-left: -1px;margin-bottom:2px;\" title=\"Search\"
642
+ /></a>\n <a class=\"search-footer-link\" href=\"/search/advanced_search\"
643
+ onclick=\"if (!$('serp-header')) return true; window.scroll(0,0); var el = $('advanced-search');
644
+ if (!el || !el.visible()) toggleAdvancedSearch(); return false\">Advanced Search</a>\n
645
+ \ <span class=\"search-footer-spacer\">|</span>\n <a class=\"search-footer-link\"
646
+ href=\"javascript:void(0)\" onclick=\"installOpenSearch(); return false\" >Search
647
+ Plugin</a>\n <input type=\"hidden\" name=\"st\" id=\"stb\" />\n <input
648
+ type=\"hidden\" name=\"fs\" id=\"fsb\" />\n </form>\n </div>\n </div>\n
649
+ \ </div>\n <script type=\"text/javascript\">//<![CDATA[\n var bottom_search_query_auto_completer
650
+ = new Ajax.HuluAutocompleter(\n 'bottom_video_search_term',\n 'footer-search-auto-complete',\n
651
+ \ '/search/suggest_html',\n { onSelected: function() { getFs('fsb');getSt('stb');
652
+ $('bottom_search_form').submit();},\n method: 'get',\n onSelectNone
653
+ : function() {getFs('fsb');getSt('stb');$('bottom_search_form').submit(); SearchTracking.trackSearchForm('bottom_search_form');}\n
654
+ \ }\n );\n //]]></script>\n\n <br style=\"clear:both\" />\n <div
655
+ class=\"fluid footer\">\n <div class=\"fixed-lg container\">\n <div
656
+ style=\"width:68%\">\n <div style=\"float:none; margin-bottom: 6px\"></div>\n
657
+ \ <div class=\"footer-column\">\n <a href=\"http://www.hulu.com/\"
658
+ class=\"footer-link\">Home</a>\n <a href=\"http://www.hulu.com/tv\"
659
+ class=\"footer-link\">TV</a>\n <a href=\"http://www.hulu.com/movies\"
660
+ class=\"footer-link\">Movies</a>\n </div>\n <div class=\"footer-column\">\n
661
+ \ <a href=\"http://www.hulu.com/genres\" class=\"footer-link\">Genres</a>\n
662
+ \ <a href=\"http://www.hulu.com/trailers\" class=\"footer-link\">Trailers</a>\n
663
+ \ <a href=\"http://www.hulu.com/labs\" class=\"footer-link\">Labs</a>\n
664
+ \ </div>\n <div class=\"footer-column\"> \n <a
665
+ href=\"http://www.hulu.com/discussions\" class=\"footer-link\">Discussions</a>\n
666
+ \ <a href=\"/plus/gifting\" class=\"footer-link\">Buy/Redeem Gifts</a>\n
667
+ \ <a href=\"http://www.hulu.jp\" class=\"footer-link\">Hulu Japan</a>\n
668
+ \ </div>\n <div class=\"footer-column\" style=\"width:90px;\">\n
669
+ \ <a href=\"http://www.hulu.com/distribution\" class=\"footer-link\">Distribution</a>\n
670
+ \ <a href=\"http://www.hulu.com/about/advertising\" class=\"footer-link\">Advertising</a>\n
671
+ \ <a href=\"http://www.hulu.com/feed\" class=\"footer-link\" style=\"display:inline;\">RSS</a>
672
+ <a href=\"http://www.hulu.com/feed\"><img alt=\"Hulu RSS Feeds\" border=\"0\"
673
+ class=\"hover-me\" id=\"rss-footer-link\" src=\"http://static.huluim.com/images/btn-rss.gif?1246596290\"
674
+ style=\"vertical-align:bottom;display:inline;margin-left:5px;padding-bottom:2px;\"
675
+ title=\"Hulu RSS Feeds\" /></a>\n </div>\n <script type=\"text/javascript\">\n//<![CDATA[\nBehaviors.updateFooterLinks()\n//]]>\n</script>\n
676
+ \ </div>\n\n <div style=\"float:right; width: 32%;\">\n <div
677
+ style=\"float:none; margin-bottom: 6px\"></div>\n <div class=\"footer-column\">\n
678
+ \ <a href=\"http://www.hulu.com/jobs\" class=\"footer-link\">Jobs</a>\n
679
+ \ <a href=\"http://www.hulu.com/about\" class=\"footer-link\">About</a>\n
680
+ \ <a href=\"http://blog.hulu.com\" class=\"footer-link\">Blog</a>\n
681
+ \ </div>\n <div class=\"footer-column\">\n <a href=\"http://www.hulu.com/help\"
682
+ class=\"footer-link\">Help</a>\n <a href=\"http://www.hulu.com/about/product_tour\"
683
+ class=\"footer-link\">Product Tour</a>\n <a href=\"http://www.hulu.com/support/contact\"
684
+ class=\"footer-link\">Contact Us</a>\n </div>\n </div>\n <div
685
+ class=\"disclaimer-container\">\n <div style=\"float:right;padding-right:36px;\">Copyright
686
+ &copy; 2011 Hulu. All rights reserved.</div>\n <div style=\"float:left;\">\n
687
+ \ Use of this Web site constitutes acceptance of the Hulu <a href=\"http://www.hulu.com/terms\">Terms
688
+ of Use</a>\n and <a href=\"http://www.hulu.com/privacy\">Privacy
689
+ Policy</a>.\n </div>\n </div>\n <br style=\"clear:both;\"/><br
690
+ style=\"clear:both;\"/>\n </div>\n <div class=\"corner-stone\">\n
691
+ \ <a href=\"/home/cornerstone\">&nbsp;&nbsp;</a>\n </div>\n <div
692
+ class=\"corner-stone\">\n <a href=\"/home/cornerstone/ew\">&nbsp;&nbsp;</a>\n
693
+ \ </div>\n </div>\n </div>\n\n <div id=\"video_search_term_suggestion\"
694
+ style=\"display: none;\"></div>\n <div id=\"video_search_term_suggestion_js\"
695
+ style=\"display:none;\"></div>\n\n <div id=\"info_hover\" class=\"info_hover_box\"
696
+ style=\"display:none\">\n <div class=\"pointer\"> </div>\n <div class=\"content\"></div>\n
697
+ \ <div class=\"gra-top-left\"> </div><div class=\"gra-top-right\"> </div>\n
698
+ \ <div class=\"gra-bottom-left\"> </div><div class=\"gra-bottom-right\"> </div>\n
699
+ \ <div class=\"gra-h\"> </div><div class=\"gra-v-left\"> </div><div class=\"gra-v-right\">
700
+ </div>\n </div>\n \n <div id=\"notes-modal-containter\" style=\"display:none;\">\n
701
+ \ <div id=\"notes-form-container\" class=\"content\">\n\t <div class=\"item\">\n\t
702
+ \ <div class=\"input-area\">\n\t <form action=\"/errors/404\" id=\"notes-form\"
703
+ method=\"post\" onsubmit=\"Note.submit(); return false;; new Ajax.Request('/errors/404',
704
+ {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return
705
+ false;\">\n\n\t\t\t\n\t\t\t <span id=\"note-user-name\" style=\"font-size: 14px;
706
+ font-weight: bold;\"></span>\n\n\t <input id=\"notes-form-user-id\"
707
+ type=\"hidden\" value=\"\" name=\"note[user_id]\"/>\n\t <textarea name=\"note[body]\"
708
+ id=\"notes-form-body\" class=\"form-body\"></textarea>\n\n\t\t\t<div>\n\t\t\t\t<span
709
+ style=\"float: right\">\n\t\t \t <img alt=\"\" border=\"0\" class=\"hover-me\"
710
+ id=\"notes-form-cancel\" onclick=\"ModalPopup.hide()\" src=\"http://static.huluim.com/images/btn-cancel-65w.gif?1106460533\"
711
+ title=\"Cancel\" />\n\n\t\t\t <input alt=\"\" border=\"0\" class=\"hover-me\"
712
+ id=\"notes-form-submit\" onclick=\"if (!Behaviors.isLoggedIn()) { FloatingLoginForm.show(this);
713
+ return false; }\" src=\"http://static.huluim.com/images/btn-send-small.gif?1116262920\"
714
+ title=\"Send\" type=\"image\" />\n\t\t\t\t</span>\n\t\t\t\n\t\t <div
715
+ id=\"notes-form-loading\" class=\"loading\" style=\"display: none;\">\n\t\t
716
+ \ <img alt=\"\" border=\"0\" height=\"16\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
717
+ style=\"vertical-align:middle;padding-top:2px;\" width=\"16\" />\n\t\t </div>\n\t\t
718
+ \ <div id=\"notes-error-container\" style=\"display: none;\">\n\t\t <div
719
+ class=\"notes-error-image\"><img alt=\"\" src=\"http://static.huluim.com/images/icon-warning.gif?1282174508\"
720
+ /></div>\n\t\t <div id=\"notes-form-errors\"></div>\n\t\t <br
721
+ style=\"clear:both;\"/>\n\t\t </div>\n\t\t\t </div>\n\t\t</form>\n\t
722
+ \ </div>\n\t <br style=\"clear: both;\"/>\n\t </div>\n\t</div>\n</div>\n\n
723
+ \ \n\n <div id=\"friends_for_video_popup\" style=\"display:none\">\n </div>\n\n
724
+ \ <div id=\"super_plus\" class=\"info_hover_box\" style=\"display:none\">\n
725
+ \ <div class=\"content\">\n <div class=\"menu-initial\">\n <ul>\n
726
+ \ <li id='sp-add-to-queue' onclick=\"SuperPlus.Actions.addToQueue()\">Add
727
+ to queue</li>\n <li onclick=\"SuperPlus.Actions.addToPlaylist()\">Add
728
+ to playlist&nbsp;&nbsp;&gt;</li>\n </ul>\n </div>\n <div class=\"menu-loading\">\n
729
+ \ <img alt=\"\" src=\"http://static.huluim.com/images/loading-animated-small.gif?1124342053\"
730
+ />\n </div>\n <div class=\"menu-playlist relative\">\n <div
731
+ class=\"subsection header\">Add to Playlist</div>\n <div class=\"subsection
732
+ playlists\">\n <div></div>\n </div>\n <div class=\"subsection
733
+ bottom\">\n <img alt=\"\" border=\"0\" class=\"hover-me\" id=\"btn-create-new-playlist.gif132242222587293\"
734
+ onclick=\"SuperPlus.showCreatePlaylist();\" src=\"http://static.huluim.com/images/btn-create-new-playlist.gif?1110603016\"
735
+ />\n </div>\n <div class='playlist-add-error' style=\"display:none;\">\n
736
+ \ <div class='playlist-add-error-content'></div>\n </div>\n </div>\n
737
+ \ <div class=\"menu-complete\">Added</div>\n </div>\n\n <div class=\"gra-top-left\">
738
+ </div><div class=\"gra-top-right\"> </div>\n <div class=\"gra-bottom-left\">
739
+ </div><div class=\"gra-bottom-right\"> </div>\n <div class=\"gra-h\"> </div><div
740
+ class=\"gra-v-left\"> </div><div class=\"gra-v-right\"> </div>\n <div class=\"gra-plus\">
741
+ </div><div class=\"gra-plus-corner\"> </div>\n\n <div class=\"border-cover\"
742
+ style=\"\"> </div>\n </div>\n\n <div id='super-plus-create-form' style=\"display:none;\">\n
743
+ \ <div class=\"content super-plus-create-form\">\n <form onsubmit=\"return
744
+ false;\" autocomplete=\"off\">\n <h2 class=\"cufonable\">Create New Playlist</h2>\n
745
+ \ <table id='playlist-create-table'>\n <tr>\n <td
746
+ class='col1'>\n Playlist Name\n </td>\n <td
747
+ class='col2'>\n Privacy Setting\n </td>\n </tr>\n
748
+ \ <tr>\n <td class='col1'><input type=\"text\" name=\"name\"
749
+ class='pl-name' /></td>\n <td class='col2'>\n <div class=\"cbx\"
750
+ id=\"privacy_level\"><div class=\"cbx-choice\">Private</div><input autocomplete=\"off\"
751
+ id=\"privacy_level\" name=\"privacy_level\" type=\"hidden\" value=\"1\" /><div
752
+ class=\"cbx-options\" style=\"display: none;\"><ul><li value=\"0\">Public</li><li
753
+ class=\"selected\" value=\"1\">Private</li></ul></div></div><script type=\"text/javascript\">\n//<![CDATA[\nvar
754
+ privacy_level = new ComboBox(\"privacy_level\", {\"onchange\":\"\"});\n//]]>\n</script>\n
755
+ \ </td>\n </tr>\n <tr>\n <td colspan=2
756
+ class='col1-2'>\n <div style=\"height: 20px;min-height: 20px;\">\n
757
+ \ <div class='playlist-create-error'> </div>\n </div>\n
758
+ \ </td>\n </tr>\n <tr>\n <td colspan=2
759
+ class='col1-2'>\n Description<br/>\n <textarea name=\"description\"></textarea>\n
760
+ \ </td>\n </tr>\n <tr>\n <td colspan=2
761
+ class='col1-2'>\n <div class='submit'>\n <img alt=\"\"
762
+ id=\"playlist-create-loading\" src=\"http://static.huluim.com/images/loading-animated-circle.gif?1309922598\"
763
+ style=\"position: relative; top: -2px; left: -2px; display:none;\" title=\"\"
764
+ />\n <input alt=\"\" border=\"0\" class=\"hover-me\" id=\"create-new-playlist-submit\"
765
+ src=\"http://static.huluim.com/images/btn-create-and-add.gif?1063828135\" type=\"image\"
766
+ />\n </div>\n </td>\n </tr>\n </table>\n
767
+ \ <div class='playlist-create-success' style='display: none;'>\n <ul
768
+ id='playlist-create-success-text'>\n </ul>\n <img alt=\"\"
769
+ border=\"0\" class=\"hover-me\" id=\"btn-done.gif132242222587482\" onclick=\"FloatingDiv.hide();\"
770
+ src=\"http://static.huluim.com/images/btn-done.gif?1023849742\" />\n </div>\n
771
+ \ </form>\n </div>\n </div>\n \n <script type=\"text/javascript\">\n//<![CDATA[\nCufon.now();
772
+ document.charset = 'utf-8';\n//]]>\n</script>\n\n \n <script type=\"text/javascript\">\n//<![CDATA[\noverrideDocumentWrite();\n//]]>\n</script>\n
773
+ \ \n <script type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/\n getSt();\n
774
+ \ TrackingSystem.initializeTrackingSystem(\n function(){\n if(!TrackingSystem.searchTrackingSystem(\"SERPTrackingSystem\")){\n
775
+ \ var trackingSystem = new TrackingSystem(\"SERPTrackingSystem\", SERPTracking.SERPTrackingSystemCallBackFunctions);\n
776
+ \ }\n }\n );\n \n /*]]>*/</script>\n\n \n <div id='third-party-js-delay-load-id'>\n
777
+ \ <noscript><img src=\"http://beacon.scorecardresearch.com/scripts/beacon.dll?c10=&c11=&c12=&c13=&c14=&c15=&c1=2&c2=3000007&c3=3000007&c4=hulu.com%2Ferrors%2F404&c5=errors&c6=&c7=&c8=&c9=&x=NOJAVASCRIPT\"
778
+ alt=\"\" /></noscript>\n </div>\n <script type=\"text/javascript\" charset=\"utf-8\">/*<![CDATA[*/
779
+ \ \n document.observe(\"dom:loaded\", function() {\n Comscore.update({\"c3\":\"3000007\",\"baseURL\":\"http://beacon.scorecardresearch.com/scripts/beacon.dll\",\"c4\":\"hulu.com/errors/404\",\"c5\":\"errors\",\"c1\":\"2\",\"c15\":\"\",\"c2\":\"3000007\"});\n
780
+ \ Comscore.track();\n\n switch (Math.floor(Math.random()*4))
781
+ {\n case 0:\n <!-- ComScore -->\n //delayedInclude(\"http://ar.voicefive.com/bmx3/node_hulu.pli\");\n
782
+ \ break;\n case 1:\n <!-- DL -->\n delayedInclude(\"http://content.dl-rms.com/rms/20887/nodetag.js\");\n
783
+ \ break;\n case 2:\n <!-- Insight Express
784
+ -->\n delayedInclude(\"http://icompass.insightexpressai.com/836.js\",\n
785
+ \ function() { \n if (typeof(window.InsightExpress)
786
+ != \"undefined\") { window.InsightExpress.startIntercept(); }\n });\n
787
+ \ break;\n default:\n break;\n }\n\n
788
+ \ });\n /*]]>*/</script>\n \n</body>\n</html>\n\n"
789
+ http_version: '1.1'