onebox 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +7 -452
  4. data/Gemfile +1 -1
  5. data/README.md +23 -45
  6. data/lib/onebox.rb +21 -13
  7. data/lib/onebox/engine.rb +53 -43
  8. data/lib/onebox/engine/amazon_onebox.rb +34 -7
  9. data/lib/onebox/engine/classic_google_maps_onebox.rb +37 -0
  10. data/lib/onebox/engine/github_blob_onebox.rb +27 -7
  11. data/lib/onebox/engine/github_commit_onebox.rb +8 -15
  12. data/lib/onebox/engine/github_gist_onebox.rb +10 -10
  13. data/lib/onebox/engine/github_pullrequest_onebox.rb +7 -15
  14. data/lib/onebox/engine/google_play_app_onebox.rb +30 -0
  15. data/lib/onebox/engine/html.rb +10 -1
  16. data/lib/onebox/engine/image_onebox.rb +13 -0
  17. data/lib/onebox/engine/stack_exchange_onebox.rb +25 -11
  18. data/lib/onebox/engine/standard_embed.rb +48 -0
  19. data/lib/onebox/engine/twitter_status_onebox.rb +100 -0
  20. data/lib/onebox/engine/whitelisted_generic_onebox.rb +223 -0
  21. data/lib/onebox/engine/wikipedia_onebox.rb +27 -5
  22. data/lib/onebox/engine/youtube_onebox.rb +22 -0
  23. data/lib/onebox/helpers.rb +24 -0
  24. data/lib/onebox/layout.rb +67 -0
  25. data/lib/onebox/layout_support.rb +16 -0
  26. data/lib/onebox/matcher.rb +6 -1
  27. data/lib/onebox/preview.rb +19 -6
  28. data/lib/onebox/version.rb +1 -1
  29. data/lib/onebox/view.rb +7 -12
  30. data/onebox.gemspec +7 -5
  31. data/spec/fixtures/amazon.response +1336 -2971
  32. data/spec/fixtures/githubblob.response +49 -921
  33. data/spec/fixtures/{android.response → googleplayapp.response} +1 -1
  34. data/spec/fixtures/stackexchange.response +1 -1889
  35. data/spec/fixtures/twitterstatus.response +3006 -0
  36. data/spec/fixtures/youtube-json.response +1 -0
  37. data/spec/fixtures/youtube.response +1625 -0
  38. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +5 -20
  39. data/spec/lib/onebox/engine/classic_google_maps_onebox_spec.rb +28 -0
  40. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +6 -15
  41. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +14 -22
  42. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +6 -14
  43. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +14 -26
  44. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +28 -0
  45. data/spec/lib/onebox/engine/html_spec.rb +4 -6
  46. data/spec/lib/onebox/engine/json_spec.rb +4 -6
  47. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +4 -17
  48. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +103 -0
  49. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +51 -0
  50. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +4 -17
  51. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +17 -0
  52. data/spec/lib/onebox/engine_spec.rb +35 -32
  53. data/spec/lib/onebox/layout_spec.rb +77 -0
  54. data/spec/lib/onebox/matcher_spec.rb +0 -15
  55. data/spec/lib/onebox/preview_spec.rb +39 -9
  56. data/spec/lib/onebox_spec.rb +15 -11
  57. data/spec/spec_helper.rb +60 -4
  58. data/spec/support/html_spec_helper.rb +2 -1
  59. data/templates/_layout.mustache +11 -4
  60. data/templates/amazon.mustache +4 -3
  61. data/templates/githubblob.mustache +7 -5
  62. data/templates/githubcommit.mustache +20 -11
  63. data/templates/githubpullrequest.mustache +19 -12
  64. data/templates/googleplayapp.mustache +4 -0
  65. data/templates/stackexchange.mustache +19 -3
  66. data/templates/twitterstatus.mustache +12 -0
  67. data/templates/whitelistedgeneric.mustache +5 -0
  68. data/templates/wikipedia.mustache +4 -3
  69. metadata +57 -166
  70. data/lib/onebox/engine/bliptv_onebox.rb +0 -28
  71. data/lib/onebox/engine/clikthrough_onebox.rb +0 -25
  72. data/lib/onebox/engine/college_humor_onebox.rb +0 -27
  73. data/lib/onebox/engine/dailymotion_onebox.rb +0 -28
  74. data/lib/onebox/engine/dotsub_onebox.rb +0 -27
  75. data/lib/onebox/engine/example_onebox.rb +0 -24
  76. data/lib/onebox/engine/flickr_onebox.rb +0 -26
  77. data/lib/onebox/engine/funny_or_die_onebox.rb +0 -28
  78. data/lib/onebox/engine/hulu_onebox.rb +0 -29
  79. data/lib/onebox/engine/imgur_image_onebox.rb +0 -26
  80. data/lib/onebox/engine/itunes_onebox.rb +0 -28
  81. data/lib/onebox/engine/kinomap_onebox.rb +0 -27
  82. data/lib/onebox/engine/nfb_onebox.rb +0 -28
  83. data/lib/onebox/engine/open_graph.rb +0 -11
  84. data/lib/onebox/engine/qik_onebox.rb +0 -25
  85. data/lib/onebox/engine/revision3_onebox.rb +0 -27
  86. data/lib/onebox/engine/slideshare_onebox.rb +0 -27
  87. data/lib/onebox/engine/sound_cloud_onebox.rb +0 -27
  88. data/lib/onebox/engine/spotify_onebox.rb +0 -27
  89. data/lib/onebox/engine/ted_onebox.rb +0 -28
  90. data/lib/onebox/engine/twitter_onebox.rb +0 -31
  91. data/lib/onebox/engine/viddler_onebox.rb +0 -28
  92. data/lib/onebox/engine/vimeo_onebox.rb +0 -27
  93. data/lib/onebox/engine/yfrog_onebox.rb +0 -28
  94. data/spec/fixtures/bliptv.response +0 -724
  95. data/spec/fixtures/clikthrough.response +0 -1472
  96. data/spec/fixtures/collegehumor.response +0 -1272
  97. data/spec/fixtures/dailymotion.response +0 -575
  98. data/spec/fixtures/dotsub.response +0 -1257
  99. data/spec/fixtures/example.response +0 -50
  100. data/spec/fixtures/flickr.response +0 -1292
  101. data/spec/fixtures/funnyordie.response +0 -2010
  102. data/spec/fixtures/githubgist.response +0 -468
  103. data/spec/fixtures/hulu.response +0 -339
  104. data/spec/fixtures/imguralbum.response +0 -941
  105. data/spec/fixtures/imgurimage.response +0 -872
  106. data/spec/fixtures/itunes.response +0 -402
  107. data/spec/fixtures/kinomap.response +0 -299
  108. data/spec/fixtures/nfb.response +0 -810
  109. data/spec/fixtures/opengraph.response +0 -27
  110. data/spec/fixtures/qik.response +0 -371
  111. data/spec/fixtures/revision3.response +0 -985
  112. data/spec/fixtures/rottentomatoesfresh.response +0 -3275
  113. data/spec/fixtures/rottentomatoesincomplete.response +0 -2313
  114. data/spec/fixtures/rottentomatoesrotten.response +0 -3549
  115. data/spec/fixtures/slideshare.response +0 -1745
  116. data/spec/fixtures/soundcloud.response +0 -1409
  117. data/spec/fixtures/spotify.response +0 -250
  118. data/spec/fixtures/ted.response +0 -1341
  119. data/spec/fixtures/twitter.response +0 -1712
  120. data/spec/fixtures/viddler.response +0 -442
  121. data/spec/fixtures/vimeo.response +0 -571
  122. data/spec/fixtures/yfrog.response +0 -464
  123. data/spec/lib/onebox/engine/bliptv_onebox_spec.rb +0 -37
  124. data/spec/lib/onebox/engine/clikthrough_onebox_spec.rb +0 -29
  125. data/spec/lib/onebox/engine/college_humor_onebox_spec.rb +0 -37
  126. data/spec/lib/onebox/engine/dailymotion_onebox_spec.rb +0 -39
  127. data/spec/lib/onebox/engine/dotsub_onebox_spec.rb +0 -39
  128. data/spec/lib/onebox/engine/example_onebox_spec.rb +0 -21
  129. data/spec/lib/onebox/engine/flickr_onebox_spec.rb +0 -33
  130. data/spec/lib/onebox/engine/funny_or_die_onebox_spec.rb +0 -37
  131. data/spec/lib/onebox/engine/hulu_onebox_spec.rb +0 -37
  132. data/spec/lib/onebox/engine/imgur_image_onebox_spec.rb +0 -29
  133. data/spec/lib/onebox/engine/itunes_onebox_spec.rb +0 -29
  134. data/spec/lib/onebox/engine/kinomap_onebox_spec.rb +0 -37
  135. data/spec/lib/onebox/engine/nfb_onebox_spec.rb +0 -38
  136. data/spec/lib/onebox/engine/open_graph_spec.rb +0 -27
  137. data/spec/lib/onebox/engine/qik_onebox_spec.rb +0 -38
  138. data/spec/lib/onebox/engine/revision3_onebox_spec.rb +0 -39
  139. data/spec/lib/onebox/engine/slideshare_onebox_spec.rb +0 -33
  140. data/spec/lib/onebox/engine/sound_cloud_onebox_spec.rb +0 -39
  141. data/spec/lib/onebox/engine/spotify_onebox_spec.rb +0 -36
  142. data/spec/lib/onebox/engine/ted_onebox_spec.rb +0 -33
  143. data/spec/lib/onebox/engine/twitter_onebox_spec.rb +0 -47
  144. data/spec/lib/onebox/engine/viddler_onebox_spec.rb +0 -39
  145. data/spec/lib/onebox/engine/vimeo_onebox_spec.rb +0 -37
  146. data/spec/lib/onebox/engine/yfrog_onebox_spec.rb +0 -33
  147. data/spec/lib/onebox/view_spec.rb +0 -16
  148. data/templates/bliptv.mustache +0 -5
  149. data/templates/clikthrough.mustache +0 -4
  150. data/templates/collegehumor.mustache +0 -5
  151. data/templates/dailymotion.mustache +0 -5
  152. data/templates/dotsub.mustache +0 -5
  153. data/templates/example.mustache +0 -2
  154. data/templates/flickr.mustache +0 -4
  155. data/templates/funnyordie.mustache +0 -6
  156. data/templates/githubgist.mustache +0 -3
  157. data/templates/hulu.mustache +0 -6
  158. data/templates/imgurimage.mustache +0 -3
  159. data/templates/itunes.mustache +0 -4
  160. data/templates/kinomap.mustache +0 -5
  161. data/templates/nfb.mustache +0 -5
  162. data/templates/qik.mustache +0 -4
  163. data/templates/revision3.mustache +0 -5
  164. data/templates/slideshare.mustache +0 -4
  165. data/templates/soundcloud.mustache +0 -5
  166. data/templates/spotify.mustache +0 -4
  167. data/templates/ted.mustache +0 -5
  168. data/templates/twitter.mustache +0 -7
  169. data/templates/viddler.mustache +0 -5
  170. data/templates/vimeo.mustache +0 -5
  171. data/templates/yfrog.mustache +0 -4
