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,2010 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--[if lt IE 7]> <html lang="en-us" class="media_show video_show medium_show no-js lt-ie9 lt-ie8 lt-ie7" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
3
- <!--[if IE 7]> <html lang="en-us" class="media_show video_show medium_show no-js lt-ie9 lt-ie8" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
4
- <!--[if IE 8]> <html lang="en-us" class="media_show video_show medium_show no-js lt-ie9" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
5
- <!--[if gt IE 8]><!--> <html lang="en-us" class="media_show video_show medium_show no-js" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <!--<![endif]-->
6
- <head prefix="og: http://ogp.me/ns#
7
- fb: http://ogp.me/ns/fb#
8
- video: http://ogp.me/ns/video#
9
- article: http://ogp.me/ns/article#
10
- profile: http://ogp.me/ns/profile#">
11
- <link rel="search" type="application/opensearchdescription+xml" title="Funny or Die" href="/open_search.xml" />
12
- <title>The Landlord from Will Ferrell, Adam &quot;Ghost Panther&quot; McKay, Funny Or Die, and Drew Antzis</title>
13
- <meta name="description" content="Will Ferrell meets his landlord." />
14
- <meta name="keywords" content="The Landlord, Will Ferrell, Adam McKay, Pearl, Pearl The Landlord, Pearl McKay, Landlord, will ferrell landlord, Celebrity, Saturday Night Live, drunk, baby, kid, landlady, land lady, fight, drunk, beer, drunk baby, madonna, late, rent, fight, give me my money, bitch, where&#x27;s the rent, pay, money, kids, cute kids, hilarious, adorable, swearing, swears, work, cry, crying, streets, homeless, jobs..." />
15
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
16
- <meta http-equiv="imagetoolbar" content="no" />
17
- <meta name="apple-itunes-app" content="app-id=487902089, affiliate-data=partnerId=30&amp;siteID=yGArCG*ixjI&amp;u1=smartappbanner, app-argument=the_occasional://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay?rel=player&amp;playlist=hall_of_fame">
18
- <link rel="canonical" href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" />
19
- <link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" />
20
- <meta content="authenticity_token" name="csrf-param" />
21
- <meta content="r77Tq0huUhnUn5OATbSNjLbrgt6GLnT7hKMMHT2goK0=" name="csrf-token" />
22
- <link href="http://public0.ordienetworks.com/assets/application-52e27aabc8d553ba0e5e4063767d37e0.css" media="screen" rel="stylesheet" type="text/css" />
23
- <!--[if lt IE 8]>
24
- <link href="http://public0.ordienetworks.com/assets/iehacks-b46ad00be8688f36a2065b7b7cb5e776.css" media="screen" rel="stylesheet" type="text/css" />
25
- <![endif]-->
26
- <script defer="defer" src="http://public0.ordienetworks.com/assets/turner_ads-8ac0919382d6a546f5672034313b81ae.js" type="text/javascript"></script>
27
- <script src="http://public0.ordienetworks.com/assets/application-4159ac6d04c238c1befc532947b2e41d.js" type="text/javascript"></script>
28
- <script type="text/javascript" charset="utf-8">
29
- (function() {
30
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
31
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
32
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
33
- })();
34
- </script>
35
- <!-- Google Analytics (new analytics.js) -->
36
- <script>
37
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
38
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
39
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
40
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
41
- ga('create', 'UA-1629113-24', 'funnyordie.com');
42
- </script>
43
- <!-- End Google Analytics -->
44
- <script type="text/javascript">
45
- var _gaq = _gaq || [];
46
- var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
47
- _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
48
- _gaq.push(['_setAccount', 'UA-1629113-1']);
49
- _gaq.push(['fullTracker._setAccount', 'UA-1629113-15']);
50
- _gaq.push(['fullTracker._setSiteSpeedSampleRate', 10]);
51
- GA.setUserType("anonymous");
52
- GA.setUploader("will-ferrell");
53
- ga('set', 'dimension5', 'will-ferrell'); // Uploader
54
- GA.setPremium("exclusive-celeb");
55
- GA.setDuration("2-minutes");
56
- ga('set', 'metric1', '2303'); //Days Since Published
57
- ga('set', 'metric3', '199038115'); //Time Since Published
58
- GA.page("");
59
- ga('send', 'pageview');
60
- </script>
61
- <script type="text/javascript">
62
- //<![CDATA[
63
- var Media = {
64
- viewkey: "74"
65
- }
66
- //]]>
67
- </script> <link rel="alternate" type="application/json+oembed" href="http://www.funnyordie.com/oembed.json?url=http%3A%2F%2Fwww.funnyordie.com%2Fvideos%2F74%2Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" title="The Landlord">
68
- <link rel="alternate" type="application/xml+oembed" href="http://www.funnyordie.com/oembed.xml?url=http%3A%2F%2Fwww.funnyordie.com%2Fvideos%2F74%2Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" title="The Landlord">
69
- <meta name="robots" content="noodp" />
70
- <meta itemprop="thumbnailUrl" content="http://t.fod4.com/t/74/c480x270_18.jpg">
71
- <meta itemprop="duration" content="142">
72
- <meta itemprop="embedURL" content="http://www.funnyordie.com/embed/74">
73
- <meta itemprop="uploadDate" content="2007-04-12 09:06:00 UTC">
74
- <meta name="twitter:card" content="summary">
75
- <meta name="twitter:site" content="@funnyordie">
76
- <meta property="fb:app_id" content="138711277798">
77
- <meta property="og:type" content="video.other">
78
- <meta property="og:url" content="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay">
79
- <meta property="og:title" content="The Landlord">
80
- <meta property="og:image" content="http://t.fod4.com/t/74/c480x270_18.jpg">
81
- <meta property="og:site_name" content="Funny or Die">
82
- <meta property="og:description" content="Will Ferrell meets his landlord.">
83
- <meta property="og:video:url" content="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay">
84
- <meta property="video:duration" content="142" />
85
- <link rel="videothumbnail" href="http://www.funnyordie.com/thumbnails/74/fullsize.jpg" type="image/jpeg" />
86
- <link rel="image_src" href="http://www.funnyordie.com/thumbnails/74/fullsize.jpg" />
87
- <meta name="medium" content="video" />
88
- <link rel="target_url" href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay"/>
89
- <script type="text/javascript">
90
- //<![CDATA[
91
- if (!fb_post) var fb_post = {"method":"stream.publish","attachment":{"name":"The Landlord","href":"http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay","description":"Will Ferrell meets his landlord.","media":[{"type":"image","href":"http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay","src":"http://t.fod4.com/t/74/c480x270_18.jpg"}]},"action_links":[{"text":"See more videos","href":"http://www.funnyordie.com/"}]};
92
- //]]>
93
- </script><script src="http://livepassdl.conviva.com/ver/2.67.0.71691/LivePass.js" type="text/javascript"></script> <script type="text/javascript">
94
- var SERVICE_URL = "http://livepass.conviva.com";
95
- var CUSTOMER_ID = "c3.FunnyOrDie";
96
- var convivaSession = null;
97
- function initConviva() {
98
- // Make sure Conviva's HTML5_LIVEPASS_LIBRARY library has been loaded
99
- if (typeof Conviva !== "undefined" && Conviva) {
100
- // Initialize Conviva's LivePass when DOM is ready
101
- Conviva.LivePass.init(SERVICE_URL, CUSTOMER_ID, livePassNotifier);
102
- Conviva.LivePass.toggleTraces(false); // set to false in production
103
- }
104
- }
105
- function livePassNotifier( convivaNotification ) {
106
- if ( convivaNotification.code == 0 ) {
107
- console.log( "Conviva LivePass initialized successfully." );
108
- } else {
109
- if ( Conviva.LivePass.ready ) { // check if LivePass is already initialized
110
- console.log( "Conviva LivePass post-initialization feedback.\n " +
111
- "\tCode: " + convivaNotification.code + ";\n " +
112
- "\tMessage: " + convivaNotification.message );
113
- } else {
114
- console.log( "Conviva LivePass failed to initialize!\n " +
115
- "\tConviva metrics will not be captured! " +
116
- "\tCode: " + convivaNotification.code + "; " +
117
- "\tMessage: " + convivaNotification.message );
118
- }
119
- }
120
- }
121
- function startConviva(streamer, url, viewkey, title, duration, tags) {
122
- if (typeof Conviva !== "undefined" && Conviva) {
123
- console.log("Start Conviva Monitoring");
124
- // Clean up the existing monitoring session
125
- Conviva.LivePass.cleanupMonitoringSession(streamer);
126
- var contentName = '('+viewkey+') '+title;
127
- var convivaMetadata = Conviva.ConvivaContentInfo.createInfoForLightSession(contentName);
128
- convivaMetadata.cdnName = Conviva.ConvivaContentInfo.CDN_NAME_AKAMAI;
129
- convivaMetadata.streamUrl = url;
130
- convivaMetadata.isLive = false;
131
- convivaMetadata.bitrate = 600;
132
- convivaMetadata.deviceType = Conviva.ConvivaContentInfo.DEVICE_TYPE_MOBILE;
133
- convivaMetadata.playerName = 'FunnyOrDie HTML5';
134
- convivaMetadata.tags = {
135
- pageUrl: document.location.hostname+document.location.pathname,
136
- pageDomain: document.location.hostname,
137
- autoStart: tags.autoStart,
138
- autoPlay: 'false',
139
- onSite: tags.onSite,
140
- premium: tags.premium,
141
- analyze: tags.analyze,
142
- bitrate: 600,
143
- grade: tags.grade,
144
- platform: 'html5',
145
- serverName: 'Akamai',
146
- playerVersion: '0.0.1'
147
- };
148
- if(document.referrer) {
149
- convivaMetadata.tags.pageReferrer = document.referrer;
150
- }
151
- if( url.indexOf('streaming0.ordienetworks') > -1 ) {
152
- convivaMetadata.tags.streamType = 'hdn1';
153
- } else if( url.indexOf('v.fod4.com') > -1 || url.indexOf('v-s.fod4.com' ) > -1) {
154
- convivaMetadata.tags.streamType = 'hdn2';
155
- convivaMetadata.tags.streamKind = 'hls';
156
- } else if( url.indexOf('vo.fod4.com') > -1 || url.indexOf('vo-s.fod4.com' ) > -1) {
157
- convivaMetadata.tags.streamType = 'pmd';
158
- }
159
- // Create Conviva monitoring session
160
- convivaSession = Conviva.LivePass.createSession(streamer, convivaMetadata);
161
- // Set content length in seconds
162
- convivaSession.setContentLength(duration);
163
- }
164
- }
165
- </script>
166
- <script type="text/javascript">
167
- //<![CDATA[
168
- var playerHeight = '400';
169
- var adOffset = 115;
170
- var attributes = {
171
- id: 'fodplayer',
172
- name: 'fodplayer'
173
- };
174
- var params = {
175
- bgcolor: '#333333',
176
- allowfullscreen: 'true',
177
- allowscriptaccess: 'always',
178
- wmode: 'transparent'
179
- };
180
- var flashvars = {
181
- key: "74",
182
- grade: "rating_6",
183
- duration: "142.105",
184
- title: "The%20Landlord"
185
- };
186
- flashvars.autostart = "true";
187
- if (typeof shouldShowInterstitial !== "undefined" && shouldShowInterstitial !== null && shouldShowInterstitial()) {
188
- flashvars.autostart = 'false';
189
- } else {
190
- flashvars.autostart = "true";
191
- }
192
- flashvars.internal = 'true';
193
- flashvars.referrer = 'www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay';
194
- onsiteView = 1 + (parseInt(Cookie.get('onsite_view') || '0'));
195
- Cookie.set('onsite_view', onsiteView, {path:'/'});
196
- if(onsiteView == 2) {
197
- flashvars.preroll = 'true';
198
- }
199
- flashvars.list = "hall_of_fame";
200
- flashvars.inseries = "true";
201
- flashvars.premium = "true";
202
- flashvars.bitrates = "600"
203
- flashvars.streamtype = 'hdn2';
204
- $(function($) { $("#details_box").append('<div style="color:#ddd; float:right;">' + flashvars.streamtype + '</div>'); });
205
- geoOK = true;
206
- if(!geoOK) {
207
- geoFilteredNotAvailable();
208
- } else {
209
- if (UserAgent.android()) {
210
- $(function() {
211
- writePlayer();
212
- });
213
- } else {
214
- swfobject.embedSWF('http://public0.ordienetworks.com/flash/ifodplayer.swf', 'html_player', '640', '455', '10.3', '/public/flash/expressInstall.swf', flashvars, params, attributes, outputStatus);
215
- }
216
- }
217
- var connection_no = Math.floor(Math.random()*100000001);
218
- function yume_connection_no() { return connection_no; }
219
- function geoFilteredNotAvailable() {
220
- $(function($){
221
- $('#video_player')
222
- .html("<p>Unfortunately the uploader of this video has disabled viewing in your region.</p>")
223
- .addClass("not-available");
224
- });
225
- }
226
- function writePlayer() {
227
- var video_tag = $('<video autoplay="autoplay" controls="controls" height="400" id="embed-player" poster="http://t.fod4.com/t/74/c480x270_18.jpg" width="640" x-webkit-airplay="allow"><source src="http://v.fod4.com/i/v/74/v,110,200,400,600,1200,.mp4.csmil/master.m3u8?__b__=600" /><source src="http://vo.fod4.com/v/74/v600.mp4" /><source src="http://vo.fod4.com/v/74/v110.mp4" /></video>');
228
- video_tag.appendTo('#html_player');
229
- initConviva();
230
- var touched = false;
231
- var video = video_tag.get(0);
232
- video_tag.click(function() { video.play(); });
233
- $(video).bind('loadedmetadata', function() {
234
- startConviva(video, this.currentSrc, '74', 'The Landlord', 142, {
235
- autoStart: 'true',
236
- premium: 'true',
237
- analyze: 'off',
238
- grade: 'rating_6',
239
- onSite: 'true'
240
- });
241
- });
242
- $(video).bind('play', function() {
243
- if (!touched) {
244
- touched = true;
245
- $.post('/player/74/touch/'+ Math.round(Math.random() * 100000000));
246
- GA.event('js_player', 'start', flashvars.key);
247
- if (typeof COMSCORE === 'undefined') {
248
- var com = document.createElement('script'); com.type = 'text/javascript';
249
- com.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
250
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(com, s);
251
- }
252
- COMSCORE.beacon({
253
- c1: 1,
254
- c2: "6035215",
255
- c5: "02",
256
- c6: "&quot;The Landlord&quot;"
257
- });
258
- videoCensus('The Landlord');
259
- }
260
- });
261
- GA.event('js_player', 'impression', flashvars.key);
262
- }
263
- function outputStatus(e) {
264
- if (!e.success) {
265
- writePlayer();
266
- }
267
- }
268
- //]]>
269
- </script>
270
- <script type="text/javascript">
271
- <!--
272
- var player;
273
- function playerReady(obj) {
274
- player = document.getElementById(obj['id']);
275
- player.addModelListener("STATE","stateTracker");
276
- GA.timing('player', 'dom_init-player_ready', FOD.timing.timeSince('dom:init'), '74');
277
- GA.timing('player', 'dom_ready-player_ready', FOD.timing.timeSince('dom:ready'), '74');
278
- FOD.timing.start('player:ready');
279
- };
280
- var currentState = 'IDLE';
281
- var nextURL = null;
282
- var firstPlayback = false;
283
- function stateTracker(obj) {
284
- currentState = obj.newstate;
285
- if(currentState == 'BUFFERING') {
286
- FOD.timing.start('player:buffering');
287
- }
288
- if(currentState == 'PLAYING' && obj.oldstate == 'BUFFERING' && firstPlayback) {
289
- GA.timing('player', 'buffering', FOD.timing.timeSince('player:buffering'), '74');
290
- }
291
- if(currentState == 'PLAYING' && !firstPlayback) {
292
- GA.timing('player', 'dom_ready-player_play', FOD.timing.timeSince('dom:ready'), '74');
293
- GA.timing('player', 'player_ready-player_play', FOD.timing.timeSince('player:ready'), '74');
294
- GA.timing('player', 'player_buffer-player_play', FOD.timing.timeSince('player:buffering'), '74');
295
- firstPlayback = true;
296
- }
297
- try { Quicklist.check_autoplay(); } catch(err) {}
298
- };
299
- //-->
300
- </script>
301
- <script type="text/javascript">
302
- //<![CDATA[
303
- var currentUser = null;
304
- var user_key = 'global';
305
- User.setUser();
306
- if (User.isLoggedIn()) {
307
- Subscriptions.check();
308
- display_not_confirmed_message();
309
- }
310
- jQuery(function($) {
311
- Flash.init();
312
- Funbar.init();
313
- if ((!User.isLoggedIn()) && (Cookie.get('auth_token'))) $.post('/sessions/check_cookie');
314
- $('a[href!=#]').click(function() {
315
- sendEvent("countdown");
316
- });
317
- var callOnce = true;
318
- $(window).scroll(function() {
319
- var scrollTop = $(this).scrollTop();
320
- if (scrollTop > 700 && callOnce) {
321
- sendEvent("countdown");
322
- callOnce = false;
323
- }
324
- });
325
- $('#favorite_tab, #report_tab').click(function() {
326
- if ($('#add_to_playlist').length + $('#report_medium').length < 2) {
327
- $.get('/media/ajax_tabs/74');
328
- }
329
- return false;
330
- });
331
- $(document).on('click', '.expander_head', function() {
332
- $(this).parents('.expandable').toggleClass('collapsed');
333
- if ($.data(document.body, $(this).attr('data-remote')) != true)
334
- $.get($(this).attr('data-remote'));
335
- $.data(document.body, $(this).attr('data-remote'), true);
336
- return false;
337
- });
338
- interstitial = shouldShowInterstitial();
339
- function validate_newsletter_signup() {
340
- if($('#newsfeed_dialog_email').length) {
341
- return Validation.validate('newsfeed_dialog_email');
342
- } else {
343
- return true;
344
- }
345
- }
346
- function temp_dismiss_dialog() {
347
- Cookie.set("_pv", 0, {path: '/'})
348
- dismiss_dialog('opt-in', '#newsletter_dialog');
349
- }
350
- if(interstitial)
351
- show_dialog('#newsletter_dialog');
352
- $('#newsletter_dialog_form').submit(function() {
353
- $('#newsletter_subscription_entry_dialog').slideUp();
354
- $('#newsletter_subscription_waiting_dialog').show();
355
- GA.event('subscribing','newsletter','interstitial/media/show/74');
356
- });
357
- });
358
- //]]>
359
- </script></head>
360
- <body>
361
- <div id="page_header">
362
- <div id="header">
363
- <div id="links_and_search">
364
- <ul id="login_links">
365
- <li><a class="header_login_link" href="/login" onclick="show_login_dialog(); return false;" rel="nofollow">login</a></li>
366
- <li><a class="header_login_link" href="#" onclick="show_login_dialog(); toggle_login_signup(&#x27;signup&#x27;); return false;">signup</a></li>
367
- <li><a href="/upload?rel=header" rel="nofollow">upload</a></li>
368
- </ul>
369
- <div class="clear"> </div>
370
- <form accept-charset="UTF-8" action="/search/a" class="inline" id="search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
371
- <input id="q" name="q" placeholder="Search Funny or Die" size="20" type="text" value="" />
372
- <input id="search_button" name="commit" type="submit" />
373
- </form>
374
- </div>
375
- <div id="logo">
376
- <a href="/" title="Funny or Die - Funny Videos"><img alt="Funny or Die - Funny Videos" src="http://public0.ordienetworks.com/assets/funny_or_die_logo-ae716c9b496206e42e3f7bfbf772890b.png" /></a>
377
- </div>
378
- <div id="tagline">
379
- <a href="/videos/61bd7c62c6/visit-mexico">Mexico, where you get your drugs from.</a>
380
- </div>
381
- </div>
382
- <div id="navigation-wrapper">
383
- <div id="navigation-primary">
384
- <div id="navigation">
385
- <ul id="primary-items">
386
- <li><a href="/?rel=header">Home</a></li>
387
- <li><a href="/videos?rel=header" class="current">Videos</a></li>
388
- <li><a href="/pictures_and_words?rel=header">Pictures &amp; Words</a></li>
389
- <li><a href="/podcasts?rel=header">Podcasts</a></li>
390
- <li><a href="/politics?rel=header">Politics</a></li>
391
- <li><a href="/billyonthestreet?rel=header">Billy on the Street</a></li>
392
- <li><a href="/webseries?rel=header">Web Series</a></li>
393
- <li><a href="/celebrities?rel=header">Celebrities</a></li>
394
- </ul>
395
- </div>
396
- </div>
397
- <div id="navigation-secondary">
398
- <div id="navigation">
399
- <ul id="secondary-items">
400
- <!-- <li>Browse</li> -->
401
- <li><a href="/videos?rel=header">Videos Home</a></li>
402
- <li><a href="/staff/videos?rel=header">Staff</a></li>
403
- <li><a href="/browse/videos/all/all/most_viewed?rel=header">Most Viewed</a></li>
404
- <li><a href="/browse/videos/all/all/most_buzz?rel=header">Trending Now</a></li>
405
- <li><a href="/browse/videos/all/all/most_recent?rel=header">Most Recent</a></li>
406
- <!-- <li>Categories</li> -->
407
- <li><a href="/browse/videos/nsfw/all/most_viewed/this_month?rel=header">NSFW</a></li>
408
- <li><a href="/browse/videos/fails/all/most_viewed/this_month?rel=header">Fails</a></li>
409
- <li><a href="/browse/videos/dumb_people/all/most_viewed/this_month?rel=header">Dumb People</a></li>
410
- <li><a href="/browse/videos/animals/all/most_viewed/this_month?rel=header">Animals</a></li>
411
- <li><a href="/browse/videos/clean_comedy/all/most_viewed/this_month?rel=header">Clean Comedy</a></li>
412
- <li><a href="/browse/videos/sports/all/most_viewed/this_month?rel=header">Sports</a></li>
413
- <li><a href="/browse/videos/music/all/most_viewed/this_month?rel=header">Music</a></li>
414
- </ul>
415
- </div>
416
- </div>
417
- </div>
418
- <div id="user_messaging">
419
- <div class="box flash_message flash_message" id="flash_message" style="display:none">...</div>
420
- </div>
421
- </div>
422
- <div class="skin_wrapper">
423
- <div id="wrapper">
424
- <div id="leader_board_ad">
425
- <div id="lb_ad_content">
426
- <div id="ad-700103" align="center" style="padding: 0; margin: 0; border: 0;"></div>
427
- <script charset="utf-8" id="_leader_board_ad" type="text/javascript">
428
- //<![CDATA[
429
- if (!ad_array) var ad_array = new Array();
430
- ad_array.push({
431
- id: "700103",
432
- url: "http://ads.funnyordie.com/html.ng/site=funnyordie&fod_pos=728x90_top&fod_category=exclusive&fod_category=hall_of_fame&fod_category=clean_content&fod_category=celebrity&fod_viewkey=74&fod_rollup=videos_show&params.styles=fs&page.allowcompete=no",
433
- height: "90",
434
- width: "728",
435
- });
436
- if (!ad_tiles) var ad_tiles = new Array();
437
- ad_tiles.push('728x90_top');
438
- //]]>
439
- </script>
440
- </div>
441
- </div>
442
- <div id="page" class=" leaderboard ">
443
- <div id="content">
444
- <div class="content_column" itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
445
- <meta itemprop="thumbnailURL" content="http://t.fod4.com/t/74/c480x270_18.jpg" />
446
- <meta itemprop="contentURL" content="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" />
447
- <div class="player_page_title_and_description">
448
- <h1 class='player_page_h1' itemprop="name">
449
- <a href="/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay">The Landlord</a>
450
- </h1>
451
- <div id="media_description" itemprop="description">
452
- Will Ferrell meets his landlord.
453
- </div>
454
- </div>
455
- <a href="http://itunes.apple.com/us/app/funny-or-die-soundboard/id427291398?mt=8&ls=1" title="Download the Soundboard iPhone app" target="_blank" style="padding-top:3px;display:block"><img src="http://public0.ordienetworks.com/assets/eyebrows/soundboard.png"></a>
456
- <div id="action_button_group">
457
- <span class="gplus_interactive_post">
458
- <button
459
- class="button g-interactivepost"
460
- data-contenturl="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay"
461
- data-clientid="589881919982.apps.googleusercontent.com"
462
- data-cookiepolicy="single_host_origin"
463
- data-prefilltext="Check out this awesome video on Funny or Die."
464
- data-calltoactionlabel="WATCH"
465
- data-calltoactionurl="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay">
466
- Post to Google+</button>
467
- </span>
468
- <script type="text/javascript">
469
- //<![CDATA[
470
- var fb_at;
471
- var fb_action_id;
472
- var fb_post_ok = false;
473
- var currPos = 0;
474
- function add_action_to_timeline() {
475
- var endpoint = new Array('', 'me', 'video.watches?video=http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay').join('/');
476
- if (true) {
477
- try {
478
- currPos = player.getConfig().position;
479
- } catch(e) {
480
- currPos += 1;
481
- }
482
- if (currPos >= 10) {
483
- fb_post_ok = true;
484
- } else {
485
- setTimeout(function() { add_action_to_timeline(); }, 2000);
486
- }
487
- } else if (fb_post_ok == false) {
488
- setTimeout(function() { fb_post_ok = true; add_action_to_timeline(); }, 10000);
489
- }
490
- if (fb_post_ok) {
491
- FB.api(endpoint,
492
- 'post',
493
- function(response) {
494
- if (response && !response.error) {
495
- fb_action_id = response.id;
496
- $('#adding_to_fb').hide();
497
- $('#remove_share').show();
498
- }
499
- });
500
- }
501
- }
502
- $(document).bind('fb_connect:loaded', function(event) {
503
- FB.getLoginStatus(function(response) {
504
- $('#autoshare').addClass('styled_autoshare');
505
- if (response.authResponse) {
506
- var autoshare = 'false';
507
- fb_at = response.authResponse.accessToken;
508
- if (User.isLoggedIn()) {
509
- try {
510
- autoshare = currentUser.autoshare.toString();
511
- } catch(err) { }
512
- } else {
513
- autoshare = $.ajax({
514
- type: 'POST',
515
- url: '/account/fb_autoshare_state',
516
- data: {fb_at: fb_at},
517
- async: false
518
- }).responseText;
519
- }
520
- FB.api('/me/permissions', function(perms_response) {
521
- if ((autoshare == 'true') && (perms_response['data'][0]['publish_actions'] == 1)) {
522
- add_action_to_timeline();
523
- $('#autoshare_on').show();
524
- } else {
525
- $('#autoshare_off').show();
526
- }
527
- });
528
- } else {
529
- $('#autoshare_off').show();
530
- }
531
- });
532
- $('.indicator_on').click(function() {
533
- $('#autoshare_on_action_area').toggle();
534
- $('#autoshare_off_action_area').hide();
535
- });
536
- $('.indicator_off').click(function() {
537
- $('#autoshare_on_action_area').hide();
538
- $('#autoshare_off_action_area').toggle();
539
- });
540
- $("#enable_autoshare").click(function(event) {
541
- FB.login(function(response) {
542
- if (response.authResponse) {
543
- FB.api('/me/permissions', function(perms_response) {
544
- if (perms_response['data'][0]['publish_actions'] == 1) {
545
- add_action_to_timeline();
546
- $.post('/users/fb_connect_login', { as: 'true', fb_at: response.authResponse.accessToken, no_reload: true });
547
- $('#autoshare_off').hide();
548
- $('#autoshare_on').show();
549
- $('#autoshare_off_action_area').slideUp();
550
- }
551
- });
552
- }
553
- }, {scope: 'email,publish_actions'});
554
- });
555
- $("#disable_autoshare").click(function(event) {
556
- FB.api('/me/permissions', 'delete', { permission: 'publish_actions' }, function(response) {
557
- $.post('/users/fb_connect_login', { as: 'false', fb_at: fb_at, no_reload: true });
558
- $('#autoshare_on').hide();
559
- $('#autoshare_off').show();
560
- $('#autoshare_on_action_area').slideUp();
561
- });
562
- });
563
- $('#autoshare_on_action_area').appendTo('#action_areas');
564
- $('#autoshare_off_action_area').appendTo('#action_areas');
565
- $('#remove_share').click(function(event) {
566
- FB.api('/' + fb_action_id, 'delete');
567
- $('#remove_share').hide();
568
- });
569
- $('#autoshare_on').qtip({
570
- content: 'Social sharing is on and you are sharing your Funny or Die activity on your Facebook Timeline. Click for more information.',
571
- show: 'mouseover',
572
- hide: 'mouseout',
573
- position: {
574
- my: 'bottom left',
575
- at: 'top right'
576
- }
577
- });
578
- $('#autoshare_off').qtip({
579
- content: 'Social sharing is off, click to manage your social sharing settings and automatically post your activity to your Facebook Timeline.',
580
- show: 'mouseover',
581
- hide: 'mouseout',
582
- position: {
583
- my: 'bottom left',
584
- at: 'top right'
585
- }
586
- });
587
- });
588
- //]]>
589
- </script>
590
- <div id="autoshare">
591
- <div id="autoshare_on">
592
- <span class="indicator_on"><img alt="" class="sprite facebook_13x13_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" />Social ON</span>
593
- </div>
594
- <div id="autoshare_off">
595
- <span class="indicator_off"><img alt="" class="sprite facebook_13x13_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" />Social OFF</span>
596
- </div>
597
- </div>
598
- <div id="autoshare_on_action_area" style="display:none;" class="action_area">
599
- <div style="float:right;"><a href="#" onclick="toggleActionArea(&#x27;autoshare_on&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
600
- <div id="autoshare_on_action_area_content" style="margin:12px">
601
- Facebook's social sharing is on and this video will be automatically added to your Facebook Ticker, Timeline and News Feed.
602
- <br/><br/>
603
- You're in control:
604
- <blockquote>
605
- <span id="adding_to_fb">Adding 'The Landlord' to your timeline <img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" style="vertical-align: bottom;" /></span>
606
- <a href="javascript:void(0)" id="remove_share" style="display:none;">Remove this item from your Timeline</a>
607
- <a href="javascript:void(0)" class="button" id="disable_autoshare">Permanently turn social sharing OFF</a>
608
- </blockquote>
609
- </div>
610
- </div>
611
- <div id="autoshare_off_action_area" style="display:none;" class="action_area">
612
- <div style="float:right;"><a href="#" onclick="toggleActionArea(&#x27;autoshare_off&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
613
- <div id="autoshare_on_action_area_content" style="margin:12px">
614
- Facebook's social sharing feature automatically publishes your activity on Funny or Die to your Facebook timeline.
615
- You are in control of what you share and can turn social sharing on and off as you like.
616
- <br/><br/>
617
- <a href="javascript:void(0)" class="button" id="enable_autoshare">Turn social sharing ON</a>
618
- </div>
619
- </div>
620
- <span class="share_group">
621
- <span class="fb_like_button">
622
- <fb:like href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" layout="button_count" show_faces="false" width="90"></fb:like>
623
- </span>
624
- <span class="google_plus1_button">
625
- <g:plusone size="medium" href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" annotation="none"></g:plusone>
626
- </span>
627
- <span class="pinterest_button">
628
- <a href="http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fpinterest.com%2Fpin%2Fcreate%2Fbutton%2F%3Furl%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%26media%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fthumbnails%252F74%252Ffullsize.jpg%26description%3DThe%2520Landlord&amp;video=74" class="pin-it-button" count-layout="none" data-ga-social="[&quot;pinterest&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="true">
629
- <img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" />
630
- </a> </span>
631
- <button class="button left tumblr_button" data-ga-social="[&quot;tumblr&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fwww.tumblr.com%2Fshare%2Fvideo%3Fembed%3D%253Ciframe%2520src%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fembed%252F74%2522%2520width%253D%2522448%2522%2520height%253D%2522376%2522%2520frameborder%253D%25220%2522%253E%253C%252Fiframe%253E%26caption%3D%253Ca%2520href%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%2522%2520title%253D%2522from%2520Will%2520Ferrell%252C%2520Adam%2520%2526quot%253BGhost%2520Panther%2526quot%253B%2520McKay%252C%2520Funny%2520Or%2520Die%252C%2520and%2520Drew%2520Antzis%2522%253EThe%2520Landlord%253C%252Fa%253E%2520from%2520%253Ca%2520href%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fwill_ferrell%2522%253EWill%2520Ferrell%253C%252Fa%253E%2520%2520%2520%2520%2520%2520%253Ciframe%2520src%253D%2522http%253A%252F%252Fwww.facebook.com%252Fplugins%252Flike.php%253Fapp_id%253D138711277798%2526amp%253Bhref%253Dhttp%25253A%25252F%25252Fwww.funnyordie.com%25252Fvideos%25252F74%25252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%2526amp%253Bsend%253Dfalse%2526amp%253Blayout%253Dbutton_count%2526amp%253Bwidth%253D150%2526amp%253Bshow_faces%253Dfalse%2526amp%253Baction%253Dlike%2526amp%253Bheight%253D21%2522%2520scrolling%253D%2522no%2522%2520frameborder%253D%25220%2522%2520style%253D%2522border%253Anone%253B%2520overflow%253Ahidden%253B%2520width%253A90px%253B%2520height%253A21px%253B%2520vertical-align%253Amiddle%253B%2522%2520allowTransparency%253D%2522true%2522%253E%253C%252Fiframe%253E%250A&amp;video=74&quot;,&quot;t&quot;,&quot;toolbar=0,resizable=0,status=1,width=450,height=430&quot;]"><img alt="" class="sprite tumblr_text_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></button><button class="button middle facebook_button" data-ga-social="[&quot;facebook&quot;,&quot;share&quot;,&quot;74&quot;]" onclick="FB.ui(fb_post);"><img alt="" class="sprite facebook_full_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></button><button class="button middle" data-ga-social="[&quot;twitter&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;http://www.funnyordie.com/jump_to?url=http%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Ftext%3Dhttp%253A%252F%252FFunnyOrDie.com%252Fm%252F22%26hashtags%3DTheLandlord&amp;video=74&quot;,&quot;t&quot;,&quot;toolbar=0,resizable=0,status=1,width=550,height=250&quot;]"><img alt="" class="sprite twitter_full_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></button><button class="button middle" data-ga-social="[&quot;reddit&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fwww.reddit.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay&amp;video=74&quot;,&quot;_blank&quot;,&quot;location=0,status=0,scrollbars=1,menubar=0,resizable=1,width=980,height=600&quot;]"><img alt="" class="sprite reddit_alien_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></button><button class="button right" data-ga-social="[&quot;stumble_upon&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fwww.stumbleupon.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%26title%3DThe%2520Landlord&amp;video=74&quot;,&quot;_blank&quot;,&quot;location=0,status=0,scrollbars=1,menubar=0,resizable=1,width=980,height=600&quot;]"><img alt="" class="sprite stumble_dark_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></button>
632
- </span>
633
- <span class="embed_group" style="font-size:14px">
634
- <button class="button left spriteless" onclick="if(!$(&#x27;#email_medium_dialog_box_content&#x27;).data(&#x27;loaded&#x27;)) {$(&#x27;#email_medium_dialog_box_content&#x27;).html(&#x27;&lt;div class=\&quot;loading_dialog\&quot;&gt;&lt;img alt=\&quot;Spinner\&quot; src=\&quot;http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif\&quot; /&gt; Hold your horses&lt;\/div&gt;&#x27;);$.ajax(&#x27;/share/email_medium/74&#x27;); $(&#x27;#email_medium_dialog_box_content&#x27;).data(&#x27;loaded&#x27;,true);}show_dialog(&#x27;#email_medium_dialog&#x27;);sendEvent(&#x27;countdown&#x27;);">email</button><button class="button right spriteless" onclick="toggleActionArea(&#x27;link&#x27;)">link</button>
635
- </span>
636
- </div>
637
- <div id="action_areas">
638
- <div id="twitter_action_area" style="display:none;" class="action_area">
639
- <div id="twitter_box_placeholder"></div>
640
- </div>
641
- <div id="link_action_area" style="display:none;" class="action_area">
642
- <div style="float:right;"><a href="#" onclick="toggleActionArea(&#x27;link&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
643
- <div id="link_action_area_content" style="margin:12px">
644
- <label style="font-size: 16px;vertical-align:middle" for="short_link" title="Great for Sharing!">Shortened Link</label>
645
- <input class="link_code" id="short_link" name="short_link" onclick="javascript:this.focus();this.select();GA.social(&#x27;link&#x27;,&#x27;share&#x27;,&#x27;74-the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay&#x27;)" readonly="readonly" size="30" style="margin-left:6px;font-size:16px;font-weight:bold;" type="text" value="http://FunnyOrDie.com/m/22" />
646
- </div>
647
- </div>
648
- </div>
649
- <script type="text/javascript">
650
- //<![CDATA[
651
- if (User.isLoggedIn() && currentUser.gplus_user) {
652
- $('.gplus_interactive_post').show();
653
- $('.google_plus1_button').hide();
654
- }
655
- function get_link_code() {
656
- GA.social('link','share','#{@medium.long_name}')
657
- return $F('short_link');
658
- }
659
- //]]>
660
- </script>
661
- <div class="box video_player_box">
662
- <div style="width:640px; height:460px; overflow-y:hidden;" id="video_player">
663
- <div id="html_player">
664
- </div>
665
- </div>
666
- </div>
667
- <script type="text/javascript" charset="utf-8">
668
- if (false || UserAgent.android() || (swfobject.ua.pv[0] === 0)) {
669
- document.write(" <div id=\"vote_buttons\" class=\"active\">\n <img alt=\"Vote_down\" border=\"0\" class=\"vote_button\" data-vote=\"die\" height=\"44\" id=\"vote_down_button\" src=\"http://public0.ordienetworks.com/assets/vote_down-949cebfc0931cf5861d9efa3631c25c9.png\" width=\"180\" />\n <div id=\"vote_stats\">\n <span id=\"rating\">Chosen<\/span><br/>\n 80,311,622 Views\n <\/div>\n <img alt=\"Vote_up\" border=\"0\" class=\"vote_button\" data-vote=\"funny\" height=\"44\" id=\"vote_up_button\" src=\"http://public0.ordienetworks.com/assets/vote_up-678f8fe239fa06dcc190dd083527b617.png\" width=\"180\" />\n <div class=\"clear\"> <\/div>\n <\/div>\n");
670
- }
671
- </script>
672
- <div id="video_action_tabs" class="basic_tabs_container">
673
- <div class="basic_tabs">
674
- <a class="basic_tab selected " href="#" id="credits_tab" onclick="toggle_tabs(&#x27;video_action_tabs&#x27;,&#x27;credits&#x27;);; return false;" style="" title="">Credits</a>
675
- <a class="basic_tab " href="#" id="details_tab" onclick="toggle_tabs(&#x27;video_action_tabs&#x27;,&#x27;details&#x27;);; return false;" style="" title="">Details</a>
676
- <a class="basic_tab " href="#" id="embed_tab" onclick="toggle_tabs(&#x27;video_action_tabs&#x27;,&#x27;embed&#x27;);; return false;" style="" title="Grab the embed code">Embed</a>
677
- <a class="basic_tab icon_link" href="#" id="transcript_tab" onclick="toggle_tabs(&#x27;video_action_tabs&#x27;,&#x27;transcript&#x27;);; return false;" style="" title="View the transcript">Transcript</a>
678
- </div>
679
- <div class="basic_tabs_content">
680
- <div id="credits_box" class="basic_tab_content">
681
- <dl class='user_preview_video_participant '>
682
- <dt>
683
- <a href="/will_ferrell" title="Will Ferrell"><img alt="Will Ferrell" class="linked_user_thumb" height="48" src="http://assets0.ordienetworks.com/images/user_photos/13/will1_square_medium.jpg" width="48" /></a>
684
- </dt>
685
- <dd class="has_buttons">
686
- Uploader
687
- <h3>
688
- <a href="/will_ferrell" class="user_link" rel="author" title="Will Ferrell">Will Ferrell</a>
689
- </h3>
690
- </dd>
691
- </dl>
692
- <dl class='user_preview_video_participant '>
693
- <dt>
694
- <a href="/adam_mckay" title="Adam &quot;Ghost Panther&quot; McKay"><img alt="Adam &quot;Ghost Panther&quot; McKay" class="linked_user_thumb" height="48" src="http://assets0.ordienetworks.com/images/user_photos/19/adam_mckay_square_medium.jpg" width="48" /></a>
695
- </dt>
696
- <dd class="has_buttons">
697
- Actor
698
- <h3>
699
- <a href="/adam_mckay" class="user_link" rel="author" title="Adam &quot;Ghost Panther&quot; McKay">Adam McKay</a>
700
- </h3>
701
- </dd>
702
- </dl>
703
- <dl class='user_preview_video_participant '>
704
- <dt>
705
- <a href="/funnyordie" title="Funny Or Die"><img alt="Funny Or Die" class="linked_user_thumb" height="48" src="http://assets0.ordienetworks.com/images/user_photos/1210170/b1e71e9e0bffd5672ed5bae9a875dc76_square_medium.jpg" width="48" /></a>
706
- </dt>
707
- <dd class="has_buttons">
708
- Executive Producer
709
- <h3>
710
- <a href="/funnyordie" class="user_link" rel="author" title="Funny Or Die">Funny Or Die</a>
711
- </h3>
712
- </dd>
713
- </dl>
714
- <dl class='user_preview_video_participant hidden'>
715
- <dt>
716
- <a href="/drew" title="Drew Antzis (a.k.a. Drew)"><img alt="Drew" class="linked_user_thumb" height="48" src="http://assets0.ordienetworks.com/images/user_photos/1182305/TIMIFIED DREW2_square_medium.png" width="48" /></a>
717
- </dt>
718
- <dd class="has_buttons">
719
- Director/Editor/DP
720
- <h3>
721
- <a href="/drew" class="user_link" rel="author" title="Drew Antzis">Drew Antzis</a>
722
- </h3>
723
- </dd>
724
- </dl>
725
- <a class="more_less_link" href="#" onclick="$(&#x27;.user_preview_video_participant.hidden, #additional_credits&#x27;).show(); $(this).hide(); ; return false;">Additional Credits [+]</a>
726
- <div id="additional_credits" style="display: none;">
727
- <span class="video_info_label">Additional Credits:</span>
728
- <br />
729
- Starring Will Ferrell &amp; Pearl<br />Also Featuring Adam McKay<br />Director/Editor/DP: Drew Antzis
730
- </div>
731
- <div class="clear"> </div>
732
- </div>
733
- <div id="details_box" class="basic_tab_content" style="display: none;">
734
- <div class="medium_stats">
735
- <div class="video_stats">
736
- <p title="April 12, 2007">Added over 6 years ago</p>
737
- </div>
738
- <div id="media_description">
739
- <span class="video_info_label">Description:</span>
740
- Will Ferrell meets his landlord.
741
- </div>
742
- <div class="medium_detailed_meta_data">
743
- <div><span class="video_info_label">Categories:</span> <a href="/browse/videos/sketch/all/most_buzz">Sketch</a></div>
744
- <div><span class="video_info_label">Keywords:</span> <a href="http://www.funnyordie.com/topic/the-landlord">The Landlord</a> <a href="http://www.funnyordie.com/will_ferrell" class="special" title="Will Ferrell"><b>Will Ferrell</b></a> <a href="http://www.funnyordie.com/adam_mckay" class="special" title="Adam McKay"><b>Adam McKay</b></a> <a href="http://www.funnyordie.com/topic/pearl">Pearl</a> <a href="http://www.funnyordie.com/topic/pearl-the-landlord">Pearl The Landlord</a> <a href="http://www.funnyordie.com/topic/pearl-mckay">Pearl McKay</a> <a href="http://www.funnyordie.com/topic/landlord">Landlord</a> <a href="http://www.funnyordie.com/topic/will-ferrell-landlord">will ferrell landlord</a> <a href="http://www.funnyordie.com/topic/celebrity">Celebrity</a> <a href="http://www.funnyordie.com/topic/saturday-night-live">Saturday Night Live</a> <a href="http://www.funnyordie.com/topic/drunk">drunk</a> <a href="http://www.funnyordie.com/topic/baby">baby</a> <a href="http://www.funnyordie.com/topic/kid">kid</a> <a href="http://www.funnyordie.com/topic/landlady">landlady</a> <a href="http://www.funnyordie.com/topic/land-lady">land lady</a> <a href="http://www.funnyordie.com/topic/fight">fight</a> <a href="http://www.funnyordie.com/topic/drunk">drunk</a> <a href="http://www.funnyordie.com/topic/beer">beer</a> <a href="http://www.funnyordie.com/topic/drunk-baby">drunk baby</a> <a href="http://www.funnyordie.com/topic/madonna">madonna</a> <a href="http://www.funnyordie.com/topic/late">late</a> <a href="http://www.funnyordie.com/topic/rent">rent</a> <a href="http://www.funnyordie.com/topic/fight">fight</a> <a href="http://www.funnyordie.com/topic/give-me-my-money">give me my money</a> <a href="http://www.funnyordie.com/topic/bitch">bitch</a> <a href="http://www.funnyordie.com/topic/where-s-the-rent">where&#x27;s the rent</a> <a href="http://www.funnyordie.com/topic/pay">pay</a> <a href="http://www.funnyordie.com/topic/money">money</a> <a href="http://www.funnyordie.com/topic/kids">kids</a> <a href="http://www.funnyordie.com/topic/cute-kids">cute kids</a> <a href="http://www.funnyordie.com/topic/hilarious">hilarious</a> <a href="http://www.funnyordie.com/topic/adorable">adorable</a> <a href="http://www.funnyordie.com/topic/swearing">swearing</a> <a href="http://www.funnyordie.com/topic/swears">swears</a> <a href="http://www.funnyordie.com/topic/work">work</a> <a href="http://www.funnyordie.com/topic/cry">cry</a> <a href="http://www.funnyordie.com/topic/crying">crying</a> <a href="http://www.funnyordie.com/topic/streets">streets</a> <a href="http://www.funnyordie.com/topic/homeless">homeless</a> <a href="http://www.funnyordie.com/topic/jobs">jobs</a> <a href="http://www.funnyordie.com/topic/drink">drink</a> <a href="http://www.funnyordie.com/topic/drunk">drunk</a> <a href="http://www.funnyordie.com/topic/alcoholic">alcoholic</a> <a href="http://www.funnyordie.com/topic/drinking">drinking</a> <a href="http://www.funnyordie.com/topic/buzzed">buzzed</a> <a href="http://www.funnyordie.com/topic/wasted">wasted</a> <a href="http://www.funnyordie.com/topic/beer">beer</a> <a href="http://www.funnyordie.com/topic/four-beers">four beers</a> <a href="http://www.funnyordie.com/topic/mommy">mommy</a></div>
745
- </div>
746
- </div>
747
- <div class="clear"> </div>
748
- </div>
749
- <div id="favorite_box" class="basic_tab_content" style="display: none;">
750
- <div id="playlist_action_area" class="action_area">
751
- <div id="add_to_playlist_box" style="margin:12px">
752
- <h4 style="text-align:center"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Patience is overrated...</h4>
753
- </div>
754
- </div>
755
- </div>
756
- <div id="report_box" class="basic_tab_content" style="display: none;">
757
- <div id="report_action_area" class="action_area">
758
- <div id="report_box" style="margin:12px">
759
- <h4 style="text-align:center"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Patience is overrated...</h4>
760
- </div>
761
- </div>
762
- </div>
763
- <div id="embed_box" class="basic_tab_content" style="display: none;">
764
- <div id="preset-embed-sizes">
765
- <h3>Standard Sizes</h3>
766
- <select id="embed_size98" name="embed_size98" onchange="dimensions = this.value; update_embed_code(&#x27;#embed_textarea98&#x27;)" size="4"><option value="448x376">448x376</option>
767
- <option value="480x400">480x400</option>
768
- <option value="640x533" selected="selected">640x533</option>
769
- <option value="960x760">960x760</option></select>
770
- </div>
771
- <div id="custom-sizer">
772
- <h3>Custom Size</h3>
773
- <label for="embed_width"> Width:</label>
774
- <input id="embed_width98" name="embed_width98" onchange="calc_embed_dimensions(&#x27;height&#x27;, this.value, &#x27;98&#x27;);" size="4" type="text" value="" />px
775
- <br/>
776
- <label for="embed_height">Height:</label>
777
- <input id="embed_height98" name="embed_height98" onchange="calc_embed_dimensions(&#x27;width&#x27;, this.value, &#x27;98&#x27;);" size="4" type="text" value="" />px
778
- </div>
779
- <br/><br/>
780
- <textarea class="embed_textarea" cols="50" id="embed_textarea98" name="embed_textarea98" onclick="javascript:this.focus();this.select();GA.social(&#x27;embed&#x27;,&#x27;share&#x27;,&#x27;74-the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay&#x27;)" rows="2">
781
- </textarea>
782
- <br/>
783
- <input id="flash_embed_code98" name="flash_embed_code98" type="checkbox" value="1" />
784
- <label for="flash_embed_code98">Old embed code (only works with browsers that support Adobe Flash)</label>
785
- <script type="text/javascript">
786
- //<![CDATA[
787
- if (!window.update_embed_code) {
788
- function update_embed_code(element) {
789
- var width = dimensions.split('x')[0];
790
- var height = dimensions.split('x')[1];
791
- if (wants_flash) {
792
- var code = '<object width=\"'+width+'\" height=\"'+height+'\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" id=\"ordie_player_74\"><param name=\"movie\" value=\"http://player.ordienetworks.com/flash/fodplayer.swf\" /><param name=\"flashvars\" value=\"key=74\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\"><embed width=\"'+width+'\" height=\"'+height+'\" flashvars=\"key=74\" allowfullscreen=\"true\" allowscriptaccess=\"always\" quality=\"high\" src=\"http://player.ordienetworks.com/flash/fodplayer.swf\" name=\"ordie_player_74\" type=\"application/x-shockwave-flash\"></embed></object><div style=\"text-align:left;font-size:x-small;margin-top:0;width:'+width+'px;\">%3Ca%20href%3D%22http%3A%2F%2Fwww.funnyordie.com%2Fvideos%2F74%2Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%22%20title%3D%22from%20Will%20Ferrell%2C%20Adam%20%26quot%3BGhost%20Panther%26quot%3B%20McKay%2C%20Funny%20Or%20Die%2C%20and%20Drew%20Antzis%22%3EThe%20Landlord%3C%2Fa%3E%20from%20%3Ca%20href%3D%22http%3A%2F%2Fwww.funnyordie.com%2Fwill_ferrell%22%3EWill%20Ferrell%3C%2Fa%3E%20%20%20%20%20%20%3Ciframe%20src%3D%22http%3A%2F%2Fwww.facebook.com%2Fplugins%2Flike.php%3Fapp_id%3D138711277798%26amp%3Bhref%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%26amp%3Bsend%3Dfalse%26amp%3Blayout%3Dbutton_count%26amp%3Bwidth%3D150%26amp%3Bshow_faces%3Dfalse%26amp%3Baction%3Dlike%26amp%3Bheight%3D21%22%20scrolling%3D%22no%22%20frameborder%3D%220%22%20style%3D%22border%3Anone%3B%20overflow%3Ahidden%3B%20width%3A90px%3B%20height%3A21px%3B%20vertical-align%3Amiddle%3B%22%20allowTransparency%3D%22true%22%3E%3C%2Fiframe%3E%0A</div>';
793
- } else {
794
- var code = '<iframe src="http://www.funnyordie.com/embed/74" width="'+ width +'" height="'+ height + '" frameborder="0"></iframe><div style="text-align:left;font-size:x-small;margin-top:0;width:' + width + 'px;">%3Ca%20href%3D%22http%3A%2F%2Fwww.funnyordie.com%2Fvideos%2F74%2Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%22%20title%3D%22from%20Will%20Ferrell%2C%20Adam%20%26quot%3BGhost%20Panther%26quot%3B%20McKay%2C%20Funny%20Or%20Die%2C%20and%20Drew%20Antzis%22%3EThe%20Landlord%3C%2Fa%3E%20from%20%3Ca%20href%3D%22http%3A%2F%2Fwww.funnyordie.com%2Fwill_ferrell%22%3EWill%20Ferrell%3C%2Fa%3E%20%20%20%20%20%20%3Ciframe%20src%3D%22http%3A%2F%2Fwww.facebook.com%2Fplugins%2Flike.php%3Fapp_id%3D138711277798%26amp%3Bhref%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%26amp%3Bsend%3Dfalse%26amp%3Blayout%3Dbutton_count%26amp%3Bwidth%3D150%26amp%3Bshow_faces%3Dfalse%26amp%3Baction%3Dlike%26amp%3Bheight%3D21%22%20scrolling%3D%22no%22%20frameborder%3D%220%22%20style%3D%22border%3Anone%3B%20overflow%3Ahidden%3B%20width%3A90px%3B%20height%3A21px%3B%20vertical-align%3Amiddle%3B%22%20allowTransparency%3D%22true%22%3E%3C%2Fiframe%3E%0A</div>';
795
- }
796
- $(element).val(unescape(code));
797
- }
798
- }
799
- //]]>
800
- </script>
801
- <script type="text/javascript">
802
- //<![CDATA[
803
- if (typeof wants_flash === 'undefined') var wants_flash = false;
804
- if (!dimensions) var dimensions = $('#embed_size98').val();
805
- $('#flash_embed_code98').click(function() {
806
- wants_flash = $('#flash_embed_code98').is(':checked');
807
- update_embed_code('#embed_textarea98');
808
- });
809
- if (!window.calc_embed_dimensions) {
810
- function calc_embed_dimensions(dimension, val, uniq_id) {
811
- if (isNaN(val)) return;
812
- var aspect = 1.2;
813
- if (dimension == 'width') {
814
- $('#embed_width' + uniq_id).val(Math.round(val * aspect));
815
- } else if (dimension == 'height') {
816
- $('#embed_height' + uniq_id).val(Math.round(val / aspect));
817
- }
818
- dimensions = $('#embed_width' + uniq_id).val() + 'x' + $('#embed_height' + uniq_id).val();
819
- update_embed_code('#embed_textarea' + uniq_id);
820
- }
821
- }
822
- update_embed_code('#embed_textarea98');
823
- //]]>
824
- </script>
825
- </div>
826
- <div id="transcript_box" style="display:none; padding:5px" class="basic_tab_content">
827
- Will Ferrell and Adam McKay are hanging out at Will Ferrell’s house. Adam McKay is reading an issue of Vogue Magazine and Will Ferrell is rummaging in the refrigerator for something to drink.<br><br><strong>Adam McKay</strong>: So, it says here that Madonna is reinventing herself again. Hey, did you get that letter from the doctor yet?<br><br><strong>Will Ferrell</strong>: I did.<br><br><strong>Adam McKay</strong>: What did it say?<br><strong><br>Will Ferrell</strong>: My dad’s gay.<br><strong><br>Adam McKay</strong>: I knew it. Those blood tests don’t lie man.<br><br>Will Ferrell shakes his head in agreement. There is a knock at the door.<br><br><strong>Adam McKay</strong>: Who’s that?<br><br>The screen goes black and white text reading “the LANDLORD” is displayed. Will Ferrell can be heard speaking.<br><br><strong>Will Ferrell</strong>: It’s my landlord, Pearl.<br><br>The image returns to Adam McKay. There is another knock on the door<br><strong><br>Will Ferrell</strong>: I’m late on my rent.<br><strong><br>Adam McKay</strong>: Oh, I’m getting out of here, man. She’s nasty.<br><br><strong>Will Ferrell</strong>: No, no, no, please, I need you to stay.<br><br>Will Ferrell goes to answer the door.<br><strong><br>Adam McKay</strong>: This is going to be ugly.<br><br>Will Ferrell opens the door to reveal a very small girl that is only a few years old. She yells at Will Ferrell.<br><br><strong>Pearl McKay</strong>: Where’s the rent?<br><br><strong>Will Ferrell</strong>: You don’t have to raise your voice.<br><br><strong>Pearl McKay</strong>: You pay now!<br><strong><br>Will Ferrell</strong>: I can give you half.<br><strong><br>Pearl McKay</strong>: You pay…now, bitch!<br><strong><br>Will Ferrell</strong>: Hey, don’t talk to me like that, okay.<br><br><strong>Pearl McKay</strong>: I’m tired of this crap.<br><br><strong>Will Ferrell</strong>: Look, I…I thought I was clear in my email, I need a couple weeks.<br><br><strong>Pearl McKay</strong>: I work too hard…<br><strong><br>Will Ferrell</strong>: Can I just get two more weeks?<br><strong><br>Pearl McKay</strong>: I want my money!<br><br><strong>Will Ferrell</strong>: You need to relax.<br><br><strong>Pearl McKay</strong>: You’re an asshole.<br><br><strong>Will Ferrell</strong>: Uh-uh! (Shakes his head in the negative.)<br><br><strong>Pearl McKay</strong>: I want my money, bitch.<br><br><strong>Will Ferrell</strong>: Hey don’t call me bitch! I’m a grown man!<br><br><strong>Pearl McKay</strong>: Bitch. Bitch. Bitch. Bitch.<br><br><strong>Will Ferrell</strong>: God, you’re mean.<br><br>Will Ferrell starts crying and Pearl McKay begins laughing at him.<br><br><strong>Will Ferrell</strong>: Hey, don’t make fun of me crying.<br><strong><br>Pearl McKay</strong>: You’ll be evicted.<br><strong><br>Will Ferrell</strong>: I’m not doing so good, Pearl.<br><strong><br>Pearl McKay</strong>: I put you on the streets.<br><strong><br>Will Ferrell</strong>: Pearl, I’m gonna pay you. I’m working three jobs right now. I’m working nights. I’m driving a cab. I’m inside with my buddy right now, just going over my resume.<br><strong><br>Pearl McKay</strong>: I’m gonna smack you.<br><strong><br>Will Ferrell</strong>: Okay, you know what? You need to relax.<br><strong><br>Pearl McKay</strong>: I want my money!!!<br><br><strong>Will Ferrell</strong>: Look, why do you need your money so fast? Come on.<br><strong><br>Pearl McKay</strong>: I need to get my drink on.<br><strong><br>Will Ferrell</strong>: You scare me. You’re an alcoholic.<br><strong><br>Pearl McKay</strong>: Can I have 4 beers?<br><strong><br>Will Ferrell</strong>: Seriously, you are an alcoholic.<br><br>Pearl McKay falls down on the front step.<br><strong><br>Will Ferrell</strong>: Yeah you’re drunk. I knew it. You’re already drunk.<br><strong><br>Pearl McKay</strong>: I’m just buzzed.<br><br><strong>Will Ferrell</strong>: You know, you’re in…you’re in no condition to deal with this right now.<br><br>Pearl McKay starts to walk away and a bottle of beer is in her hand.<br><br><strong>Pearl McKay</strong>: I’m taking my beer.<br><br><strong>Will Ferrell</strong>: Just take your beer and get out of here, okay. Yeah, we’ll talk tomorrow. This isn’t over.<br><strong><br>Pearl McKay</strong>: (Looks back at Will Ferrell) Come, mommy.<br><br><strong>Will Ferrell</strong>: Jesus.<br><br>Will Ferrell closes his door fearfully and the screen cuts to black.
828
- </div>
829
- </div>
830
- </div>
831
- <div class="widget below_player_vids">
832
- <div class="stacked_featured_box">
833
- <div class="widget_title">
834
- <h2 class="title">More by Will Ferrell, Adam &quot;Ghost Panther&quot; McKay, Funny Or Die, a...</h2>
835
- </div>
836
- <div class="media_collection">
837
- <div class="featured_vp_container">
838
- <div class="vp video_preview medium_preview featured_vp " data-viewkey="v3e3f00d4a6" id="medium_378122">
839
- <div class="thumb rectangle_large"><a href="/videos/3e3f00d4a6/official-anchorman-2-trailer?rel=by_user" class="nail" title="Official Anchorman 2 Trailer from Will Ferrell, Steve Carell, Dave Koechner, Paul Rudd, Christina Applegate, Kristen Wiig, James Marsden, and Funny Or Die"><img alt="Official Anchorman 2 Trailer from Will Ferrell, Steve Carell, Dave Koechner, Paul Rudd, Christina Applegate, Kristen Wiig, James Marsden, and Funny Or Die" class="thumbnail" src="http://t.fod4.com/t/3e3f00d4a6/c160x90_68.jpg" /></a><div class="ql_overlay ql_3e3f00d4a6"><a href="#" class="add_to_quicklist" data-qlviewkey="v3e3f00d4a6" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
840
- <div class="details ">
841
- <a href="/videos/3e3f00d4a6/official-anchorman-2-trailer?rel=by_user" class="title" title="Official Anchorman 2 Trailer from Will Ferrell, Steve Carell, Dave Koechner, Paul Rudd, Christina Applegate, Kristen Wiig, James Marsden, and Funny Or Die">Official Anchorman 2 Trailer</a>
842
- </div></div>
843
- </div>
844
- <div class="featured_vp_container">
845
- <div class="vp podcast_preview document_preview medium_preview featured_vp " data-viewkey="v8e7ed3fbb1" id="medium_370393">
846
- <div class="thumb rectangle_large"><a href="/podcasts/8e7ed3fbb1/toilet-wine?rel=by_user" class="nail" title="Owen &amp; TJ Read the News: Toilet Wine from Adam &quot;Ghost Panther&quot; McKay, Owen Burke, Owen &amp; TJ Read the News, and Earwolf"><img alt="Owen &amp; TJ Read the News: Toilet Wine from Adam &quot;Ghost Panther&quot; McKay, Owen Burke, Owen &amp; TJ Read the News, and Earwolf" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1321913/12a220f044ac92ede90201de60071651_rectangle_large.jpg" /></a><div class="ql_overlay ql_8e7ed3fbb1"><a href="#" class="add_to_quicklist" data-qlviewkey="v8e7ed3fbb1" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
847
- <div class="details ">
848
- <a href="/podcasts/8e7ed3fbb1/toilet-wine?rel=by_user" class="title" title="Owen &amp; TJ Read the News: Toilet Wine from Adam &quot;Ghost Panther&quot; McKay, Owen Burke, Owen &amp; TJ Read the News, and Earwolf">Toilet Wine</a>
849
- </div></div>
850
- </div>
851
- <div class="featured_vp_container">
852
- <div class="vp video_preview medium_preview featured_vp " data-viewkey="v25c17d6eb2" id="medium_264940">
853
- <div class="thumb rectangle_large"><a href="/videos/25c17d6eb2/between-two-ferns-with-zach-galifianakis-will-ferrell?rel=by_user" class="nail" title="Between Two Ferns with Zach Galifianakis: Will Ferrell from Will Ferrell, Zach Galifianakis, Jon Hamm, Scott Aukerman, Between Two Ferns, BJPorter, Funny Or Die, Brian Lane, Scott Gairdner, Shauna O&#x27;Toole, TLopezCepero, and BoTown Sound"><img alt="Between Two Ferns with Zach Galifianakis: Will Ferrell from Will Ferrell, Zach Galifianakis, Jon Hamm, Scott Aukerman, Between Two Ferns, BJPorter, Funny Or Die, Brian Lane, Scott Gairdner, Shauna O&#x27;Toole, TLopezCepero, and BoTown Sound" class="thumbnail" src="http://t.fod4.com/c/25c17d6eb2/c160x90_custom_e997bde63bb80deb7d351e0f0a098bde_31056.jpg" /></a><a href="/videos/25c17d6eb2/between-two-ferns-with-zach-galifianakis-will-ferrell"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_25c17d6eb2"><a href="#" class="add_to_quicklist" data-qlviewkey="v25c17d6eb2" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
854
- <div class="details ">
855
- <a href="/videos/25c17d6eb2/between-two-ferns-with-zach-galifianakis-will-ferrell?rel=by_user" class="title" title="Between Two Ferns with Zach Galifianakis: Will Ferrell from Will Ferrell, Zach Galifianakis, Jon Hamm, Scott Aukerman, Between Two Ferns, BJPorter, Funny Or Die, Brian Lane, Scott Gairdner, Shauna O&#x27;Toole, TLopezCepero, and BoTown Sound">Between Two Ferns with Zach Galifianakis: Will Ferrell</a>
856
- </div></div>
857
- </div>
858
- <div class="featured_vp_container">
859
- <div class="vp article_preview document_preview medium_preview featured_vp " data-viewkey="v7608647ebb" id="medium_196055">
860
- <div class="thumb rectangle_large"><a href="/articles/7608647ebb/times-are-tough?rel=by_user" class="nail" title="TIMES ARE TOUGH from Drew Antzis"><img alt="TIMES ARE TOUGH from Drew Antzis" class="thumbnail" src="http://public0.ordienetworks.com/assets/documents/rectangle_large-537250dd42b5ab4a41cb58c230c89cd9.jpg" /></a><div class="ql_overlay ql_7608647ebb"><a href="#" class="add_to_quicklist" data-qlviewkey="v7608647ebb" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
861
- <div class="details ">
862
- <a href="/articles/7608647ebb/times-are-tough?rel=by_user" class="title" title="TIMES ARE TOUGH from Drew Antzis">TIMES ARE TOUGH</a>
863
- </div></div>
864
- </div>
865
- <div class="featured_vp_container">
866
- <div class="vp video_preview medium_preview featured_vp " data-viewkey="vfa60d86785" id="medium_375091">
867
- <div class="thumb rectangle_large"><a href="/videos/fa60d86785/anchorman-2-official-teaser-trailer-2?rel=by_user" class="nail" title="Anchorman 2 Official Teaser Trailer #2 from Will Ferrell, Dave Koechner, Paul Rudd, Steve Carell, and Funny Or Die"><img alt="Anchorman 2 Official Teaser Trailer #2 from Will Ferrell, Dave Koechner, Paul Rudd, Steve Carell, and Funny Or Die" class="thumbnail" src="http://t.fod4.com/t/fa60d86785/c160x90_71.jpg" /></a><div class="ql_overlay ql_fa60d86785"><a href="#" class="add_to_quicklist" data-qlviewkey="vfa60d86785" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
868
- <div class="details ">
869
- <a href="/videos/fa60d86785/anchorman-2-official-teaser-trailer-2?rel=by_user" class="title" title="Anchorman 2 Official Teaser Trailer #2 from Will Ferrell, Dave Koechner, Paul Rudd, Steve Carell, and Funny Or Die">Anchorman 2 Official Teaser Trailer #2</a>
870
- </div></div>
871
- </div>
872
- <div class="featured_vp_container">
873
- <div class="vp podcast_preview document_preview medium_preview featured_vp " data-viewkey="v1f73278dca" id="medium_356607">
874
- <div class="thumb rectangle_large"><a href="/podcasts/1f73278dca/the-jack-special?rel=by_user" class="nail" title="Owen &amp; TJ Read the News: The Jack Special from Adam &quot;Ghost Panther&quot; McKay, Owen &amp; TJ Read the News, Rob Riggle, and Earwolf"><img alt="Owen &amp; TJ Read the News: The Jack Special from Adam &quot;Ghost Panther&quot; McKay, Owen &amp; TJ Read the News, Rob Riggle, and Earwolf" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1313555/4f8554193d1f1cf642a4c6d9f14db8f7_rectangle_large.jpg" /></a><div class="ql_overlay ql_1f73278dca"><a href="#" class="add_to_quicklist" data-qlviewkey="v1f73278dca" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
875
- <div class="details ">
876
- <a href="/podcasts/1f73278dca/the-jack-special?rel=by_user" class="title" title="Owen &amp; TJ Read the News: The Jack Special from Adam &quot;Ghost Panther&quot; McKay, Owen &amp; TJ Read the News, Rob Riggle, and Earwolf">The Jack Special</a>
877
- </div></div>
878
- </div>
879
- <div class="featured_vp_container">
880
- <div class="vp video_preview medium_preview featured_vp " data-viewkey="v4b3afc5c2f" id="medium_261496">
881
- <div class="thumb rectangle_large"><a href="/videos/4b3afc5c2f/president-bush-reacts-to-osama-bin-laden-s-death-with-will-ferrell?rel=by_user" class="nail" title="President Bush Reacts to Osama Bin Laden&#x27;s Death with Will Ferrell from Will Ferrell, Adam &quot;Ghost Panther&quot; McKay, Danny Jelinek, Brian Lane, Chris Kelly, Zach Zdziebko, Colton Dunn, BoTown Sound, Shauna O&#x27;Toole, Funny Or Die, BillyMerritt, Aubrey Binzer, rachelgoldenberg, and TLopezCepero"><img alt="President Bush Reacts to Osama Bin Laden&#x27;s Death with Will Ferrell from Will Ferrell, Adam &quot;Ghost Panther&quot; McKay, Danny Jelinek, Brian Lane, Chris Kelly, Zach Zdziebko, Colton Dunn, BoTown Sound, Shauna O&#x27;Toole, Funny Or Die, BillyMerritt, Aubrey Binzer, rachelgoldenberg, and TLopezCepero" class="thumbnail" src="http://t.fod4.com/t/4b3afc5c2f/c160x90_43.jpg" /></a><a href="/videos/4b3afc5c2f/president-bush-reacts-to-osama-bin-laden-s-death-with-will-ferrell"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_4b3afc5c2f"><a href="#" class="add_to_quicklist" data-qlviewkey="v4b3afc5c2f" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
882
- <div class="details ">
883
- <a href="/videos/4b3afc5c2f/president-bush-reacts-to-osama-bin-laden-s-death-with-will-ferrell?rel=by_user" class="title" title="President Bush Reacts to Osama Bin Laden&#x27;s Death with Will Ferrell from Will Ferrell, Adam &quot;Ghost Panther&quot; McKay, Danny Jelinek, Brian Lane, Chris Kelly, Zach Zdziebko, Colton Dunn, BoTown Sound, Shauna O&#x27;Toole, Funny Or Die, BillyMerritt, Aubrey Binzer, rachelgoldenberg, and TLopezCepero">President Bush Reacts to Osama Bin Laden&#x27;s Death with Wil...</a>
884
- </div></div>
885
- </div>
886
- <div class="featured_vp_container">
887
- <div class="vp article_preview document_preview medium_preview featured_vp " data-viewkey="v8053c66dcb" id="medium_195979">
888
- <div class="thumb rectangle_large"><a href="/articles/8053c66dcb/dear-cyberspace?rel=by_user" class="nail" title="Dear Cyberspace, from Drew Antzis"><img alt="Dear Cyberspace, from Drew Antzis" class="thumbnail" src="http://public0.ordienetworks.com/assets/documents/rectangle_large-537250dd42b5ab4a41cb58c230c89cd9.jpg" /></a><div class="ql_overlay ql_8053c66dcb"><a href="#" class="add_to_quicklist" data-qlviewkey="v8053c66dcb" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
889
- <div class="details ">
890
- <a href="/articles/8053c66dcb/dear-cyberspace?rel=by_user" class="title" title="Dear Cyberspace, from Drew Antzis">Dear Cyberspace,</a>
891
- </div></div>
892
- </div>
893
- </div>
894
- </div>
895
- <div class="clear"> </div>
896
- </div>
897
- <div class="widget">
898
- <div id="twitter-hashtag-widget">
899
- </div>
900
- </div>
901
- <fb:comments href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay" num_posts="30" width="640"></fb:comments>
902
- <ul id="fb_cached_comments"><li>Several years later and it still cracks me up.</li><li>Wow...after all these years this is still the funniest thing ever on Funny or Die! Will Ferrell really did a great bit here. Great writing...</li><li>LOVE THIS</li><li>Pearl saying, "I got to get my drink on!", never fails to amuse me.
903
- </li><li>"I want my moneeeey!" Why do I still laugh hysterically even though I've seen this 100 times?</li><li>Only 79,000,000 views.....that is going to change. The video that follows this is hilarious too...enjoy.</li><li>this video never gets old</li><li>i die of laughter every time I see this......... I'm not usually a fan of Will Farrel, but this is pretty hilarious. Pretty much all because of the baby.</li><li>Love it!</li><li>serves you right!</li><li>u pay nowww bitchh!!!!...tis is insane...</li><li>still funny</li><li>I need to get my drink on! HAHAHAHAHA!</li><li>Cracks me up Everytime i see this :DDDDD</li><li>Seen it a BILLION times - still cute, still controversial, still funny as heck! </li><li>i love this!!!! </li><li>this is too funny!!!
904
- " don't call me a bitch. i'm a grown man!!!"
905
- I love you will!!! <3
906
- </li><li>ahhhhh. if this doesn't make you laugh - you're inhuman. "don't call me a bitch - i'm a grown man!" "bitch bitch bitch bitch bitch..." omg feel soooooooooo much better lol</li><li>Bitch bitch bitch...lmfao! *priceless*</li><li>Haven't seen this in ages...still too funny..</li><li>And this is why you have children.</li><li>never gets old</li><li>have to see this shit!!</li><li>I'm so glad Pearl isn't my landlord!</li><li>never never gets old hahahahah</li></ul>
907
- </div>
908
- <div id="sidebar">
909
- <div class='player_page_ad_box'>
910
- <div class="player_page_mrec">
911
- <div id="sidebar_wide_rectangle" class="ad_mrec">
912
- <div id="mrec_content">
913
- <div id="ad-224030" align="center" style="padding: 0; margin: 0; border: 0;"></div>
914
- <script charset="utf-8" id="_medium_right_rectangle_ad" type="text/javascript">
915
- //<![CDATA[
916
- if (!ad_array) var ad_array = new Array();
917
- ad_array.push({
918
- id: "224030",
919
- url: "http://ads.funnyordie.com/html.ng/site=funnyordie&fod_pos=300x250_rgt&fod_category=exclusive&fod_category=hall_of_fame&fod_category=clean_content&fod_category=celebrity&fod_viewkey=74&fod_rollup=videos_show&params.styles=fs&page.allowcompete=no",
920
- height: "250",
921
- width: "300",
922
- });
923
- if (!ad_tiles) var ad_tiles = new Array();
924
- ad_tiles.push('300x250_rgt');
925
- //]]>
926
- </script>
927
- </div>
928
- </div>
929
- </div>
930
- </div>
931
- <div class="box medley expandable collapsed" id="medley_hall_of_fame" style=""> <div class="medley_header">
932
- <h4 class="expander_head", data-remote="/medley/74/hall_of_fame">
933
- <span class="expander_next_text">Next In </span>
934
- Hall Of Fame
935
- <button class="expander_button"></button>
936
- </h4>
937
- </div>
938
- <div class="medley_collapsed_contents">
939
- <ul>
940
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="v4ad20b4edf" id="medium_371658">
941
- <div class="thumb rectangle_medium"><a href="/videos/4ad20b4edf/michael-shannon-reads-the-insane-sorority-letter?playlist=hall_of_fame" class="nail" title="Michael Shannon Reads the Insane Delta Gamma Sorority Letter from Michael Shannon, Bryan, Danny Jelinek, Funny Or Die, and Betsy Koch"><img alt="Michael Shannon Reads the Insane Delta Gamma Sorority Letter from Michael Shannon, Bryan, Danny Jelinek, Funny Or Die, and Betsy Koch" class="thumbnail" src="http://t.fod4.com/t/4ad20b4edf/c120x68_19.jpg" /></a></div>
942
- <a href="/videos/4ad20b4edf/michael-shannon-reads-the-insane-sorority-letter?playlist=hall_of_fame" class="title" title="Michael Shannon Reads the Insane Delta Gamma Sorority Letter from Michael Shannon, Bryan, Danny Jelinek, Funny Or Die, and Betsy Koch">Michael Shannon Reads the Insane Delta Gamma Sorority Letter</a>
943
- <div class="details ">
944
- <div style="float:right"><span class="medley_index">2</span> of 30</div>
945
- <span class="view_count">3,930,835 views</span>
946
- </div></div></li>
947
- </ul>
948
- </div>
949
- <div class="medley_expanded_contents" id="hall_of_fame_medley_contents">
950
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
951
- </div>
952
- </div> <div class="box medley expandable collapsed" id="medley_287152" style=""> <div class="medley_header">
953
- <h4 class="expander_head", data-remote="/medley/74/287152">
954
- <span class="expander_next_text">Next In </span>
955
- Will Ferrell&#x27;s Greatest Hits
956
- <button class="expander_button"></button>
957
- </h4>
958
- </div>
959
- <div class="medley_collapsed_contents">
960
- <ul>
961
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="v33f2687080" id="medium_7417">
962
- <div class="thumb rectangle_medium"><a href="/videos/33f2687080/good-cop-baby-cop-from-will-ferrell-and-adam-ghost-panther-mckay?playlist=287152" class="nail" title="Good Cop, Baby Cop from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay"><img alt="Good Cop, Baby Cop from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay" class="thumbnail" src="http://t.fod4.com/t/33f2687080/c120x68_52.jpg" /></a></div>
963
- <a href="/videos/33f2687080/good-cop-baby-cop-from-will-ferrell-and-adam-ghost-panther-mckay?playlist=287152" class="title" title="Good Cop, Baby Cop from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay">Good Cop, Baby Cop</a>
964
- <div class="details ">
965
- <div style="float:right"><span class="medley_index">2</span> of 13</div>
966
- <span class="view_count">19,455,161 views</span>
967
- </div></div></li>
968
- </ul>
969
- </div>
970
- <div class="medley_expanded_contents" id="287152_medley_contents">
971
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
972
- </div>
973
- </div> <div class="box medley expandable collapsed" id="medley_featured_pictures_and_words" style=""> <div class="medley_header">
974
- <h4 class="expander_head", data-remote="/medley/74/featured_pictures_and_words">
975
- Featured Pictures And Words
976
- <button class="expander_button"></button>
977
- </h4>
978
- </div>
979
- <div class="medley_collapsed_contents">
980
- <ul>
981
- <li><div class="vp article_preview document_preview medium_preview medley_vp" data-viewkey="v8d5f34d210" id="medium_382305">
982
- <div class="thumb square_medium"><a href="/articles/8d5f34d210/how-to-cope-with-life-without-a-rod?playlist=featured_pictures_and_words" class="nail" title="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien"><img alt="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353520/63216f4863db2a538e97e1220154dc37_square_medium." /></a></div>
983
- <a href="/articles/8d5f34d210/how-to-cope-with-life-without-a-rod?playlist=featured_pictures_and_words" class="title" title="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien">How To Cope With A-Rod Getting Banned From Baseball </a>
984
- <div class="details ">
985
- <div style="float:right"><span class="medley_index">1</span> of 25</div>
986
- <span class="view_count">6,669 views</span>
987
- </div></div></li>
988
- </ul>
989
- </div>
990
- <div class="medley_expanded_contents" id="featured_pictures_and_words_medley_contents">
991
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
992
- </div>
993
- </div> <div class="box medley expandable collapsed" id="medley_related" style=""> <div class="medley_header">
994
- <h4 class="expander_head", data-remote="/medley/74/related">
995
- Related Videos
996
- <button class="expander_button"></button>
997
- </h4>
998
- </div>
999
- <div class="medley_collapsed_contents">
1000
- <ul>
1001
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="v4152" id="medium_4152">
1002
- <div class="thumb rectangle_medium"><a href="/videos/4152/the-landlord-out-takes-from-will-ferrell-and-adam-ghost-panther-mckay" class="nail" title="The Landlord Out Takes from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay"><img alt="The Landlord Out Takes from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay" class="thumbnail" src="http://t.fod4.com/t/4152/c120x68_36.jpg" /></a></div>
1003
- <a href="/videos/4152/the-landlord-out-takes-from-will-ferrell-and-adam-ghost-panther-mckay" class="title" title="The Landlord Out Takes from Will Ferrell and Adam &quot;Ghost Panther&quot; McKay">The Landlord Out Takes</a>
1004
- <div class="details ">
1005
- <div style="float:right"><span class="medley_index">1</span> of 9</div>
1006
- <span class="view_count">8,962,066 views</span>
1007
- </div></div></li>
1008
- </ul>
1009
- </div>
1010
- <div class="medley_expanded_contents" id="related_medley_contents">
1011
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
1012
- </div>
1013
- </div> <div class="box medley expandable collapsed" id="medley_podcasts" style=""> <div class="medley_header">
1014
- <h4 class="expander_head", data-remote="/medley/74/podcasts">
1015
- Podcasts
1016
- <button class="expander_button"></button>
1017
- </h4>
1018
- </div>
1019
- <div class="medley_collapsed_contents">
1020
- <ul>
1021
- <li><div class="vp podcast_preview document_preview medium_preview medley_vp" data-viewkey="v15a28a5f3a" id="medium_380248">
1022
- <div class="thumb square_medium"><a href="/podcasts/15a28a5f3a/magna-carta-holy-shots-fired?playlist=podcasts" class="nail" title="Shots Fired: Magna Carta...Holy Shots Fired! from Jeff Weiss, MC Nocando, Shots Fired, and Earwolf"><img alt="Shots Fired: Magna Carta...Holy Shots Fired! from Jeff Weiss, MC Nocando, Shots Fired, and Earwolf" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1328358/e9c5cae8b1e413c4ab9f050e1cb5f0cc_square_medium.jpg" /></a></div>
1023
- <a href="/podcasts/15a28a5f3a/magna-carta-holy-shots-fired?playlist=podcasts" class="title" title="Shots Fired: Magna Carta...Holy Shots Fired! from Jeff Weiss, MC Nocando, Shots Fired, and Earwolf">Magna Carta...Holy Shots Fired!</a>
1024
- <div class="details ">
1025
- Shots Fired
1026
- <div style="float:right"><span class="medley_index">1</span> of 4</div>
1027
- </div></div></li>
1028
- </ul>
1029
- </div>
1030
- <div class="medley_expanded_contents" id="podcasts_medley_contents">
1031
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
1032
- </div>
1033
- </div>
1034
- <div class="box medley expandable collapsed" id="medley_category_sketch" style=""> <div class="medley_header">
1035
- <h4 class="expander_head", data-remote="/medley/74/category_sketch">
1036
- Sketch
1037
- <button class="expander_button"></button>
1038
- </h4>
1039
- </div>
1040
- <div class="medley_collapsed_contents">
1041
- <ul>
1042
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="vf8fab67257" id="medium_153346">
1043
- <div class="thumb rectangle_medium"><a href="/videos/f8fab67257/rachel-bilson-s-deleted-sex-scene" class="nail" title="Rachel Bilson&#x27;s Deleted Sex Scene from Rachel Bilson, Jake Szymanski, Adam Scott, McG, Funny Or Die, christiansprenger, Shauna O&#x27;Toole, and TLopezCepero"><img alt="Rachel Bilson&#x27;s Deleted Sex Scene from Rachel Bilson, Jake Szymanski, Adam Scott, McG, Funny Or Die, christiansprenger, Shauna O&#x27;Toole, and TLopezCepero" class="thumbnail" src="http://t.fod4.com/c/f8fab67257/c120x68_custom_cda7e9eb484ca7fc62c8d7707ae80b6d_26006.jpg" /></a></div>
1044
- <a href="/videos/f8fab67257/rachel-bilson-s-deleted-sex-scene" class="title" title="Rachel Bilson&#x27;s Deleted Sex Scene from Rachel Bilson, Jake Szymanski, Adam Scott, McG, Funny Or Die, christiansprenger, Shauna O&#x27;Toole, and TLopezCepero">Rachel Bilson&#x27;s Deleted Sex Scene</a>
1045
- <div class="details ">
1046
- <div style="float:right"><span class="medley_index">1</span> of 10</div>
1047
- <span class="view_count">27,778,160 views</span>
1048
- </div></div></li>
1049
- </ul>
1050
- </div>
1051
- <div class="medley_expanded_contents" id="category_sketch_medley_contents">
1052
- <h4 class="spinner"><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Loading...</h4>
1053
- </div>
1054
- </div>
1055
- <div class="box medley expandable collapsed" id="medley_quicklist" style="display:none"> <div class="medley_header">
1056
- <h4 class="expander_head", data-remote="">
1057
- Quicklist
1058
- <button class="expander_button"></button>
1059
- </h4>
1060
- </div>
1061
- <div class="medley_collapsed_contents">
1062
- <ul>
1063
- <li>Loading...</li>
1064
- </ul>
1065
- </div>
1066
- <div class="medley_expanded_contents" id="quicklist_medley_contents">
1067
- <ul>
1068
- </ul>
1069
- </div>
1070
- </div>
1071
- <script type="text/javascript">
1072
- //<![CDATA[
1073
- Quicklist.teaser('74')
1074
- //]]>
1075
- </script>
1076
- <div class="sponsored_videos">
1077
- <div class="sponsored_videos_header">
1078
- <h4>Sponsored Videos</h4>
1079
- </div>
1080
- <div class="sponsored_videos_content">
1081
- <ul>
1082
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="vbbcbd40c42" id="medium_381713">
1083
- <div class="thumb rectangle_medium"><a href="/videos/bbcbd40c42/the-fiat-family" class="nail" title="Backseat Italians from FIAT"><img alt="Backseat Italians from FIAT" class="thumbnail" src="http://t.fod4.com/t/bbcbd40c42/c120x68_11.jpg" /></a></div>
1084
- <a href="/videos/bbcbd40c42/the-fiat-family" class="title" title="Backseat Italians from FIAT">Backseat Italians</a>
1085
- <div class="details ">
1086
- <span class="view_count">26,976 views</span>
1087
- </div></div></li>
1088
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="v2b68dc4d5f" id="medium_53783">
1089
- <div class="thumb rectangle_medium"><a href="/videos/2b68dc4d5f/drunk-history-vol-3-featuring-danny-mcbride-from-drunk-history-danny-mcbride-derekwaters-jen-kirkman-and-jeremykonner" class="nail" title="Drunk History vol. 3 - Featuring Danny McBride from Drunk History, Danny McBride, Derekwaters, Jen Kirkman, and JeremyKonner"><img alt="Drunk History vol. 3 - Featuring Danny McBride from Drunk History, Danny McBride, Derekwaters, Jen Kirkman, and JeremyKonner" class="thumbnail" src="http://t.fod4.com/t/2b68dc4d5f/c120x68_20.jpg" /></a></div>
1090
- <a href="/videos/2b68dc4d5f/drunk-history-vol-3-featuring-danny-mcbride-from-drunk-history-danny-mcbride-derekwaters-jen-kirkman-and-jeremykonner" class="title" title="Drunk History vol. 3 - Featuring Danny McBride from Drunk History, Danny McBride, Derekwaters, Jen Kirkman, and JeremyKonner">Drunk History vol. 3 - Featuring Danny McBride</a>
1091
- <div class="details ">
1092
- <span class="view_count">1,143,714 views</span>
1093
- </div></div></li>
1094
- <li><div class="vp video_preview medium_preview medley_vp" data-viewkey="vfd1dab836f" id="medium_367444">
1095
- <div class="thumb rectangle_medium"><a href="/videos/fd1dab836f/ma-ams-hbo-girls-spin-off" class="nail" title="MA&#x27;AMS (HBO GIRLS SPIN-OFF) from Beth Crosby and Andrew Putschoegl"><img alt="MA&#x27;AMS (HBO GIRLS SPIN-OFF) from Beth Crosby and Andrew Putschoegl" class="thumbnail" src="http://t.fod4.com/t/fd1dab836f/c120x68_27.jpg" /></a></div>
1096
- <a href="/videos/fd1dab836f/ma-ams-hbo-girls-spin-off" class="title" title="MA&#x27;AMS (HBO GIRLS SPIN-OFF) from Beth Crosby and Andrew Putschoegl">MA&#x27;AMS (HBO GIRLS SPIN-OFF)</a>
1097
- <div class="details ">
1098
- <span class="view_count">10,419 views</span>
1099
- </div></div></li>
1100
- </ul>
1101
- </div>
1102
- </div>
1103
- <div class="shiny_previews without_shine" style="position:relative">
1104
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v703da02f2d" id="medium_382138">
1105
- <div class="thumb rectangle_large"><a href="/videos/703da02f2d/throwing-shade-pope-francis-and-seducing-boys-clubs?rel=featured" class="nail" title="Throwing Shade: Pope Francis &amp; Seducing Boys Clubs from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Ross Buran, Ian_Skalski, and emilyraemakeup"><img alt="Throwing Shade: Pope Francis &amp; Seducing Boys Clubs from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Ross Buran, Ian_Skalski, and emilyraemakeup" class="thumbnail" src="http://t.fod4.com/c/703da02f2d/c160x90_custom_796eb64a8f2cd86de233e6a6b2cd2817_31835.jpg" /></a><a href="/videos/703da02f2d/throwing-shade-pope-francis-and-seducing-boys-clubs"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_703da02f2d"><a href="#" class="add_to_quicklist" data-qlviewkey="v703da02f2d" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1106
- <div class="details ">
1107
- <a href="/videos/703da02f2d/throwing-shade-pope-francis-and-seducing-boys-clubs?rel=featured" class="title" title="Throwing Shade: Pope Francis &amp; Seducing Boys Clubs from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Ross Buran, Ian_Skalski, and emilyraemakeup">Throwing Shade: Pope Francis &amp; Seducing Boys Clubs</a>
1108
- <span class="users">from <a href="/throwingshade" rel="author" title="Throwing Shade">Throwing Shade</a>, <a href="/gibblertron" rel="author" title="Erin Gibson">Erin Gibson</a>, <a href="/bryan" rel="author" title="Bryan">Bryan</a></span>
1109
- </div>
1110
- </div>
1111
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vae3520fc56" id="medium_382136">
1112
- <div class="thumb rectangle_large"><a href="/videos/ae3520fc56/we-re-better-than-the-best-by-the-mls-all-stars?rel=featured" class="nail" title="&quot;We&#x27;re Better Than the Best&quot; by The MLS All Stars from Graham Zusi, Jack McInerney, Omar Gonzalez, Kyle Beckerman, Chris Wondolowski, Mike Magee, Brad Davis, Charles Ingram, NickCorirossi, Brian Lane, Ally Hord, and Funny Or Die"><img alt="&quot;We&#x27;re Better Than the Best&quot; by The MLS All Stars from Graham Zusi, Jack McInerney, Omar Gonzalez, Kyle Beckerman, Chris Wondolowski, Mike Magee, Brad Davis, Charles Ingram, NickCorirossi, Brian Lane, Ally Hord, and Funny Or Die" class="thumbnail" src="http://t.fod4.com/c/ae3520fc56/c160x90_custom_5fc1f1d3d5202c27896cdea3d5c939b5_31896.jpg" /></a><a href="/videos/ae3520fc56/we-re-better-than-the-best-by-the-mls-all-stars"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_ae3520fc56"><a href="#" class="add_to_quicklist" data-qlviewkey="vae3520fc56" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1113
- <div class="details ">
1114
- <a href="/videos/ae3520fc56/we-re-better-than-the-best-by-the-mls-all-stars?rel=featured" class="title" title="&quot;We&#x27;re Better Than the Best&quot; by The MLS All Stars from Graham Zusi, Jack McInerney, Omar Gonzalez, Kyle Beckerman, Chris Wondolowski, Mike Magee, Brad Davis, Charles Ingram, NickCorirossi, Brian Lane, Ally Hord, and Funny Or Die">&quot;We&#x27;re Better Than the Best&quot; by The MLS All Stars</a>
1115
- <span class="users">from <a href="/graham_zusi" rel="author" title="Graham Zusi">Graham Zusi</a>, <a href="/jack_mcinerney" rel="author" title="Jack McInerney">Jack McInerney</a>, <a href="/omar_gonzalez" rel="author" title="Omar Gonzalez">Omar Gonzalez</a></span>
1116
- </div>
1117
- </div>
1118
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v243a32b7e6" id="medium_382222">
1119
- <div class="thumb rectangle_large"><a href="/videos/243a32b7e6/anthony-weiner-refuses-to-quit?rel=featured" class="nail" title="Anthony Weiner Refuses To Quit from Hal Rudnick, Nick Wiger, Danny Jelinek, Funny Or Die, Aaron Ulrich, and BoTown Sound"><img alt="Anthony Weiner Refuses To Quit from Hal Rudnick, Nick Wiger, Danny Jelinek, Funny Or Die, Aaron Ulrich, and BoTown Sound" class="thumbnail" src="http://t.fod4.com/c/243a32b7e6/c160x90_custom_d16d95c259b23f01ce329f0215e32a83_34907.jpg" /></a><a href="/videos/243a32b7e6/anthony-weiner-refuses-to-quit"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_243a32b7e6"><a href="#" class="add_to_quicklist" data-qlviewkey="v243a32b7e6" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1120
- <div class="details ">
1121
- <a href="/videos/243a32b7e6/anthony-weiner-refuses-to-quit?rel=featured" class="title" title="Anthony Weiner Refuses To Quit from Hal Rudnick, Nick Wiger, Danny Jelinek, Funny Or Die, Aaron Ulrich, and BoTown Sound">Anthony Weiner Refuses To Quit</a>
1122
- <span class="users">from <a href="/halrudnick" rel="author" title="Hal Rudnick">Hal Rudnick</a>, <a href="/nickwiger" rel="author" title="Nick Wiger">Nick Wiger</a>, <a href="/dannyjelinek" rel="author" title="Danny Jelinek">Danny Jelinek</a></span>
1123
- </div>
1124
- </div>
1125
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vfdba6f612e" id="medium_382141">
1126
- <div class="thumb rectangle_large"><a href="/videos/fdba6f612e/kids-hate-smurfs-2?rel=featured" class="nail" title="Kids Hate Smurfs 2 from Danny Jelinek, William Maxwell, Funny Or Die, Andrew Grissom, and BoTown Sound"><img alt="Kids Hate Smurfs 2 from Danny Jelinek, William Maxwell, Funny Or Die, Andrew Grissom, and BoTown Sound" class="thumbnail" src="http://t.fod4.com/c/fdba6f612e/c160x90_custom_5a9f5a45a91c80fbe8a5724cf712178d_66364.jpg" /></a><a href="/videos/fdba6f612e/kids-hate-smurfs-2"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_fdba6f612e"><a href="#" class="add_to_quicklist" data-qlviewkey="vfdba6f612e" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1127
- <div class="details ">
1128
- <a href="/videos/fdba6f612e/kids-hate-smurfs-2?rel=featured" class="title" title="Kids Hate Smurfs 2 from Danny Jelinek, William Maxwell, Funny Or Die, Andrew Grissom, and BoTown Sound">Kids Hate Smurfs 2</a>
1129
- <span class="users">from <a href="/dannyjelinek" rel="author" title="Danny Jelinek">Danny Jelinek</a>, <a href="/williammaxwell3" rel="author" title="William Maxwell">William Maxwell</a>, <a href="/funnyordie" rel="author" title="Funny Or Die">Funny Or Die</a></span>
1130
- </div>
1131
- </div>
1132
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="va36d328b25" id="medium_382311">
1133
- <div class="thumb rectangle_large"><a href="/videos/a36d328b25/we-re-the-millers-nsfw?rel=featured" class="nail" title="We&#x27;re the Millers: NSFW from All Miller No Filler"><img alt="We&#x27;re the Millers: NSFW from All Miller No Filler" class="thumbnail" src="http://t.fod4.com/t/a36d328b25/c160x90_47.jpg" /></a><div class="ql_overlay ql_a36d328b25"><a href="#" class="add_to_quicklist" data-qlviewkey="va36d328b25" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1134
- <div class="details ">
1135
- <a href="/videos/a36d328b25/we-re-the-millers-nsfw?rel=featured" class="title" title="We&#x27;re the Millers: NSFW from All Miller No Filler">We&#x27;re the Millers: NSFW</a>
1136
- <span class="users">from <a href="/wb_were_the_millers" rel="author" title="All Miller No Filler">All Miller No Filler</a></span>
1137
- </div>
1138
- </div>
1139
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="va1f6260ba2" id="medium_382079">
1140
- <div class="thumb rectangle_large"><a href="/videos/a1f6260ba2/lizzie-ali-a-mostly-true-story-ep-5?rel=featured" class="nail" title="Lizzie &amp; Ali, A (Mostly) True Story: Ep. 5 from Lizzie Prestel, Alison Quinn, and butterpolice"><img alt="Lizzie &amp; Ali, A (Mostly) True Story: Ep. 5 from Lizzie Prestel, Alison Quinn, and butterpolice" class="thumbnail" src="http://t.fod4.com/t/a1f6260ba2/c160x90_95.jpg" /></a><div class="ql_overlay ql_a1f6260ba2"><a href="#" class="add_to_quicklist" data-qlviewkey="va1f6260ba2" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1141
- <div class="details ">
1142
- <a href="/videos/a1f6260ba2/lizzie-ali-a-mostly-true-story-ep-5?rel=featured" class="title" title="Lizzie &amp; Ali, A (Mostly) True Story: Ep. 5 from Lizzie Prestel, Alison Quinn, and butterpolice">Lizzie &amp; Ali, A (Mostly) True Story: Ep. 5</a>
1143
- <span class="users">from <a href="/lizzieprestel" rel="author" title="Lizzie Prestel">Lizzie Prestel</a>, <a href="/alisonquinn" rel="author" title="Alison Quinn">Alison Quinn</a>, <a href="/butterpolice" rel="author" title="butterpolice">butterpolice</a></span>
1144
- </div>
1145
- </div>
1146
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vbbcbd40c42" id="medium_381713">
1147
- <div class="thumb rectangle_large"><a href="/videos/bbcbd40c42/the-fiat-family?rel=featured" class="nail" title="Backseat Italians from FIAT"><img alt="Backseat Italians from FIAT" class="thumbnail" src="http://t.fod4.com/t/bbcbd40c42/c160x90_11.jpg" /></a><div class="ql_overlay ql_bbcbd40c42"><a href="#" class="add_to_quicklist" data-qlviewkey="vbbcbd40c42" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1148
- <div class="details ">
1149
- <a href="/videos/bbcbd40c42/the-fiat-family?rel=featured" class="title" title="Backseat Italians from FIAT">Backseat Italians</a>
1150
- <span class="users">from <a href="/fiat" rel="author" title="FIAT">FIAT</a></span>
1151
- </div>
1152
- </div>
1153
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vbbfe14ccf5" id="medium_381573">
1154
- <div class="thumb rectangle_large"><a href="/videos/bbfe14ccf5/throwing-shade-ender-s-game-and-orange-is-the-new-black?rel=featured" class="nail" title="Throwing Shade:&quot;Ender&#x27;s Game&quot; and &quot;Orange is the New Black&quot; from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Alex Richanbach, and Ian_Skalski"><img alt="Throwing Shade:&quot;Ender&#x27;s Game&quot; and &quot;Orange is the New Black&quot; from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Alex Richanbach, and Ian_Skalski" class="thumbnail" src="http://t.fod4.com/t/bbfe14ccf5/c160x90_2.jpg" /></a><a href="/videos/bbfe14ccf5/throwing-shade-ender-s-game-and-orange-is-the-new-black"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_bbfe14ccf5"><a href="#" class="add_to_quicklist" data-qlviewkey="vbbfe14ccf5" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1155
- <div class="details ">
1156
- <a href="/videos/bbfe14ccf5/throwing-shade-ender-s-game-and-orange-is-the-new-black?rel=featured" class="title" title="Throwing Shade:&quot;Ender&#x27;s Game&quot; and &quot;Orange is the New Black&quot; from Throwing Shade, Erin Gibson, Bryan, Funny Or Die, Alex Richanbach, and Ian_Skalski">Throwing Shade:&quot;Ender&#x27;s Game&quot; and &quot;Orange is the New Black&quot;</a>
1157
- <span class="users">from <a href="/throwingshade" rel="author" title="Throwing Shade">Throwing Shade</a>, <a href="/gibblertron" rel="author" title="Erin Gibson">Erin Gibson</a>, <a href="/bryan" rel="author" title="Bryan">Bryan</a></span>
1158
- </div>
1159
- </div>
1160
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="ve833bc6f5f" id="medium_381347">
1161
- <div class="thumb rectangle_large"><a href="/videos/e833bc6f5f/aubrey-plaza-hates-her-aunt-debra?rel=featured" class="nail" title="Aubrey Plaza Hates Her Aunt Debra from Aubrey Plaza, Chris Kelly, Lennon Parham, Funny Or Die, Brad Schulz, Brian Lane, JasonCarden, and rachelgoldenberg"><img alt="Aubrey Plaza Hates Her Aunt Debra from Aubrey Plaza, Chris Kelly, Lennon Parham, Funny Or Die, Brad Schulz, Brian Lane, JasonCarden, and rachelgoldenberg" class="thumbnail" src="http://t.fod4.com/t/e833bc6f5f/c160x90_93.jpg" /></a><a href="/videos/e833bc6f5f/aubrey-plaza-hates-her-aunt-debra"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_e833bc6f5f"><a href="#" class="add_to_quicklist" data-qlviewkey="ve833bc6f5f" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1162
- <div class="details ">
1163
- <a href="/videos/e833bc6f5f/aubrey-plaza-hates-her-aunt-debra?rel=featured" class="title" title="Aubrey Plaza Hates Her Aunt Debra from Aubrey Plaza, Chris Kelly, Lennon Parham, Funny Or Die, Brad Schulz, Brian Lane, JasonCarden, and rachelgoldenberg">Aubrey Plaza Hates Her Aunt Debra</a>
1164
- <span class="users">from <a href="/aubrey_plaza" rel="author" title="Aubrey Plaza">Aubrey Plaza</a>, <a href="/chriskelly" rel="author" title="Chris Kelly">Chris Kelly</a>, <a href="/lennon_parham" rel="author" title="Lennon Parham">Lennon Parham</a></span>
1165
- </div>
1166
- </div>
1167
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v8b2b588243" id="medium_380677">
1168
- <div class="thumb rectangle_large"><a href="/videos/8b2b588243/tom-brady-s-best-friend?rel=featured" class="nail" title="Tom Brady&#x27;s Best Friend from Under Armour and Tom Brady"><img alt="Tom Brady&#x27;s Best Friend from Under Armour and Tom Brady" class="thumbnail" src="http://t.fod4.com/t/8b2b588243/c160x90_72.jpg" /></a><div class="ql_overlay ql_8b2b588243"><a href="#" class="add_to_quicklist" data-qlviewkey="v8b2b588243" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1169
- <div class="details ">
1170
- <a href="/videos/8b2b588243/tom-brady-s-best-friend?rel=featured" class="title" title="Tom Brady&#x27;s Best Friend from Under Armour and Tom Brady">Tom Brady&#x27;s Best Friend</a>
1171
- <span class="users">from <a href="/under_armour" rel="author" title="Under Armour">Under Armour</a>, <a href="/tom_brady" rel="author" title="Tom Brady">Tom Brady</a></span>
1172
- </div>
1173
- </div>
1174
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vccc80d3fcd" id="medium_381244">
1175
- <div class="thumb rectangle_large"><a href="/videos/ccc80d3fcd/dj-mag-top-100-campaign-ads?rel=featured" class="nail" title="DJ Mag Top 100 Campaign Ads from Alanis Morissette, Boys Noize, Afrojack, Dillon Francis, Gary Richards, Paul Oakenfold, Dashiell Driscoll, Funny Or Die, Matt Sweeney, Ben Sheehan, Chris Poole, and Nick Wiger"><img alt="DJ Mag Top 100 Campaign Ads from Alanis Morissette, Boys Noize, Afrojack, Dillon Francis, Gary Richards, Paul Oakenfold, Dashiell Driscoll, Funny Or Die, Matt Sweeney, Ben Sheehan, Chris Poole, and Nick Wiger" class="thumbnail" src="http://t.fod4.com/t/ccc80d3fcd/c160x90_101.jpg" /></a><a href="/videos/ccc80d3fcd/dj-mag-top-100-campaign-ads"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_ccc80d3fcd"><a href="#" class="add_to_quicklist" data-qlviewkey="vccc80d3fcd" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1176
- <div class="details ">
1177
- <a href="/videos/ccc80d3fcd/dj-mag-top-100-campaign-ads?rel=featured" class="title" title="DJ Mag Top 100 Campaign Ads from Alanis Morissette, Boys Noize, Afrojack, Dillon Francis, Gary Richards, Paul Oakenfold, Dashiell Driscoll, Funny Or Die, Matt Sweeney, Ben Sheehan, Chris Poole, and Nick Wiger">DJ Mag Top 100 Campaign Ads</a>
1178
- <span class="users">from <a href="/alanis_morissette" rel="author" title="Alanis Morissette">Alanis Morissette</a>, <a href="/boys_noize" rel="author" title="Boys Noize">Boys Noize</a>, <a href="/afrojack" rel="author" title="Afrojack">Afrojack</a></span>
1179
- </div>
1180
- </div>
1181
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v5c632781ca" id="medium_381022">
1182
- <div class="thumb rectangle_large"><a href="/videos/5c632781ca/fidlar-cocaine-ft-nick-offerman?rel=featured" class="nail" title="FIDLAR - Cocaine (ft. Nick Offerman) from FIDLAR, Nick Offerman, and Funny Or Die"><img alt="FIDLAR - Cocaine (ft. Nick Offerman) from FIDLAR, Nick Offerman, and Funny Or Die" class="thumbnail" src="http://t.fod4.com/t/5c632781ca/c160x90_53.jpg" /></a><a href="/videos/5c632781ca/fidlar-cocaine-ft-nick-offerman"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_5c632781ca"><a href="#" class="add_to_quicklist" data-qlviewkey="v5c632781ca" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1183
- <div class="details ">
1184
- <a href="/videos/5c632781ca/fidlar-cocaine-ft-nick-offerman?rel=featured" class="title" title="FIDLAR - Cocaine (ft. Nick Offerman) from FIDLAR, Nick Offerman, and Funny Or Die">FIDLAR - Cocaine (ft. Nick Offerman)</a>
1185
- <span class="users">from <a href="/fidlar" rel="author" title="FIDLAR">FIDLAR</a>, <a href="/nick_offerman" rel="author" title="Nick Offerman">Nick Offerman</a>, <a href="/funnyordie" rel="author" title="Funny Or Die">Funny Or Die</a></span>
1186
- </div>
1187
- </div>
1188
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="v8d5f34d210" id="medium_382305">
1189
- <div class="thumb square_large"><a href="/articles/8d5f34d210/how-to-cope-with-life-without-a-rod?rel=featured" class="nail" title="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien"><img alt="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353520/63216f4863db2a538e97e1220154dc37_square_large." /></a><div class="ql_overlay ql_8d5f34d210"><a href="#" class="add_to_quicklist" data-qlviewkey="v8d5f34d210" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1190
- <div class="details ">
1191
- <a href="/articles/8d5f34d210/how-to-cope-with-life-without-a-rod?rel=featured" class="title" title="How To Cope With A-Rod Getting Banned From Baseball from Pat O&#x27;Brien">How To Cope With A-Rod Getting Banned From Baseball </a>
1192
- <span class="description">Major League Baseball is considering a suspension for Alex Rodriguez that could result in a lifetime ban. If the unthinkable does happen, here&#x27;s how baseball fan...</span>
1193
- <span class="users">by <a href="/patobrien" rel="author" title="Pat O&#x27;Brien">Pat O&#x27;Brien</a></span>
1194
- </div>
1195
- </div>
1196
- <div class="vp list_preview document_preview medium_preview wide_vp " data-viewkey="v1118d3a5a7" id="medium_382209">
1197
- <div class="thumb square_large"><a href="/lists/1118d3a5a7/gifs-of-people-who-are-definitely-not-using-an-escalator-correctly?rel=featured" class="nail" title="16 GIFs of People Who Are Definitely Not Using an Escalator Correctly from GifGuide"><img alt="16 GIFs of People Who Are Definitely Not Using an Escalator Correctly from GifGuide" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353374/ebdd60203d060853c2cdc488a1169249_square_large.jpg" /></a><div class="ql_overlay ql_1118d3a5a7"><a href="#" class="add_to_quicklist" data-qlviewkey="v1118d3a5a7" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1198
- <div class="details ">
1199
- <a href="/lists/1118d3a5a7/gifs-of-people-who-are-definitely-not-using-an-escalator-correctly?rel=featured" class="title" title="16 GIFs of People Who Are Definitely Not Using an Escalator Correctly from GifGuide">16 GIFs of People Who Are Definitely Not Using an Escalator Correctly</a>
1200
- <span class="description">An escalator can never break, it can only become hilarious.</span>
1201
- <span class="users">by <a href="/gifguide" rel="author" title="GifGuide">GifGuide</a></span>
1202
- </div>
1203
- </div>
1204
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="v40235eae62" id="medium_382199">
1205
- <div class="thumb square_large"><a href="/articles/40235eae62/anthony-weiner-campaign-internship-flyers-spotted-around-nyc?rel=featured" class="nail" title="Anthony Weiner Campaign Internship Flyers Spotted Around NYC from Funny Or Die"><img alt="Anthony Weiner Campaign Internship Flyers Spotted Around NYC from Funny Or Die" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353347/f21f4de4d6d85a0ee2da6cf6981764c9_square_large.jpg" /></a><div class="ql_overlay ql_40235eae62"><a href="#" class="add_to_quicklist" data-qlviewkey="v40235eae62" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1206
- <div class="details ">
1207
- <a href="/articles/40235eae62/anthony-weiner-campaign-internship-flyers-spotted-around-nyc?rel=featured" class="title" title="Anthony Weiner Campaign Internship Flyers Spotted Around NYC from Funny Or Die">Anthony Weiner Campaign Internship Flyers Spotted Around NYC</a>
1208
- <span class="description">In the wake of yet another scandal, this one involving &quot;slutbag&quot; interns, these wanted ads for the Weiner campaign were spotted around Manhattan. </span>
1209
- <span class="users">by <a href="/funnyordie" rel="author" title="Funny Or Die">Funny Or Die</a></span>
1210
- </div>
1211
- </div>
1212
- <div class="vp slideshow_preview document_preview medium_preview wide_vp " data-viewkey="v0012edf300" id="medium_382014">
1213
- <div class="thumb square_large"><a href="/slideshows/0012edf300/13-rappers-add-mad-flavor-to-your-favorite-breakfast-cereals?rel=featured" class="nail" title="13 Rappers Add Mad Flavor To Your Favorite Breakfast Cereals from Serving Singles"><img alt="13 Rappers Add Mad Flavor To Your Favorite Breakfast Cereals from Serving Singles" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353097/cb740189514ea30e0adc77b4eaf64d31_square_large.jpg" /></a><div class="ql_overlay ql_0012edf300"><a href="#" class="add_to_quicklist" data-qlviewkey="v0012edf300" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1214
- <div class="details ">
1215
- <a href="/slideshows/0012edf300/13-rappers-add-mad-flavor-to-your-favorite-breakfast-cereals?rel=featured" class="title" title="13 Rappers Add Mad Flavor To Your Favorite Breakfast Cereals from Serving Singles">13 Rappers Add Mad Flavor To Your Favorite Breakfast Cereals</a>
1216
- <span class="description">Admit it. The only thing better than hip-hop is breakfast cereal, right? Of course. Now wouldn&#x27;t it be great if you could somehow combine the two? Enter the amaz...</span>
1217
- <span class="users">by <a href="/servingsingles" rel="author" title="Serving Singles">Serving Singles</a></span>
1218
- </div>
1219
- </div>
1220
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="vd16215c014" id="medium_382080">
1221
- <div class="thumb square_large"><a href="/articles/d16215c014/things-you-must-do-before-summer-ends?rel=featured" class="nail" title="50 Things You MUST Do Before Summer Ends from Funny Or Die"><img alt="50 Things You MUST Do Before Summer Ends from Funny Or Die" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353181/0650f1c47728ed74225a332182846a5a_square_large.jpg" /></a><div class="ql_overlay ql_d16215c014"><a href="#" class="add_to_quicklist" data-qlviewkey="vd16215c014" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1222
- <div class="details ">
1223
- <a href="/articles/d16215c014/things-you-must-do-before-summer-ends?rel=featured" class="title" title="50 Things You MUST Do Before Summer Ends from Funny Or Die">50 Things You MUST Do Before Summer Ends</a>
1224
- <span class="description">It&#x27;s almost August. There&#x27;s only so much time left to check everything off your summer bucket list. Get moving!</span>
1225
- <span class="users">by <a href="/funnyordie" rel="author" title="Funny Or Die">Funny Or Die</a></span>
1226
- </div>
1227
- </div>
1228
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v3bd7468e5b" id="medium_380426">
1229
- <div class="thumb rectangle_large"><a href="/videos/3bd7468e5b/maybe-i-m-stalking-you?rel=featured" class="nail" title="Maybe I&#x27;m Stalking You from Pantry Boy"><img alt="Maybe I&#x27;m Stalking You from Pantry Boy" class="thumbnail" src="http://t.fod4.com/t/3bd7468e5b/c160x90_0.jpg" /></a><div class="ql_overlay ql_3bd7468e5b"><a href="#" class="add_to_quicklist" data-qlviewkey="v3bd7468e5b" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1230
- <div class="details ">
1231
- <a href="/videos/3bd7468e5b/maybe-i-m-stalking-you?rel=featured" class="title" title="Maybe I&#x27;m Stalking You from Pantry Boy">Maybe I&#x27;m Stalking You</a>
1232
- <span class="users">from <a href="/pantryboy" rel="author" title="Pantry Boy">Pantry Boy</a></span>
1233
- </div>
1234
- </div>
1235
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vf45f3de7a0" id="medium_381219">
1236
- <div class="thumb rectangle_large"><a href="/videos/f45f3de7a0/scandalous?rel=featured" class="nail" title="Scandalous from nictress"><img alt="Scandalous from nictress" class="thumbnail" src="http://t.fod4.com/t/f45f3de7a0/c160x90_28.jpg" /></a><div class="ql_overlay ql_f45f3de7a0"><a href="#" class="add_to_quicklist" data-qlviewkey="vf45f3de7a0" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1237
- <div class="details ">
1238
- <a href="/videos/f45f3de7a0/scandalous?rel=featured" class="title" title="Scandalous from nictress">Scandalous</a>
1239
- <span class="users">from <a href="/nictress" rel="author" title="nictress">nictress</a></span>
1240
- </div>
1241
- </div>
1242
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v441c77c103" id="medium_382018">
1243
- <div class="thumb rectangle_large"><a href="/videos/441c77c103/the-snoozeroom-episode-3-to-the-victor?rel=featured" class="nail" title="The Snoozeroom: Episode 3 - To The Victor from The Snoozeroom, Johnny Meeks, Nick Wiger, JohnFord, Funny Or Die, Ryan Perez, and BoTown Sound"><img alt="The Snoozeroom: Episode 3 - To The Victor from The Snoozeroom, Johnny Meeks, Nick Wiger, JohnFord, Funny Or Die, Ryan Perez, and BoTown Sound" class="thumbnail" src="http://t.fod4.com/c/441c77c103/c160x90_custom_23f50d6647892a8d1a866d6a3d81dd0a_32912.jpg" /></a><a href="/videos/441c77c103/the-snoozeroom-episode-3-to-the-victor"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_441c77c103"><a href="#" class="add_to_quicklist" data-qlviewkey="v441c77c103" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1244
- <div class="details ">
1245
- <a href="/videos/441c77c103/the-snoozeroom-episode-3-to-the-victor?rel=featured" class="title" title="The Snoozeroom: Episode 3 - To The Victor from The Snoozeroom, Johnny Meeks, Nick Wiger, JohnFord, Funny Or Die, Ryan Perez, and BoTown Sound">The Snoozeroom: Episode 3 - To The Victor</a>
1246
- <span class="users">from <a href="/thesnoozeroom" rel="author" title="The Snoozeroom">The Snoozeroom</a>, <a href="/johnny_meeks" rel="author" title="Johnny Meeks">Johnny Meeks</a>, <a href="/nickwiger" rel="author" title="Nick Wiger">Nick Wiger</a></span>
1247
- </div>
1248
- </div>
1249
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="va6cdf7f644" id="medium_381938">
1250
- <div class="thumb rectangle_large"><a href="/videos/a6cdf7f644/the-top-10-trips-you-ll-actually-take-in-your-20s?rel=featured" class="nail" title="The Top 10 Trips You&#x27;ll ACTUALLY take in your 20s from MattMazany, Becca Scheuer, Ian_Skalski, Funny Or Die, Dan Klein, and Jake Szymanski"><img alt="The Top 10 Trips You&#x27;ll ACTUALLY take in your 20s from MattMazany, Becca Scheuer, Ian_Skalski, Funny Or Die, Dan Klein, and Jake Szymanski" class="thumbnail" src="http://t.fod4.com/t/a6cdf7f644/c160x90_5.jpg" /></a><a href="/videos/a6cdf7f644/the-top-10-trips-you-ll-actually-take-in-your-20s"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_a6cdf7f644"><a href="#" class="add_to_quicklist" data-qlviewkey="va6cdf7f644" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1251
- <div class="details ">
1252
- <a href="/videos/a6cdf7f644/the-top-10-trips-you-ll-actually-take-in-your-20s?rel=featured" class="title" title="The Top 10 Trips You&#x27;ll ACTUALLY take in your 20s from MattMazany, Becca Scheuer, Ian_Skalski, Funny Or Die, Dan Klein, and Jake Szymanski">The Top 10 Trips You&#x27;ll ACTUALLY take in your 20s</a>
1253
- <span class="users">from <a href="/mattmazany" rel="author" title="MattMazany">MattMazany</a>, <a href="/becca_scheuer" rel="author" title="Becca Scheuer">Becca Scheuer</a>, <a href="/ian_skalski" rel="author" title="Ian_Skalski">Ian_Skalski</a></span>
1254
- </div>
1255
- </div>
1256
- <div class="vp slideshow_preview document_preview medium_preview wide_vp " data-viewkey="v708400cc21" id="medium_382125">
1257
- <div class="thumb square_large"><a href="/slideshows/708400cc21/animals-that-have-seen-some-shit?rel=featured" class="nail" title="15 Animals That Look Like They Just Walked In On Their Parents Having Sex from Look What I Found"><img alt="15 Animals That Look Like They Just Walked In On Their Parents Having Sex from Look What I Found" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353231/1cb5d4b149f7b802a338ebe5a38d7098_square_large.png" /></a><div class="ql_overlay ql_708400cc21"><a href="#" class="add_to_quicklist" data-qlviewkey="v708400cc21" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1258
- <div class="details ">
1259
- <a href="/slideshows/708400cc21/animals-that-have-seen-some-shit?rel=featured" class="title" title="15 Animals That Look Like They Just Walked In On Their Parents Having Sex from Look What I Found">15 Animals That Look Like They Just Walked In On Their Parents Having Sex</a>
1260
- <span class="description">One of the worst things about being an animal is that you rarely have access to doors.</span>
1261
- <span class="users">by <a href="/lookwhatifound" rel="author" title="Look What I Found">Look What I Found</a></span>
1262
- </div>
1263
- </div>
1264
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v37cb4262ff" id="medium_381288">
1265
- <div class="thumb rectangle_large"><a href="/videos/37cb4262ff/save-the-kiss?rel=featured" class="nail" title="Save the Kiss from Stephen Vitale and Jake S. Nordwind"><img alt="Save the Kiss from Stephen Vitale and Jake S. Nordwind" class="thumbnail" src="http://t.fod4.com/t/37cb4262ff/c160x90_11.jpg" /></a><div class="ql_overlay ql_37cb4262ff"><a href="#" class="add_to_quicklist" data-qlviewkey="v37cb4262ff" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1266
- <div class="details ">
1267
- <a href="/videos/37cb4262ff/save-the-kiss?rel=featured" class="title" title="Save the Kiss from Stephen Vitale and Jake S. Nordwind">Save the Kiss</a>
1268
- <span class="users">from <a href="/stephenvitale" rel="author" title="Stephen Vitale">Stephen Vitale</a>, <a href="/jakenordwind" rel="author" title="Jake S. Nordwind">Jake S. Nordwind</a></span>
1269
- </div>
1270
- </div>
1271
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vc83001bc3f" id="medium_381918">
1272
- <div class="thumb rectangle_large"><a href="/videos/c83001bc3f/the-best-of-craigslist-vol-9-i-got-someone-s-dead-grandmother-in-urn?rel=featured" class="nail" title="The Best of Craigslist Vol. 9: I got someone&#x27;s dead grandmother in urn from John Pick and Mike Hoy"><img alt="The Best of Craigslist Vol. 9: I got someone&#x27;s dead grandmother in urn from John Pick and Mike Hoy" class="thumbnail" src="http://t.fod4.com/t/c83001bc3f/c160x90_43.jpg" /></a><div class="ql_overlay ql_c83001bc3f"><a href="#" class="add_to_quicklist" data-qlviewkey="vc83001bc3f" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1273
- <div class="details ">
1274
- <a href="/videos/c83001bc3f/the-best-of-craigslist-vol-9-i-got-someone-s-dead-grandmother-in-urn?rel=featured" class="title" title="The Best of Craigslist Vol. 9: I got someone&#x27;s dead grandmother in urn from John Pick and Mike Hoy">The Best of Craigslist Vol. 9: I got someone&#x27;s dead grandmother in urn</a>
1275
- <span class="users">from <a href="/johnapick" rel="author" title="John Pick">John Pick</a>, <a href="/mikehoy" rel="author" title="Mike Hoy">Mike Hoy</a></span>
1276
- </div>
1277
- </div>
1278
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v0568af8a56" id="medium_380135">
1279
- <div class="thumb rectangle_large"><a href="/videos/0568af8a56/i-m-triggered-neuroscience?rel=featured" class="nail" title="I&#x27;m Triggered: Neuroscience from Karen and Nicole"><img alt="I&#x27;m Triggered: Neuroscience from Karen and Nicole" class="thumbnail" src="http://t.fod4.com/t/0568af8a56/c160x90_51.jpg" /></a><div class="ql_overlay ql_0568af8a56"><a href="#" class="add_to_quicklist" data-qlviewkey="v0568af8a56" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1280
- <div class="details ">
1281
- <a href="/videos/0568af8a56/i-m-triggered-neuroscience?rel=featured" class="title" title="I&#x27;m Triggered: Neuroscience from Karen and Nicole">I&#x27;m Triggered: Neuroscience</a>
1282
- <span class="users">from <a href="/karennicole" rel="author" title="Karen and Nicole">Karen and Nicole</a></span>
1283
- </div>
1284
- </div>
1285
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v7cf0af26ed" id="medium_380901">
1286
- <div class="thumb rectangle_large"><a href="/videos/7cf0af26ed/my-dj?rel=featured" class="nail" title="&quot;My DJ&quot; from Brian Bieber"><img alt="&quot;My DJ&quot; from Brian Bieber" class="thumbnail" src="http://t.fod4.com/t/7cf0af26ed/c160x90_24.jpg" /></a><div class="ql_overlay ql_7cf0af26ed"><a href="#" class="add_to_quicklist" data-qlviewkey="v7cf0af26ed" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1287
- <div class="details ">
1288
- <a href="/videos/7cf0af26ed/my-dj?rel=featured" class="title" title="&quot;My DJ&quot; from Brian Bieber">&quot;My DJ&quot;</a>
1289
- <span class="users">from <a href="/ghostsandhorses" rel="author" title="Brian Bieber">Brian Bieber</a></span>
1290
- </div>
1291
- </div>
1292
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="va68eb32e33" id="medium_381858">
1293
- <div class="thumb rectangle_large"><a href="/videos/a68eb32e33/roommate-song?rel=featured" class="nail" title="Roommate Song from Jess Rona and Michael Busch"><img alt="Roommate Song from Jess Rona and Michael Busch" class="thumbnail" src="http://t.fod4.com/t/a68eb32e33/c160x90_58.jpg" /></a><div class="ql_overlay ql_a68eb32e33"><a href="#" class="add_to_quicklist" data-qlviewkey="va68eb32e33" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1294
- <div class="details ">
1295
- <a href="/videos/a68eb32e33/roommate-song?rel=featured" class="title" title="Roommate Song from Jess Rona and Michael Busch">Roommate Song</a>
1296
- <span class="users">from <a href="/luckyjess" rel="author" title="Jess Rona">Jess Rona</a>, <a href="/michaelbusch" rel="author" title="Michael Busch">Michael Busch</a></span>
1297
- </div>
1298
- </div>
1299
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="vfaf1662ee4" id="medium_381805">
1300
- <div class="thumb square_large"><a href="/articles/faf1662ee4/sleeping-prank-turns-man-into-guitar-god?rel=featured" class="nail" title="Sleeping Prank Turns Man Into Guitar God from GifGuide"><img alt="Sleeping Prank Turns Man Into Guitar God from GifGuide" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1352769/7b4c3a1dbd74fe22eaf206bc2f5dcd45_square_large.jpg" /></a><div class="ql_overlay ql_faf1662ee4"><a href="#" class="add_to_quicklist" data-qlviewkey="vfaf1662ee4" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1301
- <div class="details ">
1302
- <a href="/articles/faf1662ee4/sleeping-prank-turns-man-into-guitar-god?rel=featured" class="title" title="Sleeping Prank Turns Man Into Guitar God from GifGuide">Sleeping Prank Turns Man Into Guitar God</a>
1303
- <span class="description">This GIF will end up being the song of the summer.</span>
1304
- <span class="users">by <a href="/gifguide" rel="author" title="GifGuide">GifGuide</a></span>
1305
- </div>
1306
- </div>
1307
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="v6062be4fc3" id="medium_381968">
1308
- <div class="thumb square_large"><a href="/articles/6062be4fc3/things-i-need-to-address-at-the-start-of-tim-tebow-camp-ahem-training-camp?rel=featured" class="nail" title="5 Things I Need to Address at the Start of Tim Tebow Camp -- Ahem, Training Camp from Tim Tebow"><img alt="5 Things I Need to Address at the Start of Tim Tebow Camp -- Ahem, Training Camp from Tim Tebow" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1353054/baa94ec820485604b66d9ceabf8a80a8_square_large.png" /></a><div class="ql_overlay ql_6062be4fc3"><a href="#" class="add_to_quicklist" data-qlviewkey="v6062be4fc3" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1309
- <div class="details ">
1310
- <a href="/articles/6062be4fc3/things-i-need-to-address-at-the-start-of-tim-tebow-camp-ahem-training-camp?rel=featured" class="title" title="5 Things I Need to Address at the Start of Tim Tebow Camp -- Ahem, Training Camp from Tim Tebow">5 Things I Need to Address at the Start of Tim Tebow Camp -- Ahem, Training Camp</a>
1311
- <span class="description">Hi new teammates. Timmy here. I&#x27;m very excited to start training camp with you all and even more excited to learn all of your names. Except you, Mr. Belichick; I...</span>
1312
- <span class="users">by <a href="/timtebow" rel="author" title="Tim Tebow">Tim Tebow</a></span>
1313
- </div>
1314
- </div>
1315
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v7def2c6b51" id="medium_379218">
1316
- <div class="thumb rectangle_large"><a href="/videos/7def2c6b51/positivesingles-com?rel=featured" class="nail" title="Positivesingles.com from Ben Rodriguez"><img alt="Positivesingles.com from Ben Rodriguez" class="thumbnail" src="http://t.fod4.com/t/7def2c6b51/c160x90_62.jpg" /></a><div class="ql_overlay ql_7def2c6b51"><a href="#" class="add_to_quicklist" data-qlviewkey="v7def2c6b51" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1317
- <div class="details ">
1318
- <a href="/videos/7def2c6b51/positivesingles-com?rel=featured" class="title" title="Positivesingles.com from Ben Rodriguez">Positivesingles.com</a>
1319
- <span class="users">from <a href="/basiccabletv" rel="author" title="Ben Rodriguez">Ben Rodriguez</a></span>
1320
- </div>
1321
- </div>
1322
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v64b042802c" id="medium_381781">
1323
- <div class="thumb rectangle_large"><a href="/videos/64b042802c/the-good-doctor?rel=featured" class="nail" title="The Good Doctor from HareTrigger, Chris Osbrink, Andrew Mueller, and Christopher Duva"><img alt="The Good Doctor from HareTrigger, Chris Osbrink, Andrew Mueller, and Christopher Duva" class="thumbnail" src="http://t.fod4.com/t/64b042802c/c160x90_37.jpg" /></a><div class="ql_overlay ql_64b042802c"><a href="#" class="add_to_quicklist" data-qlviewkey="v64b042802c" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1324
- <div class="details ">
1325
- <a href="/videos/64b042802c/the-good-doctor?rel=featured" class="title" title="The Good Doctor from HareTrigger, Chris Osbrink, Andrew Mueller, and Christopher Duva">The Good Doctor</a>
1326
- <span class="users">from <a href="/haretrigger" rel="author" title="HareTrigger">HareTrigger</a>, <a href="/osbrink" rel="author" title="Chris Osbrink">Chris Osbrink</a>, <a href="/andrewcinema" rel="author" title="Andrew Mueller">Andrew Mueller</a></span>
1327
- </div>
1328
- </div>
1329
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v57e34dbcd7" id="medium_377751">
1330
- <div class="thumb rectangle_large"><a href="/videos/57e34dbcd7/superhero-strategies-for-running-into-your-ex-w-chester-see?rel=featured" class="nail" title="Superhero Strategies for Running Into Your Ex (w/ Chester See) from TarynSouthern1"><img alt="Superhero Strategies for Running Into Your Ex (w/ Chester See) from TarynSouthern1" class="thumbnail" src="http://t.fod4.com/t/57e34dbcd7/c160x90_29.jpg" /></a><div class="ql_overlay ql_57e34dbcd7"><a href="#" class="add_to_quicklist" data-qlviewkey="v57e34dbcd7" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1331
- <div class="details ">
1332
- <a href="/videos/57e34dbcd7/superhero-strategies-for-running-into-your-ex-w-chester-see?rel=featured" class="title" title="Superhero Strategies for Running Into Your Ex (w/ Chester See) from TarynSouthern1">Superhero Strategies for Running Into Your Ex (w/ Chester See)</a>
1333
- <span class="users">from <a href="/tarynsouthern1" rel="author" title="TarynSouthern1">TarynSouthern1</a></span>
1334
- </div>
1335
- </div>
1336
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="vcf64b2ae3f" id="medium_381580">
1337
- <div class="thumb rectangle_large"><a href="/videos/cf64b2ae3f/news-reporter-draws-penis?rel=featured" class="nail" title="News Reporter Draws Penis from TubularGoldmine"><img alt="News Reporter Draws Penis from TubularGoldmine" class="thumbnail" src="http://t.fod4.com/t/cf64b2ae3f/c160x90_18.jpg" /></a><div class="ql_overlay ql_cf64b2ae3f"><a href="#" class="add_to_quicklist" data-qlviewkey="vcf64b2ae3f" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1338
- <div class="details ">
1339
- <a href="/videos/cf64b2ae3f/news-reporter-draws-penis?rel=featured" class="title" title="News Reporter Draws Penis from TubularGoldmine">News Reporter Draws Penis</a>
1340
- <span class="users">from <a href="/tubulargoldmine" rel="author" title="TubularGoldmine">TubularGoldmine</a></span>
1341
- </div>
1342
- </div>
1343
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v71c6c05010" id="medium_381577">
1344
- <div class="thumb rectangle_large"><a href="/videos/71c6c05010/guy-plays-lost-woods-zelda-song-on-accordion-on-unicycle-in-the-woods?rel=featured" class="nail" title="Guy Plays Zelda Song on Accordion on Unicycle in the Woods from That Happened!"><img alt="Guy Plays Zelda Song on Accordion on Unicycle in the Woods from That Happened!" class="thumbnail" src="http://t.fod4.com/t/71c6c05010/c160x90_13.jpg" /></a><div class="ql_overlay ql_71c6c05010"><a href="#" class="add_to_quicklist" data-qlviewkey="v71c6c05010" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1345
- <div class="details ">
1346
- <a href="/videos/71c6c05010/guy-plays-lost-woods-zelda-song-on-accordion-on-unicycle-in-the-woods?rel=featured" class="title" title="Guy Plays Zelda Song on Accordion on Unicycle in the Woods from That Happened!">Guy Plays Zelda Song on Accordion on Unicycle in the Woods</a>
1347
- <span class="users">from <a href="/thathappened" rel="author" title="That Happened!">That Happened!</a></span>
1348
- </div>
1349
- </div>
1350
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="va53600fbea" id="medium_381070">
1351
- <div class="thumb square_large"><a href="/articles/a53600fbea/the-7-ways-everyone-posts-fox-news-articles-on-facebook?rel=featured" class="nail" title="The 7 Ways Everyone Posts Fox News Articles on Facebook from Alex Schmidt"><img alt="The 7 Ways Everyone Posts Fox News Articles on Facebook from Alex Schmidt" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1351463/4d27ea20bb19ea4c1c1299967df68b14_square_large.jpg" /></a><div class="ql_overlay ql_a53600fbea"><a href="#" class="add_to_quicklist" data-qlviewkey="va53600fbea" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1352
- <div class="details ">
1353
- <a href="/articles/a53600fbea/the-7-ways-everyone-posts-fox-news-articles-on-facebook?rel=featured" class="title" title="The 7 Ways Everyone Posts Fox News Articles on Facebook from Alex Schmidt">The 7 Ways Everyone Posts Fox News Articles on Facebook</a>
1354
- <span class="description">You&#x27;ve done it. Admit it.</span>
1355
- <span class="users">by <a href="/alexschmidty" rel="author" title="Alex Schmidt">Alex Schmidt</a></span>
1356
- </div>
1357
- </div>
1358
- <div class="vp article_preview document_preview medium_preview wide_vp " data-viewkey="vc8d630e674" id="medium_381798">
1359
- <div class="thumb square_large"><a href="/articles/c8d630e674/links-aubrey-plaza-trolls-gq-11-shows-that-failed-to-defeat-snl-and-more?rel=featured" class="nail" title="Links! Aubrey Plaza Trolls GQ, 11 Shows That Failed to Defeat SNL and More from FOD Link Dump"><img alt="Links! Aubrey Plaza Trolls GQ, 11 Shows That Failed to Defeat SNL and More from FOD Link Dump" class="thumbnail" src="http://assets0.ordienetworks.com/images/user_photos/1352750/ad2f75629a0de597ae1998dbedbd249e_square_large.jpg" /></a><div class="ql_overlay ql_c8d630e674"><a href="#" class="add_to_quicklist" data-qlviewkey="vc8d630e674" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1360
- <div class="details ">
1361
- <a href="/articles/c8d630e674/links-aubrey-plaza-trolls-gq-11-shows-that-failed-to-defeat-snl-and-more?rel=featured" class="title" title="Links! Aubrey Plaza Trolls GQ, 11 Shows That Failed to Defeat SNL and More from FOD Link Dump">Links! Aubrey Plaza Trolls GQ, 11 Shows That Failed to Defeat SNL and More</a>
1362
- <span class="description">Trust us, these aren&#x27;t your everyday, generic links.</span>
1363
- <span class="users">by <a href="/linkdump" rel="author" title="FOD Link Dump">FOD Link Dump</a></span>
1364
- </div>
1365
- </div>
1366
- <div class="vp video_preview medium_preview wide_vp " data-viewkey="v5a52180b80" id="medium_173113">
1367
- <div class="thumb rectangle_large"><a href="/videos/5a52180b80/forehead-tittaes-w-marion-cotillard?rel=featured" class="nail" title="Forehead Tittaes w/ Marion Cotillard from Marion Cotillard, William Fichtner, Jake Szymanski, Taraji P Henson, Lesley Ann Warren, Seth Morris, christiansprenger, Kat Bardot, TLopezCepero, and BoTown Sound"><img alt="Forehead Tittaes w/ Marion Cotillard from Marion Cotillard, William Fichtner, Jake Szymanski, Taraji P Henson, Lesley Ann Warren, Seth Morris, christiansprenger, Kat Bardot, TLopezCepero, and BoTown Sound" class="thumbnail" src="http://t.fod4.com/t/5a52180b80/c160x90_39.jpg" /></a><a href="/videos/5a52180b80/forehead-tittaes-w-marion-cotillard"><img alt="" class="sprite vp_exclusive_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="ql_overlay ql_5a52180b80"><a href="#" class="add_to_quicklist" data-qlviewkey="v5a52180b80" title="Add to Quicklist"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><img alt="" class="sprite quicklist_added_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /><span class="added_in_quicklist">Added</span></div></div>
1368
- <div class="details ">
1369
- <a href="/videos/5a52180b80/forehead-tittaes-w-marion-cotillard?rel=featured" class="title" title="Forehead Tittaes w/ Marion Cotillard from Marion Cotillard, William Fichtner, Jake Szymanski, Taraji P Henson, Lesley Ann Warren, Seth Morris, christiansprenger, Kat Bardot, TLopezCepero, and BoTown Sound">Forehead Tittaes w/ Marion Cotillard</a>
1370
- <span class="users">from <a href="/marion_cotillard" rel="author" title="Marion Cotillard">Marion Cotillard</a>, <a href="/william_fichtner" rel="author" title="William Fichtner">William Fichtner</a>, <a href="/jake" rel="author" title="Jake Szymanski">Jake Szymanski</a></span>
1371
- </div>
1372
- </div>
1373
- <div class="clear_left">&nbsp;</div>
1374
- </div>
1375
- </div>
1376
- <div id="content_footer" >
1377
- </div>
1378
- <div style="font-size:0.1em;clear:both">&nbsp;</div>
1379
- </div>
1380
- <ul id="content-footer">
1381
- <li class="social">
1382
- <h5>
1383
- follow us on the social webz
1384
- </h5>
1385
- <ul class="connect-buttons">
1386
- <li>
1387
- <a href="http://bit.ly/dpGmZb" data-popup="true" rel="nofollow"><img alt="" class="sprite connect-buttons-twitter" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1388
- </li>
1389
- <li>
1390
- <a href="http://bit.ly/cEU6CQ" data-popup="true" rel="nofollow"><img alt="" class="sprite connect-buttons-facebook" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1391
- </li>
1392
- <li>
1393
- <a href="http://bit.ly/a8Mz9G" data-popup="true" rel="nofollow"><img alt="" class="sprite connect-buttons-tumblr" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1394
- </li>
1395
- <li>
1396
- <a href="https://plus.google.com/102177278312750620259" data-popup="true" rel="publisher"><img alt="" class="sprite connect-buttons-gplus" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1397
- </li>
1398
- </ul>
1399
- </li>
1400
- <li class="newsletter">
1401
- <img src="http://assets0.ordienetworks.com/images/connect_widget/envelope.png" title="Dear Penthouse, I never thought it would happen to me but..." class="letter">
1402
- <img src="http://assets0.ordienetworks.com/images/connect_widget/title.png" title="Funny Or Die Newsletter">
1403
- <p> A weekly roundup of everything great from the site to your inbox. It's funny, we promise. </p>
1404
- <div>
1405
- <div id="newsletter_subscription_box">
1406
- <div id="newsletter_subscription_waiting" style="display:none;">
1407
- <h4><img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" />Keep your pants on...</h4>
1408
- </div>
1409
- <div id='newsletter_subscription_entry' style='margin-bottom:8px;'>
1410
- <form accept-charset="UTF-8" action="/mailing_lists/signup/newsletter_subscription" data-remote="true" id="footer_newsletter_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r77Tq0huUhnUn5OATbSNjLbrgt6GLnT7hKMMHT2goK0=" /></div>
1411
- <input class="bluestroke" id="email" name="email" placeholder="Enter your email here!" type="text" value="" />
1412
- <input id="signup_page" name="signup_page" type="hidden" value="content_footer" />
1413
- <input class="button" id="news_button" name="commit" type="submit" value="JOIN" />
1414
- </form> </div>
1415
- </div>
1416
- </div>
1417
- </li>
1418
- <li class="store">
1419
- <a href="http://click.linksynergy.com/fs-bin/click?id=yGArCG*ixjI&amp;subid=&amp;offerid=146261.1&amp;type=10&amp;tmpid=3909&amp;u1=content-footer&amp;RD_PARM1=http%3A%2F%2Fitunes.apple.com%2Fus%2Fapp%2Ffunny-or-dies-the-occasional%2Fid487902089%3Fmt%3D8" data-popup="true" rel="nofollow"><img alt="Content-footer" src="http://assets0.ordienetworks.com/images/the_occasional/content-footer.jpg" /></a>
1420
- </li>
1421
- </ul>
1422
- <script type="text/javascript">
1423
- //<![CDATA[
1424
- $(function() {
1425
- $('#footer_newsletter_form').submit(function() {
1426
- $('#newsletter_subscription_waiting').html('<h4><img alt=\"Spinner\" src=\"http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif\" />Keep your pants on...<\/h4>');
1427
- $('#newsletter_subscription_entry').hide();
1428
- $('#newsletter_subscription_waiting').show();
1429
- });
1430
- });
1431
- //]]>
1432
- </script>
1433
- </div>
1434
- <div class="clear"> </div>
1435
- <div id="footer">
1436
- <div id="site_links" class="footer_section">
1437
- <h3>This Site</h3>
1438
- <ul>
1439
- <li><a href="/">Funny Videos</a></li>
1440
- <li><a href="/celebrity_videos/page_1">Celebrity Videos</a></li>
1441
- <li><a href="/pictures_and_words">Funny Pictures</a></li>
1442
- </ul>
1443
- <a href="http://click.linksynergy.com/fs-bin/click?id=yGArCG*ixjI&amp;subid=&amp;offerid=146261.1&amp;type=10&amp;tmpid=5573&amp;u1=footer&amp;RD_PARM1=http%3A%2F%2Fitunes.apple.com%2Fus%2Fartist%2Ffunny-or-die%2Fid299546682" class="ios-app-store" data-popup="true" rel="nofollow" title="Funny or Die available in the iOS App Store">
1444
- <img alt="App_store_badge_135x40" src="http://public0.ordienetworks.com/assets/App_Store_Badge_135x40-39d712fdd8bae8189e667f8c2c952b9b.svg" />
1445
- </a> </div>
1446
- <div id="about_links" class="footer_section">
1447
- <h3>Business &amp; Stuff</h3>
1448
- <ul>
1449
- <li><a href="/about">About Us</a></li>
1450
- <li><a href="#" onclick="show_dialog(&#x27;#contact_us_dialog&#x27;);load_support_widget(); return false;" reload="false">Contact Us</a></li>
1451
- <li><a href="/faqs" data-popup="true" rel="nofollow">Help / FAQs</a></li>
1452
- <li><a href="/about/terms">Terms of Use</a></li>
1453
- <li><a href="/about/privacy">Privacy Policy</a></li>
1454
- <li><a href="/about/advertising">Advertise</a></li>
1455
- </ul>
1456
- </div>
1457
- <div id="people_links" class="footer_section">
1458
- <h3>Our People</h3>
1459
- <ul>
1460
- <li><a href="/will_ferrell">Will Ferrell</a></li>
1461
- <li><a href="/judd_apatow">Judd Apatow</a></li>
1462
- <li><a href="/adam_mckay">Adam McKay</a></li>
1463
- <li><a href="/chris_henchy">Chris Henchy</a></li>
1464
- </ul>
1465
- </div>
1466
- <div id="celeb_links" class="footer_section">
1467
- <h3>Featured Celebrities</h3>
1468
- <div class="celeb_sub_list">
1469
- <ul>
1470
- <li><a href="/benstiller">Ben Stiller</a></li>
1471
- <li><a href="/charlize_theron">Charlize Theron</a></li>
1472
- <li><a href="/don_cheadle">Don Cheadle</a></li>
1473
- <li><a href="/emma_stone">Emma Stone</a></li>
1474
- <li><a href="/videos/5216488a3b/eva-longoria-sex-tape-from-perry-hilton">Eva Longoria</a></li>
1475
- <li><a href="/eva_mendes">Eva Mendes</a></li>
1476
- <li><a href="/jackblack">Jack Black</a></li>
1477
- <li><a href="/james_franco">James Franco</a></li>
1478
- </ul>
1479
- </div>
1480
- <div class="celeb_sub_list">
1481
- <ul>
1482
- <li><a href="/johnmayer">John Mayer</a></li>
1483
- <li><a href="/justin_bieber">Justin Bieber</a></li>
1484
- <li><a href="/kate_beckinsale">Kate Beckinsale</a></li>
1485
- <li><a href="/kristen_bell">Kristen Bell</a></li>
1486
- <li><a href="/lindsay_lohan">Lindsay Lohan</a></li>
1487
- <li><a href="/marion_cotillard">Marion Cotillard</a></li>
1488
- <li><a href="/natalie_portman">Natalie Portman</a></li>
1489
- <li><a href="/oliviamunn">Olivia Munn</a></li>
1490
- </ul>
1491
- </div>
1492
- <div class="celeb_sub_list">
1493
- <ul>
1494
- <li><a href="/paris_hilton">Paris Hilton</a></li>
1495
- <li><a href="/ron_howard">Ron Howard</a></li>
1496
- <li><a href="/ryan_reynolds">Ryan Reynolds</a></li>
1497
- <li><a href="/sarah_silverman">Sarah Silverman</a></li>
1498
- <li><a href="/selena_gomez">Selena Gomez</a></li>
1499
- <li><a href="/willarnett">Will Arnett</a></li>
1500
- <li><a href="/zac_efron">Zac Efron</a></li>
1501
- <li><a href="/zachgalifianakis">Zach Galifianakis</a></li>
1502
- </ul>
1503
- </div>
1504
- </div>
1505
- </div>
1506
- <div id="copyright_line">
1507
- Copyright &copy; 2013 Funny or Die Inc. All rights reserved. Part of the Turner Entertainment Digital Network.
1508
- </div>
1509
- <div id="ad-938174" align="center" style="padding: 0; margin: 0; border: 0;"></div>
1510
- <script charset="utf-8" id="_skin_ad" type="text/javascript">
1511
- //<![CDATA[
1512
- if (!ad_array) var ad_array = new Array();
1513
- ad_array.push({
1514
- id: "938174",
1515
- url: "http://ads.funnyordie.com/html.ng/site=funnyordie&fod_pos=BG_Skin&fod_category=exclusive&fod_category=hall_of_fame&fod_category=clean_content&fod_category=celebrity&fod_viewkey=74&fod_rollup=videos_show&params.styles=fs&page.allowcompete=no",
1516
- height: "",
1517
- width: "",
1518
- });
1519
- if (!ad_tiles) var ad_tiles = new Array();
1520
- ad_tiles.push('BG_Skin');
1521
- //]]>
1522
- </script>
1523
- <!-- Begin comScore Tag -->
1524
- <script>
1525
- document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") +
1526
- ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
1527
- </script>
1528
- <script>
1529
- COMSCORE.beacon({
1530
- c1:2,
1531
- c2:"6035215",
1532
- c4:"http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay?rel=player&amp;playlist=hall_of_fame"
1533
- });
1534
- </script>
1535
- <noscript>
1536
- <img src="http://b.scorecardresearch.com/p?c1=2&c2=6035215&c3=&c4=http%3A%2F%2Fwww.funnyordie.com%2Fvideos%2F74%2Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%3Frel%3Dplayer%26playlist%3Dhall_of_fame&c5=&c6=&c15=&cj=1" style="display:none" width="0" height="0" alt="" />
1537
- </noscript>
1538
- <!-- End comScore Tag -->
1539
- <!-- START Nielsen Online SiteCensus V6.0 -->
1540
- <!-- COPYRIGHT 2010 Nielsen Online -->
1541
- <script type="text/javascript">
1542
- (function () {
1543
- var d = new Image(1, 1);
1544
- d.onerror = d.onload = function () {
1545
- d.onerror = d.onload = null;
1546
- };
1547
- d.src = ["//secure-us.imrworldwide.com/cgi-bin/m?ci=us-204044h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
1548
- })();
1549
- var davImg = new Image();
1550
- function videoCensus(title) {
1551
- var ScImgSrc = 'http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-100120';
1552
- ScImgSrc += '&tl=dav0-' + escape(title);
1553
- ScImgSrc += '&c6=vc,c17'; // VideoCensus ID
1554
- ScImgSrc += '&cc=1'; // Cookie Check (Always on)
1555
- ScImgSrc += '&rnd=' + Math.ceil(Math.random()*1000000000);
1556
- davImg = "";
1557
- davImg = new Image();
1558
- davImg.src = ScImgSrc;
1559
- }
1560
- </script>
1561
- <noscript>
1562
- <div>
1563
- <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-204044h&amp;cg=0&amp;cc=1&amp;ts=noscript"
1564
- width="1" height="1" alt="" />
1565
- </div>
1566
- </noscript>
1567
- <!-- END Nielsen Online SiteCensus V6.0 -->
1568
- <div id="fb-root"></div>
1569
- <script type="text/javascript">
1570
- //<![CDATA[
1571
- window.fbAsyncInit = function() {
1572
- FB.init({
1573
- appId: '138711277798',
1574
- status: true,
1575
- cookie: true,
1576
- xfbml: true,
1577
- channelUrl: document.location.protocol + '//www.funnyordie.com/fb_channel.html',
1578
- oauth: true
1579
- });
1580
- $('#fb-root').trigger('fb_connect:loaded');
1581
- };
1582
- $(function() {
1583
- var fb = document.createElement('script');
1584
- fb.async = true;
1585
- fb.src = document.location.protocol +
1586
- '//connect.facebook.net/en_US/all.js';
1587
- document.getElementById('fb-root').appendChild(fb);
1588
- });
1589
- $(document).bind('fb_connect:loaded', function(event) {
1590
- if ($('#fb_connect_href').length) {
1591
- $('#fb_connect_href').click( function(event) {
1592
- $("#fb_connect").hide();
1593
- $("#fb_spinner").show();
1594
- FB.login(handleFBSessionResponse, {scope:'email,publish_actions'});
1595
- return false;
1596
- });
1597
- }
1598
- // Record Likes in GA
1599
- FB.Event.subscribe('edge.create', function(targetUrl) {
1600
- GA.social('facebook', 'like', targetUrl);
1601
- });
1602
- // Record Unlikes in GA
1603
- FB.Event.subscribe('edge.remove', function(targetUrl) {
1604
- GA.social('facebook', 'unlike', targetUrl);
1605
- });
1606
- // Record Comments in GA
1607
- FB.Event.subscribe('comment.create', function() {
1608
- GA.social('facebook', 'comment', '74');
1609
- });
1610
- if (!User.isLoggedIn()) {
1611
- FB.getLoginStatus(function(response) {
1612
- if (response.authResponse && response.authResponse.accessToken) {
1613
- FB.api('/me/permissions', function(perms) {
1614
- if (perms['data'][0]['publish_actions'] == 1) {
1615
- $.post('/users/fb_connect_login', {fb_at: response.authResponse.accessToken, as: true, no_reload: true});
1616
- } else {
1617
- $.post('/users/fb_connect_login', {fb_at: response.authResponse.accessToken, as: false, no_reload: true});
1618
- }
1619
- });
1620
- }
1621
- });
1622
- }
1623
- });
1624
- function handleFBSessionResponse(response) {
1625
- if ((response.authResponse) && (response.authResponse.accessToken)) {
1626
- $.post('/users/fb_connect_login', {fb_at: response.authResponse.accessToken, as: true});
1627
- }
1628
- }
1629
- //]]>
1630
- </script>
1631
- <script type="text/javascript">
1632
- //<![CDATA[
1633
- var clickedGplusButton = false;
1634
- var isGplusSignedOut = false;
1635
- if ("true" == Cookie.get('logout'))
1636
- isGplusSignedOut = true;
1637
- window.___gcfg = {
1638
- lang: 'en-US',
1639
- isSignedOut: isGplusSignedOut
1640
- };
1641
- (function() {
1642
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
1643
- po.src = 'https://apis.google.com/js/client:plusone.js?onload=gplusLoadCallback';
1644
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
1645
- })();
1646
- function gplusLoadCallback() {
1647
- $('body').trigger('gplus:loaded');
1648
- }
1649
- function handleGoogleLogin(authResult) {
1650
- if (clickedGplusButton) {
1651
- Cookie.remove('logout');
1652
- } else if ("true" == Cookie.get('logout')) {
1653
- return;
1654
- }
1655
- if (authResult['access_token']) {
1656
- $.post('/users/google_plus_login',
1657
- { auth: authResult.code },
1658
- function(data) {
1659
- hide_dialog('#login_dialog');
1660
- }
1661
- );
1662
- }
1663
- }
1664
- //]]>
1665
- </script>
1666
- <script type="text/javascript" charset="utf-8">
1667
- Funbar.params['medium'] = "74";
1668
- </script>
1669
- <div id="funbar">
1670
- <div id="funbar_wrapper">
1671
- <div id="funbar_left_cap" class="funbar_cap"></div>
1672
- <div id="funbar_right_cap" class="funbar_cap"></div>
1673
- <div id="funbar_container">
1674
- <div id="funbar_left">
1675
- <div id="funbar_share_tab" class="funbar_tab funbar_button share_icons">
1676
- <img alt="" class="sprite funbar_share" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" />
1677
- <a href="#" onclick="if(!$(&#x27;#email_medium_dialog_box_content&#x27;).data(&#x27;loaded&#x27;)) {$(&#x27;#email_medium_dialog_box_content&#x27;).html(&#x27;&lt;div class=\&quot;loading_dialog\&quot;&gt;&lt;img alt=\&quot;Spinner\&quot; src=\&quot;http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif\&quot; /&gt; Hold your horses&lt;\/div&gt;&#x27;);$.ajax(&#x27;/share/email_medium/74&#x27;); $(&#x27;#email_medium_dialog_box_content&#x27;).data(&#x27;loaded&#x27;,true);}show_dialog(&#x27;#email_medium_dialog&#x27;);sendEvent(&#x27;countdown&#x27;);; return false;"><img alt="" class="sprite email_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1678
- <span class="funbar_viral_links">
1679
- <a href="http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fwww.tumblr.com%2Fshare%2Fvideo%3Fembed%3D%253Ciframe%2520src%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fembed%252F74%2522%2520width%253D%2522448%2522%2520height%253D%2522376%2522%2520frameborder%253D%25220%2522%253E%253C%252Fiframe%253E%26caption%3D%253Ca%2520href%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%2522%2520title%253D%2522from%2520Will%2520Ferrell%252C%2520Adam%2520%2526quot%253BGhost%2520Panther%2526quot%253B%2520McKay%252C%2520Funny%2520Or%2520Die%252C%2520and%2520Drew%2520Antzis%2522%253EThe%2520Landlord%253C%252Fa%253E%2520from%2520%253Ca%2520href%253D%2522http%253A%252F%252Fwww.funnyordie.com%252Fwill_ferrell%2522%253EWill%2520Ferrell%253C%252Fa%253E%2520%2520%2520%2520%2520%2520%253Ciframe%2520src%253D%2522http%253A%252F%252Fwww.facebook.com%252Fplugins%252Flike.php%253Fapp_id%253D138711277798%2526amp%253Bhref%253Dhttp%25253A%25252F%25252Fwww.funnyordie.com%25252Fvideos%25252F74%25252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%2526amp%253Bsend%253Dfalse%2526amp%253Blayout%253Dbutton_count%2526amp%253Bwidth%253D150%2526amp%253Bshow_faces%253Dfalse%2526amp%253Baction%253Dlike%2526amp%253Bheight%253D21%2522%2520scrolling%253D%2522no%2522%2520frameborder%253D%25220%2522%2520style%253D%2522border%253Anone%253B%2520overflow%253Ahidden%253B%2520width%253A90px%253B%2520height%253A21px%253B%2520vertical-align%253Amiddle%253B%2522%2520allowTransparency%253D%2522true%2522%253E%253C%252Fiframe%253E%250A&amp;video=74" data-ga-social="[&quot;tumblr&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;t&quot;,&quot;toolbar=0,resizable=0,status=1,width=450,height=430&quot;]" id="tumblr_share" title="Share this on Tumblr"><img alt="" class="sprite tumblr_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1680
- <a href="http://www.funnyordie.com/jump_to?url=http%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Ftext%3Dhttp%253A%252F%252FFunnyOrDie.com%252Fm%252F22%26hashtags%3DTheLandlord&amp;video=74" data-ga-social="[&quot;twitter&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;t&quot;,&quot;toolbar=0,resizable=0,status=1,width=550,height=250&quot;]" id="twitter_share" title="Post this to Twitter"><img alt="Post this to Twitter" class="sprite twitter_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1681
- <a data-ga-social="[&quot;facebook&quot;,&quot;share&quot;,&quot;74&quot;]" href="#" id="facebook_share" onclick="FB.ui(fb_post); return false;" title="Share this on Facebook"><img alt="Share this on Facebook" class="sprite facebook_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1682
- <a href="http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fwww.reddit.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay&amp;video=74" data-ga-social="[&quot;reddit&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="[&quot;location=0,status=0,scrollbars=1,menubar=0,resizable=1,width=980,height=600&quot;]" id="reddit_share" title="Submit to Reddit"><img alt="Submit to Reddit" class="sprite reddit_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1683
- <g:plusone size="small" count="false" href="http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay"></g:plusone>
1684
- <a href="http://www.funnyordie.com/jump_to?url=http%3A%2F%2Fpinterest.com%2Fpin%2Fcreate%2Fbutton%2F%3Furl%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fvideos%252F74%252Fthe-landlord-from-will-ferrell-and-adam-ghost-panther-mckay%26media%3Dhttp%253A%252F%252Fwww.funnyordie.com%252Fthumbnails%252F74%252Ffullsize.jpg%26description%3DThe%2520Landlord&amp;video=74" class="pin-it-button" count-layout="none" data-ga-social="[&quot;pinterest&quot;,&quot;share&quot;,&quot;74&quot;]" data-popup="true">
1685
- <img border="0" src="//passets-cdn.pinterest.com/images/small-p-button.png" title="Pin It" />
1686
- </a></span>
1687
- </div>
1688
- <div id="funbar_explore_tab" class="funbar_tab funbar_button">
1689
- <img alt="" class="sprite funbar_explore" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" />
1690
- <a href="http://www.stumbleupon.com/to/stumble/stumblethru:funnyordie.com?utm_source=FunnyOrDie&amp;utm_medium=StumbleThru&amp;utm_campaign=StumbleThruButton" data-ga-event="[&quot;sharing&quot;,&quot;stumble_thru&quot;,&quot;74&quot;]" id="funbar-stumblethru" title="StubmleThru Funny or Die"><img alt="StumbleThru" class="sprite stumble_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /> StumbleThru</a>
1691
- </div>
1692
- </div>
1693
- <div id="funbar_ad" class="funbar_tab">
1694
- <div id="ad-992867" align="center" style="padding: 0; margin: 0; border: 0;"></div>
1695
- <script charset="utf-8" id="_funbar_ad" type="text/javascript">
1696
- //<![CDATA[
1697
- if (!ad_array) var ad_array = new Array();
1698
- ad_array.push({
1699
- id: "992867",
1700
- url: "http://ads.funnyordie.com/html.ng/site=funnyordie&fod_pos=160x23_spon&fod_category=exclusive&fod_category=hall_of_fame&fod_category=clean_content&fod_category=celebrity&fod_viewkey=74&fod_rollup=videos_show&params.styles=fs&page.allowcompete=no",
1701
- height: "23",
1702
- width: "160",
1703
- });
1704
- //]]>
1705
- </script>
1706
- </div>
1707
- <div id="funbar_right">
1708
- <div id="quicklist_empty" style="display:none">
1709
- Click the <a href="#" onclick="return false;; return false;" title="Not this one - on the thumbnails!"><img alt="" class="sprite quicklist_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a> to queue up a list of videos to watch next.
1710
- </div>
1711
- <div class="funbar_tab divided_tab" id="funbar_quicklist_container" style=""><a class="funbar_button" href="#" id="funbar_quicklist_tab" onclick="Funbar.popup(this, &#x27;quicklist&#x27;);; return false;" title="Quicklist"><img alt="" class="sprite funbar_quicklist_tab" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="funbar_popup_wrapper" id="funbar_quicklist" style="display:none"><span class="funbar_popup_arrow"></span><div class="funbar_popup"><div class="header">
1712
- <div style="float:right"><a href="#" onclick="Funbar.close(&#x27;quicklist&#x27;); return false;"><img alt="" class="sprite funbar_minimize" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
1713
- Quicklist
1714
- </div>
1715
- <div class="funbar_content quicklist_content" id="funbar_quicklist_content"><div class="funbar_loader">Loading Quicklist... <img align="top" alt="Spinner_snake" src="http://public0.ordienetworks.com/assets/spinner_snake-244004697bbbeada9b50c2db201436b5.gif" /></div></div></div></div></div>
1716
- <div class="funbar_tab divided_tab" id="funbar_watched_container" style=""><a class="funbar_button" href="#" id="funbar_watched_tab" onclick="Funbar.popup(this, &#x27;watched&#x27;);; return false;" title="History"><img alt="" class="sprite funbar_watched_tab" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="funbar_popup_wrapper" id="funbar_watched" style="display:none"><span class="funbar_popup_arrow"></span><div class="funbar_popup"><div class="header">
1717
- <div style="float:right"><a href="#" onclick="Funbar.close(&#x27;watched&#x27;); return false;"><img alt="" class="sprite funbar_minimize" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
1718
- History
1719
- </div>
1720
- <div class="funbar_content watched_content" id="funbar_watched_content"><div class="funbar_loader">Loading History... <img align="top" alt="Spinner_snake" src="http://public0.ordienetworks.com/assets/spinner_snake-244004697bbbeada9b50c2db201436b5.gif" /></div></div></div></div></div>
1721
- <div class="funbar_tab divided_tab" id="funbar_newsfeed_container" style=""><a class="funbar_button" href="#" id="funbar_newsfeed_tab" onclick="Funbar.popup(this, &#x27;newsfeed&#x27;);; return false;" title="Newsfeed"><img alt="" class="sprite funbar_newsfeed_tab" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a><div class="funbar_popup_wrapper" id="funbar_newsfeed" style="display:none"><span class="funbar_popup_arrow"></span><div class="funbar_popup"><div class="header">
1722
- <div style="float:right"><a href="#" onclick="Funbar.close(&#x27;newsfeed&#x27;); return false;"><img alt="" class="sprite funbar_minimize" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div>
1723
- <a href="/newsfeed_rss/global" onclick="GA.event(&#x27;subscribing&#x27;, &#x27;rss&#x27;, &#x27;/newfeed_rss/global&#x27;);return true;" target="_blank"><img alt="" class="sprite rss_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a>
1724
- Newsfeed
1725
- </div>
1726
- <div class="funbar_content newsfeed_content" id="funbar_newsfeed_content"><div class="funbar_loader">Loading Newsfeed... <img align="top" alt="Spinner_snake" src="http://public0.ordienetworks.com/assets/spinner_snake-244004697bbbeada9b50c2db201436b5.gif" /></div></div></div></div></div>
1727
- </div>
1728
- </div>
1729
- </div>
1730
- </div>
1731
- <script src="http://widgets.twimg.com/j/2/widget.js" defer="defer"></script>
1732
- <script defer="defer">
1733
- $(function(){
1734
- new TWTR.Widget({
1735
- id: "twitter-hashtag-widget",
1736
- version: 2,
1737
- type: 'search',
1738
- search: '#TheLandlord',
1739
- interval: 10000,
1740
- //title: 'The Landlord',
1741
- subject: 'The Landlord',
1742
- width: 'auto',
1743
- height: 160,
1744
- theme: {
1745
- shell: {
1746
- background: '#eeeeee',
1747
- color: '#222222'
1748
- },
1749
- tweets: {
1750
- background: '#ffffff',
1751
- color: '#444444',
1752
- links: '#1985b5'
1753
- }
1754
- },
1755
- features: {
1756
- scrollbar: false,
1757
- loop: true,
1758
- live: true,
1759
- hashtags: true,
1760
- timestamp: true,
1761
- avatars: true,
1762
- toptweets: true,
1763
- behavior: 'default'
1764
- }
1765
- }).render().start();
1766
- });
1767
- </script>
1768
- <div id="newsletter_dialog" class="newsletter_dialog dialog" style="display:none"><div id="newsletter_dialog_box_container" class="newsletter_dialog_box_container dialog_box_container"><div id="newsletter_dialog_box" class="newsletter_dialog_box dialog_box "><div id="newsletter_dialog_close" class="dialog_closer"><a href="#" onclick="dismiss_dialog(&#x27;dismiss&#x27;, &#x27;#newsletter_dialog&#x27;); return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="newsletter_dialog_box_content" class="newsletter_dialog_box_content dialog_box_content">
1769
- <div style="color:#000;line-height:140%">JOIN THE <img alt="Black_logo" src="http://public0.ordienetworks.com/assets/interstitial/black_logo-854b5f395a180bc33289d5a8b5f437f7.png" style="margin-bottom:-12px" /><br/><span style="font-size: 50px">NEWSLETTER</span></div>
1770
- <div id="newsletter_dialog_middle_box"><span>The best of Funny or Die.</span><br/><span style="color:#000;font-size:18px"><em>PLUS</em> EXCLUSIVE CONTENT</span></div>
1771
- <div id='newsletter_subscription_waiting_dialog' style="display:none;font-size:13px;color:#000000">
1772
- <img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /> Adding your email to our newsletter list...
1773
- </div>
1774
- <div id='newsletter_subscription_entry_dialog' style='margin:20px 0 5px;line-height:20%;font-size:20px;color:#000000'>
1775
- <form accept-charset="UTF-8" action="/mailing_lists/signup/newsletter_subscription" data-remote="true" id="newsletter_dialog_form" method="post" onsubmit=" "><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r77Tq0huUhnUn5OATbSNjLbrgt6GLnT7hKMMHT2goK0=" /></div> <div id="advice-newsfeed_dialog_email" style="display:none;font-size:11px;color:#990000;margin:0 22px 3px 0">Please enter a valid email address.</div>
1776
- <input class="required validate-email" id="newsfeed_dialog_email" name="email" onfocus="if(this.value == &#x27;Your Email&#x27;){this.value=&#x27;&#x27;;this.onfocus=&#x27;&#x27;};" style="font-size:20px;color:#999;padding:3px;width:250px" type="text" value="Your Email" />
1777
- <input id="signup_page" name="signup_page" type="hidden" value="interstitial/media/show/74" />
1778
- <input id="dialog" name="dialog" type="hidden" value="true" />
1779
- <input id="newsletter_dialog_submit" name="commit" title="SUBMIT" type="submit" value="SUBMIT" /><br/>
1780
- <span style='font-size:9px;color:#000'>We will not use your email for anything sneaky.</span>
1781
- <div style="margin-top:20px"><input id="newsletter_dialog_nothanks" onclick="dismiss_dialog(&#x27;opt-out&#x27;, &#x27;#newsletter_dialog&#x27;);" title="NO THANKS, I CAN&#x27;T READ" type="button" value="NO THANKS, I CAN&#x27;T READ" /></div>
1782
- </form> </div>
1783
- </div></div><div id="newsletter_dialog_hider" class="newsletter_dialog_hider dialog_hider" onclick="temp_dismiss_dialog(); return false;">&nbsp;</div></div><div id="newsletter_dialog_bg" class="newsletter_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1784
- //<![CDATA[
1785
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#newsletter_dialog'); }); });
1786
- //]]>
1787
- </script>
1788
- <script type="text/javascript" charset="utf-8">
1789
- $(function($){
1790
- try {
1791
- if ((!$('#q').val()) && (document.referrer) && (document.referrer != '')) {
1792
- var query = document.referrer.match(/[\?\&](q|p)=([^&]+)/gi);
1793
- if (query[0])
1794
- $('#q').val(unescape(query[0].replace(/[\?\&](q|p)=/i, '').replace(/\+/g, ' ')));
1795
- }
1796
- } catch(e) {}
1797
- });
1798
- </script>
1799
- <div id="contact_us_dialog" class="contact_us_dialog dialog" style="display:none"><div id="contact_us_dialog_box_container" class="contact_us_dialog_box_container dialog_box_container"><div id="contact_us_dialog_box" class="contact_us_dialog_box dialog_box "><div id="contact_us_dialog_close" class="dialog_closer"><a href="#" onclick="hide_dialog(&#x27;#contact_us_dialog&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="contact_us_dialog_box_content" class="contact_us_dialog_box_content dialog_box_content"> <!-- loads /support/widget iframe -->
1800
- </div></div><div id="contact_us_dialog_hider" class="contact_us_dialog_hider dialog_hider" onclick="hide_dialog('#contact_us_dialog'); return false;">&nbsp;</div></div><div id="contact_us_dialog_bg" class="contact_us_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1801
- //<![CDATA[
1802
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#contact_us_dialog'); }); });
1803
- //]]>
1804
- </script><div id="fb_login_dialog" class="fb_login_dialog dialog" style="display:none"><div id="fb_login_dialog_box_container" class="fb_login_dialog_box_container dialog_box_container"><div id="fb_login_dialog_box" class="fb_login_dialog_box dialog_box default_box"><div id="fb_login_dialog_close" class="dialog_closer"><a href="#" onclick="hide_dialog(&#x27;#fb_login_dialog&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="fb_login_dialog_box_content" class="fb_login_dialog_box_content dialog_box_content"></div></div><div id="fb_login_dialog_hider" class="fb_login_dialog_hider dialog_hider" onclick="hide_dialog('#fb_login_dialog'); return false;">&nbsp;</div></div><div id="fb_login_dialog_bg" class="fb_login_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1805
- //<![CDATA[
1806
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#fb_login_dialog'); }); });
1807
- //]]>
1808
- </script><div id="gplus_login_dialog" class="gplus_login_dialog dialog" style="display:none"><div id="gplus_login_dialog_box_container" class="gplus_login_dialog_box_container dialog_box_container"><div id="gplus_login_dialog_box" class="gplus_login_dialog_box dialog_box default_box"><div id="gplus_login_dialog_close" class="dialog_closer"><a href="#" onclick="hide_dialog(&#x27;#gplus_login_dialog&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="gplus_login_dialog_box_content" class="gplus_login_dialog_box_content dialog_box_content"></div></div><div id="gplus_login_dialog_hider" class="gplus_login_dialog_hider dialog_hider" onclick="hide_dialog('#gplus_login_dialog'); return false;">&nbsp;</div></div><div id="gplus_login_dialog_bg" class="gplus_login_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1809
- //<![CDATA[
1810
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#gplus_login_dialog'); }); });
1811
- //]]>
1812
- </script><div id="login_dialog" class="login_dialog dialog" style="display:none"><div id="login_dialog_box_container" class="login_dialog_box_container dialog_box_container"><div id="login_dialog_box" class="login_dialog_box dialog_box "><div id="login_dialog_close" class="dialog_closer"><a href="#" onclick="hide_dialog(&#x27;#login_dialog&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="login_dialog_box_content" class="login_dialog_box_content dialog_box_content"> <div id="login_signup_tabs">
1813
- <a class="selected" href="#" id="login_tab" onclick="toggle_login_signup(&quot;login&quot;);; return false;">Log in</a>
1814
- <a class="" href="#" id="signup_tab" onclick="toggle_login_signup(&quot;signup&quot;);; return false;">Join</a>
1815
- </div>
1816
- <div style="padding-top:15px">
1817
- <div id="login" style="display:block">
1818
- <div class="social_media_connect_box">
1819
- <span id="gPlusSigninButton">
1820
- <span
1821
- class="g-signin"
1822
- data-callback="handleGoogleLogin"
1823
- data-clientid="589881919982.apps.googleusercontent.com"
1824
- data-cookiepolicy="single_host_origin"
1825
- data-apppackagename="com.funnyordie.videos"
1826
- data-scope="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email"
1827
- data-theme="dark"
1828
- data-width="wide">
1829
- </span>
1830
- </span>
1831
- <br/>
1832
- <a class="connect_link" href="#" onclick="FB.login(handleFBSessionResponse, {scope: &#x27;email,publish_actions&#x27;}); hide_dialog(&#x27;#login_dialog&#x27;); return false;" title="Connect with Facebook"><img alt="Connect with Facebook" height="34" id="fb_login_image" src="http://public0.ordienetworks.com/assets/facebook_sign_in-892bc1e4fb0d2183e15c20cef9511fef.png" width="180" /></a>
1833
- </div>
1834
- <script type="text/javascript">
1835
- //<![CDATA[
1836
- $('#gPlusSigninButton').on('click', function(event) {
1837
- clickedGplusButton = true;
1838
- $('#login_dialog_box_content').html('<div class="inline_message notice">Talking to Google+ <img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /></div>');
1839
- });
1840
- //]]>
1841
- </script>
1842
- <div style="margin: 10px auto; font-size: 1.15em; text-align: center; background-color: #ededed;">OR</div>
1843
- <h3>Sign In with Email:</h3>
1844
- <form accept-charset="UTF-8" action="https://secure.funnyordie.com/session" id="login_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r77Tq0huUhnUn5OATbSNjLbrgt6GLnT7hKMMHT2goK0=" /></div><div id="login_fields">
1845
- <p><label for="login_user_login" class='label'>Username</label><br/>
1846
- <input autocapitalize="off" autocorrect="off" class="text_input" id="login_user_login" name="login_user[login]" size="30" type="text" /></p>
1847
- <p><label for="login_user_password" class='label'>Password</label><br/>
1848
- <input class="text_input" id="login_user_password" name="login_user[password]" size="30" type="password" /></p>
1849
- <p><input checked="checked" class="checkbox" id="remember_me" name="remember_me" type="checkbox" value="1" /><label for="remember_me" class='label'>Remember me</label></p>
1850
- <p><input class="submit_button button" name="commit" type="submit" value="Log In" /> <a href="/account/password_reminder" class="forgot_password" rel="nofollow">Forgot your password?</a></p>
1851
- <input id="post_login_action" name="post_login_action" type="hidden" />
1852
- <input id="post_login_action_id" name="post_login_action_id" type="hidden" />
1853
- <input id="return_to" name="return_to" type="hidden" value="/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay?playlist=hall_of_fame&amp;rel=player" />
1854
- <input id="to" name="to" type="hidden" value="/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay?playlist=hall_of_fame&amp;rel=player" />
1855
- </div>
1856
- </form>
1857
- </div>
1858
- <div id="signup" style="display:none">
1859
- <div class="social_media_connect_box">
1860
- <span id="gPlusSigninButton">
1861
- <span
1862
- class="g-signin"
1863
- data-callback="handleGoogleLogin"
1864
- data-clientid="589881919982.apps.googleusercontent.com"
1865
- data-cookiepolicy="single_host_origin"
1866
- data-apppackagename="com.funnyordie.videos"
1867
- data-scope="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email"
1868
- data-theme="dark"
1869
- data-width="wide">
1870
- </span>
1871
- </span>
1872
- <br/>
1873
- <a class="connect_link" href="#" onclick="FB.login(handleFBSessionResponse, {scope: &#x27;email,publish_actions&#x27;}); hide_dialog(&#x27;#login_dialog&#x27;); return false;" title="Connect with Facebook"><img alt="Connect with Facebook" height="34" id="fb_login_image" src="http://public0.ordienetworks.com/assets/facebook_sign_in-892bc1e4fb0d2183e15c20cef9511fef.png" width="180" /></a>
1874
- </div>
1875
- <script type="text/javascript">
1876
- //<![CDATA[
1877
- $('#gPlusSigninButton').on('click', function(event) {
1878
- clickedGplusButton = true;
1879
- $('#login_dialog_box_content').html('<div class="inline_message notice">Talking to Google+ <img alt="Spinner" src="http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif" /></div>');
1880
- });
1881
- //]]>
1882
- </script>
1883
- <div style="margin: 10px auto; font-size: 1.15em; text-align: center; background-color: #ededed;">OR</div>
1884
- <h3>Sign Up with Email:</h3>
1885
- <form accept-charset="UTF-8" action="https://secure.funnyordie.com/signup" class="new_user" id="signup_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r77Tq0huUhnUn5OATbSNjLbrgt6GLnT7hKMMHT2goK0=" /></div> <p>
1886
- <label for="user_email" class="label">Your email address:</label>
1887
- <br/>
1888
- <input class="text_input" id="user_email" maxlength="100" name="user[email]" size="20" type="text" />
1889
- </p>
1890
- <p>
1891
- <label for="user_login" class="label">Choose a username:</label>
1892
- <br/>
1893
- <input class="text_input" id="user_login" maxlength="40" name="user[login]" size="20" type="text" />
1894
- </p>
1895
- <p>
1896
- <label for="user_password" class="label">Choose a password:</label>
1897
- <br/>
1898
- <input class="text_input" id="user_password" maxlength="40" name="user[password]" size="20" type="password" />
1899
- </p>
1900
- <p>
1901
- <label for="user_password_confirmation" class="label">Repeat your password:</label>
1902
- <br/>
1903
- <input class="text_input" id="user_password_confirmation" maxlength="40" name="user[password_confirmation]" size="20" type="password" />
1904
- </p>
1905
- <p>
1906
- <input name="user[accepted_tos]" type="hidden" value="0" /><input class="checkbox" id="user_accepted_tos" name="user[accepted_tos]" type="checkbox" value="1" /><label for="user_accepted_tos">I agree to the <a href="/about/terms">terms of use</a> and <a href="/about/privacy">privacy policy</a>.</label>
1907
- </p>
1908
- <p>
1909
- <input checked="checked" class="checkbox" id="newsletter_opt_in" name="newsletter_opt_in" type="checkbox" value="1" /><label for="newsletter_opt_in">I would like to receive the Funny or Die newsletter.</label>
1910
- </p>
1911
- <p style="text-align: center;"><input class="submit_button button" name="commit" style="width:162px" type="submit" value="Join Funny or Die" /></p>
1912
- <input id="post_signup_action" name="post_signup_action" type="hidden" />
1913
- <input id="post_signup_action_id" name="post_signup_action_id" type="hidden" />
1914
- <input id="user_signup_source" name="user[signup_source]" type="hidden" value="login_dialogue" />
1915
- </form>
1916
- </div>
1917
- </div>
1918
- </div></div><div id="login_dialog_hider" class="login_dialog_hider dialog_hider" onclick="hide_login_dialog(); return false;">&nbsp;</div></div><div id="login_dialog_bg" class="login_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1919
- //<![CDATA[
1920
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#login_dialog'); }); });
1921
- //]]>
1922
- </script> <script type="text/javascript">
1923
- //<![CDATA[
1924
- if (!fb_post) var fb_post = {"method":"stream.publish","attachment":{"name":"The Landlord","href":"http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay","description":"Will Ferrell meets his landlord.","media":[{"type":"image","href":"http://www.funnyordie.com/videos/74/the-landlord-from-will-ferrell-and-adam-ghost-panther-mckay","src":"http://t.fod4.com/t/74/c480x270_18.jpg"}]},"action_links":[{"text":"See more videos","href":"http://www.funnyordie.com/"}]};
1925
- //]]>
1926
- </script>
1927
- <!-- Buzz Feed BuzzBox code begins -->
1928
- <script type="text/javascript">
1929
- BF_BB_DATA = null;
1930
- (function( ){
1931
- document.write('<div id="BF_BUZZBOX" style="height: 0px; width: 0px;"></div>');
1932
- var sid="77RA57"; var c=""; var b="";
1933
- BF_BB_SCRIPT=document.createElement('script'); BF_BB_SCRIPT.type="text/javascript";
1934
- BF_BB_SRC="http://buzzbox.buzzfeed.com/wd/BuzzBox?sid=" + sid + c + b + '&it=1&cb=' + (new Date()).getTime();
1935
- setTimeout(function() { document.getElementById('BF_BUZZBOX').appendChild(BF_BB_SCRIPT); BF_BB_SCRIPT.src=BF_BB_SRC; },1);
1936
- })();
1937
- </script>
1938
- <!-- / Buzz Feed BuzzBox code ends -->
1939
- <div id="email_medium_dialog" class="email_medium_dialog dialog" style="display:none"><div id="email_medium_dialog_box_container" class="email_medium_dialog_box_container dialog_box_container"><div id="email_medium_dialog_box" class="email_medium_dialog_box dialog_box "><div id="email_medium_dialog_close" class="dialog_closer"><a href="#" onclick="hide_dialog(&#x27;#email_medium_dialog&#x27;);; return false;"><img alt="" class="sprite close_icon" src="http://public0.ordienetworks.com/assets/s-2a6bf2ee400574f71ea23e90ecae3260.gif" /></a></div><div id="email_medium_dialog_box_content" class="email_medium_dialog_box_content dialog_box_content"><div class="loading_dialog">&lt;img alt=&quot;Spinner&quot; src=&quot;http://public0.ordienetworks.com/assets/spinner-973571384c7e4c50210b72c839c951ca.gif&quot; /&gt; Hold your horses</div></div></div><div id="email_medium_dialog_hider" class="email_medium_dialog_hider dialog_hider" onclick="hide_dialog('#email_medium_dialog'); return false;">&nbsp;</div></div><div id="email_medium_dialog_bg" class="email_medium_dialog_bg dialog_bg">&nbsp;</div></div><script type="text/javascript">
1940
- //<![CDATA[
1941
- $(document).ready(function() { $(document).keydown(function(event) { if (event.keyCode == 27) hide_dialog('#email_medium_dialog'); }); });
1942
- //]]>
1943
- </script>
1944
- <script id="medium-tooltip-template" type="text/template" charset="utf-8">
1945
- <div class="desc">
1946
- #{description}
1947
- </div>
1948
- #! _.each(users, function(user){ !#
1949
- <div class='user'>
1950
- <img src="#{user.profile_photo_url}" />
1951
- #{user.display_name}
1952
- </div>
1953
- #! }); !#
1954
- <hr style="clear:left;" />
1955
- <table width="250" cellpadding="0" cellspacing="0" border="0" class="tip_table">
1956
- <tr>
1957
- <td width="50" class="label">Rating:</td>
1958
- <td width="200"> #{rating_text} </td>
1959
- </tr>
1960
- <tr>
1961
- <td width="50" class="label">Views:</td>
1962
- <td width="200"> #{view_count}</td>
1963
- </tr>
1964
- #! if( 'duration' in obj ) { !#
1965
- <tr>
1966
- <td width="50" class="label">Time:</td>
1967
- <td width="200"> #{duration}</td>
1968
- </tr>
1969
- #! } !#
1970
- <tr>
1971
- <td width="50" class="label">Added:</td>
1972
- <td width="200"> #{added_at} </td>
1973
- </tr>
1974
- </table>
1975
- </script>
1976
- <!-- PageGen: 2013-08-01 20:27:55 -0500 -->
1977
- </div>
1978
- </div>
1979
- <script type="text/javascript">
1980
- //<![CDATA[
1981
- if(UserAgent.iphoneOS()) {
1982
- document.write('<style type="text/css" media="screen">#funbar, .vp:hover .quicklist_icon {display:none;} #funbar_wrapper {width: 968px;} .embed_group,.favorite_group,.report_group { margin-left:0px;}</style>')
1983
- }
1984
- $(function() {
1985
- create_ads();
1986
- });
1987
- if ((typeof ad_array != "undefined") && (typeof(stop_refresh) == 'undefined')) setInterval('refresh_ads()', 180000);
1988
- //]]>
1989
- </script>
1990
- <!-- Keep polling w/ GA Events for better TOS measurement -->
1991
- <script type="text/javascript">
1992
- //<![CDATA[
1993
- // Start tracking via polling, initialize at '00'.
1994
- (function (tos) {
1995
- console.log("starting polling...");
1996
- window.setInterval(function () {
1997
- // Calculate the TOS (just a string)
1998
- tos = (function (t) {
1999
- return t[0] == 30 ? (parseInt(t[1]) + 1) + ':00' : (t[1] || '0') + ':' + (parseInt(t[0]) + 30);
2000
- })(tos.split(':').reverse());
2001
- // Send tracking event of Time/Log/TOS to GA Events account
2002
- GA.event('Time','Log',tos);
2003
- // console.log("Sending TOS event: ", tos);
2004
- }, 30000);
2005
- })
2006
- ('00');
2007
- //]]>
2008
- </script>
2009
- </body>
2010
- </html>