stew 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +18 -0
- data/.rspec +2 -0
- data/Gemfile +4 -0
- data/Guardfile +6 -0
- data/LICENSE.txt +22 -0
- data/README.md +97 -0
- data/Rakefile +9 -0
- data/lib/stew.rb +58 -0
- data/lib/stew/community/profile.rb +23 -0
- data/lib/stew/community/profile_friends.rb +18 -0
- data/lib/stew/community/profile_game.rb +28 -0
- data/lib/stew/community/profile_games.rb +17 -0
- data/lib/stew/community/steam_id.rb +52 -0
- data/lib/stew/community_client.rb +42 -0
- data/lib/stew/store/app.rb +76 -0
- data/lib/stew/store/app_offer.rb +38 -0
- data/lib/stew/store/app_offer_sale.rb +23 -0
- data/lib/stew/store/app_offers.rb +25 -0
- data/lib/stew/store_client.rb +39 -0
- data/lib/stew/version.rb +3 -0
- data/lib/stew/web_client.rb +30 -0
- data/lib/stew/xml_client.rb +49 -0
- data/spec/fixtures/profiles/4d.txt +16 -0
- data/spec/fixtures/profiles/76561197992917668.txt +122 -0
- data/spec/fixtures/profiles/76561197992917668.yml +94 -0
- data/spec/fixtures/profiles/friends/76561197992917668.yml +36 -0
- data/spec/fixtures/profiles/games/76561197992917668.yml +616 -0
- data/spec/fixtures/store/apps/16870.txt +1078 -0
- data/spec/fixtures/store/apps/211400_offers_sale.txt +46 -0
- data/spec/fixtures/store/apps/211400_sale.txt +1327 -0
- data/spec/fixtures/store/apps/211420.txt +1320 -0
- data/spec/fixtures/store/apps/211420_us.txt +1306 -0
- data/spec/fixtures/store/apps/219150.txt +1134 -0
- data/spec/fixtures/store/apps/2290.txt +1059 -0
- data/spec/fixtures/store/apps/49520.txt +1471 -0
- data/spec/fixtures/store/apps/49520_offers.txt +111 -0
- data/spec/fixtures/store/apps/no_app.txt +5 -0
- data/spec/integration/community_integration_spec.rb +50 -0
- data/spec/integration/store_integration_spec.rb +129 -0
- data/spec/lib/stew/community/profile_friends_spec.rb +38 -0
- data/spec/lib/stew/community/profile_game_spec.rb +37 -0
- data/spec/lib/stew/community/profile_games_spec.rb +36 -0
- data/spec/lib/stew/community/profile_spec.rb +18 -0
- data/spec/lib/stew/community/steam_id_spec.rb +116 -0
- data/spec/lib/stew/community_client_spec.rb +88 -0
- data/spec/lib/stew/store/app_offer_sale_spec.rb +36 -0
- data/spec/lib/stew/store/app_offer_spec.rb +47 -0
- data/spec/lib/stew/store/app_offers_spec.rb +64 -0
- data/spec/lib/stew/store/app_spec.rb +142 -0
- data/spec/lib/stew/store_client_spec.rb +58 -0
- data/spec/lib/stew/web_client_spec.rb +25 -0
- data/spec/lib/stew/xml_client_spec.rb +36 -0
- data/spec/lib/stew_spec.rb +4 -0
- data/spec/spec_helper.rb +23 -0
- data/stew.gemspec +38 -0
- metadata +412 -0
@@ -0,0 +1,111 @@
|
|
1
|
+
<div class="game_area_purchase_game">
|
2
|
+
<form name="add_to_cart_16724" action="http://store.steampowered.com/cart/" method="POST">
|
3
|
+
<input type="hidden" name="snr" value="1_5_9__403">
|
4
|
+
<input type="hidden" name="action" value="add_to_cart">
|
5
|
+
<input type="hidden" name="subid" value="16724">
|
6
|
+
</form>
|
7
|
+
<div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_steamplay_only.png" width="72" height="22"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_mac.png" width="22" height="22"></div>
|
8
|
+
<h1>Buy Borderlands 2 </h1>
|
9
|
+
|
10
|
+
|
11
|
+
<div class="game_purchase_action" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
12
|
+
<div class="game_purchase_action_bg">
|
13
|
+
<div class="game_purchase_price price" itemprop="price">
|
14
|
+
49,99€ </div>
|
15
|
+
<div class="btn_addtocart">
|
16
|
+
<div class="btn_addtocart_left"></div>
|
17
|
+
|
18
|
+
<a class="btn_addtocart_content" href="javascript:addToCart( 16724);">Add to Cart</a>
|
19
|
+
<div class="btn_addtocart_right"></div>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
<div class="game_area_purchase_game_wrapper">
|
26
|
+
<div class="game_area_purchase_game">
|
27
|
+
<form name="add_to_cart_16726" action="http://store.steampowered.com/cart/" method="POST">
|
28
|
+
<input type="hidden" name="snr" value="1_5_9__403">
|
29
|
+
<input type="hidden" name="action" value="add_to_cart">
|
30
|
+
<input type="hidden" name="subid" value="16726">
|
31
|
+
</form>
|
32
|
+
<div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_steamplay_only.png" width="72" height="22"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_mac.png" width="22" height="22"></div>
|
33
|
+
<h1>Buy Borderlands 2 - 4-Pack</h1>
|
34
|
+
<p>Includes four copies of Borderlands 2 - Send the extra copies to your friends</p>
|
35
|
+
|
36
|
+
|
37
|
+
<div class="game_purchase_action">
|
38
|
+
<div class="game_purchase_action_bg">
|
39
|
+
<div class="game_purchase_price price" >
|
40
|
+
149,99€ </div>
|
41
|
+
<div class="btn_addtocart">
|
42
|
+
<div class="btn_addtocart_left"></div>
|
43
|
+
|
44
|
+
<a class="btn_addtocart_content" href="javascript:addToCart( 16726);">Add to Cart</a>
|
45
|
+
<div class="btn_addtocart_right"></div>
|
46
|
+
</div>
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
</div>
|
50
|
+
</div>
|
51
|
+
<h2 class="gradientbg">Guides for this game</h2> <div class="game_area_purchase_game_wrapper">
|
52
|
+
<div class="game_area_purchase_game">
|
53
|
+
<form name="add_to_cart_16843" action="http://store.steampowered.com/cart/" method="POST">
|
54
|
+
<input type="hidden" name="snr" value="1_5_9__game-purchase-guides">
|
55
|
+
<input type="hidden" name="action" value="add_to_cart">
|
56
|
+
<input type="hidden" name="subid" value="16843">
|
57
|
+
</form>
|
58
|
+
<div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
|
59
|
+
<h1>Buy Borderlands 2 Official Brady Guide</h1>
|
60
|
+
<p>Visit the <a href="http://store.steampowered.com/app/101008/">Borderlands 2 Official Brady Guide</a> game page for details</p>
|
61
|
+
|
62
|
+
|
63
|
+
<div class="game_purchase_action">
|
64
|
+
<div class="game_purchase_action_bg">
|
65
|
+
<div class="game_purchase_price price" >
|
66
|
+
9,99€ </div>
|
67
|
+
<div class="btn_addtocart">
|
68
|
+
<div class="btn_addtocart_left"></div>
|
69
|
+
|
70
|
+
<a class="btn_addtocart_content" href="javascript:addToCart( 16843);">Add to Cart</a>
|
71
|
+
<div class="btn_addtocart_right"></div>
|
72
|
+
</div>
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
<div class="game_area_purchase_game_wrapper">
|
78
|
+
<div class="game_area_purchase_game">
|
79
|
+
<form name="add_to_cart_16847" action="http://store.steampowered.com/cart/" method="POST">
|
80
|
+
<input type="hidden" name="snr" value="1_5_9__game-purchase-guides">
|
81
|
+
<input type="hidden" name="action" value="add_to_cart">
|
82
|
+
<input type="hidden" name="subid" value="16847">
|
83
|
+
</form>
|
84
|
+
<div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
|
85
|
+
<h1>Buy Borderlands 2 + Official Brady Guide</h1>
|
86
|
+
<p class="package_contents">
|
87
|
+
<b>Includes 2 items:</b>
|
88
|
+
Borderlands 2, Borderlands 2 Official Brady Guide </p>
|
89
|
+
|
90
|
+
|
91
|
+
<div class="game_purchase_action">
|
92
|
+
<div class="game_purchase_action_bg">
|
93
|
+
<div class="btn_addtocart btn_packageinfo">
|
94
|
+
<div class="btn_addtocart_left"></div>
|
95
|
+
<a class="btn_addtocart_content" href="http://store.steampowered.com/sub/16847/?snr=1_5_9__game-purchase-guides">
|
96
|
+
Package info </a>
|
97
|
+
<div class="btn_addtocart_right"></div>
|
98
|
+
</div>
|
99
|
+
</div>
|
100
|
+
<div class="game_purchase_action_bg">
|
101
|
+
<div class="game_purchase_price price" >
|
102
|
+
54,99€ </div>
|
103
|
+
<div class="btn_addtocart">
|
104
|
+
<div class="btn_addtocart_left"></div>
|
105
|
+
|
106
|
+
<a class="btn_addtocart_content" href="javascript:addToCart( 16847);">Add to Cart</a>
|
107
|
+
<div class="btn_addtocart_right"></div>
|
108
|
+
</div>
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
</div>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
|
2
|
+
<!doctype html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" ><head><title>reddit: the front page of the internet</title><meta name="keywords" content=" reddit, reddit.com, vote, comment, submit " /><meta name="description" content="reddit: the front page of the internet" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=1024" /><link rel='icon' href="http://www.redditstatic.com/icon.png" sizes="256x256" type="image/png" /><link rel='shortcut icon' href="http://www.redditstatic.com/favicon.ico" type="image/x-icon" /><link rel='apple-touch-icon-precomposed' href="http://www.redditstatic.com/icon-touch.png" /><link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.reddit.com/.rss" /><link rel="stylesheet" href="http://www.redditstatic.com/reddit.mOMbzZP4dp8.css" type="text/css" /><!--[if lt IE 7]><link rel="stylesheet" href="http://www.redditstatic.com/reddit-ie6-hax.jbdCLG3Tiv8.css" type="text/css" /><![endif]--><!--[if lt IE 8]><link rel="stylesheet" href="http://www.redditstatic.com/reddit-ie7-hax.OpXf7sDBy28.css" type="text/css" /><![endif]--><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript" src="http://www.redditstatic.com/reddit.en.GpvLFGZqQcU.js"></script><!--[if lt IE 9]><script type="text/javascript" src="http://www.redditstatic.com/html5shiv.n0ysDxgy3AI.js"></script><![endif]--><script type="text/javascript" id="config">r.setup({"ajax_domain": "www.reddit.com", "https_endpoint": "https://ssl.reddit.com", "post_site": "", "extension": "", "fetch_trackers_url": "//tracker.redditmedia.com/fetch-trackers", "renderstyle": "html", "status_msg": {"fetching": "fetching title...", "loading": "loading...", "submitting": "submitting..."}, "modhash": false, "logged": false, "is_fake": true, "clicktracker_url": "http://pixel.redditmedia.com/click", "cur_domain": "reddit.com", "sr": {}, "debug": false, "static_root": "http://www.redditstatic.com", "vl": {}, "cnameframe": false, "adtracker_url": "http://pixel.redditmedia.com/pixel/of_doom.png", "uitracker_url": "http://pixel.redditmedia.com/pixel/of_discovery.png"})</script><script type="text/javascript">reddit.cur_site = "t5_6";</script><style type="text/css">/* Custom css: use this block to insert special translation-dependent css in the page header */</style><script type="text/javascript">(function() { var url = 'http://pixel.redditmedia.com/pixel/of_destiny.png?v=lVYcQhDqX9Y6NjKN452RbH8QPrFsSJ3KddRCscuuSg47wSTi1eMSGwg8W4VdmnawuipdGDms4Sk%3D'; var cachebuster = Math.round(Math.random() * 2147483647); var cachebusted_url = url + "&r=" + cachebuster; var img = new Image(); img.src = cachebusted_url; })();</script><script type="text/javascript">var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-12131688-1'], ['_setCustomVar', 1, 'site', ' reddit.com', 3], ['_setCustomVar', 2, 'srpath', ' reddit.com-GET_listing', 3], ['_setCustomVar', 3, 'usertype', 'guest', 2], ['_setCustomVar', 4, 'uitype', 'web', 3], ['_trackPageview'] ); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script></head><body class="listing-page" ><div id="header" role="banner"><a tabindex="1" href="#content" id="jumpToContent">jump to content</a><div id="sr-header-area"><div class="width-clip"><div class="dropdown srdrop " onclick="open_menu(this)" onmouseover="hover_open_menu(this)"><span class="selected title">my reddits</span></div><div class="drop-choices srdrop "><a href="http://www.reddit.com/r/AdviceAnimals/" class="choice " >AdviceAnimals</a><a href="http://www.reddit.com/r/announcements/" class="choice " >announcements</a><a href="http://www.reddit.com/r/AskReddit/" class="choice " >AskReddit</a><a href="http://www.reddit.com/r/atheism/" class="choice " >atheism</a><a href="http://www.reddit.com/r/aww/" class="choice " >aww</a><a href="http://www.reddit.com/r/bestof/" class="choice " >bestof</a><a href="http://www.reddit.com/r/blog/" class="choice " >blog</a><a href="http://www.reddit.com/r/funny/" class="choice " >funny</a><a href="http://www.reddit.com/r/gaming/" class="choice " >gaming</a><a href="http://www.reddit.com/r/IAmA/" class="choice " >IAmA</a><a href="http://www.reddit.com/r/movies/" class="choice " >movies</a><a href="http://www.reddit.com/r/Music/" class="choice " >Music</a><a href="http://www.reddit.com/r/pics/" class="choice " >pics</a><a href="http://www.reddit.com/r/politics/" class="choice " >politics</a><a href="http://www.reddit.com/r/science/" class="choice " >science</a><a href="http://www.reddit.com/r/technology/" class="choice " >technology</a><a href="http://www.reddit.com/r/todayilearned/" class="choice " >todayilearned</a><a href="http://www.reddit.com/r/videos/" class="choice " >videos</a><a href="http://www.reddit.com/r/worldnews/" class="choice " >worldnews</a><a href="http://www.reddit.com/r/WTF/" class="choice " >WTF</a><a href="http://www.reddit.com/reddits/" class="choice bottom-option" >edit subscriptions</a></div><div class="sr-list"><ul class="flat-list sr-bar hover" ><li class='selected'><a href="http://www.reddit.com/" >front</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/all/" >all</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/random/" class="random" >random</a></li></ul><span class="separator"> | </span><ul class="flat-list sr-bar hover" id='sr-bar'><li ><a href="http://www.reddit.com/r/pics/" >pics</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/funny/" >funny</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/politics/" >politics</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/gaming/" >gaming</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/AskReddit/" >AskReddit</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/worldnews/" >worldnews</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/videos/" >videos</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/IAmA/" >IAmA</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/todayilearned/" >todayilearned</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/WTF/" >WTF</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/aww/" >aww</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/atheism/" >atheism</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/technology/" >technology</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/AdviceAnimals/" >AdviceAnimals</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/science/" >science</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/Music/" >Music</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/movies/" >movies</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/bestof/" >bestof</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/fffffffuuuuuuuuuuuu/" >fffffffuuuuuuuuuuuu</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/pokemon/" >pokemon</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/leagueoflegends/" >leagueoflegends</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/gifs/" >gifs</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/Minecraft/" >Minecraft</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/cringepics/" >cringepics</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/reactiongifs/" >reactiongifs</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/mildlyinteresting/" >mildlyinteresting</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/gentlemanboners/" >gentlemanboners</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/4chan/" >4chan</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/mylittlepony/" >mylittlepony</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/skyrim/" >skyrim</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/JusticePorn/" >JusticePorn</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/nfl/" >nfl</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/circlejerk/" >circlejerk</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/facepalm/" >facepalm</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/nba/" >nba</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/cats/" >cats</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/LadyBoners/" >LadyBoners</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/food/" >food</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/gameofthrones/" >gameofthrones</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/cringe/" >cringe</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/starcraft/" >starcraft</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/guns/" >guns</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/doctorwho/" >doctorwho</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/batman/" >batman</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/Android/" >Android</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/FoodPorn/" >FoodPorn</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/adventuretime/" >adventuretime</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/MakeupAddiction/" >MakeupAddiction</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/SquaredCircle/" >SquaredCircle</a></li><li ><span class="separator">-</span><a href="http://www.reddit.com/r/woahdude/" >woahdude</a></li></ul></div><a href="http://www.reddit.com/reddits/" id="sr-more-link" >more »</a></div></div><div id="header-bottom-left"><a href="/" id="header-img" class="default-header" title="">reddit.com</a> <ul class="tabmenu " ><li class='selected'><a href="http://www.reddit.com/" >hot</a></li><li ><a href="http://www.reddit.com/new/" >new</a></li><li ><a href="http://www.reddit.com/controversial/" >controversial</a></li><li ><a href="http://www.reddit.com/top/" >top</a></li><li ><a href="http://www.reddit.com/wiki/" >wiki</a></li></ul></div><div id="header-bottom-right"><span class="user">want to join? <a href="https://ssl.reddit.com/login" class="login-required" >login or register</a> in seconds</span><span class="separator">|</span><ul class="flat-list hover" ><li ><a href="javascript:void(0)" class="pref-lang" onclick="return showlang();" >English</a></li></ul></div></div><div class="side"><div class='spacer'><form action="http://www.reddit.com/search" id="search" role="search"><input type="text" name="q" placeholder="search reddit" /><div id="searchexpando" class="infobar"><div id="moresearchinfo"><p>use the following search parameters to narrow your results:</p><dl><dt>reddit:<i>subreddit</i></dt><dd>find submissions in "subreddit"</dd><dt>author:<i>username</i></dt><dd>find submissions by "username"</dd><dt>site:<i>example.com</i></dt><dd>find submissions from "example.com"</dd><dt>url:<i>text</i></dt><dd>search for "text" in url</dd><dt>selftext:<i>text</i></dt><dd>search for "text" in self post contents</dd><dt>self:yes (or self:no)</dt><dd>include (or exclude) self posts</dd><dt>nsfw:yes (or nsfw:no)</dt><dd>include (or exclude) results marked as NSFW</dd></dl><p>e.g. <code>reddit:aww site:imgur.com dog</code></p><p><a href="http://www.reddit.com/help/search">see the search faq for details.</a></p></div><p><a href="http://www.reddit.com/help/search" id="search_showmore">advanced search: by author, community...</a></p></div></form></div><div class='spacer'><form method="post" action="https://ssl.reddit.com/post/login" id="login_login-main" class="login-form login-form-side"><input type="hidden" name="op" value="login-main" /><input name="user" placeholder="username" type="text" maxlength="20" tabindex="1"/><input name="passwd" placeholder="password" type="password" tabindex="1"/><div class="status"></div><div id="remember-me"><input type="checkbox" name="rem" id="rem-login-main" tabindex="1" /><label for="rem-login-main">remember me</label><a class="recover-password" href="/password">reset password</a></div><div class="submit"><span class="throbber"></span><button class="btn" type="submit" tabindex="1">login</button></div><div class="clear"></div></form></div><div class='spacer'><div class="sponsorshipbox"></div></div><div class='spacer'><div class="sidebox submit"><div class="morelink"><a href="http://www.reddit.com/submit" class="login-required" >Submit a link</a><div class="nub"></div></div><div class="spacer"><a href="http://www.reddit.com/submit" class="login-required" ></a><div class="subtitle">to anything interesting: news article, blog entry, video, picture...</div></div></div></div><div class='spacer'><iframe id="ad-frame" frameborder="0" scrolling="no" name="ad-frame" src="http://www.redditmedia.com/ads/"></iframe><script type="text/javascript">$(function() { var ad = $("#ad-frame"); if(!ad.length || ad.height() == 0 || ad.width() == 0 || ad.offset().left == 0) { $(".footer").append("<img alt='' src='http://pixel.redditmedia.com/pixel/of_defenestration.png?hash=adblock0e31bc319d5b5882b0cddf147f4ce1da5ac9c731&id=adblock&random=" + Math.random()*10000000000000000 + "'/>"); } });</script></div><div class='spacer'><div class="goldvertisement"><div class="inner"><p><strong>Diamonds may be forever...</strong><br/>
|
3
|
+
but <a href="/gold/about">gold</a> is more reflective and a better conductor of electricity.</p>
|
4
|
+
|
5
|
+
</div></div></div></div><a name="content"></a><div class="content" role="main"><div class="infobar welcome"><h1>reddit is a website about everything</h1><div class="button-row"><h2>powered by community, democracy, and you.</h2><a href="/about">learn more ›</a></div></div><div class='spacer'><div id="siteTable_organic" class="organic-listing"><div class=" thing id-t3_khqbp over18 link promoted promotedlink " onclick="click_thing(this)" data-fullname="t3_khqbp" data-cid="t8_u6o" data-ups="10747" data-downs="5384" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">5354</div><div class="score unvoted">5355</div><div class="score likes">5356</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail nsfw " href="http://www.thisiswhyimbroke.com/?utm_source=rdt&utm_medium=referral" rel="nofollow" ></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.thisiswhyimbroke.com/?utm_source=rdt&utm_medium=referral" rel="nofollow" >Not Safe For Wallet.</a> <span class="domain">(<a href="http://www.reddit.com/domain/thisiswhyimbroke.com/" >thisiswhyimbroke.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/ThisIsWhyImBroke" class="author id-t2_5i2ea" >ThisIsWhyImBroke</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="rounded nsfw-stamp stamp"><acronym title="Adult content: Not Safe For Work">NSFW</acronym></li><li class="first"><a class="comments" href="http://www.reddit.com/comments/khqbp/not_safe_for_wallet/" target="_parent" >889 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hz14 linkflair linkflair-scene even link " style='display:none' onclick="click_thing(this)" data-fullname="t3_17hz14" data-cid="" data-ups="8" data-downs="11" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">0</div><div class="score unvoted">0</div><div class="score likes">0</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.flicksandbits.com/wp-content/uploads/2013/01/The-Place-Beyond-the-Pines-poster-Starring-Ryan-Gosling-Bradley-Cooper-Eva-Mendes.jpg" rel="nofollow" ><img src="http://f.thumbs.redditmedia.com/mRKou-WZ8Deil9S5.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.flicksandbits.com/wp-content/uploads/2013/01/The-Place-Beyond-the-Pines-poster-Starring-Ryan-Gosling-Bradley-Cooper-Eva-Mendes.jpg" rel="nofollow" >New poster for the movie "Place Beyond the Pines". Starring Ryan Gosling, Bradley Cooper, Eva Mendes, and Rose Bryne.</a> <span class="domain">(<a href="http://www.reddit.com/domain/flicksandbits.com/" >flicksandbits.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:32:34 2013 UTC" datetime="2013-01-29T15:32:34+00:00">3 hours</time> ago by <a href="http://www.reddit.com/user/NaziNiggaz4Life" class="author id-t2_aadgd" >NaziNiggaz4Life</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/movies/" class="subreddit hover" >movies</a><script type="text/javascript">reddit.sr['t3_17hz14'] = 't5_2qh3s';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/movies/comments/17hz14/new_poster_for_the_movie_place_beyond_the_pines/" target="_parent" >5 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_wadkt link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_wadkt" data-cid="" data-ups="273" data-downs="150" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">125</div><div class="score unvoted">126</div><div class="score likes">127</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.reddit.com/help/faqs/modsoftherealms" rel="nofollow" ><img src="http://f.thumbs.redditmedia.com/WjP66k9X5Ir1vZsG.jpg" width='70' height='53' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.reddit.com/help/faqs/modsoftherealms" rel="nofollow" >Subreddit Discovery: Find subreddits from all over the world with the ModsOfTheRealms faq!</a> <span class="domain">(<a href="http://www.reddit.com/domain/reddit.com/" >reddit.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/krispykrackers" class="author id-t2_35gvu" >krispykrackers</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/wadkt/subreddit_discovery_find_subreddits_from_all_over/" target="_parent" >20 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_wadsy link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_wadsy" data-cid="" data-ups="391" data-downs="123" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">263</div><div class="score unvoted">264</div><div class="score likes">265</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://metareddit.com/" rel="nofollow" ><img src="http://c.thumbs.redditmedia.com/zut90T1zjCO_R1D8.jpg" width='70' height='58' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://metareddit.com/" rel="nofollow" >Subreddit Discovery: Search by tag, monitor, or browse logos in subreddits with metareddit!</a> <span class="domain">(<a href="http://www.reddit.com/domain/metareddit.com/" >metareddit.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/krispykrackers" class="author id-t2_35gvu" >krispykrackers</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/wadsy/subreddit_discovery_search_by_tag_monitor_or/" target="_parent" >18 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hys5 odd link " style='display:none' onclick="click_thing(this)" data-fullname="t3_17hys5" data-cid="" data-ups="1513" data-downs="848" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">686</div><div class="score unvoted">687</div><div class="score likes">688</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://qkme.me/3srpbr" ><img src="http://f.thumbs.redditmedia.com/gdqwJjEg_Ha8r9aA.jpg" width='70' height='52' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://qkme.me/3srpbr" >"Be gentle guys, it's my first post..."</a> <span class="domain">(<a href="http://www.reddit.com/domain/qkme.me/" >qkme.me</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:28:26 2013 UTC" datetime="2013-01-29T15:28:26+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/frownifdown" class="author id-t2_74eog" >frownifdown</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AdviceAnimals/" class="subreddit hover" >AdviceAnimals</a><script type="text/javascript">reddit.sr['t3_17hys5'] = 't5_2s7tt';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AdviceAnimals/comments/17hys5/be_gentle_guys_its_my_first_post/" target="_parent" >27 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_nwhsj link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_nwhsj" data-cid="" data-ups="321" data-downs="142" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">179</div><div class="score unvoted">180</div><div class="score likes">181</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.reddit.com/r/subredditoftheday/" rel="nofollow" ><img src="http://c.thumbs.redditmedia.com/PTJC9AdJ06LVzSnz.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.reddit.com/r/subredditoftheday/" rel="nofollow" >Subreddit Discovery: /r/SubredditOfTheDay finds the awesome.</a> <span class="domain">(<a href="http://www.reddit.com/domain/reddit.com/" >reddit.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/krispykrackers" class="author id-t2_35gvu" >krispykrackers</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/nwhsj/subreddit_discovery_rsubredditoftheday_finds_the/" target="_parent" >37 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17aaie link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_17aaie" data-cid="t8_iueq" data-ups="38" data-downs="64" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.hipmunk.com/flights?referer=CKRD&campaign=RD40.WTF.1K11" rel="nofollow" ><img src="http://c.thumbs.redditmedia.com/-Fu1VhyigYvQMtdh.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.hipmunk.com/flights?referer=CKRD&campaign=RD40.WTF.1K11" rel="nofollow" >Reddit's co-founder built a travel startup called Hipmunk. Try a search to see why Forbes called it "the best travel site in the world." The magic happens on the results page.</a> <span class="domain">(<a href="http://www.reddit.com/domain/hipmunk.com/" >hipmunk.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/hipmunk" class="author id-t2_4gy8t" >hipmunk</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/17aaie/reddits_cofounder_built_a_travel_startup_called/" target="_parent" >19 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_waede link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_waede" data-cid="" data-ups="325" data-downs="127" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">197</div><div class="score unvoted">198</div><div class="score likes">199</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.reddit.com/r/multireddit" rel="nofollow" ><img src="http://f.thumbs.redditmedia.com/WjP66k9X5Ir1vZsG.jpg" width='70' height='53' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.reddit.com/r/multireddit" rel="nofollow" >Subreddit Discovery: Browse user-created subreddit groupings by topic in /r/multireddit!</a> <span class="domain">(<a href="http://www.reddit.com/domain/reddit.com/" >reddit.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/krispykrackers" class="author id-t2_35gvu" >krispykrackers</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/waede/subreddit_discovery_browse_usercreated_subreddit/" target="_parent" >18 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class="thing id-t3_17hz21 stub" style="display:none"></div><div class="thing id-t3_17hyxj stub" style="display:none"></div><div class="thing id-t3_17hz0c stub" style="display:none"></div><div class="thing id-t3_17hz2z stub" style="display:none"></div><div class="thing id-t3_16q0pc stub" style="display:none"></div><div class="thing id-t3_wbnzy stub" style="display:none"></div><div class="thing id-t3_17hz37 stub" style="display:none"></div><div class="thing id-t3_wbnz2 stub" style="display:none"></div><div class="thing id-t3_17hz1b stub" style="display:none"></div><div class="thing id-t3_17hz1d stub" style="display:none"></div><div class="thing id-t3_17gjyk stub" style="display:none"></div><div class="thing id-t3_17hz0w stub" style="display:none"></div><div class="thing id-t3_17hz1g stub" style="display:none"></div><div class="thing id-t3_17hyrw stub" style="display:none"></div><div class="thing id-t3_17hyxy stub" style="display:none"></div><div class="thing id-t3_xtwzm stub" style="display:none"></div><div class="thing id-t3_17aaxb stub" style="display:none"></div><div class="thing id-t3_wadbf stub" style="display:none"></div><div class="thing id-t3_waenc stub" style="display:none"></div><div class="thing id-t3_17hz30 stub" style="display:none"></div><div class="thing id-t3_17hz0b stub" style="display:none"></div><div class="thing id-t3_17hz2i stub" style="display:none"></div><div class="thing id-t3_160hox stub" style="display:none"></div><div class="thing id-t3_17hz1c stub" style="display:none"></div><div class="thing id-t3_17hyyq stub" style="display:none"></div><div class="thing id-t3_17hyws stub" style="display:none"></div><div class="thing id-t3_17hyx7 stub" style="display:none"></div><div class="thing id-t3_17hxkm stub" style="display:none"></div><div class="thing id-t3_16uk5q stub" style="display:none"></div><div class="thing id-t3_17hyx9 stub" style="display:none"></div><div class="thing id-t3_17hyzi stub" style="display:none"></div><div class="thing id-t3_17hyxr stub" style="display:none"></div><div class="thing id-t3_17hz2m stub" style="display:none"></div><div class="thing id-t3_wbnxf stub" style="display:none"></div><div class="thing id-t3_16bu5u stub" style="display:none"></div><div class="thing id-t3_17hz3h stub" style="display:none"></div><div class="thing id-t3_waea1 stub" style="display:none"></div><div class="thing id-t3_17hyxx stub" style="display:none"></div><div class="thing id-t3_17hz31 stub" style="display:none"></div><div class="thing id-t3_wbnvc stub" style="display:none"></div><div class="thing id-t3_16kygc stub" style="display:none"></div><div class="thing id-t3_wad70 stub" style="display:none"></div><div class="thing id-t3_17hyxq stub" style="display:none"></div><div class="thing id-t3_17hyyw stub" style="display:none"></div><div class="thing id-t3_17hz39 stub" style="display:none"></div><div class="thing id-t3_17hz3j stub" style="display:none"></div><div class="thing id-t3_167q9x stub" style="display:none"></div><div class="thing id-t3_17hyxz stub" style="display:none"></div><div class="thing id-t3_17hz0u stub" style="display:none"></div><div class="thing id-t3_17hz0e stub" style="display:none"></div><div class="thing id-t3_17hyzk stub" style="display:none"></div><div class="thing id-t3_17hyzc stub" style="display:none"></div><div class="thing id-t3_16klnw stub" style="display:none"></div><div class="thing id-t3_17hxgy stub" style="display:none"></div><div class="thing id-t3_17hyvp stub" style="display:none"></div><div class="thing id-t3_17hz1m stub" style="display:none"></div><div class="thing id-t3_nwiep stub" style="display:none"></div><div class="thing id-t3_17hyy0 stub" style="display:none"></div><div class="thing id-t3_17aahd stub" style="display:none"></div><div class="thing id-t3_17hyrc stub" style="display:none"></div><div class="thing id-t3_17hyzh stub" style="display:none"></div><div class="thing id-t3_17hz1i stub" style="display:none"></div><div class="thing id-t3_17hyvd stub" style="display:none"></div><div class="thing id-t3_17hz3d stub" style="display:none"></div><div class="thing id-t3_1725fk stub" style="display:none"></div><div class="thing id-t3_waei9 stub" style="display:none"></div><div class="thing id-t3_17hywd stub" style="display:none"></div><div class="thing id-t3_wnh6f stub" style="display:none"></div><div class="thing id-t3_17hz0t stub" style="display:none"></div><div class="thing id-t3_17hyr9 stub" style="display:none"></div><div class=" thing id-t3_zax9t link promoted promotedlink " style='display:none' onclick="click_thing(this)" data-fullname="t3_zax9t" data-cid="t8_itnm" data-ups="725" data-downs="852" ><p class="parent"></p><span class="rank" style="width:2.20ex;"></span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://nextly.com/r/funny?utm_source=Reddit&utm_medium=CPC&utm_content=fly%2Bthrough&utm_campaign=Reddit%2BFunny%2BDTS" rel="nofollow" ><img src="http://e.thumbs.redditmedia.com/RhOo6gbumUwgnOAF.jpg" width='70' height='52' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://nextly.com/r/funny?utm_source=Reddit&utm_medium=CPC&utm_content=fly%2Bthrough&utm_campaign=Reddit%2BFunny%2BDTS" rel="nofollow" >Fly through the best /r/funny posts using your keyboard</a> <span class="domain">(<a href="http://www.reddit.com/domain/nextly.com/" >nextly.com</a>)</span></p><p class="tagline">promoted by <a href="http://www.reddit.com/user/nextly" class="author id-t2_8jbga" >nextly</a><span class="userattrs"></span></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/comments/zax9t/fly_through_the_best_rfunny_posts_using_your/" target="_parent" >37 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><p class="sponsored-tagline">sponsored link</p></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class="thing id-t3_17hyr8 stub" style="display:none"></div><div class="nextprev"><button class="arrow prev" onclick="get_organic(this, false)">prev</button><button class="arrow next" onclick="get_organic(this, true)">next</button></div><div class="help help-hoverable">what's this?<div id="spotlight-help" class="help-bubble"><div class="help-section help-promoted"><p>This sponsored link is an advertisement generated with our <a href="http://www.reddit.com/help/selfservicepromotion" >self-serve advertisement tool</a>.</p><p>Use of this tool is open to all members of reddit.com, and for as little as $20 you can advertise in this area. <a href="http://www.reddit.com/ad_inq" >Get started ›</a></p></div><div class="help-section help-organic"><p>This area shows new and upcoming links. Vote on links here to help them become popular, and click the forwards and backwards buttons to view more.</p></div><div class="help-section help-interestbar"><p>Enter a keyword or topic to discover new subreddits around your interests. Be specific!</p><p>You can access this tool at any time on the <a href="http://www.reddit.com/reddits/" >/reddits/</a> page.</p></div></div></div></div></div><div class='spacer'><div id="siteTable" class="sitetable linklisting"><div class=" thing id-t3_17i1lt odd link " onclick="click_thing(this)" data-fullname="t3_17i1lt" data-ups="3243" data-downs="1195" ><p class="parent"></p><span class="rank" style="width:2.20ex;">1</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">4196</div><div class="score unvoted">4197</div><div class="score likes">4198</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://i.imgur.com/ouseadR.jpg" >Patrick Stewart: Actor</a> <span class="domain">(<a href="http://www.reddit.com/domain/i.imgur.com/" >i.imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 16:13:13 2013 UTC" datetime="2013-01-29T16:13:13+00:00">3 hours</time> ago by <a href="http://www.reddit.com/user/clifwith1f" class="author id-t2_3u51s" >clifwith1f</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/funny/" class="subreddit hover" >funny</a><script type="text/javascript">reddit.sr['t3_17i1lt'] = 't5_2qh33';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/funny/comments/17i1lt/patrick_stewart_actor/" target="_parent" >219 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17i6d9 even link " onclick="click_thing(this)" data-fullname="t3_17i6d9" data-ups="2817" data-downs="1192" ><p class="parent"></p><span class="rank" style="width:2.20ex;">2</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1628</div><div class="score unvoted">1629</div><div class="score likes">1630</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://imgur.com/AonBGUj" >This book cover of The Hobbit from the 1980s is both hilarious & terrifying..</a> <span class="domain">(<a href="http://www.reddit.com/domain/imgur.com/" >imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 17:20:34 2013 UTC" datetime="2013-01-29T17:20:34+00:00">2 hours</time> ago by <a href="http://www.reddit.com/user/RaineOtaku" class="author id-t2_68iwt" >RaineOtaku</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/WTF/" class="subreddit hover" >WTF</a><script type="text/javascript">reddit.sr['t3_17i6d9'] = 't5_2qh61';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/WTF/comments/17i6d9/this_book_cover_of_the_hobbit_from_the_1980s_is/" target="_parent" >393 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17httd odd link " onclick="click_thing(this)" data-fullname="t3_17httd" data-ups="17719" data-downs="14566" ><p class="parent"></p><span class="rank" style="width:2.20ex;">3</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">3168</div><div class="score unvoted">3169</div><div class="score likes">3170</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://imgur.com/Qn48fhm" ><img src="http://d.thumbs.redditmedia.com/mojZdBaZ1bvthtIc.jpg" width='70' height='52' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://imgur.com/Qn48fhm" >my local tatoo shop just posted this to facebook titled "another happy customer"</a> <span class="domain">(<a href="http://www.reddit.com/domain/imgur.com/" >imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 13:51:47 2013 UTC" datetime="2013-01-29T13:51:47+00:00">5 hours</time> ago by <a href="http://www.reddit.com/user/robot267" class="author id-t2_9whka" >robot267</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/pics/" class="subreddit hover" >pics</a><script type="text/javascript">reddit.sr['t3_17httd'] = 't5_2qh0u';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/pics/comments/17httd/my_local_tatoo_shop_just_posted_this_to_facebook/" target="_parent" >553 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hyew even link " onclick="click_thing(this)" data-fullname="t3_17hyew" data-ups="8632" data-downs="6050" ><p class="parent"></p><span class="rank" style="width:2.20ex;">4</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2077</div><div class="score unvoted">2078</div><div class="score likes">2079</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://qkme.me/3srp7n" ><img src="http://a.thumbs.redditmedia.com/kkN8tr-b9-p6Q0Zl.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://qkme.me/3srp7n" >Had a good friend say this to me last night</a> <span class="domain">(<a href="http://www.reddit.com/domain/qkme.me/" >qkme.me</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:22:22 2013 UTC" datetime="2013-01-29T15:22:22+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/frownifdown" class="author id-t2_74eog" >frownifdown</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AdviceAnimals/" class="subreddit hover" >AdviceAnimals</a><script type="text/javascript">reddit.sr['t3_17hyew'] = 't5_2s7tt';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AdviceAnimals/comments/17hyew/had_a_good_friend_say_this_to_me_last_night/" target="_parent" >344 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hw0a odd link " onclick="click_thing(this)" data-fullname="t3_17hw0a" data-ups="2861" data-downs="997" ><p class="parent"></p><span class="rank" style="width:2.20ex;">5</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1967</div><div class="score unvoted">1968</div><div class="score likes">1969</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://www.bloomberg.com/news/2013-01-28/libor-lies-revealed-in-rigging-of-300-trillion-benchmark.html" >Libor Lies Revealed in Rigging of $300 Trillion Benchmark -- The benchmark rate for more than $300 trillion of contracts was based on honesty. New evidence in banking's biggest scandal shows traders took it as a license to cheat.</a> <span class="domain">(<a href="http://www.reddit.com/domain/bloomberg.com/" >bloomberg.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 14:38:52 2013 UTC" datetime="2013-01-29T14:38:52+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/DavidCarraway" class="author id-t2_7z0ie" >DavidCarraway</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/worldnews/" class="subreddit hover" >worldnews</a><script type="text/javascript">reddit.sr['t3_17hw0a'] = 't5_2qh13';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/worldnews/comments/17hw0a/libor_lies_revealed_in_rigging_of_300_trillion/" target="_parent" >334 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hzm6 even link " onclick="click_thing(this)" data-fullname="t3_17hzm6" data-ups="1962" data-downs="557" ><p class="parent"></p><span class="rank" style="width:2.20ex;">6</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1426</div><div class="score unvoted">1427</div><div class="score likes">1428</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://www.techdirt.com/articles/20130127/19023721799/redditor-points-out-flaws-simcitys-online-only-drm-gets-banned-ea-his-troubles.shtml" >Redditor Points Out The Flaws In SimCity's Online-Only DRM, Gets Banned By EA For His Troubles</a> <span class="domain">(<a href="http://www.reddit.com/domain/techdirt.com/" >techdirt.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:41:44 2013 UTC" datetime="2013-01-29T15:41:44+00:00">3 hours</time> ago by <a href="http://www.reddit.com/user/UlkeshNaranek" class="author id-t2_6g24a" >UlkeshNaranek</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/technology/" class="subreddit hover" >technology</a><script type="text/javascript">reddit.sr['t3_17hzm6'] = 't5_2qh16';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/technology/comments/17hzm6/redditor_points_out_the_flaws_in_simcitys/" target="_parent" >272 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hrty odd link " onclick="click_thing(this)" data-fullname="t3_17hrty" data-ups="12742" data-downs="10406" ><p class="parent"></p><span class="rank" style="width:2.20ex;">7</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2330</div><div class="score unvoted">2331</div><div class="score likes">2332</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://i.minus.com/iFxelkyarGr5D.gif" ><img src="http://d.thumbs.redditmedia.com/9fTthVkG8m0zMjbE.jpg" width='70' height='52' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://i.minus.com/iFxelkyarGr5D.gif" >8 Week Old Pomeranian Puppy Playing.</a> <span class="domain">(<a href="http://www.reddit.com/domain/i.minus.com/" >i.minus.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 13:02:25 2013 UTC" datetime="2013-01-29T13:02:25+00:00">6 hours</time> ago by <a href="http://www.reddit.com/user/shawry292" class="author id-t2_8y3dc" >shawry292</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/aww/" class="subreddit hover" >aww</a><script type="text/javascript">reddit.sr['t3_17hrty'] = 't5_2qh1o';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/aww/comments/17hrty/8_week_old_pomeranian_puppy_playing/" target="_parent" >342 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hzhk even link self" onclick="click_thing(this)" data-fullname="t3_17hzhk" data-ups="3940" data-downs="2422" ><p class="parent"></p><span class="rank" style="width:2.20ex;">8</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1520</div><div class="score unvoted">1521</div><div class="score likes">1522</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail self " href="/r/IAmA/comments/17hzhk/iama_guy_whos_been_injecting_deadly_snake_venom/" ></a><div class="entry unvoted"><p class="title"><a class="title " href="/r/IAmA/comments/17hzhk/iama_guy_whos_been_injecting_deadly_snake_venom/" >IAmA guy who's been injecting deadly snake venom into myself for 20 years. AMA</a> <span class="domain">(<a href="http://www.reddit.com/r/IAmA/" >self.IAmA</a>)</span></p><div class="expando-button collapsed selftext" onclick="expando_child(this)"></div><p class="tagline">submitted <time title="Tue Jan 29 15:39:44 2013 UTC" datetime="2013-01-29T15:39:44+00:00">3 hours</time> ago<time class="edited-timestamp" title="last edited 23 seconds ago" datetime="2013-01-29T19:31:30+00:00">*</time> by <a href="http://www.reddit.com/user/venomsuperman" class="author id-t2_ackjk" >venomsuperman</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/IAmA/" class="subreddit hover" >IAmA</a><script type="text/javascript">reddit.sr['t3_17hzhk'] = 't5_2qzb6';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/IAmA/comments/17hzhk/iama_guy_whos_been_injecting_deadly_snake_venom/" target="_parent" >2391 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hvfb odd link " onclick="click_thing(this)" data-fullname="t3_17hvfb" data-ups="5659" data-downs="3909" ><p class="parent"></p><span class="rank" style="width:2.20ex;">9</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1766</div><div class="score unvoted">1767</div><div class="score likes">1768</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://completelyseriouscomics.com/comics/2013-01-28-sonic.jpg" ><img src="http://d.thumbs.redditmedia.com/B3DL_kiWRdflPm19.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://completelyseriouscomics.com/comics/2013-01-28-sonic.jpg" >Hey Sonic, High Five!</a> <span class="domain">(<a href="http://www.reddit.com/domain/completelyseriouscomics.com/" >completelyseriouscomics.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 14:27:36 2013 UTC" datetime="2013-01-29T14:27:36+00:00">5 hours</time> ago by <a href="http://www.reddit.com/user/SuaveEgg" class="author id-t2_5r51r" >SuaveEgg</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/gaming/" class="subreddit hover" >gaming</a><script type="text/javascript">reddit.sr['t3_17hvfb'] = 't5_2qh03';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/gaming/comments/17hvfb/hey_sonic_high_five/" target="_parent" >265 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hq7g even link " onclick="click_thing(this)" data-fullname="t3_17hq7g" data-ups="9884" data-downs="7417" ><p class="parent"></p><span class="rank" style="width:2.20ex;">10</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2468</div><div class="score unvoted">2469</div><div class="score likes">2470</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.telegraph.co.uk/news/1480192/Girl-10-used-geography-lesson-to-save-lives.html" ><img src="http://b.thumbs.redditmedia.com/P0vGieNvEp4BZnEs.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.telegraph.co.uk/news/1480192/Girl-10-used-geography-lesson-to-save-lives.html" >TIL 10-year old Tilly Smith saved her family and 100 other tourists from the 2004 Asian tsunami, by recognizing signs of tsunamis she had learned in a geography lesson two weeks before.</a> <span class="domain">(<a href="http://www.reddit.com/domain/telegraph.co.uk/" >telegraph.co.uk</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 12:13:13 2013 UTC" datetime="2013-01-29T12:13:13+00:00">7 hours</time> ago by <a href="http://www.reddit.com/user/crossedmymind11" class="author id-t2_93cxv" >crossedmymind11</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/todayilearned/" class="subreddit hover" >todayilearned</a><script type="text/javascript">reddit.sr['t3_17hq7g'] = 't5_2qqjc';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/todayilearned/comments/17hq7g/til_10year_old_tilly_smith_saved_her_family_and/" target="_parent" >702 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hr41 odd link " onclick="click_thing(this)" data-fullname="t3_17hr41" data-ups="4225" data-downs="2194" ><p class="parent"></p><span class="rank" style="width:2.20ex;">11</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2038</div><div class="score unvoted">2039</div><div class="score likes">2040</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://en.hdbuzz.net/114" rel="nofollow" >University of New Orleans has NOT discovered a cure for Huntington's disease... (teardown of bad science press release)</a> <span class="domain">(<a href="http://www.reddit.com/domain/en.hdbuzz.net/" >en.hdbuzz.net</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 12:41:36 2013 UTC" datetime="2013-01-29T12:41:36+00:00">6 hours</time> ago by <a href="http://www.reddit.com/user/synaptophile" class="author id-t2_ab1xv" >synaptophile</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/science/" class="subreddit hover" >science</a><script type="text/javascript">reddit.sr['t3_17hr41'] = 't5_mouw';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/science/comments/17hr41/university_of_new_orleans_has_not_discovered_a/" target="_parent" >190 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hpbn even link " onclick="click_thing(this)" data-fullname="t3_17hpbn" data-ups="6895" data-downs="4630" ><p class="parent"></p><span class="rank" style="width:2.20ex;">12</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2272</div><div class="score unvoted">2273</div><div class="score likes">2274</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://www.youtube.com/watch?v=HuUfNhKHFVg" >Rachel Maddow points out that despite a new populist message and apparent wariness about being seen as the party of the rich, Republican governors Bobby Jindal and Sam Brownback are cutting income tax and raising sales tax, a combination that benefits the rich and punishes the poor</a> <span class="domain">(<a href="http://www.reddit.com/domain/youtube.com/" >youtube.com</a>)</span></p><div class="expando-button collapsed video" onclick="expando_child(this)"></div><p class="tagline">submitted <time title="Tue Jan 29 11:42:23 2013 UTC" datetime="2013-01-29T11:42:23+00:00">7 hours</time> ago by <a href="http://www.reddit.com/user/Awxs" class="author id-t2_adca0" >Awxs</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/politics/" class="subreddit hover" >politics</a><script type="text/javascript">reddit.sr['t3_17hpbn'] = 't5_2cneq';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/politics/comments/17hpbn/rachel_maddow_points_out_that_despite_a_new/" target="_parent" >1727 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><script type="text/javascript">var cache = expando_cache(); cache["t3_17hpbn_cache"] = " <iframe src="http://www.redditmedia.com/mediaembed/17hpbn" id="media-embed-17hpbn-ile" class="media-embed" width="610" height="348" border="0" frameBorder="0" scrolling="no"></iframe> ";</script></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hr2y linkflair linkflair-facebook odd link " onclick="click_thing(this)" data-fullname="t3_17hr2y" data-ups="4591" data-downs="2855" ><p class="parent"></p><span class="rank" style="width:2.20ex;">13</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1738</div><div class="score unvoted">1739</div><div class="score likes">1740</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://s3.amazonaws.com/77723145/173902.html" ><img src="http://b.thumbs.redditmedia.com/31fLBo7_EgxKM48m.jpg" width='70' height='56' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://s3.amazonaws.com/77723145/173902.html" >It's quite nice. Notice how Facebook God is requested that he prove himself, and he does?</a> <span class="domain">(<a href="http://www.reddit.com/domain/s3.amazonaws.com/" >s3.amazonaws.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 12:40:30 2013 UTC" datetime="2013-01-29T12:40:30+00:00">6 hours</time> ago by <a href="http://www.reddit.com/user/VibikM" class="author id-t2_5bp4e" >VibikM</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/atheism/" class="subreddit hover" >atheism</a><script type="text/javascript">reddit.sr['t3_17hr2y'] = 't5_2qh2p';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/atheism/comments/17hr2y/its_quite_nice_notice_how_facebook_god_is/" target="_parent" >402 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17i59l linkflair odd link " onclick="click_thing(this)" data-fullname="t3_17i59l" data-ups="904" data-downs="298" ><p class="parent"></p><span class="rank" style="width:2.20ex;">14</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">661</div><div class="score unvoted">662</div><div class="score likes">663</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://www.reddit.com/r/tattoos/comments/12qkp6/my_set_new_to_all_this_stuff_any_general_advice/c6z1wlr?context=1" >Guy accidentally posts his tea set to /r/tattoos. Gets upvoted and told that he must get a tea tattoo now. OP epically delivers!</a><span class="linkflairlabel">[tattoos]</span> <span class="domain">(<a href="http://www.reddit.com/domain/reddit.com/" >reddit.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 17:04:54 2013 UTC" datetime="2013-01-29T17:04:54+00:00">2 hours</time> ago by <a href="http://www.reddit.com/user/nycrvr" class="author id-t2_53uu7" >nycrvr</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/bestof/" class="subreddit hover" >bestof</a><script type="text/javascript">reddit.sr['t3_17i59l'] = 't5_2qh3v';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/bestof/comments/17i59l/guy_accidentally_posts_his_tea_set_to_rtattoos/" target="_parent" >53 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hrmf linkflair linkflair-scene even link " onclick="click_thing(this)" data-fullname="t3_17hrmf" data-ups="2212" data-downs="953" ><p class="parent"></p><span class="rank" style="width:2.20ex;">15</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1305</div><div class="score unvoted">1306</div><div class="score likes">1307</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://www.youtube.com/watch?v=XPdlrOP22NM" ><img src="http://b.thumbs.redditmedia.com/0QSYVqGTcrH8RrOg.jpg" width='70' height='52' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://www.youtube.com/watch?v=XPdlrOP22NM" >Trailer for sci-fi film 'UPSIDE DOWN' starring Jim Sturgess and Kristen Dunst. This looks very interesting.</a> <span class="domain">(<a href="http://www.reddit.com/domain/youtube.com/" >youtube.com</a>)</span></p><div class="expando-button collapsed video" onclick="expando_child(this)"></div><p class="tagline">submitted <time title="Tue Jan 29 12:56:56 2013 UTC" datetime="2013-01-29T12:56:56+00:00">6 hours</time> ago by <a href="http://www.reddit.com/user/Frankfusion" class="author id-t2_3xfby" >Frankfusion</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/movies/" class="subreddit hover" >movies</a><script type="text/javascript">reddit.sr['t3_17hrmf'] = 't5_2qh3s';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/movies/comments/17hrmf/trailer_for_scifi_film_upside_down_starring_jim/" target="_parent" >490 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><script type="text/javascript">var cache = expando_cache(); cache["t3_17hrmf_cache"] = " <iframe src="http://www.redditmedia.com/mediaembed/17hrmf" id="media-embed-17hrmf-b5a" class="media-embed" width="610" height="348" border="0" frameBorder="0" scrolling="no"></iframe> ";</script></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hstl odd link self" onclick="click_thing(this)" data-fullname="t3_17hstl" data-ups="2844" data-downs="1765" ><p class="parent"></p><span class="rank" style="width:2.20ex;">16</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1058</div><div class="score unvoted">1059</div><div class="score likes">1060</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="/r/AskReddit/comments/17hstl/if_heaven_exists_what_would_you_like_to_hear_god/" >If Heaven exists, what would you like to hear God say when you arrive at the Pearly Gates?</a> <span class="domain">(<a href="http://www.reddit.com/r/AskReddit/" >self.AskReddit</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 13:28:15 2013 UTC" datetime="2013-01-29T13:28:15+00:00">6 hours</time> ago by <a href="http://www.reddit.com/user/brailled_stars" class="author id-t2_6vkml" >brailled_stars</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AskReddit/" class="subreddit hover" >AskReddit</a><script type="text/javascript">reddit.sr['t3_17hstl'] = 't5_2qh1i';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AskReddit/comments/17hstl/if_heaven_exists_what_would_you_like_to_hear_god/" target="_parent" >5411 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hldk even link " onclick="click_thing(this)" data-fullname="t3_17hldk" data-ups="3332" data-downs="1505" ><p class="parent"></p><span class="rank" style="width:2.20ex;">17</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1857</div><div class="score unvoted">1858</div><div class="score likes">1859</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="https://www.youtube.com/watch?v=PhCDqek_HcI" >"Tank!" - Yoko Kanno - YouTube</a> <span class="domain">(<a href="http://www.reddit.com/domain/youtube.com/" >youtube.com</a>)</span></p><div class="expando-button collapsed video" onclick="expando_child(this)"></div><p class="tagline">submitted <time title="Tue Jan 29 09:16:48 2013 UTC" datetime="2013-01-29T09:16:48+00:00">10 hours</time> ago by <a href="http://www.reddit.com/user/Enkaydian" class="author id-t2_8mnc2" >Enkaydian</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/Music/" class="subreddit hover" >Music</a><script type="text/javascript">reddit.sr['t3_17hldk'] = 't5_2qh1u';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/Music/comments/17hldk/tank_yoko_kanno_youtube/" target="_parent" >379 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div><script type="text/javascript">var cache = expando_cache(); cache["t3_17hldk_cache"] = " <iframe src="http://www.redditmedia.com/mediaembed/17hldk" id="media-embed-17hldk-8mz" class="media-embed" width="610" height="348" border="0" frameBorder="0" scrolling="no"></iframe> ";</script></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17i2us odd link " onclick="click_thing(this)" data-fullname="t3_17i2us" data-ups="1135" data-downs="262" ><p class="parent"></p><span class="rank" style="width:2.20ex;">18</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">972</div><div class="score unvoted">973</div><div class="score likes">974</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://i.imgur.com/zNmpgp6.jpg" ><img src="http://c.thumbs.redditmedia.com/rU1aHtWNvhmrta-t.jpg" width='70' height='39' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://i.imgur.com/zNmpgp6.jpg" >My friend got a new ergonomic Mortal Kombat mouse pad. It should help him with his carpal tunnel.</a> <span class="domain">(<a href="http://www.reddit.com/domain/i.imgur.com/" >i.imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 16:31:42 2013 UTC" datetime="2013-01-29T16:31:42+00:00">3 hours</time> ago by <a href="http://www.reddit.com/user/OOFMATIC" class="author id-t2_8vmdu" >OOFMATIC</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/gaming/" class="subreddit hover" >gaming</a><script type="text/javascript">reddit.sr['t3_17i2us'] = 't5_2qh03';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/gaming/comments/17i2us/my_friend_got_a_new_ergonomic_mortal_kombat_mouse/" target="_parent" >69 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hypm odd link self" onclick="click_thing(this)" data-fullname="t3_17hypm" data-ups="854" data-downs="301" ><p class="parent"></p><span class="rank" style="width:2.20ex;">19</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">570</div><div class="score unvoted">571</div><div class="score likes">572</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="/r/AskReddit/comments/17hypm/to_the_nonbritish_folk_of_reddit_what_is/" >To the non-British folk of Reddit, what is something we Brits do that particularly annoys you and your country's people?</a> <span class="domain">(<a href="http://www.reddit.com/r/AskReddit/" >self.AskReddit</a>)</span></p><div class="expando-button collapsed selftext" onclick="expando_child(this)"></div><p class="tagline">submitted <time title="Tue Jan 29 15:27:11 2013 UTC" datetime="2013-01-29T15:27:11+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/anilsiv" class="author id-t2_6na7o" >anilsiv</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AskReddit/" class="subreddit hover" >AskReddit</a><script type="text/javascript">reddit.sr['t3_17hypm'] = 't5_2qh1i';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AskReddit/comments/17hypm/to_the_nonbritish_folk_of_reddit_what_is/" target="_parent" >3330 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hyza even link " onclick="click_thing(this)" data-fullname="t3_17hyza" data-ups="3134" data-downs="1640" ><p class="parent"></p><span class="rank" style="width:2.20ex;">20</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1404</div><div class="score unvoted">1405</div><div class="score likes">1406</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://qkme.me/3srpd9?id=229720365" ><img src="http://c.thumbs.redditmedia.com/M-o-OKaFKv0ElKTb.jpg" width='70' height='64' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://qkme.me/3srpd9?id=229720365" >For Real, you have one job.</a> <span class="domain">(<a href="http://www.reddit.com/domain/qkme.me/" >qkme.me</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:31:38 2013 UTC" datetime="2013-01-29T15:31:38+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/the-dude_abides" class="author id-t2_adods" >the-dude_abides</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AdviceAnimals/" class="subreddit hover" >AdviceAnimals</a><script type="text/javascript">reddit.sr['t3_17hyza'] = 't5_2s7tt';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AdviceAnimals/comments/17hyza/for_real_you_have_one_job/" target="_parent" >156 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17i2sk odd link " onclick="click_thing(this)" data-fullname="t3_17i2sk" data-ups="1363" data-downs="316" ><p class="parent"></p><span class="rank" style="width:2.20ex;">21</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1069</div><div class="score unvoted">1070</div><div class="score likes">1071</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://qkme.me/3srq1z" ><img src="http://b.thumbs.redditmedia.com/GmaZHmh-txJeulyg.jpg" width='70' height='50' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://qkme.me/3srq1z" >Relationship Advice Mallard</a> <span class="domain">(<a href="http://www.reddit.com/domain/qkme.me/" >qkme.me</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 16:30:50 2013 UTC" datetime="2013-01-29T16:30:50+00:00">3 hours</time> ago by <a href="http://www.reddit.com/user/Tyrone7570" class="author id-t2_6hn7a" >Tyrone7570</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/AdviceAnimals/" class="subreddit hover" >AdviceAnimals</a><script type="text/javascript">reddit.sr['t3_17i2sk'] = 't5_2s7tt';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/AdviceAnimals/comments/17i2sk/relationship_advice_mallard/" target="_parent" >54 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hoao linkflair linkflair-normal even link " onclick="click_thing(this)" data-fullname="t3_17hoao" data-ups="12519" data-downs="10884" ><p class="parent"></p><span class="rank" style="width:2.20ex;">22</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1627</div><div class="score unvoted">1628</div><div class="score likes">1629</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://weknowmemes.com/generator/uploads/generated/g1359457351797429407.jpg" ><img src="http://d.thumbs.redditmedia.com/CH9n3eGeuT2s8uju.jpg" width='70' height='50' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://weknowmemes.com/generator/uploads/generated/g1359457351797429407.jpg" >Stop calling him Nazi Pope</a> <span class="domain">(<a href="http://www.reddit.com/domain/weknowmemes.com/" >weknowmemes.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 11:04:29 2013 UTC" datetime="2013-01-29T11:04:29+00:00">8 hours</time> ago by <a href="http://www.reddit.com/user/7eagle14" class="author id-t2_74khv" >7eagle14</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/atheism/" class="subreddit hover" >atheism</a><script type="text/javascript">reddit.sr['t3_17hoao'] = 't5_2qh2p';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/atheism/comments/17hoao/stop_calling_him_nazi_pope/" target="_parent" >727 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hpdw odd link " onclick="click_thing(this)" data-fullname="t3_17hpdw" data-ups="6355" data-downs="4361" ><p class="parent"></p><span class="rank" style="width:2.20ex;">23</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">1995</div><div class="score unvoted">1996</div><div class="score likes">1997</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://blog.mozilla.org/blog/2013/01/28/privacy-day-2013/" >Mozilla Recognized as Most Trusted Internet Company for Privacy</a> <span class="domain">(<a href="http://www.reddit.com/domain/blog.mozilla.org/" >blog.mozilla.org</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 11:44:54 2013 UTC" datetime="2013-01-29T11:44:54+00:00">7 hours</time> ago by <a href="http://www.reddit.com/user/nastratin" class="author id-t2_9pdut" >nastratin</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/technology/" class="subreddit hover" >technology</a><script type="text/javascript">reddit.sr['t3_17hpdw'] = 't5_2qh16';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/technology/comments/17hpdw/mozilla_recognized_as_most_trusted_internet/" target="_parent" >411 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17hy8a even link " onclick="click_thing(this)" data-fullname="t3_17hy8a" data-ups="17718" data-downs="14849" ><p class="parent"></p><span class="rank" style="width:2.20ex;">24</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">2895</div><div class="score unvoted">2896</div><div class="score likes">2897</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><div class="entry unvoted"><p class="title"><a class="title " href="http://imgur.com/oVZA2ef" >Class just got weird when my teacher's wallpaper was revealed</a> <span class="domain">(<a href="http://www.reddit.com/domain/imgur.com/" >imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 15:19:16 2013 UTC" datetime="2013-01-29T15:19:16+00:00">4 hours</time> ago by <a href="http://www.reddit.com/user/BananaDr" class="author id-t2_9q08v" >BananaDr</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/funny/" class="subreddit hover" >funny</a><script type="text/javascript">reddit.sr['t3_17hy8a'] = 't5_2qh33';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/funny/comments/17hy8a/class_just_got_weird_when_my_teachers_wallpaper/" target="_parent" >773 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div><div class=" thing id-t3_17i62y odd link " onclick="click_thing(this)" data-fullname="t3_17i62y" data-ups="762" data-downs="104" ><p class="parent"></p><span class="rank" style="width:2.20ex;">25</span><div class="midcol unvoted" style="width:5ex;" ><div class="arrow up login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="upvote" tabindex="0" ></div><div class="score dislikes">664</div><div class="score unvoted">665</div><div class="score likes">666</div><div class="arrow down login-required" onclick="$(this).vote('<$>votehash</$>', null, event)" role="button" aria-label="downvote" tabindex="0" ></div></div><a class="thumbnail " href="http://i.imgur.com/ZIgsHF2.jpg" ><img src="http://f.thumbs.redditmedia.com/RuXYahVUGzv0hx3w.jpg" width='70' height='70' alt=""/></a><div class="entry unvoted"><p class="title"><a class="title " href="http://i.imgur.com/ZIgsHF2.jpg" >I asked Ken Levine for a Murder of Crows bottle during his AMA a while back. Yesterday, this arrived at my house...</a> <span class="domain">(<a href="http://www.reddit.com/domain/i.imgur.com/" >i.imgur.com</a>)</span></p><p class="tagline">submitted <time title="Tue Jan 29 17:16:33 2013 UTC" datetime="2013-01-29T17:16:33+00:00">2 hours</time> ago by <a href="http://www.reddit.com/user/Ratzaroonyy" class="author id-t2_3stee" >Ratzaroonyy</a><span class="userattrs"></span> to <a href="http://www.reddit.com/r/gaming/" class="subreddit hover" >gaming</a><script type="text/javascript">reddit.sr['t3_17i62y'] = 't5_2qh03';</script></p><ul class="flat-list buttons"><li class="first"><a class="comments" href="http://www.reddit.com/r/gaming/comments/17i62y/i_asked_ken_levine_for_a_murder_of_crows_bottle/" target="_parent" >42 comments</a></li><li class="share"><span class="share-button toggle" style=""><a class="option active login-required" href="#" tabindex="100" >share</a><a class="option " href="#">cancel</a></span></li></ul><div class="expando" style='display: none'><span class="error">loading...</span></div></div><div class="child" ></div><div class="clearleft"><!--IE6sux--></div></div><div class="clearleft"><!--IE6sux--></div></div><p class="nextprev">view more: <a href="http://www.reddit.com/?count=25&after=t3_17i62y" rel="nofollow next" >next ›</a></p></div></div><div class="footer-parent"><div by-zero class="footer rounded"><div class="col"><ul class="flat-vert hover" ><li class="flat-vert title">about</li><li ><a href="http://www.reddit.com/blog/" >blog</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/about/" >about</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/about/team/" >team</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/code/" >source code</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/ad_inq/" >advertise</a></li></ul></div><div class="col"><ul class="flat-vert hover" ><li class="flat-vert title">help</li><li ><a href="http://www.reddit.com/help/" >help</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/help/faq" >FAQ</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/help/reddiquette" >reddiquette</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/rules/" >rules</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/feedback/" >contact us</a></li></ul></div><div class="col"><ul class="flat-vert hover" ><li class="flat-vert title">tools</li><li ><a href="http://i.reddit.com" >mobile</a></li><li ><span class="separator"></span><a href="https://addons.mozilla.org/firefox/addon/socialite/" >firefox extension</a></li><li ><span class="separator"></span><a href="https://chrome.google.com/webstore/detail/algjnflpgoopkdijmkalfcifomdhmcbe" >chrome extension</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/buttons/" >buttons</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/widget/" >widget</a></li></ul></div><div class="col"><ul class="flat-vert hover" ><li class="flat-vert title"><3</li><li ><a href="http://www.reddit.com/help/gold/" class="buygold" >reddit gold</a></li><li ><span class="separator"></span><a href="http://www.reddit.com/store/" >store</a></li><li ><span class="separator"></span><a href="http://redditgifts.com" >redditgifts</a></li><li ><span class="separator"></span><a href="http://reddit.tv" >reddit.tv</a></li><li ><span class="separator"></span><a href="http://radioreddit.com" >radio reddit</a></li></ul></div></div><p class="bottommenu">Use of this site constitutes acceptance of our <a href="http://reddit.com/help/useragreement" >User Agreement</a> and <a href="http://reddit.com/help/privacypolicy" >Privacy Policy</a>. © 2013 reddit inc. All rights reserved.</p><p class="bottommenu">REDDIT and the ALIEN Logo are registered trademarks of reddit inc.</p></div><div class="login-popup cover-overlay" style="display: none"><div class="cover" onclick="return hidecover(this)"></div><div class="popup"><a href="#" onclick="return hidecover(this)" class="hidecover">close this window</a><h1 class="cover-msg">you'll need to login or register to do that</h1><div class="login-form-section divide"><h3>create a new account</h3><p class="tagline">all it takes is a username and password</p><form id="login_reg" method="post" action="https://ssl.reddit.com/post/reg" class="user-form register-form"><input type="hidden" name="op" value="reg" /><div><ul><li class="name-entry"><label for="user_reg">username:</label><input value="" name="user" id="user_reg" type="text" maxlength="20" tabindex="3" autofocus /><span class="throbber"></span><span class="notice-taken">try another</span><span class="notice-available">available!</span><span class="error BAD_USERNAME field-user" style="display:none"></span><span class="error USERNAME_TAKEN field-user" style="display:none"></span><span class="error USERNAME_TAKEN_DEL field-user" style="display:none"></span></li><li><label for="email_reg">email: <i>(optional)</i></label><input value="" name="email" id="email_reg" type="text" maxlength="50" tabindex="3"/><span class="error BAD_EMAILS field-email" style="display:none"></span></li><li><label for="passwd_reg">password:</label><input id="passwd_reg" name="passwd" type="password" tabindex="3"/><span class="error BAD_PASSWORD field-passwd" style="display:none"></span></li><li><label for="passwd2_reg">verify password:</label><input name="passwd2" id="passwd2_reg" type="password" tabindex="3"/><span class="error BAD_PASSWORD_MATCH field-passwd2" style="display:none"></span></li><li><table><tr><td></td><td><input name="iden" value="" type="hidden"/><img class="capimage" alt="visual CAPTCHA" src="http://www.redditstatic.com/kill.png" /></td></tr><tr><td align="right"></td><td><input class="captcha cap-text" id="captcha_" name="captcha" type="text" size="30" placeholder="type the letters from the image above" tabindex="3" /></td><td><span class="error BAD_CAPTCHA field-captcha" style="display:none"></span></td></tr></table><span class="error RATELIMIT field-ratelimit" style="display:none"></span><span class="error RATELIMIT field-vdelay" style="display:none"></span></li><li><input type="checkbox" name="rem" id="rem_reg" tabindex="3" /><label for="rem_reg" class="remember">remember me</label></li></ul><p class="submit"><button type="submit" class="button" tabindex="3">create account</button><span class="throbber"></span><span class="status"></span></p></div></form><p><span class="orangered">is it really that easy? only one way to find out...</span></p></div><div class="login-form-section"><h3>login</h3><p class="tagline">already have an account and just want to login?</p><form id="login_login" method="post" action="https://ssl.reddit.com/post/login" class="user-form login-form"><input type="hidden" name="op" value="login" /><div><ul><li class="name-entry"><label for="user_login">username:</label><input value="" name="user" id="user_login" type="text" maxlength="20" tabindex="2" autofocus /></li><li><label for="passwd_login">password:</label><input id="passwd_login" name="passwd" type="password" tabindex="2"/><span class="error WRONG_PASSWORD field-passwd" style="display:none"></span></li><li><input type="checkbox" name="rem" id="rem_login" tabindex="2" /><label for="rem_login" class="remember">remember me</label></li><li><a class="recover-password" href="/password">recover password</a></li></ul><p class="submit"><button type="submit" class="button" tabindex="2">login</button><span class="throbber"></span><span class="status"></span></p></div></form></div><div class="clear"></div></div></div><div class="lang-popup cover-overlay" style="display: none"><div class="cover" onclick="return hidecover(this)"></div><div class="popup"><a href="#" onclick="return hidecover(this)" class="hidecover">close this window</a><form action="http://www.reddit.com/post/unlogged_options" method="post" class="pretty-form short-text"><input type="hidden" name="uh" value="" /><table class="content preftable"><tr><th>interface language</th><td class="prefright"><select id="lang" name="lang"><option selected='selected' value="en">English [en]</option><option value="ar">العربية [ar] (*)</option><option value="be">Беларуская мова [be] (*)</option><option value="bg">български език [bg] (*)</option><option value="ca">català [ca] (*)</option><option value="cs">česky [cs]</option><option value="da">dansk [da] (*)</option><option value="de">Deutsch [de]</option><option value="el">Ελληνικά [el]</option><option value="en-au">English (Australia) [en-au] (*)</option><option value="en-ca">English (Canadian) [en-ca] (*)</option><option value="en-gb">English (Great Britain) [en-gb]</option><option value="en-us">English [en-us]</option><option value="eo">Esperanto [eo] (*)</option><option value="es">español [es]</option><option value="es-ar">español [es-ar]</option><option value="et">eesti keel [et] (*)</option><option value="eu">Euskara [eu]</option><option value="fa">فارسی [fa] (*)</option><option value="fi">suomi [fi] (*)</option><option value="fr">français [fr]</option><option value="he">עברית [he] (*)</option><option value="hi">मानक हिन्दी [hi] (*)</option><option value="hr">hrvatski [hr]</option><option value="hu">Magyar [hu] (*)</option><option value="hy">Հայերեն լեզու [hy] (*)</option><option value="id">Bahasa Indonesia [id] (*)</option><option value="is">íslenska [is] (*)</option><option value="it">italiano (Italy) [it]</option><option value="ja">日本語 [ja] (*)</option><option value="ko">한국어 [ko] (*)</option><option value="la">Latin [la] (*)</option><option value="leet">1337 [leet]</option><option value="lol">LOL [lol] (*)</option><option value="lt">lietuvių kalba [lt] (*)</option><option value="lv">latviešu valoda [lv] (*)</option><option value="nl">Nederlands [nl]</option><option value="no">Norsk [no]</option><option value="pir">Arrrrrrrr! [pir] (*)</option><option value="pl">polski [pl] (*)</option><option value="pt">português [pt] (*)</option><option value="pt-pt">português [pt-pt] (*)</option><option value="ro">română [ro] (*)</option><option value="ru">русский [ru] (*)</option><option value="sk">slovenčina [sk] (*)</option><option value="sl">slovenščina [sl] (*)</option><option value="sr">српски језик [sr]</option><option value="sr-la">Srpski [sr-la] (*)</option><option value="sv">Svenska [sv] (*)</option><option value="ta">தமிழ் [ta] (*)</option><option value="th">ภาษาไทย [th] (*)</option><option value="tr">Türkçe [tr] (*)</option><option value="uk">українська мова [uk] (*)</option><option value="vi">Tiếng Việt [vi] (*)</option><option value="zh">中文 [zh] (*)</option></select> <span class="little gray hover">(*) incomplete  <a href="http://www.reddit.com/i18n" >volunteer to translate</a></span></td></tr><tr><th>content language</th><td class="prefright"><input type="radio" name="all-langs" id="all-langs" value="all" onclick="clear_all_langs(this)" /><label for="all-langs">all languages</label><br/><input type="radio" name="all-langs" id="some-langs" value="some" checked='checked'/><label for="some-langs">some languages</label><hr/><table><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ar" id="lang-ar" onclick="check_some_langs(this)" /><label for="lang-ar">العربية</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-fr" id="lang-fr" onclick="check_some_langs(this)" /><label for="lang-fr">français</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-no" id="lang-no" onclick="check_some_langs(this)" /><label for="lang-no">Norsk</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-be" id="lang-be" onclick="check_some_langs(this)" /><label for="lang-be">Беларуская мова</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-he" id="lang-he" onclick="check_some_langs(this)" /><label for="lang-he">עברית</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-pl" id="lang-pl" onclick="check_some_langs(this)" /><label for="lang-pl">polski</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-bg" id="lang-bg" onclick="check_some_langs(this)" /><label for="lang-bg">български език</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-hi" id="lang-hi" onclick="check_some_langs(this)" /><label for="lang-hi">मानक हिन्दी</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-pt" id="lang-pt" onclick="check_some_langs(this)" /><label for="lang-pt">português</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ca" id="lang-ca" onclick="check_some_langs(this)" /><label for="lang-ca">català</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-hr" id="lang-hr" onclick="check_some_langs(this)" /><label for="lang-hr">hrvatski</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ro" id="lang-ro" onclick="check_some_langs(this)" /><label for="lang-ro">română</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-cs" id="lang-cs" onclick="check_some_langs(this)" /><label for="lang-cs">česky</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-hu" id="lang-hu" onclick="check_some_langs(this)" /><label for="lang-hu">Magyar</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ru" id="lang-ru" onclick="check_some_langs(this)" /><label for="lang-ru">русский</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-da" id="lang-da" onclick="check_some_langs(this)" /><label for="lang-da">dansk</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-hy" id="lang-hy" onclick="check_some_langs(this)" /><label for="lang-hy">Հայերեն լեզու</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-sk" id="lang-sk" onclick="check_some_langs(this)" /><label for="lang-sk">slovenčina</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-de" id="lang-de" onclick="check_some_langs(this)" /><label for="lang-de">Deutsch</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-id" id="lang-id" onclick="check_some_langs(this)" /><label for="lang-id">Bahasa Indonesia</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-sl" id="lang-sl" onclick="check_some_langs(this)" /><label for="lang-sl">slovenščina</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-el" id="lang-el" onclick="check_some_langs(this)" /><label for="lang-el">Ελληνικά</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-is" id="lang-is" onclick="check_some_langs(this)" /><label for="lang-is">íslenska</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-sr" id="lang-sr" onclick="check_some_langs(this)" /><label for="lang-sr">српски језик</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-en" id="lang-en" onclick="check_some_langs(this)" checked='checked'/><label for="lang-en">English</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-it" id="lang-it" onclick="check_some_langs(this)" /><label for="lang-it">italiano (Italy)</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-sv" id="lang-sv" onclick="check_some_langs(this)" checked='checked'/><label for="lang-sv">Svenska</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-eo" id="lang-eo" onclick="check_some_langs(this)" /><label for="lang-eo">Esperanto</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ja" id="lang-ja" onclick="check_some_langs(this)" /><label for="lang-ja">日本語</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ta" id="lang-ta" onclick="check_some_langs(this)" /><label for="lang-ta">தமிழ்</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-es" id="lang-es" onclick="check_some_langs(this)" /><label for="lang-es">español</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-ko" id="lang-ko" onclick="check_some_langs(this)" /><label for="lang-ko">한국어</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-th" id="lang-th" onclick="check_some_langs(this)" /><label for="lang-th">ภาษาไทย</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-et" id="lang-et" onclick="check_some_langs(this)" /><label for="lang-et">eesti keel</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-la" id="lang-la" onclick="check_some_langs(this)" /><label for="lang-la">Latin</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-tr" id="lang-tr" onclick="check_some_langs(this)" /><label for="lang-tr">Türkçe</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-eu" id="lang-eu" onclick="check_some_langs(this)" /><label for="lang-eu">Euskara</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-lt" id="lang-lt" onclick="check_some_langs(this)" /><label for="lang-lt">lietuvių kalba</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-uk" id="lang-uk" onclick="check_some_langs(this)" /><label for="lang-uk">українська мова</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-fa" id="lang-fa" onclick="check_some_langs(this)" /><label for="lang-fa">فارسی</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-lv" id="lang-lv" onclick="check_some_langs(this)" /><label for="lang-lv">latviešu valoda</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-vi" id="lang-vi" onclick="check_some_langs(this)" /><label for="lang-vi">Tiếng Việt</label></td></tr><tr><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-fi" id="lang-fi" onclick="check_some_langs(this)" /><label for="lang-fi">suomi</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-nl" id="lang-nl" onclick="check_some_langs(this)" /><label for="lang-nl">Nederlands</label></td><td style="padding-right: 15px; white-space: nowrap;"><input type="checkbox" name="lang-zh" id="lang-zh" onclick="check_some_langs(this)" /><label for="lang-zh">中文</label></td></tr></table></td></tr><tr><td><input type="submit" class="btn" value="save options"/></td></tr></table></form></div></div><p class="bottommenu debuginfo"><span class="icon">π</span> <span class="content">Rendered by PID 20826 on app-101 at 2013-01-29 19:31:53.414535+00:00 running 858db8b.</span></p></body></html>
|
@@ -0,0 +1,50 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Community", :vcr do
|
4
|
+
describe "Creation of a steam profile with data" do
|
5
|
+
subject{Stew::Community::SteamId.create(76561197992917668)}
|
6
|
+
|
7
|
+
describe "profile" do
|
8
|
+
it "sets the nickname" do
|
9
|
+
subject.profile.nickname.should eq 'MrCheese'
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
describe "games" do
|
14
|
+
it "creates games" do
|
15
|
+
subject.games.collect(&:name).include?('Shank').should be_true
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
describe "friends" do
|
20
|
+
it "creates friends" do
|
21
|
+
subject.friends.collect(&:id).include?(76561197972211787.to_s).should be_true
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
describe "Attempted creation of a non-existing Steam ID" do
|
27
|
+
subject{Stew::Community::SteamId.create("www.google.com/nisse")}
|
28
|
+
|
29
|
+
it "raises a Stew::XmlClient::ObjectNotFoundError" do
|
30
|
+
expect{subject.profile.nickname}.to raise_error(Stew::Community::SteamIdNotFoundError)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe "Creation of a steam id that has a set vanity url" do
|
35
|
+
it "properly follows redirects and parses the data" do
|
36
|
+
profile = Stew::Community::SteamId.create(76561197960889223)
|
37
|
+
profile.id.should eq 76561197960889223
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe "Creation of a steam id from a URL" do
|
42
|
+
let(:id){76561197992917668}
|
43
|
+
let(:url){"http://steamcommunity.com/profiles/#{id}"}
|
44
|
+
|
45
|
+
it "creates the steam id" do
|
46
|
+
steam_id = Stew::Community::SteamId.create(url)
|
47
|
+
steam_id.id.should eq id
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,129 @@
|
|
1
|
+
#encoding: utf-8
|
2
|
+
|
3
|
+
require 'spec_helper'
|
4
|
+
|
5
|
+
describe "Store", :vcr do
|
6
|
+
|
7
|
+
let(:store_client){Stew::StoreClient.new}
|
8
|
+
subject{store_client.app(id)}
|
9
|
+
|
10
|
+
describe "Creation of a store app with data" do
|
11
|
+
let(:id){211420}
|
12
|
+
|
13
|
+
it "sets the name" do
|
14
|
+
subject.name.should eq "Dark Souls™: Prepare To Die™ Edition"
|
15
|
+
end
|
16
|
+
|
17
|
+
it "sets the score" do
|
18
|
+
subject.score.should eq 85
|
19
|
+
end
|
20
|
+
|
21
|
+
it "sets the release date" do
|
22
|
+
subject.release_date.should eq Date.parse("Aug 23, 2012")
|
23
|
+
end
|
24
|
+
|
25
|
+
it "sets dlc flag" do
|
26
|
+
subject.dlc?.should be_false
|
27
|
+
end
|
28
|
+
|
29
|
+
it "sets the genres" do
|
30
|
+
subject.genres.should eq ['Action','RPG']
|
31
|
+
end
|
32
|
+
|
33
|
+
it "sets the developer" do
|
34
|
+
subject.developer.should eq 'FromSoftware'
|
35
|
+
end
|
36
|
+
|
37
|
+
it "sets the publisher" do
|
38
|
+
subject.publisher.should eq 'Namco Bandai Games'
|
39
|
+
end
|
40
|
+
|
41
|
+
it "is not indie" do
|
42
|
+
subject.indie?.should be_false
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe "Creation of a store DLC app with data" do
|
47
|
+
let(:id){16870}
|
48
|
+
|
49
|
+
subject{store_client.app(id)}
|
50
|
+
|
51
|
+
it "sets dlc flag" do
|
52
|
+
subject.dlc?.should be_true
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
describe "Creation of a store App with multiple offers" do
|
57
|
+
let(:id){49520}
|
58
|
+
subject{store_client.app(id)}
|
59
|
+
|
60
|
+
it "has multiple offers" do
|
61
|
+
subject.offers.count.should > 1
|
62
|
+
end
|
63
|
+
|
64
|
+
it "has a base price" do
|
65
|
+
subject.price.should eq Money.parse("$59.99")
|
66
|
+
end
|
67
|
+
|
68
|
+
describe "the basic offer" do
|
69
|
+
let(:offer){subject.offers.first}
|
70
|
+
|
71
|
+
it "has the correct name" do
|
72
|
+
offer.name.should eq 'Borderlands 2'
|
73
|
+
end
|
74
|
+
|
75
|
+
it "has no description" do
|
76
|
+
offer.description.should be_nil
|
77
|
+
end
|
78
|
+
|
79
|
+
it "has the correct price" do
|
80
|
+
offer.price.should eq Money.parse("$59.99")
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
describe "the 4 pack" do
|
85
|
+
let(:offer){subject.offers.entries[1]}
|
86
|
+
|
87
|
+
it "has the correct name" do
|
88
|
+
offer.name.should eq 'Borderlands 2 - 4-Pack'
|
89
|
+
end
|
90
|
+
|
91
|
+
it "has the correct description" do
|
92
|
+
offer.description.should eq "Includes four copies of Borderlands 2 - Send the extra copies to your friends"
|
93
|
+
end
|
94
|
+
|
95
|
+
it "has the correct price" do
|
96
|
+
offer.price.should eq Money.parse("$179.99")
|
97
|
+
end
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
describe "Creation of a UK store app" do
|
102
|
+
subject{store_client.app(49520, :uk)}
|
103
|
+
|
104
|
+
it "sets the correct price" do
|
105
|
+
subject.price.currency.should eq Money::Currency.new 'GBP'
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
describe "Creation of a EU1 store app" do
|
110
|
+
subject{store_client.app(49520, :se)}
|
111
|
+
|
112
|
+
it "sets the correct currency" do
|
113
|
+
subject.price.currency.should eq Money::Currency.new 'EUR'
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
describe "Creation of an app from a url" do
|
118
|
+
let(:url){"http://store.steampowered.com/app/205100/?cc=uk"}
|
119
|
+
subject{store_client.create_app(url)}
|
120
|
+
|
121
|
+
it "has the correct currency" do
|
122
|
+
subject.price.currency.should eq Money::Currency.new 'GBP'
|
123
|
+
end
|
124
|
+
|
125
|
+
it "has the correct name" do
|
126
|
+
subject.name.should eq 'Dishonored'
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Stew::Community::ProfileFriends" do
|
4
|
+
let(:id){76561197992917668}
|
5
|
+
let(:response){YAML.load_file('spec/fixtures/profiles/friends/76561197992917668.yml')['friendsList']['friends']['friend']}
|
6
|
+
|
7
|
+
let(:subject){Stew::Community::ProfileFriends.new(response)}
|
8
|
+
|
9
|
+
describe ".entries" do
|
10
|
+
it "sets the friends" do
|
11
|
+
response.each do |friend|
|
12
|
+
Stew::Community::SteamId.should_receive(:new).with(friend)
|
13
|
+
end
|
14
|
+
subject.entries.count.should eq 30
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
describe ".each" do
|
19
|
+
let(:subject){Stew::Community::ProfileFriends.new(response)}
|
20
|
+
|
21
|
+
it "invokes the given block for each object returned by the friends method" do
|
22
|
+
friend1 = double(:name => 'Half-Life 2')
|
23
|
+
friend2 = double(:name => 'Shank')
|
24
|
+
friends = [friend1,friend2]
|
25
|
+
|
26
|
+
friend1.should_receive(:name)
|
27
|
+
friend2.should_receive(:name)
|
28
|
+
subject.instance_eval do
|
29
|
+
@friends = friends
|
30
|
+
end
|
31
|
+
|
32
|
+
subject.each do |friend|
|
33
|
+
friend.name
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Stew::Community::ProfileGame" do
|
4
|
+
let(:response){YAML.load_file('spec/fixtures/profiles/games/76561197992917668.yml')}
|
5
|
+
let(:subject){Stew::Community::ProfileGames.new(76561197992917668)}
|
6
|
+
|
7
|
+
describe ".initialize" do
|
8
|
+
before :each do
|
9
|
+
data = YAML.load_file('spec/fixtures/profiles/games/76561197992917668.yml')
|
10
|
+
@profile_game = Stew::Community::ProfileGame.new(data['gamesList']['games']['game'].first)
|
11
|
+
end
|
12
|
+
|
13
|
+
it "sets the app id" do
|
14
|
+
@profile_game.app_id.should eq 211420
|
15
|
+
end
|
16
|
+
|
17
|
+
it "sets the name" do
|
18
|
+
@profile_game.name.should eq "Dark Souls: Prepare to Die Edition"
|
19
|
+
end
|
20
|
+
|
21
|
+
it "sets the logo url" do
|
22
|
+
@profile_game.logo.should eq "http://media.steampowered.com/steamcommunity/public/images/apps/211420/d293c8e38f56de2c7097b2c7a975caca49029a8b.jpg"
|
23
|
+
end
|
24
|
+
|
25
|
+
it "sets the store link" do
|
26
|
+
@profile_game.store_link.should eq "http://steamcommunity.com/app/211420"
|
27
|
+
end
|
28
|
+
|
29
|
+
it "sets the hours_last_2_weeks" do
|
30
|
+
@profile_game.hours_last_2_weeks.should eq 16.9
|
31
|
+
end
|
32
|
+
|
33
|
+
it "sets the hours_on_record" do
|
34
|
+
@profile_game.hours_on_record.should eq 16.9
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,36 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Stew::Community::ProfileGames" do
|
4
|
+
let(:id){76561197992917668}
|
5
|
+
let(:response){YAML.load_file('spec/fixtures/profiles/games/76561197992917668.yml')['gamesList']['games']['game']}
|
6
|
+
|
7
|
+
let(:subject){Stew::Community::ProfileGames.new(response)}
|
8
|
+
|
9
|
+
describe ".entries" do
|
10
|
+
it "sets the games" do
|
11
|
+
response.each do |game|
|
12
|
+
Stew::Community::ProfileGame.should_receive(:new).with(game)
|
13
|
+
end
|
14
|
+
subject.entries.count.should eq 102
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
describe ".each" do
|
19
|
+
it "invokes the given block for each object returned by the games method" do
|
20
|
+
game1 = double(:name => 'Half-Life 2')
|
21
|
+
game2 = double(:name => 'Shank')
|
22
|
+
games = [game1,game2]
|
23
|
+
|
24
|
+
game1.should_receive(:name)
|
25
|
+
game2.should_receive(:name)
|
26
|
+
subject.instance_eval do
|
27
|
+
@games = games
|
28
|
+
end
|
29
|
+
|
30
|
+
subject.each do |game|
|
31
|
+
game.name
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Stew::Community::Profile" do
|
4
|
+
let(:id){76561197992917668}
|
5
|
+
let(:response){YAML.load_file('spec/fixtures/profiles/76561197992917668.yml')['profile']}
|
6
|
+
|
7
|
+
subject{Stew::Community::Profile.new(response)}
|
8
|
+
|
9
|
+
describe "attributes" do
|
10
|
+
it "sets the id" do
|
11
|
+
subject.id.should eq id
|
12
|
+
end
|
13
|
+
|
14
|
+
it "sets the nickname" do
|
15
|
+
subject.nickname.should eq 'MrCheese'
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,116 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Stew::Community::SteamId" do
|
4
|
+
let(:id){76561197992917668}
|
5
|
+
let(:community_client){double('community_client')}
|
6
|
+
|
7
|
+
subject{Stew::Community::SteamId.new(id,{:client => community_client})}
|
8
|
+
|
9
|
+
describe "#create" do
|
10
|
+
context "when the parameter is an integer" do
|
11
|
+
it "creates a steam_id with the given integer as id" do
|
12
|
+
Stew::Community::SteamId.create(id).id.should eq id
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
context "when the parameter is a steamcommunity url" do
|
17
|
+
let(:url){"http://steamcommunity.com/profiles/#{id}"}
|
18
|
+
|
19
|
+
it "creates a steam_id with the id in the given string as id" do
|
20
|
+
Stew::Community::SteamId.create(url).id.should eq id
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
context "when the parameter is a vanity url" do
|
25
|
+
let(:name){"somename"}
|
26
|
+
let(:url){"http://steamcommunity.com/id/#{name}"}
|
27
|
+
|
28
|
+
it "creates a steamid with the vanity name as first parameter" do
|
29
|
+
Stew::Community::SteamId.should_receive(:new).with(name)
|
30
|
+
Stew::Community::SteamId.create(url)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
context "when the parameter is a vanity name" do
|
35
|
+
let(:name){"somename"}
|
36
|
+
|
37
|
+
it "creates a steamid with the vanity name as first parameter" do
|
38
|
+
Stew::Community::SteamId.should_receive(:new).with(name)
|
39
|
+
Stew::Community::SteamId.create(name)
|
40
|
+
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
context "when the parameter is a url that cannot be matched" do
|
45
|
+
it "raises a SteamIdNotFound error" do
|
46
|
+
expect{Stew::Community::SteamId.create('sdfsdf/dsfsdf/com')}.to raise_error(Stew::Community::SteamIdNotFoundError)
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
describe ".initialize" do
|
52
|
+
|
53
|
+
context "when the id is a number" do
|
54
|
+
it "sets the id" do
|
55
|
+
subject.id.should eq id
|
56
|
+
end
|
57
|
+
|
58
|
+
it "should create a community client with no options" do
|
59
|
+
Stew::CommunityClient.should_receive(:new).with()
|
60
|
+
Stew::Community::SteamId.new(id)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
context "when the id is a vanity name" do
|
65
|
+
let(:id){"foobar20"}
|
66
|
+
|
67
|
+
it "sets the id" do
|
68
|
+
subject.id.should eq id
|
69
|
+
end
|
70
|
+
|
71
|
+
it "should create a community client with the base_path option set to 'id'" do
|
72
|
+
Stew::CommunityClient.should_receive(:new).with({:base_path => 'id'})
|
73
|
+
Stew::Community::SteamId.new(id)
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
describe ".profile" do
|
79
|
+
it "calls profile on the community_client" do
|
80
|
+
community_client.should_receive(:profile).with(id)
|
81
|
+
subject.profile
|
82
|
+
end
|
83
|
+
|
84
|
+
it "only calls profile on the community_client once" do
|
85
|
+
community_client.should_receive(:profile).with(id).once.and_return(double('profile'))
|
86
|
+
subject.profile
|
87
|
+
subject.profile
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
describe ".games" do
|
92
|
+
it "calls profile_games on the community_client" do
|
93
|
+
community_client.should_receive(:profile_games).with(id)
|
94
|
+
subject.games
|
95
|
+
end
|
96
|
+
|
97
|
+
it "only calls games on the community_client once" do
|
98
|
+
community_client.should_receive(:profile_games).with(id).once.and_return(double('profile_games'))
|
99
|
+
subject.games
|
100
|
+
subject.games
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
describe ".friends" do
|
105
|
+
it "calls profile_friends on the community_client" do
|
106
|
+
community_client.should_receive(:profile_friends).with(id)
|
107
|
+
subject.friends
|
108
|
+
end
|
109
|
+
|
110
|
+
it "only calls friends on the community_client once" do
|
111
|
+
community_client.should_receive(:profile_friends).with(id).once.and_return(double('profile_friends'))
|
112
|
+
subject.friends
|
113
|
+
subject.friends
|
114
|
+
end
|
115
|
+
end
|
116
|
+
end
|