@@ -1,339 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
4
- <head>
5
- <title>Watch The Awesomes | Pilot, Part 1 online | Free | Hulu</title>
6
- <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml?v=Aug27" title="Hulu"/>
7
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
9
- <link rel="shortcut icon" href="/fat-favicon.ico" />
10
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
11
- <meta name="application-name" content="Hulu"/>
12
- <meta name="msapplication-tooltip" content="Start Hulu with Internet Explorer enhancements."/>
13
- <meta name="msapplication-starturl" content="/" />
14
- <meta name="description" content="Watch Pilot, Part 1 free online. Stream The Awesomes season 1, episode 1 instantly."/><meta name="keywords" content="tv, television, movie, trailer, video, free, watch, share, entertainment"/>
15
- <link rel="media:video" href="http://www.hulu.com/embed.html?eid=0-us7uHJgevua5TeiGwCxQ" /><link rel="media:thumbnail" href="http://ib3.huluim.com/video/60245466?region=US&size=220x124" /><link rel="image_src" href="http://ib3.huluim.com/video/60245466?region=US&size=220x124" />
16
-
17
- <meta property="og:title" content="The Awesomes: Pilot, Part 1"/>
18
- <meta property="og:type" content="video.episode"/>
19
- <meta property="og:image" content="http://ib3.huluim.com/video/60245466?region=US&size=600x400"/>
20
- <meta property="og:site_name" content="Hulu"/>
21
- <meta property="og:description" content="After Mr. Awesome decides to retire and disband The Awesomes, his son Prock steps in to keep the team going. Meanwhile, Dr. Malocchio decides it’s time to come out of super-villain retirement."/>
22
-
23
- <meta property="og:video:width" content="640"/>
24
- <meta property="og:video:height" content="360"/>
25
-
26
- <meta property="og:video" content="https://secure.hulu.com/embed/0-us7uHJgevua5TeiGwCxQ"/>
27
- <meta property="og:url" content="http://www.hulu.com/watch/515146"/>
28
- <meta property="og:video:type" content="application/x-shockwave-flash"/>
29
-
30
- <meta property="video:series" content="http://www.hulu.com/the-awesomes"/>
31
-
32
- <meta name="twitter:card" value="summary">
33
- <meta name="twitter:site" value="@Hulu"/>
34
- <meta name="twitter:title" value="The Awesomes: Pilot, Part 1"/>
35
- <meta name="twitter:image" value="http://ib3.huluim.com/video/60245466?region=US&size=600x400"/>
36
- <meta name="twitter:description" value="After Mr. Awesome decides to retire and disband The Awesomes, his son Prock steps in to keep the team going. Meanwhile, Dr. Malocchio decides it’s time to come out of super-villain retirement."/>
37
- <meta name="twitter:url" value="http://www.hulu.com/watch/515146"/>
38
-
39
-
40
- <meta property="fb:app_id" content="40582213222"/>
41
- <meta property="twitter:account_id" content="15033883"/>
42
- <meta name="msApplication-ID" content="App" />
43
- <meta name="msApplication-PackageFamilyName" content="HuluLLC.HuluPlus_fphbd361v8tya" />
44
- <meta name="msapplication-TileImage" content="/icon-win8-tile.png"/>
45
- <meta name="msapplication-TileColor" content="#ffffff"/>
46
-
47
- <script type='text/javascript'>
48
-
49
- (function (d, w) {
50
- w.HuluPerfStart = new Date();
51
- w.errorCode = '';
52
- w.errorLogSampleRate = {"sampleRate":0.05,"lastUpdate":1345778273};
53
- w.jsLoaded = {frameworkloadedCallbacks: [], frameworkOnLoad: function(){}};
54
- w.donutAllocations = {"flight_name_lookup_table":{"1":"web","2":"reco","3":"cct","6":"player","7":"web_guid_only","8":"search"},"assignments":{"8":{"10-49":"fe128bab776e7c920e151668561dfdb2","0-9":"f4b3b581d42389890243436e776a8370"},"1":{"2-3":"93261dd75650a2db32982a0467c8c867","18-19":"133a1c1b7f0b9af21b9f4c49d6464b0c","4-5":"5e4274d5736e7d9f58550e37504a0383","8-15":"5abc1f4d3bdf54bce727b412d88b8b0f","16-17":"3d2338190bb069c0f6c2e86b6d733290","6-7":"aea28f4cfd96addb93850d8c36e56142","0-1":"5abc1f4d3bdf54bce727b412d88b8b0f"},"2":{"20-29":"e2aac6ac832eaa57e222487ffffebb5f","0-19":"21271f5770f5e2bf305879ae4298a633","70-79":"e2aac6ac832eaa57e222487ffffebb5f"}},"flight_guid_only_lookup_table":{"1":0,"2":0,"3":0,"6":0,"7":1,"8":0},"assignment_lookup_table":{"93261dd75650a2db32982a0467c8c867":{"treatment_id":56,"flight_id":1,"treatment_name":"control","experiment_name":"masthead-redesign","experiment_id":7,"flight_name":"web"},"21271f5770f5e2bf305879ae4298a633":{"treatment_id":183,"flight_id":2,"treatment_name":"ptray_non_p13n","experiment_name":"p13n_tray","experiment_id":24,"flight_name":"reco"},"f4b3b581d42389890243436e776a8370":{"treatment_id":187,"flight_id":8,"treatment_name":"8_1_control_treatment","experiment_name":"8_1_control_experiment","experiment_id":27,"flight_name":"search"},"e2aac6ac832eaa57e222487ffffebb5f":{"treatment_id":185,"flight_id":2,"treatment_name":"ptray_p13n","experiment_name":"p13n_tray","experiment_id":24,"flight_name":"reco"},"fe128bab776e7c920e151668561dfdb2":{"treatment_id":189,"flight_id":8,"treatment_name":"new_related_search","experiment_name":"related_search_experiment","experiment_id":29,"flight_name":"search"},"3d2338190bb069c0f6c2e86b6d733290":{"treatment_id":125,"flight_id":1,"treatment_name":"masthead-exp-ctrl","experiment_name":"masthead-redesign","experiment_id":7,"flight_name":"web"},"aea28f4cfd96addb93850d8c36e56142":{"treatment_id":62,"flight_id":1,"treatment_name":"control","experiment_name":"masthead-redesign","experiment_id":7,"flight_name":"web"},"133a1c1b7f0b9af21b9f4c49d6464b0c":{"treatment_id":134,"flight_id":1,"treatment_name":"control","experiment_name":"masthead-redesign","experiment_id":7,"flight_name":"web"},"5abc1f4d3bdf54bce727b412d88b8b0f":{"treatment_id":-11,"flight_id":1,"treatment_name":"control","experiment_name":"1_1_control_experiment","experiment_id":12,"flight_name":"web"},"5e4274d5736e7d9f58550e37504a0383":{"treatment_id":132,"flight_id":1,"treatment_name":"control","experiment_name":"masthead-redesign","experiment_id":7,"flight_name":"web"}},"flight_id_lookup_table":{"web":1,"web_guid_only":7,"reco":2,"cct":3,"search":8,"player":6},"treatment_overrides":[],"salt":"jawehflawhefkljawehfkljawhef"};
55
-
56
- w.API_DONUT = 'N8C1yCzdirk8Ad1HHISQxYkh8pM=RTnPQNE5b279cca2fd891aa93e1a2c6b62fcaf03830516c4da1ef7daec53a56d758e3ebb417069b606a305eefdd7da79cd865be1';
57
- w.PLAYER_DONUT = '5iqegb5xAuquCPcCG7tNiUoJiM4=hKNy6y8E3d4396d7338bf98c61b5986c44bbb3ffeaa4774063bf130226132ad8d8d157ab150b67632f5a9afc67c97fa5acf383be';
58
- w.MOBILE_DONUT = 'ipNXQEx5mmRGc8Fis5nIkX8I888=I9q8yxzE5f6138d0185219312d27ae30c75d8f2935a974440b1572f74df519c7e6da02e8649b98d9a1d37daa4b25e7f2bad13c9d';
59
-
60
- d.write("\n <link href=\"http://static.huluim.com/huluguru/fonts-1c82c659a3e86ad3acd40bdf052b3941.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n <!--[if lt IE 9]>\n <link href=\"http://static.huluim.com/huluguru/ie_hacker-b36cca279ee32eeb2b56b0a985ef0b58.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n <![endif]-->\n\n <script src=\"http://static.huluim.com/huluguru/i18n/en-us/translations-85ff23876467c3b07e8db388fbe442cb.js\" type=\"text/javascript\"><\/script>\n <script src=\"http://static.huluim.com/huluguru/application_core-914ab081569b1c51d0d1eea0c6583cdd.js\" type=\"text/javascript\"><\/script>\n <script src=\"http://static.huluim.com/huluguru/application_framework-12feec29dc51f8aadce6827c888db847.js\" type=\"text/javascript\"><\/script>\n <script type='text/javascript'>\n window.jsLoaded.frameworkloadedCallbacks.push(function(){\n window._preloadedFastStartVideo = {\"id\": 515146, \"eid\": \"0-us7uHJgevua5TeiGwCxQ\", \"title\": \"Pilot, Part 1\", \"video_type\": \"episode\", \"content_id\": \"60245466\", \"categories\": \"Episodes\", \"original_premiere_date\": \"2013-08-01T00:00:00Z\", \"is_subscriber_only\": false, \"is_web_only\": false, \"is_auth_valid\": false, \"is_html5_enabled\": true, \"description\": \"After Mr. Awesome decides to retire and disband The Awesomes, his son Prock steps in to keep the team going. Meanwhile, Dr. Malocchio decides it\\u2019s time to come out of super-villain retirement.\", \"copyright\": \"Copyright \\u00a9 2013 Broadway Video Entertainment, Inc. All Rights Reserved.\", \"season_number\": 1, \"episode_number\": 1, \"programming_type\": \"Full Episode\", \"poster_url\": null, \"rating\": 0.0, \"duration\": 1358.06, \"has_captions\": true, \"released_at\": \"2013-07-26T03:38:13Z\", \"content_rating\": \"TV-14\", \"studio\": null, \"available_at\": \"2013-08-01T04:00:00Z\", \"expires_at\": null, \"auth_name\": null, \"tune_in_information\": null, \"embed_permitted\": true, \"show_id\": 12901, \"show\": {\"id\": 12901, \"name\": \"The Awesomes\", \"canonical_name\": \"the-awesomes\", \"rating\": 4.501084593572779, \"link_description\": null, \"seasons_count\": 1, \"episodes_count\": 2, \"games_count\": 0, \"clips_count\": 14, \"film_clips_count\": 0, \"feature_films_count\": 0, \"is_movie\": false, \"is_subscriber_only\": false, \"genre\": \"Action and Adventure\", \"genres\": \"Action and Adventure|Animation and Cartoons|Comedy\", \"videos_count\": 16, \"art_copyright\": null, \"description\": \"From the comedic minds of Seth Meyers (Saturday Night Live) and Mike Shoemaker (Late Night with Jimmy Fallon) comes THE AWESOMES, a new animated show for adults about the greatest superhero team ever after all the good members quit. Showcasing the voice talents of current and past SNL stars, THE AWESOMES introduces a group of not-so-super heroes who just might find a way to save the world.\"}, \"company\": {\"id\": 492, \"name\": \"Hulu Original Series\", \"canonical_name\": \"hulu-original-series\", \"key_art_url\": \"http://ib1.huluim.com/company_key_art/492?size=1600x600&region=US\",</linkwork_logo_url\": null}, \"cr_directors\": [], \"cr_countries\": [], \"video_game_id\": null, \"video_game\": null}\n try {\n Hulu.Mobile.currentVideo = window._preloadedFastStartVideo;\n } catch(e) {}\n });\n <\/script>\n \n <script type='text/javascript'>\n window.jsLoaded.frameworkloadedCallbacks.push(function(){\n $.ajaxSetup({cache: true});\n\n Hulu.bootstrapInit();\n\n Hulu.Configuration.initialize({\n language: 'en',\n content_pgid: \"195\",\n version: '4ee4adc5f502b88bf3d528bb0923905049182cb9',\n tempo_version: '9c23724f2bb2eee5f3ac4da9202655394a9402fa'\n });\n \n if(!Hulu.Mobile.isMobile){\n Hulu.DataPreloader.init();\n } else {\n API_DONUT = MOBILE_DONUT;\n }\n });\n\n window.jsLoaded.frameworkOnLoad = function() {\n for (var i = 0; i < window.jsLoaded.frameworkloadedCallbacks.length; ++i) {\n window.jsLoaded.frameworkloadedCallbacks[i]();\n }\n };\n if (window.jsLoaded.applicationFrameWork) {\n window.jsLoaded.frameworkOnLoad();\n }\n <\/script>\n ");
61
- if(true && /(ipad|itouch|ipod|iphone|Android|Windows Phone|GoogleTV|Boxee|Skyfire|Playbook|Blackberry|Silk|BNTV250|Xbox|PLAYSTATION 3|Nintendo WiiU)/i.test(navigator.userAgent)) {
62
- d.write("\n <script src=\"/site-player/html5/js/app_v2.js\" type=\"text/javascript\"><\/script>\n ");
63
-
64
- d.write("\n <link rel='stylesheet' type='text/css' href=\"/site-player/html5/css/base_v2.css\">\n <link href=\"http://static.huluim.com/huluguru/mobile/application_mobile-c1f5834d2670a3784f676dba522dc21b.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n <script src=\"http://static.huluim.com/huluguru/application_mobile-7e4e0432a441e8e56a2444a547e688b0.js\" type=\"text/javascript\"><\/script>\n ");
65
- } else {
66
- d.write("\n <link href=\"http://static.huluim.com/huluguru/en-us/application-473f760cf9e3d2b0ceab71aca9fbb264.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n <script src=\"http://static.huluim.com/huluguru/i18n/en-us/application-f0ac212990fb772b92fecb49361e723e.js\" type=\"text/javascript\"><\/script>\n <script src=\"/site-player/load_player_h2o_v4.js\" type=\"text/javascript\"><\/script>\n ");
67
- }
68
- }(document, window));
69
- </script>
70
-
71
-
72
-
73
-
74
-
75
- <script type="text/javascript">
76
- //<![CDATA[
77
-
78
- var _gaq = _gaq || [];
79
- _gaq.push(['_setAccount', 'UA-1384159-3']);
80
- _gaq.push(['_setDomainName', '.hulu.com']);
81
- var segStatus = Hulu.Behaviors.isLoggedIn() ?
82
- (Hulu.Behaviors.isSubscriber() ? "plus" : "loggedin") : "anonymous";
83
-
84
- var removePrefix = /^.*\.(.*)/.exec(Cookies.getCookieByKey("GA_SEGMENT"));
85
- if (removePrefix && removePrefix[1]) {
86
- if (removePrefix[1] != segStatus) {
87
- _gaq.push(['_setVar', segStatus]);
88
- }
89
- } else {
90
- _gaq.push(['_setVar', segStatus]);
91
- }
92
-
93
- var treatmentName = Hulu.Donut.getExperimentAndAssignmentByFlight(Hulu.Constants.H2O_FLIGHT);
94
- _gaq.push(['_setCustomVar', 6, 'DonutTreatment', treatmentName || 'Control', 1]);
95
-
96
- _gaq.push(['_setSessionCookieTimeout', 2 * 60 * 60 * 1000]); // 2 Hours
97
-
98
- (function() {
99
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
100
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
101
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
102
- })();
103
-
104
- //]]>
105
- </script>
106
-
107
- <script type='text/javascript'>
108
- (function($) {
109
-
110
- $(document).ready(function() {
111
- if (top.location != location && !(/^https?:\/\/[^\/#\?]*\.hulu(qa)?\.com(:[0-9]+)?($|#|\?|\/)/).test(document.referrer)) {
112
- top.location.href = document.location.href;
113
- }
114
-
115
- var loaded = (window.jsLoaded.applicationFrameWork && window.jsLoaded.application && window.jsLoaded.applicationCore && window.JST);
116
- if(!Hulu.Mobile.isMobile){
117
- loaded = loaded && window.LoadPlayer;
118
- }
119
- if (!loaded) {
120
- var url = "http://t2.hulu.com/v3/sitetracking/error";
121
-
122
- var isBingCrawler = false;
123
- if (window.navigator && navigator.userAgent) {
124
- var userAgent = navigator.userAgent.toString();
125
- isBingCrawler = !!($.client.os.toLowerCase() == "windows" && userAgent.search(/BingPreview/gi) >= 0);
126
- }
127
-
128
- var guid = "";
129
- if (typeof(document.cookie) != 'undefined') {
130
- $.each(document.cookie.split(';'), function(i, v) {
131
- var kv = v.split('=');
132
- if (kv.length > 1 && "guid" == kv[0].replace(/^\s+|\s+$/g,"")) {
133
- guid = kv[1];
134
- }
135
- });
136
- }
137
-
138
- var params = {
139
- datatype: 'jsloaderror',
140
- computerguid: guid,
141
- isbingcrawler: isBingCrawler,
142
- os: [$.client.os, $.client.osVersion].join(' '),
143
- client: [$.client.browser, $.client.version].join(' '),
144
- frameworkloaded: window.jsLoaded.applicationFrameWork ? true : false,
145
- applicationloaded: window.jsLoaded.application ? true : false,
146
- templatesloaded: window.JST ? true : false,
147
- playerloaded: window.LoadPlayer ? true : false
148
- };
149
-
150
- $.ajax(url, {data: params}).fail(function(){});
151
- }
152
-
153
- Hulu.init();
154
-
155
-
156
- if(Hulu.Mobile.isMobile) {
157
- Hulu.PageInfo.PageConfigStore.saveFromRawConfig('/mobile_web', {"type":"page","id":"mobile_web","metadata":{"page_title":"Watch TV. Watch Movies. | Online | Free | Hulu","meta_tags":{"description":"Watch TV shows and movies free online. Stream episodes of The Office, Glee, Family Guy, SNL and many more hit shows."},"cache_time":"2013-08-02T04:18:01+00:00"},"collections":[{"collection":{"type":"collection","id":"mobile_editorial_trending","metadata":{"display_text":"trending now"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1678","robust_path":"/editorial/1678","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1678","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_late-night","metadata":{"display_text":"late night"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1679","robust_path":"/editorial/1679","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1679","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_performances","metadata":{"display_text":"performances"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1680","robust_path":"/editorial/1680","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1680","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_comedy","metadata":{"display_text":"comedy"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1681","robust_path":"/editorial/1681","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1681","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_celebrity","metadata":{"display_text":"celebrity"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1682","robust_path":"/editorial/1682","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1682","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_news","metadata":{"display_text":"news"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1683","robust_path":"/editorial/1683","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1683","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_trailers","metadata":{"display_text":"trailers"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1685","robust_path":"/editorial/1685","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1685","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_editorial_latino","metadata":{"display_text":"latino"},"datasource":{"type":"mozart","path":"/v1.h2o/editorial/1684","robust_path":"/editorial/1684","options":{"url_options":{"asset_scope":"all","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_MOBILE","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":3},"hash":"mozart/editorial/1684","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_recommended_videos","metadata":{"display_text":"Related Clips"},"datasource":{"type":"mozart","path":"/v1.h2o/recommended/upnext","robust_path":"/recommended/upnext","options":{"url_options":{"dp_identifier":"hulu","mode":"default","html5_only":"1"}}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_STANDARD","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{"hide_count":4},"hash":"mozart/recommended/upnext","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_show_clips","metadata":{"data_attributes":{"video_type":"clip"}},"datasource":{"type":"mozart","path":"/v1.h2o/shows/{show_id}/clips","robust_path":"/shows/{show_id}/clips","options":{"url_options":{"sort":"release_with_popularity","html5_only":"1"},"definitive":["sort"]}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_STANDARD","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{},"hash":"mozart/shows/{show_id}/clips~sort=release_with_popularity","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}},{"collection":{"type":"collection","id":"mobile_show_episodes","metadata":{"data_attributes":{"video_type":"episode"}},"datasource":{"type":"mozart","path":"/v1.h2o/shows/{show_id}/episodes","robust_path":"/shows/{show_id}/episodes","options":{"url_options":{"sort":"seasons_and_release","html5_only":"1"},"definitive":["sort"]}},"layout":{"class":"Grid","attributes":{"template_type":"TYPE_STANDARD","tile_type":"TYPE_MOBILE_PLAYER"}},"actions":{},"hash":"mozart/shows/{show_id}/episodes~sort=seasons_and_release","behaviors":[],"config":{"personalizable":"0","is_pinned":"0"}}}],"version":"9c23724f2bb2eee5f3ac4da9202655394a9402fa","latest_version":"9c23724f2bb2eee5f3ac4da9202655394a9402fa","personalized":false}, Hulu.PageInfo.SOURCE_LIST.TEMPO);
158
- }
159
-
160
- });
161
-
162
- })(jQuery);
163
- </script>
164
-
165
- <script type='text/javascript'>
166
- Hulu.Context.save('VIDEO', new Hulu.Models.Video(window._preloadedFastStartVideo));
167
- </script>
168
-
169
-
170
- <script type='text/javascript'>
171
- $(document).ready(function() {
172
- Hulu.run();
173
- });
174
-
175
- Hulu.Utils.secureCookiePostfix = "; secure";
176
- Hulu.Utils.secureHost = "secure.hulu.com";
177
- </script>
178
- </head>
179
-
180
- <body>
181
- <div id="fb-root"></div>
182
- <script type="text/javascript" charset="utf-8">
183
- (function($) {
184
-
185
-
186
- if (Hulu.Utils.Env.isDeprecatingBrowser()) {
187
- document.write("<script src=\"http://static.huluim.com/huluguru/lib/browser_upgrader-705ea0ec614e6b9c831e353dc015e982.js\" type=\"text/javascript\"><\/script>");
188
- }
189
-
190
- window.fbAsyncInit = function() {
191
- Hulu.Utils.runAfterInit(function(){
192
- FB.init({
193
- appId: '40582213222',
194
- status: true,
195
- cookie: true,
196
- xfbml: true,
197
- channelUrl: 'http://www.hulu.com/fb_channel_en_US.html'});
198
- Hulu.Social.attachFacebookEventHandlers();
199
- Hulu.Dispatcher.trigger(Hulu.Events.Common.FB_INIT);
200
- });
201
- };
202
- if(!Hulu.Mobile.isMobile){
203
- (function(d){
204
- var ref = d.getElementsByTagName('script')[0];
205
- var scripts = {
206
- "facebook-jssdk": "//connect.facebook.net/en_US/all.js"
207
- };
208
- for(var id in scripts){
209
- var script = scripts[id];
210
- if (d.getElementById(id)) {continue;}
211
- var js = d.createElement('script');
212
- js.id = id;
213
- js.async = true;
214
- js.src = script;
215
- ref.parentNode.insertBefore(js, ref);
216
- }
217
- $.getScript("//platform.twitter.com/widgets.js").done(function(script, textStatus) {
218
- Hulu.Utils.runAfterInit(function() {
219
- Hulu.Dispatcher.trigger(Hulu.Events.Common.TWITTR_INIT);
220
- });
221
- });
222
- }(document));
223
- }
224
- $(document).ready(function() {
225
- if ($.client.msie) {
226
- if (parseInt($.client.version, 10) > 8) {
227
- var ie9 = new PinnedSite();
228
- ie9.SetupGA();
229
- ie9.Initialize();
230
- }
231
- }
232
- });
233
- if(!Hulu.Mobile.isMobile){
234
- cram.load();
235
- $(document).ready(function() {
236
- setTimeout(function() {
237
- var so = new SWFObject("/fap.swf?v2", "fap", "1", "1", "10.1");
238
- so.addParam("bgcolor", "#000000");
239
- so.addParam("wmode", "transparent");
240
- so.write("fap-container");
241
- }, 30000);
242
- });
243
- }
244
-
245
-
246
- if(Hulu.Mobile.isMobile){
247
- Hulu.Utils.Mobile.scrollToTop();
248
- }
249
-
250
- })(jQuery);
251
- </script>
252
-
253
- <div id='wrap'>
254
- <div id='page-left-shadow' class='z-index-layer-1'></div>
255
- <div id='page-right-shadow' class='z-index-layer-1'></div>
256
- <div id='background' class='z-index-layer-1'></div>
257
- <div id="inner-wrap" class="ad-root">
258
- <div id='banner-wrapper' class='z-index-layer-3'></div>
259
- <div id="video-player-section" class='z-index-layer-2'>
260
- <div style="position: fixed; left: -100000px; visibility: visible; width: 0px; height: 0px;">
261
- <div class="video-player-root">
262
- <div>
263
- <div class="above-player desc-left player-width">
264
- <div id='above-player-ad' class='above-player-ad'></div>
265
- <div class="player-logo"></div>
266
- </div>
267
- <div id="player-container" class="with-background"></div>
268
- <div id="video-description" class="player-width">
269
- <div class="video-description-container"></div>
270
- </div>
271
- </div>
272
- </div>
273
- <div class="player-tray"></div>
274
- <div id="skin-top-nav-image"></div>
275
- </div>
276
- </div>
277
- <div id='masthead-container'></div>
278
- <div id='content'>
279
-
280
-
281
-
282
- <div id='main'>
283
- </div>
284
-
285
- <div id="seo-placeholder">
286
-
287
- </div>
288
- <script type='text/javascript'>
289
- $('#seo-placeholder').remove();
290
- </script>
291
-
292
- </div>
293
- </div>
294
- </div>
295
- <script type="text/javascript">
296
- if(!Hulu.Mobile.isMobile) {
297
- Hulu.Views.VideoPlayer.loadPlayer();
298
- }
299
- </script>
300
- <div id='header-bg-canvas' class='z-index-layer-4'></div>
301
- <div id='body-login-section' class='z-index-layer-5' style='position:relative;'></div>
302
- <div id="search-offsite-popup-box" class="z-index-layer-5" style="display:none"></div>
303
- <div id="search-advanced-option-box" class="z-index-layer-5" style="display:none"></div>
304
- <div id='hover-box' class='z-index-layer-6' beacon-attr-regionname="hoverbox"></div>
305
- <div id='popup-section' class='iframe-hacker-container z-index-layer-6' style="display:none"></div>
306
-
307
- <noscript>
308
- <div id="noscript-section" class="z-index-layer-5">
309
- To enjoy Hulu.com, you'll need to enable JavaScript in your web browser. Please <a href="http://enable-javascript.com/" target="_blank">click here</a> to learn how.
310
- <br/>
311
- <center>
312
- <div id="noscript-logo"></div>
313
- </center>
314
- </div>
315
- </noscript>
316
-
317
- <div id="failscript-section" class="z-index-layer-4" style="display: none">
318
- Watch TV shows and movies free online. Stream episodes of The Office, Glee, Family Guy, SNL and many more hit shows.
319
- <br/>
320
- <br/>
321
- It appears that software on your computer is blocking JavaScript. To enjoy Hulu.com, you'll need to enable JavaScript in your web browser. Please configure your security software or browser plugins to allow Hulu.com to load JavaScript.
322
- <br/>
323
- <br/>
324
- If you require assistance, please contact <a href="mailto:support@hulu.com">customer support</a>.
325
- <br/>
326
- <center>
327
- <div id="failscript-logo"></div>
328
- </center>
329
- </div>
330
- <script type="text/javascript">
331
- //<![CDATA[
332
- document.getElementById('failscript-section').style.display = 'block'; Hulu.Utils.hideElement(document.getElementById('failscript-section'));
333
- //]]>
334
- </script>
335
- <div id="fap-container"></div>
336
- <div id="footer" class='z-index-layer-2' style="display:none">
337
- </div>
338
- <div id="gdn-container" style="display:none"></div>
339
- </body></html>
@@ -1,941 +0,0 @@
1
-
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
4
- <head>
5
- <title> Do she got a booty? [Fixed] - Imgur
6
- </title>
7
- <meta http-equiv="content-type" content="text/html;charset=utf-8" />
8
- <meta name="robots" content="index,nofollow"/>
9
-
10
- <meta name="keywords" content="images, funny pictures, image host, image upload, image sharing, image resize" />
11
- <meta name="description" content="Imgur is home to the web's most popular image content, curated in real time by a dedicated community through commenting, voting and sharing." />
12
- <meta http-equiv="X-UA-Compatible" content="IE=Edge;" />
13
-
14
- <link rel="alternate" type="application/rss+xml" title="Imgur Gallery" href="http://feeds.feedburner.com/ImgurGallery?format=xml" />
15
- <link rel="stylesheet" type="text/css" href="http://s.imgur.com/min/global.css?1379624102" />
16
- <meta name="twitter:card" value="photo"/>
17
- <meta name="twitter:site" value="@imgur"/>
18
- <meta name="twitter:url" value="http://imgur.com/a/Ib8IT"/>
19
-
20
- <meta name="twitter:title" value="Do she got a booty? [Fixed]"/>
21
-
22
-
23
- <link rel="image_src" href="http://i.imgur.com/jBlIuta.jpg"/>
24
- <meta name="twitter:image" value="http://i.imgur.com/jBlIuta.jpg"/>
25
-
26
-
27
- <link rel="stylesheet" href="http://s.imgur.com/min/album.css?1379624102" type="text/css"/>
28
- <!--[if IE 9]><link rel="stylesheet" href="http://s.imgur.com/include/css/ie-sucks.css?0" type="text/css" /><![endif]-->
29
-
30
- <noscript>
31
- <meta http-equiv="refresh" content="0; url=/a/Ib8IT/noscript"/>
32
- </noscript>
33
-
34
-
35
- </head>
36
- <body>
37
- <div id="topbar" >
38
- <div class="header-center">
39
- <div id="header-logo">
40
- <a href="//imgur.com"></a>
41
- </div>
42
-
43
- <div id="location-nav">
44
- <ul>
45
- <li>
46
- <a class="active" href="//MikeMacAllanIV.imgur.com">
47
-
48
- albums
49
-
50
- </a>
51
- </li>
52
- </ul>
53
- </div>
54
-
55
-
56
- <div id="main-nav">
57
- <ul>
58
-
59
- <li class="random-button title-n " title="random mode"><span class="button-outline"><a href="http://imgur.com/random"><span class="random-icon"></span></a></span></li>
60
- <li class="upload-button disabled title-n" title="upload images"><div id="upload-global-top-bar-mini-progress"></div><span class="button-outline"><a href="javascript:void(0);"><span class="upload-icon"></span><span class="upload-queue-length">23</span></a></span></li>
61
- </ul>
62
- </div>
63
-
64
- <div id="secondary-nav">
65
- <ul class="user-nav">
66
- <li class="signin-link"><a class="" href="https://imgur.com/signin"><span class="dot"></span>sign in</a>
67
- <div class="signin-dropdown">
68
- <form method="post" action="https://imgur.com/signin" id="dropdown-signin-form">
69
- <span class='tiptext'>Use an Imgur account</span>
70
- <div>
71
- <input type="text" tabindex="11" name="username" maxlength="255" id="dd-username" title="username or email address" class="placeholder-onkeydown required" value="">
72
- </div>
73
-
74
- <div>
75
- <div class="recover">
76
- <a class="forgot" href="http://imgur.com/signin/forgotpassword">
77
- forgot?
78
- </a>
79
- </div>
80
- <div class="clear"></div>
81
- <input type="password" tabindex="12" name="password" title="password" maxlength="255" id="dd-password" placeholder="password" class="placeholder required" value="">
82
- </div>
83
-
84
- <div class="remember-box">
85
- <input type="checkbox" tabindex="13" name="remember" id="dd-remember" value="remember" checked="checked">
86
- <label for="dd-remember"> Stay signed in on this computer</label>
87
- </div>
88
-
89
- <div class="signin-button">
90
- <input type="submit" class="button-medium" name="submit_form" value="Sign in" id="dd-submit" tabindex="14">
91
- <label class="imgur signin-icon" for="dd-submit"></label>
92
- </div>
93
- </form>
94
-
95
- <div class="other-accounts">
96
- <span class='tiptext'>Use another account</span>
97
-
98
- <ul>
99
- <li>
100
- <a href="https://imgur.com/signin/google">
101
- Google
102
- <span class="signin-icon google"></span>
103
- </a>
104
- </li>
105
- <li><a href="https://imgur.com/signin/facebook">
106
- Facebook
107
- <span class="signin-icon facebook"></span>
108
- </a>
109
- </li>
110
- <li>
111
- <a href="https://imgur.com/signin/twitter">
112
- Twitter
113
- <span class="signin-icon twitter"></span>
114
- </a>
115
- </li>
116
- <li>
117
- <a href="https://imgur.com/signin/yahoo">
118
- Yahoo
119
- <span class="signin-icon yahoo"></span>
120
- </a>
121
- </li>
122
- </ul>
123
- </div>
124
- </div>
125
- </li>
126
- <li><a href="https://imgur.com/register">register</a></li>
127
- </ul>
128
-
129
- </div>
130
-
131
- </div>
132
-
133
- </div>
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
- <a href="javascript:;" id="upload-global-album-tipsy" class="title-nw nodisplay" title="You can't create an album with just one image"></a>
142
-
143
- <div id="upload-global" class="popup">
144
- <form method="post" id="upload-global-form" enctype="multipart/form-data" action="http://imgur.com/upload">
145
- <h1>
146
- <span id="upload-global-title">Upload images</span>
147
-
148
- </h1>
149
-
150
- <div id="upload-global-buttons">
151
- <div id="upload-global-upload-loader" class="textbox">
152
- Loading...
153
- </div>
154
-
155
- <div id="upload-global-file-wrapper">
156
- <span class="computerIcon"></span>
157
- <span class="green">browse</span> your computer
158
-
159
- <input type="file" name="Filedata" multiple="multiple" id="upload-global-file">
160
- </div>
161
-
162
- <div class="left">
163
- <div id="upload-global-url">
164
- <span class="webIcon"></span>
165
- <textarea id="upload-global-link-input" class="placeholder-onkeydown" title="enter URLs to upload from web" placeholder="enter URLs to upload from web" rows="1"></textarea>
166
- </div>
167
- </div>
168
-
169
- <div class="clear"></div>
170
-
171
- <div id="upload-global-dragdrop">
172
- <span class="dragdropIcon"></span>
173
- <span class="green">drag and drop</span> here
174
- </div>
175
-
176
- <div class="left">
177
- <div id="upload-global-clipboard">
178
- <div style="text-align: center"><span class="clipboardIcons">Ctrl + V</span></div>
179
- <span class="green">paste</span> from your clipboard
180
- </div>
181
- </div>
182
-
183
- <div class="clear"></div>
184
- </div>
185
-
186
- <div class="textbox center" id="upload-global-instructions"></div>
187
-
188
- <!-- gallery submit vars -->
189
- <input type="hidden" name="current_upload" value="0"/>
190
- <input type="hidden" name="total_uploads" value="0"/>
191
- <input type="hidden" name="terms" value="0"/>
192
- <input type="hidden" name="gallery_type" value=""/>
193
-
194
-
195
- <div id="upload-global-errors" class="textbox error" style="display: none;"></div>
196
-
197
- <div id="upload-global-queue-description" class="textbox nodisplay"></div>
198
-
199
- <div id="upload-global-start-upload">
200
- <div class="panel">
201
- <div>
202
-
203
- <table id="upload-global-actions">
204
- <tbody>
205
- <tr>
206
-
207
- <td width="50.1%">
208
-
209
- <div id="upload-global-album-checkbox-div">
210
- <input type="hidden" name="gallery_submit" value="0"/>
211
-
212
- <button id="upload-global-gallery-checkbox" type="button">
213
- <span class="gallery-icon"></span>add to gallery
214
- </button>
215
-
216
- <div id="upload-global-gallery-checkbox-overlay"></div>
217
-
218
- <input type="hidden" name="create_album" value="0"/>
219
-
220
- <button id="upload-global-album-checkbox" type="button">
221
- <span class="createAlbum-icon"></span>create album
222
- </button>
223
-
224
- </div>
225
-
226
- </td>
227
- <td width="49.9%">
228
- <button type="button" id="upload-global-start-button" class="button-big green" type="submit">
229
- <span class="start-btn-icon"></span>
230
- Start Upload
231
- </button>
232
- </td>
233
- </tr>
234
- </tbody>
235
- </table>
236
-
237
- </div>
238
-
239
- <div id="upload-global-album-options">
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
- <table id="upload-global-album-layout">
251
- <tr>
252
- <td id="upload-global-album-td">
253
- <input name="album_title" type="text" title="Optional Album Title" class="placeholder-onkeydown" id="upload-global-album-title" maxlength="55" />
254
- </td>
255
-
256
- <td class="center title" title="<table><tr><td style='vertical-align: middle'>&lt;img src=&#039;http://s.imgur.com/images/album-layout-blog.png&#039; style=&#039;padding-right: 2px;&#039;/&gt;</td><td>&lt;h1&gt;Blog Layout&lt;/h1&gt;Shows all the images on one page in a blog post style layout. Best for albums with a small to medium amount of images.</td></tr></table>">
257
- <input id="blog" type="radio" name="layout" value="b" checked="checked"/>
258
- <label for="blog">Blog</label>
259
- </td>
260
-
261
- <td class="center title" title="<table><tr><td style='vertical-align: middle'>&lt;img src=&#039;http://s.imgur.com/images/album-layout-vertical.png&#039; style=&#039;padding-right: 6px;&#039;/&gt;</td><td>&lt;h1&gt;Vertical Layout&lt;/h1&gt;Shows one image at a time in a traditional style, with thumbnails to the right. Good for almost any album.</td></tr></table>">
262
- <input id="vertical" type="radio" name="layout" value="v"/>
263
- <label for="vertical">Vertical</label>
264
- </td>
265
-
266
- <td class="center title" title="<table><tr><td style='vertical-align: middle'>&lt;img src=&#039;http://s.imgur.com/images/album-layout-horizontal.png&#039; style=&#039;padding-right: 6px;&#039;/&gt;</td><td>&lt;h1&gt;Horizontal Layout&lt;/h1&gt;Shows one image at a time in a traditional style, with thumbnails on top. Best for albums that have high resolution photos.</td></tr></table>">
267
- <input id="horizontal" type="radio" name="layout" value="h"/>
268
- <label for="horizontal">Horizontal</label>
269
- </td>
270
-
271
- <td class="center title" title="<table><tr><td style='vertical-align: middle'>&lt;img src=&#039;http://s.imgur.com/images/album-layout-grid.png&#039; style=&#039;padding-right: 6px;&#039;/&gt;</td><td>&lt;h1&gt;Grid Layout&lt;/h1&gt;Shows all the images on one page as thumbnails that expand when clicked on. Best for albums with lots of images.</td></tr></table>">
272
- <input id="grid" type="radio" name="layout" value="g"/>
273
- <label for="grid">Grid</label>
274
- </td>
275
-
276
- <td width="15"></td>
277
- </tr>
278
- </table>
279
-
280
- </div>
281
- <div id="upload-global-image-options">
282
- <table id="upload-global-submission-title">
283
- <tr>
284
- <td>
285
- <input name="gallery_title" type="text" class="placeholder-onkeydown" title="Gallery submission title (required)" id="upload-global-gallery-submission-title" maxlength="255" />
286
- </td>
287
- </tr>
288
- </table>
289
- </div>
290
-
291
- <div class="textbox list">
292
- <table id="upload-global-file-list-header">
293
- <tr class="top-tr">
294
- <td width="40"></td>
295
- <td><h2>Images <span class="upload-queue-length">(0)</span></h2></td>
296
- <td width="45" class="edit-td"><h2>Edit</h2></td>
297
- </tr>
298
- </table>
299
-
300
- <table id="upload-global-file-list">
301
- </table>
302
- <div class="agreement-notice">By uploading, you agree to our <a href="//imgur.com/tos" target="_blank">terms of service</a></div>
303
-
304
- </div>
305
- </div>
306
- </div>
307
-
308
- <div id="upload-global-progress-wrapper">
309
- <div id="upload-global-progressbar">
310
- <div class="progressBarBG">
311
- <div class="progressBar"></div>
312
- </div>
313
- </div>
314
- <div id="upload-global-upload-queue"></div>
315
- </div>
316
- </form>
317
- </div>
318
-
319
- <div id="upload-global-FF-paste-box"></div>
320
-
321
- <div id="hiddenDropZone" class="nodisplay"></div>
322
-
323
- <div class="nodisplay">
324
- <div id="upload-global-image-formats">
325
- That file type is not supported!
326
-
327
- <div class="textbox supported-formats">
328
- Supported formats: JPEG, GIF, PNG, APNG, TIFF, BMP, PDF, XCF
329
- </div>
330
- </div>
331
- </div>
332
-
333
- <div id="upload-global-flash-container" title="upload images from your computer">
334
- <div id="upload-global-flash-browse"></div>
335
- </div>
336
-
337
-
338
-
339
- <div class="nodisplay">
340
- Imgur is home to the web's most popular image content, curated in real time by a dedicated community through commenting, voting and sharing.
341
- </div>
342
-
343
-
344
-
345
- <div id="content" class="two-column blog">
346
- <div id="top-message"></div>
347
-
348
-
349
-
350
- <div class="left main">
351
- <div class="panel">
352
- <div id="image-container">
353
- <a name="jBlIuta"></a>
354
- <div class="image" id="jBlIuta">
355
-
356
-
357
-
358
- <div class="wrapper" style="min-height: 404px">
359
- <div class="image-hover action-button combobox left" title="Actions">
360
- <div class="options">
361
- <div class="item view album-view-image-link">
362
- <a href="http://i.imgur.com/jBlIuta.jpg" target="_blank">View full resolution</a>
363
- </div>
364
-
365
- <div class="item download album-download-full-resolution">
366
- <a href="/download/jBlIuta">Download full resolution</a>
367
- </div>
368
-
369
-
370
- </div>
371
- </div>
372
-
373
-
374
- <a class="zoom" href="http://i.imgur.com/jBlIuta.jpg">
375
- <img class="unloaded" data-src="http://i.imgur.com/jBlIuta.jpg" alt="" />
376
- </a>
377
- </div>
378
-
379
-
380
- </div>
381
- <a name="H2Z2O0d"></a>
382
- <div class="image" id="H2Z2O0d">
383
-
384
-
385
-
386
- <div class="wrapper" style="min-height: 404px">
387
- <div class="image-hover action-button combobox left" title="Actions">
388
- <div class="options">
389
- <div class="item view album-view-image-link">
390
- <a href="http://i.imgur.com/H2Z2O0d.jpg" target="_blank">View full resolution</a>
391
- </div>
392
-
393
- <div class="item download album-download-full-resolution">
394
- <a href="/download/H2Z2O0d">Download full resolution</a>
395
- </div>
396
-
397
-
398
- </div>
399
- </div>
400
-
401
-
402
- <a class="zoom" href="http://i.imgur.com/H2Z2O0dh.jpg">
403
- <img class="unloaded" data-src="http://i.imgur.com/H2Z2O0dh.jpg" alt="" />
404
- </a>
405
- </div>
406
-
407
-
408
- </div>
409
- <a name="cllCiIx"></a>
410
- <div class="image" id="cllCiIx">
411
-
412
-
413
-
414
- <div class="wrapper" style="min-height: 404px">
415
- <div class="image-hover action-button combobox left" title="Actions">
416
- <div class="options">
417
- <div class="item view album-view-image-link">
418
- <a href="http://i.imgur.com/cllCiIx.png" target="_blank">View full resolution</a>
419
- </div>
420
-
421
- <div class="item download album-download-full-resolution">
422
- <a href="/download/cllCiIx">Download full resolution</a>
423
- </div>
424
-
425
-
426
- </div>
427
- </div>
428
-
429
-
430
- <a class="zoom" href="http://i.imgur.com/cllCiIx.png">
431
- <img class="unloaded" data-src="http://i.imgur.com/cllCiIx.png" alt="" />
432
- </a>
433
- </div>
434
-
435
-
436
- </div>
437
- <a name="xo1CxmN"></a>
438
- <div class="image" id="xo1CxmN">
439
-
440
-
441
-
442
- <div class="wrapper" style="min-height: 406px">
443
- <div class="image-hover action-button combobox left" title="Actions">
444
- <div class="options">
445
- <div class="item view album-view-image-link">
446
- <a href="http://i.imgur.com/xo1CxmN.jpg" target="_blank">View full resolution</a>
447
- </div>
448
-
449
- <div class="item download album-download-full-resolution">
450
- <a href="/download/xo1CxmN">Download full resolution</a>
451
- </div>
452
-
453
-
454
- </div>
455
- </div>
456
-
457
-
458
- <a class="zoom" href="http://i.imgur.com/xo1CxmN.jpg">
459
- <img class="unloaded" data-src="http://i.imgur.com/xo1CxmN.jpg" alt="" />
460
- </a>
461
- </div>
462
-
463
-
464
- </div>
465
-
466
- </div>
467
-
468
- </div>
469
-
470
- <div id="footer">
471
- <div id="copyright">© 2013 Imgur, LLC.</div>
472
-
473
-
474
- <div id="footer-links">
475
- <a href="http://store.imgur.com" class="title green" title="the official imgur store">store</a>
476
- <a href="http://imgur.com/blog" class="title" title="the simple imgur blog">blog</a>
477
- <a href="http://imgur.com/help" class="title" title="answers to your questions">help</a>
478
- <a href="http://imgur.com/apps" class="title" title="uploading apps">apps</a>
479
- <a href="http://imgur.com/removalrequest" class="title" title="submit an image removal request">request deletion</a>
480
- <a href="http://imgur.com/tos" class="title" title="terms of service">terms</a>
481
- <a href="http://imgur.com/register/upgrade" class="title" title="imgur pro">go pro</a>
482
-
483
- <a href="http://api.imgur.com" class="title" title="the imgur API">api</a>
484
- </div>
485
-
486
- <div class="clear"></div>
487
-
488
- </div>
489
- </div>
490
-
491
- <div class="right">
492
- <div id="scrollpanel">
493
- <div class="panel">
494
- <div class="panel-header">
495
- <h2 class="textbox left">Album: 4 images</h2>
496
-
497
- <div class="right">
498
- <input type="button" class="button-medium" value="browse" onclick="javascript:window.location='//imgur.com/a/Ib8IT/all'" />
499
- </div>
500
-
501
- <div class="clear"></div>
502
- </div>
503
-
504
- <div class="thumbs-carousel">
505
- <div class="carousel-button prev disabled">
506
- <div></div>
507
- </div>
508
-
509
- <div class="left">
510
- <div id="thumbs-top" class="jcarousel">
511
- <ul>
512
-
513
- <li>
514
- <img id="thumb-jBlIuta" class="unloaded thumb-title" title="" alt="" data-src="http://i.imgur.com/jBlIutas.jpg" data-index="0" />
515
- </li>
516
-
517
-
518
-
519
-
520
-
521
-
522
- <li>
523
- <img id="thumb-H2Z2O0d" class="unloaded thumb-title" title="" alt="" data-src="http://i.imgur.com/H2Z2O0ds.jpg" data-index="1" />
524
- </li>
525
-
526
-
527
-
528
-
529
-
530
-
531
- <li>
532
- <img id="thumb-cllCiIx" class="unloaded thumb-title" title="" alt="" data-src="http://i.imgur.com/cllCiIxs.jpg" data-index="2" />
533
- </li>
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
- </ul>
548
- </div>
549
-
550
- <div id="thumbs-bottom" class="jcarousel">
551
- <ul>
552
-
553
-
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
- <li>
572
- <img id="thumb-xo1CxmN" class="unloaded thumb-title" title="" alt="" data-src="http://i.imgur.com/xo1CxmNs.jpg" data-index="3" />
573
- </li>
574
-
575
-
576
-
577
-
578
-
579
-
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
- <li></li>
590
-
591
-
592
-
593
-
594
-
595
-
596
- <li></li>
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
- </ul>
611
- </div>
612
-
613
- </div>
614
-
615
- <div class="carousel-button next">
616
- <div></div>
617
- </div>
618
-
619
- <div class="clear"></div>
620
- </div>
621
- </div>
622
-
623
-
624
-
625
- <div class="panel">
626
- <div class="description textbox">
627
- <h1>Do she got a booty? [Fixed]</h1>
628
-
629
- </div>
630
-
631
-
632
- <div class="description textbox center">
633
- <a href="http://imgur.com/gallery/Ib8IT">View comments in the Gallery.</a>
634
- </div>
635
-
636
-
637
- <div class="textbox stats">
638
- By <a href="//MikeMacAllanIV.imgur.com">MikeMacAllanIV</a> &middot;
639
-
640
-
641
- <span title="Thu Aug 1 23:21:20 2013 GMT">2 months ago</span><br />
642
- <span class="stat">460</span> views
643
- </div>
644
-
645
- <div class="textbox userActionLinks vertical">
646
- <a class="album-embed-link" href="javascript:;">Embed</a> &middot;
647
- <a href="javascript:;" class="album-download-link">Download</a> <img id="download-loader" class="nodisplay" src="/images/index-loader.gif"/> &middot;
648
- <a href="javascript:;" class="album-settings-link">Switch layout</a>
649
- <span class="fullscreenBox">
650
- &middot; <a href="javascript:;" class="album-fullscreen-link">Fullscreen</a>
651
- </span>
652
- </div>
653
-
654
-
655
-
656
- <div class="favorite-icon inline" >
657
- <div id="favorite-image" title="Favorite" class="title " href="javascript:;"></div>
658
- </div>
659
- <div class="textbox icons inline">
660
- <div id="social" class="social">
661
- <ul>
662
- <li class="title" title="Share on Twitter">
663
- <span class="twitter_custom"></span>
664
- </li>
665
- <li class="title" title="Share on Facebook">
666
- <span class="facebook_custom"></span>
667
- </li>
668
- <li class="title" title="Share on Reddit">
669
- <span class="reddit_custom"></span>
670
- </li>
671
- <li class="title" title="Share on Tumblr">
672
- <span class="tumblr_custom"></span>
673
- </li>
674
- <li class="title" title="Share on Stumble Upon">
675
- <span class="stumbleupon_custom"></span>
676
- </li>
677
- <li class="title" title="Share over email">
678
- <a href="javascript:;" class="addthis_button_email"><span class="st_email_custom"></span></a>
679
- </li>
680
- <li class="title" title="More sharing options">
681
- <span class="addthis_button st_sharethis_custom"><span></span></span>
682
- </li>
683
- </ul>
684
- </div>
685
-
686
- </div>
687
- <div class="clear"></div>
688
- </div>
689
-
690
-
691
-
692
-
693
-
694
- </div>
695
- </div>
696
-
697
- <div class="clear"></div>
698
- </div>
699
- <iframe id="fullscreenEmbed" style="display:none" mozallowfullscreen allowfullscreen webkitallowfullscreen></iframe>
700
-
701
-
702
- <div id="album-Ib8IT" class="nodisplay" data-title="Do she got a booty? [Fixed]" data-cover="jBlIuta" data-layout="b" data-privacy="0" data-description=""></div>
703
- <img class="nodisplay" src="http://i.imgur.com/albumview.gif?a=Ib8IT" alt=""/>
704
- <div class="nodisplay">
705
- <div id="embed-album-form" class="popup">
706
- <h1>Embed this album</h1>
707
-
708
- <div class="textbox">
709
- Copy and paste the HTML below into your website:
710
- </div>
711
-
712
- <div>
713
- <div class="clipboard-container" id="embedcode-container" title="copy">
714
- <div class="clipboard" id="embedcode-clipboard"></div>
715
- </div>
716
- <input id="embedcode" type="text" value="" />
717
- </div>
718
- </div>
719
- </div>
720
- <div class="nodisplay">
721
- <div id="download-album-form" class="popup">
722
- <h1>Download this album</h1>
723
-
724
- <div class="textbox">
725
- This album is really big! It's going to take us a bit to get your download ready for you. Enter your email and we will notify you when it's ready.
726
- </div>
727
- <form id="download-form" onsubmit="return false;">
728
-
729
- <div>
730
- <div><input id="email" type="text" class="placeholder-onkeydown placeholder" title="Email" value="" class="required email" /></div>
731
- <div id="message" class="right"></div>
732
- <div class="left">
733
- <input name="zip-album-submit-5356d2e58e23b5a4c11dfae7791a91ef" type="submit" class="button-medium" value="Save" id="save">
734
- </div>
735
- <div class="clear"></div>
736
- </div>
737
- </form>
738
- </div>
739
- </div>
740
-
741
- <div class="nodisplay">
742
- <div id="colorbox-confirm" class="popup">
743
- <h1 id="colorbox-confirm-title"></h1>
744
-
745
- <div class="textbox" id="colorbox-confirm-message"></div>
746
-
747
- <div class="margin-top">
748
- <div class="left">
749
- <a href="javascript:;" class="colorbox-no-confirm" id="colorbox-confirm-no">No way!</a>
750
- </div>
751
-
752
- <div class="right">
753
- <div class="small-loader"></div>
754
- <a href="javascript:;" class="colorbox-confirm" id="colorbox-confirm-yes">I'm sure</a>
755
- </div>
756
-
757
- <div class="clear"></div>
758
- </div>
759
- </div>
760
- </div>
761
-
762
-
763
-
764
- <div class="nodisplay">
765
- <div id="create-album-form" class="popup">
766
- <form id='userLayoutForm'>
767
- <h1></h1>
768
- <div class="textbox">
769
- <table id="album-layout">
770
- <tr>
771
- <td class="center" width="10%">
772
- <label for="blog">
773
- <img class="title" src="http://s.imgur.com/images/album-layout-blog.png" alt="Blog Layout" title="<h1>Blog Layout</h1>Shows all the images on one page in a blog post style layout. Best for albums with a small to medium amount of images." />
774
- </label>
775
- </td>
776
-
777
- <td class="center" width="30%">
778
- <label for="vertical">
779
- <img class="title" src="http://s.imgur.com/images/album-layout-vertical.png" alt="Vertical Layout" title="<h1>Vertical Layout</h1>Shows one image at a time in a traditional style, with thumbnails to the right. Good for almost any album." />
780
- </label>
781
- </td>
782
-
783
- <td class="center" width="30%">
784
- <label for="horizontal">
785
- <img class="title" src="http://s.imgur.com/images/album-layout-horizontal.png" alt="Horizontal Layout" title="<h1>Horizontal Layout</h1>Shows one image in high resolution at a time, with thumbnails on top. Best for albums that have high resolution photos." />
786
- </label>
787
- </td>
788
-
789
- <td class="center" width="30%">
790
- <label for="grid">
791
- <img class="title" src="http://s.imgur.com/images/album-layout-grid.png" alt="Grid Layout" title="<h1>Grid Layout</h1>Shows all the images on one page as thumbnails that expand when clicked on. Best for albums with lots of images." />
792
- </label>
793
- </td>
794
- </tr>
795
-
796
- <tr>
797
- <td class="center">
798
- <input class="title" id="blog" type="radio" name="layout" value="b" title="<h1>Blog Layout</h1>Shows all the images on one page in a blog post style layout. Best for albums with a small to medium amount of images." />
799
- </td>
800
-
801
- <td class="center">
802
- <input class="title" id="vertical" type="radio" name="layout" value="v" title="<h1>Vertical Layout</h1>Shows one image at a time in a traditional style, with thumbnails to the right. Good for almost any album." />
803
- </td>
804
-
805
- <td class="center">
806
- <input class="title" id="horizontal" type="radio" name="layout" value="h" title="<h1>Horizontal Layout</h1>Shows one image in high resolution at a time, with thumbnails on top. Best for albums that have high resolution photos." />
807
- </td>
808
-
809
- <td class="center">
810
- <input class="title" id="grid" type="radio" name="layout" value="g" title="<h1>Grid Layout</h1>Shows all the images on one page as thumbnails that expand when clicked on. Best for albums with lots of images." />
811
- </td>
812
- </tr>
813
- </table>
814
-
815
- </div>
816
- <div>
817
- <div class="left">
818
- <input type="submit" tabindex="4" class="button-medium userSessionLayout" value="Save" />
819
- </div>
820
-
821
- <div class="left">
822
- <div class="small-loader" id="create-album-loader"></div>
823
- </div>
824
-
825
- <div class="clear"></div>
826
- </div>
827
- </form>
828
- </div>
829
- </div>
830
-
831
-
832
-
833
-
834
-
835
-
836
-
837
-
838
- <script type="text/javascript">
839
- (function() {
840
- var roll = Math.random();
841
- if(roll < 0.05) {
842
-
843
- (function(_,e,rr,s){
844
- _errs=[s];var c=_.onerror;_.onerror=function(){var a=arguments;_errs.push(a);
845
- c&&c.apply(this,a)};var b=function(){var c=e.createElement(rr),b=e.getElementsByTagName(rr)[0];
846
- c.src="//beacon.errorception.com/"+s+".js";c.async=!0;b.parentNode.insertBefore(c,b)};
847
- _.addEventListener?_.addEventListener("load",b,!1):_.attachEvent("onload",b)
848
- })(window,document,"script","51d1e360b05ccb10310000d2");
849
-
850
- }
851
- })();
852
- </script>
853
-
854
- <script type="text/javascript" src="http://s.imgur.com/min/global.js?1379709744"></script>
855
- <script type="text/javascript">
856
- var imgur = Imgur.getInstance();
857
- imgur.init({
858
-
859
- isDev : 0,
860
- host : 'imgur.com',
861
- cdnUrl : 'http://i.imgur.com',
862
- signed : false
863
- });
864
-
865
- imgur.initTopBarUploadButton();
866
- imgur.generalInit();
867
- </script>
868
-
869
-
870
-
871
- <script type="text/javascript" src="http://s.imgur.com/min/album.js?1379624102"></script>
872
- <script type="text/javascript">
873
- var album = Imgur.Album.getInstance({
874
- id : 'Ib8IT',
875
- images : {"count":4,"items":[{"hash":"jBlIuta","title":"","description":"","width":960,"height":636,"size":81380,"ext":".jpg","animated":0,"datetime":"2013-08-01 23:20:18","ip":"35197940"},{"hash":"H2Z2O0d","title":"","description":"","width":2956,"height":1958,"size":331586,"ext":".jpg","animated":0,"datetime":"2013-08-01 23:20:19","ip":"35197940"},{"hash":"cllCiIx","title":"","description":"","width":720,"height":477,"size":413816,"ext":".png","animated":0,"datetime":"2013-08-01 23:20:20","ip":"35197940"},{"hash":"xo1CxmN","title":"","description":"","width":640,"height":427,"size":62266,"ext":".jpg","animated":0,"datetime":"2013-08-01 23:20:21","ip":"35197940"}]},
876
- cover : '',
877
- layout : 'b',
878
- operation : ''
879
- });
880
-
881
- $(document).ready(function(){
882
- var imgurFavorite = Imgur.Favorite.getInstance({
883
- hash: 'Ib8IT',
884
- method: null
885
- });
886
-
887
- imgurFavorite._init();
888
- imgurFavorite._init_click_handler();
889
- });
890
- </script>
891
-
892
-
893
-
894
- <script type="text/javascript">
895
- var _gaq = _gaq || [];
896
- _gaq.push(['_setAccount', 'UA-6671908-2']);
897
- _gaq.push(['_setDomainName', 'none']);
898
- _gaq.push(['_trackPageview']);
899
- _gaq.push(['_trackPageLoadTime']);
900
-
901
-
902
-
903
- (function() {
904
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
905
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : '//www') + '.google-analytics.com/ga.js';
906
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
907
- })();
908
- </script>
909
-
910
- <script type='text/javascript'>
911
- var _qevents = _qevents || [];
912
- (function() {
913
- var elem = document.createElement('script');
914
- elem.src = (document.location.protocol == "https:" ? "https://secure" : "//edge") + ".quantserve.com/quant.js";
915
- elem.async = true;
916
- elem.type = "text/javascript";
917
- var scpt = document.getElementsByTagName('script')[0];
918
- scpt.parentNode.insertBefore(elem, scpt);
919
- })();
920
-
921
- _qevents.push({
922
- qacct:"p-f8oruOqDFlMeI"
923
- });
924
- </script>
925
-
926
- <noscript>
927
- <div class="nodisplay">
928
- <img src="//pixel.quantserve.com/pixel/p-f8oruOqDFlMeI.gif" border="0" height="1" width="1" alt="Quantcast"/>
929
- </div>
930
- </noscript>
931
-
932
-
933
-
934
- <script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/alice.js?pc=8526/13802"></script>
935
- <script type='text/javascript' src='http://static.fmpub.net/site/imgur'></script>
936
-
937
-
938
-
939
-
940
- </body>
941
- </html>