tf2r 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/.ruby-gemset +1 -1
- data/.travis.yml +3 -0
- data/CHANGELOG.md +0 -0
- data/Gemfile.lock +38 -2
- data/README.md +30 -2
- data/Rakefile +8 -1
- data/lib/tf2r/scraper.rb +262 -166
- data/lib/tf2r/version.rb +1 -1
- data/spec/raffles.html +320 -0
- data/spec/scraper_spec.rb +210 -3
- data/spec/spec_helper.rb +14 -1
- data/spec/vcr/cassettes/raffles.yml +243 -0
- data/spec/vcr/cassettes/scrape_raffle_for_creator.yml +213 -0
- data/spec/vcr/cassettes/scrape_raffle_for_participants.yml +213 -0
- data/spec/vcr/cassettes/scrape_raffle_for_raffle.yml +213 -0
- data/spec/vcr/cassettes/scrape_ranks.yml +197 -0
- data/spec/vcr/cassettes/scrape_user_not_found.yml +119 -0
- data/spec/vcr/cassettes/scrape_user_real.yml +275 -0
- data/tf2r.gemspec +17 -11
- metadata +84 -10
data/spec/raffles.html
ADDED
@@ -0,0 +1,320 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/1.7.0
|
3
|
+
Date: Mon, 04 Aug 2014 19:36:34 GMT
|
4
|
+
Content-Type: text/html; charset=utf-8
|
5
|
+
Transfer-Encoding: chunked
|
6
|
+
Connection: keep-alive
|
7
|
+
Vary: Accept-Encoding
|
8
|
+
Set-Cookie: session=8seGVQ8eXGofRVocMUHxZR%2CZbw3; expires=Tue, 04-Aug-2015 19:36:34 GMT; Max-Age=31536000; path=/
|
9
|
+
Expires: Thu, 19 Nov 1981 08:52:00 GMT
|
10
|
+
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
|
11
|
+
Pragma: no-cache
|
12
|
+
|
13
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
14
|
+
<!-- This site and its work is protected under the Creative Commons Attribution-NonCommercial-NoDerivs 2.0 UK: England & Wales (CC BY-NC-ND 2.0) license, for full infomation please follow the link: http://creativecommons.org/licenses/by-nc-nd/2.0/uk/legalcode -->
|
15
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
16
|
+
<head>
|
17
|
+
<title>TF2R Item Raffles - Public raffles</title>
|
18
|
+
<link href="http://tf2r.com/themes/mainTheme/style.css?55" rel="stylesheet" type="text/css" />
|
19
|
+
<script type="text/javascript" src="http://tf2r.com/js/jquery-1.4.2.min.js?3"></script>
|
20
|
+
<script type="text/javascript" src="http://tf2r.com/js/jquery.color.js?3"></script>
|
21
|
+
<script type="text/javascript" src="http://tf2r.com/js/hello.js?3"></script>
|
22
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
23
|
+
<script type="text/javascript">
|
24
|
+
var _gaq = _gaq || [];
|
25
|
+
_gaq.push(['_setAccount', 'UA-24316727-1']);
|
26
|
+
_gaq.push(['_setDomainName', 'tf2r.com']);
|
27
|
+
_gaq.push(['_setAllowLinker', true]);
|
28
|
+
_gaq.push(['_trackPageview']);
|
29
|
+
|
30
|
+
(function() {
|
31
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
32
|
+
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
33
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
34
|
+
})();
|
35
|
+
</script>
|
36
|
+
|
37
|
+
<style type="text/css">
|
38
|
+
#background { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAPklEQVQImWMM8fd5+vQpAwZg5ufllpaW/vz5M5oEEwMDw9OnT6WlpbFIYJVjgrPQ5JiQVSHLoUggy6FLwOUAOIIZAP7IThoAAAAASUVORK5CYII%3D") repeat; position: fixed; left: 0em; top:0em; z-index: -1000000000; width: 100%; height: 100%; }
|
39
|
+
.pubrhead { position: relative; }
|
40
|
+
.pubrheart { position: absolute; left: -83px; top: -50px; height: 63px; width: 80px; background: url('http://tf2r.com/images/heart.png') no-repeat; }
|
41
|
+
.pubrbrokeheart { position: absolute; left: -83px; top: -50px; height: 63px; width: 80px; background: url('http://tf2r.com/images/brokeheart.png') no-repeat; }
|
42
|
+
#nav_content { position: relative; }
|
43
|
+
</style>
|
44
|
+
|
45
|
+
</head>
|
46
|
+
<body onload="init()">
|
47
|
+
|
48
|
+
<!-- BuySellAds Ad Code -->
|
49
|
+
<script type="text/javascript">
|
50
|
+
(function(){
|
51
|
+
var bsa = document.createElement('script');
|
52
|
+
bsa.type = 'text/javascript';
|
53
|
+
bsa.async = true;
|
54
|
+
bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
|
55
|
+
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
|
56
|
+
})();
|
57
|
+
</script>
|
58
|
+
<!-- End BuySellAds Ad Code -->
|
59
|
+
|
60
|
+
<!--<div id="background"></div>-->
|
61
|
+
<div class="infitem" style="display:none;"><div class="infname">Name</div><div class="infdesc">Desc</div></div>
|
62
|
+
<div id="header">
|
63
|
+
<div id="header_left">
|
64
|
+
</div>
|
65
|
+
<div id="header_left">
|
66
|
+
<a href="http://tf2r.com/">
|
67
|
+
<img src="http://tf2r.com/images/logo_d.png" alt="Logo" style="position: absolute; top: -5px; left: 0px; height: 105px;" />
|
68
|
+
</a>
|
69
|
+
</div>
|
70
|
+
<div id="header_right">
|
71
|
+
<div id="member_holder" style="padding: 0px 30px 0px 30px">
|
72
|
+
<a style="line-height:90px;" class="welcome_font" href="http://tf2r.com/donate.html">Donate</a>
|
73
|
+
<font style="line-height:90px;" class="welcome_font"> - </font>
|
74
|
+
<a style="line-height:90px;" class="welcome_font" href="#" onclick="window.location='http://tf2r.com/login';"><img src="http://steamcommunity.com/public/images/signinthroughsteam/sits_landing.png" alt="steam login" style="vertical-align:middle;" /></a>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
<div class="header_right">
|
78
|
+
<div class="header_ad">
|
79
|
+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
80
|
+
<!-- 728x90 -->
|
81
|
+
<ins class="adsbygoogle"
|
82
|
+
style="display:inline-block;width:728px;height:90px"
|
83
|
+
data-ad-client="ca-pub-5176296122623736"
|
84
|
+
data-ad-slot="9486257391"></ins>
|
85
|
+
<script>
|
86
|
+
(adsbygoogle = window.adsbygoogle || []).push({});
|
87
|
+
</script>
|
88
|
+
</div>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
|
92
|
+
<div class="adverts" style="width: 100% !important;">
|
93
|
+
<div style="width: 970px; height: 90px; margin: auto; margin-bottom: 5px;">
|
94
|
+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
95
|
+
<!-- Large Footer -->
|
96
|
+
<ins class="adsbygoogle"
|
97
|
+
style="display:inline-block;width:970px;height:90px"
|
98
|
+
data-ad-client="ca-pub-5176296122623736"
|
99
|
+
data-ad-slot="9882118412"></ins>
|
100
|
+
<script>
|
101
|
+
(adsbygoogle = window.adsbygoogle || []).push({});
|
102
|
+
</script>
|
103
|
+
</div>
|
104
|
+
</div>
|
105
|
+
|
106
|
+
|
107
|
+
<div class="mSuc nbg"><div style="text-align: center;">To avoid spamming announcements in the steam group <a href="http://steamcommunity.com/groups/TF2R-D#announcements/detail/202978767977572826">Reagy has gone and made a group for their streaming and giveaways.</a></div></div><div class="mSuc nbg"><div style="text-align: center; font-weight: bold;"><a href="http://steamcommunity.com/groups/TF2R-D#announcements/detail/1532659679035892947">Future of TF2R and our rebrand plans...</a><hr><a href="http://steamcommunity.com/groups/TF2R-D#announcements/detail/1515773076497615582">Also selling unusuals if anyone intrested.</div></div>
|
108
|
+
|
109
|
+
|
110
|
+
<div id="wrapper">
|
111
|
+
|
112
|
+
<div id="nav_holder" class="nbg">
|
113
|
+
<div id="nav_content">
|
114
|
+
<div class="nav_font">
|
115
|
+
<a href="http://tf2r.com/news.html" title="Home">Home</a> |
|
116
|
+
<a href="http://tf2r.com/newraf.html" title="New raffle">New raffle</a> |
|
117
|
+
<a href="http://tf2r.com/raffles.html" title="Public raffles">Public raffles</a>
|
118
|
+
</div>
|
119
|
+
<div class="nav_font_s">
|
120
|
+
<a href="http://tf2r.com/info.html" title="Site info">Info</a> |
|
121
|
+
<a href="http://tf2r.com/rules.html" title="Site rules">Rules</a> |
|
122
|
+
<a href="http://steamcommunity.com/groups/TF2R-D/discussions/0/" title="Community forums">Forum</a> |
|
123
|
+
<a href="http://tf2r.com/donate.html" title="Donations">Donations</a> |
|
124
|
+
<a href="http://tf2r.com/active.html" title="So... just who is addicted?">Active users</a> |
|
125
|
+
<a href="http://apple-shack.org/" title="Games? Who plays games, bah.">Our gameservers!</a> |
|
126
|
+
<a href="http://tf2r.com/chat.html" title="Chat!">Chat</a><!-- |
|
127
|
+
<a href="http://tf2r.com/advertise.html" title="Advertise here!">Advertise</a>-->
|
128
|
+
</div>
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
<div id="content" class="nbg">
|
132
|
+
<div class="welcome_font"></div><div class="indent"><script type="text/javascript">
|
133
|
+
|
134
|
+
/*if(typeof(Components) !== "undefined")
|
135
|
+
if(typeof(Components.interfaces) !== "undefined")
|
136
|
+
if(typeof(Components.interfaces.gmIGreasemonkeyService) !== "undefined")
|
137
|
+
window.location = "/fuckingmonkey.html";*/
|
138
|
+
|
139
|
+
var lpr = 643212;
|
140
|
+
|
141
|
+
|
142
|
+
var focused = true;
|
143
|
+
function derpFocus(){
|
144
|
+
focused = true;
|
145
|
+
}
|
146
|
+
function derpBlur(){
|
147
|
+
focused = false;
|
148
|
+
}
|
149
|
+
|
150
|
+
if ($.browser.msie)
|
151
|
+
{
|
152
|
+
$(document).bind(
|
153
|
+
{
|
154
|
+
focusin: derpFocus,
|
155
|
+
focusout: derpBlur
|
156
|
+
});
|
157
|
+
}
|
158
|
+
else
|
159
|
+
{
|
160
|
+
$(window).bind(
|
161
|
+
{
|
162
|
+
focus: derpFocus,
|
163
|
+
blur: derpBlur
|
164
|
+
});
|
165
|
+
}
|
166
|
+
|
167
|
+
|
168
|
+
function checkraffles()
|
169
|
+
{
|
170
|
+
|
171
|
+
if(focused){
|
172
|
+
$.ajax({
|
173
|
+
type: "post",
|
174
|
+
url: "http://tf2r.com/job.php",
|
175
|
+
dataType: "json",
|
176
|
+
data: {
|
177
|
+
"checkpublicraffles": "true",
|
178
|
+
"lastpraffle": lpr
|
179
|
+
},
|
180
|
+
success: function(data){
|
181
|
+
if(data.status == "fail")
|
182
|
+
alert(data.message);
|
183
|
+
else if(data.status == "ok")
|
184
|
+
{
|
185
|
+
if(data.message.newraf.length >= 1)
|
186
|
+
{
|
187
|
+
for(id in data.message.newraf)
|
188
|
+
{
|
189
|
+
var ent = data.message.newraf[id];
|
190
|
+
var itemlist = "";
|
191
|
+
|
192
|
+
var wid = 644;
|
193
|
+
for(iid in ent.items)
|
194
|
+
{
|
195
|
+
var eent = ent.items[iid];
|
196
|
+
|
197
|
+
if((wid -= (eent.wid + 10)) >= 0)
|
198
|
+
itemlist += getItem(eent);
|
199
|
+
}
|
200
|
+
|
201
|
+
if(lpr < ent.id) lpr = ent.id;
|
202
|
+
$(".participants").prepend("<div class=\"pubrhead\" style=\"display:none;\"><div class=\"pubrhead-text-left\"><a href=\""+ent.link+"\" style=\"color: #"+ent.color+";\">"+ent.name+"</a></div><div class=\"pubrhead-text-right\"><a href=\""+ent.rlink+"\">"+ent.rname+"</a></div><div class=\"pubrhead-arrow-border\"></div><div class=\"pubrhead-arrow\"></div></div><div class=\"pubrcont\"><div class=\"pubrleft\"><div class=\"pubrav\"><a href=\""+ent.link+"\"><img src=\""+ent.avatar+"\" width=\"64px\" height=\"64px\"></a></div><div class=\"pubrarro\"></div></div><div class=\"pubrright\">"+itemlist+"</div></div><div class=\"clear\"></div>");
|
203
|
+
}
|
204
|
+
}
|
205
|
+
|
206
|
+
ih();
|
207
|
+
}
|
208
|
+
}
|
209
|
+
});
|
210
|
+
}
|
211
|
+
|
212
|
+
setTimeout(checkraffles, 5000);
|
213
|
+
}
|
214
|
+
|
215
|
+
function getItem(ent)
|
216
|
+
{
|
217
|
+
return "<div class=\"item "+ent.q+"\" ilevel=\""+ent.level+"\" iu1=\""+ent.iu1+"\" iname=\""+ent.name+"\" style=\"width:"+ent.wid+"px;height:"+ent.hei+"px;\">"+ent.lnks+"<img src=\""+ent.image+"\" width=\""+ent.wid+"\" height=\""+ent.hei+"\" />"+ent.lnke+"</div>";
|
218
|
+
}
|
219
|
+
|
220
|
+
function ih()
|
221
|
+
{
|
222
|
+
$(".item").unbind("mouseenter").unbind("mouseleave");
|
223
|
+
|
224
|
+
$(".item").hover(function(){
|
225
|
+
var op = $(this);
|
226
|
+
|
227
|
+
var pos = $(op).offset();
|
228
|
+
var height = $(op).height();
|
229
|
+
var width = $(op).width();
|
230
|
+
|
231
|
+
$(".infname").html(op.attr("iname"));
|
232
|
+
$(".infdesc").html("Level: "+op.attr("ilevel")+((op.attr("iu1") != "") ? "<br />#"+op.attr("iu1") : ""));
|
233
|
+
|
234
|
+
if(op.attr("ilevel") != "" && op.attr("ilevel") != "0")
|
235
|
+
$(".infitem").show();
|
236
|
+
|
237
|
+
$(".infitem").css({ "left": (pos.left - 4) + (width / 2) - ($(".infdesc").width() / 2) + "px", "top": (pos.top + height + 4) + "px" });
|
238
|
+
|
239
|
+
},function(){
|
240
|
+
$(".infitem").hide();
|
241
|
+
});
|
242
|
+
}
|
243
|
+
|
244
|
+
function getItems()
|
245
|
+
{
|
246
|
+
var list = new Array();
|
247
|
+
$(".jqueryitemsgather").each(function(index, object){
|
248
|
+
list[index] = $(object).attr("rqitems");
|
249
|
+
});
|
250
|
+
var slist = list.join(";");
|
251
|
+
|
252
|
+
|
253
|
+
$.ajax({
|
254
|
+
type: "post",
|
255
|
+
url: "http://tf2r.com/job.php",
|
256
|
+
dataType: "json",
|
257
|
+
data: {
|
258
|
+
"getitems": "true",
|
259
|
+
"list": slist
|
260
|
+
},
|
261
|
+
success: function(data){
|
262
|
+
if(data.status == "fail")
|
263
|
+
alert(data.message);
|
264
|
+
else if(data.status == "ok")
|
265
|
+
{
|
266
|
+
if(data.message.items.length >= 1)
|
267
|
+
{
|
268
|
+
$(".jqueryitemsgather").each(function(oid, obj)
|
269
|
+
{
|
270
|
+
var wid = 644;
|
271
|
+
for(id in data.message.items)
|
272
|
+
{
|
273
|
+
var ent = data.message.items[id];
|
274
|
+
|
275
|
+
if(ent.rkey == $(this).attr("rqitems") && (wid -= (ent.wid + 10)) >= 0)
|
276
|
+
$(this).prepend(getItem(ent));
|
277
|
+
}
|
278
|
+
});
|
279
|
+
}
|
280
|
+
|
281
|
+
ih();
|
282
|
+
}
|
283
|
+
}
|
284
|
+
});
|
285
|
+
}
|
286
|
+
|
287
|
+
function slDown()
|
288
|
+
{
|
289
|
+
if($(".participants .pubrhead:hidden").length >= 1)
|
290
|
+
$(".participants .pubrhead:hidden:last").slideDown(250);
|
291
|
+
|
292
|
+
setTimeout(slDown, 500);
|
293
|
+
}
|
294
|
+
|
295
|
+
$(document).ready(function(){
|
296
|
+
slDown();
|
297
|
+
getItems();
|
298
|
+
setTimeout(checkraffles, 5000);
|
299
|
+
|
300
|
+
$(".infitem").offset({ top: 0, left: 0 });
|
301
|
+
});
|
302
|
+
</script>
|
303
|
+
|
304
|
+
<div class="participants">
|
305
|
+
<div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198050765746.html" style="color: #EBE2CA;">Bopniar</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k4jx1hz.html">Seems legit</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198050765746.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/17/17ee81afa50437965ad673d8342f371ac0cf129b_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="4jx1hz"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198037470397.html" style="color: #EBE2CA;">lord of butt</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k39xxrn.html">in 19 days i become a big boi!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198037470397.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/bf/bfd3339291a8dc354299f971c6fcf1bdddeeffb5_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="39xxrn"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198031040690.html" style="color: #EBE2CA;">Mcquenze</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/klgmil6.html">Sappers destroyed</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198031040690.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/ad/ad7180274c71f4228ed5bcb4162829238d9fb408_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="lgmil6"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561197992645322.html" style="color: #EBE2CA;">sunshine</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kki385w.html">look to the shore</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561197992645322.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/c0/c01b9709f7e2a9987e6acea61a33a7f8d6234971_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="ki385w"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198043499992.html" style="color: #EBE2CA;">SignalMissing</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kicdwkr.html">Keys are going down</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198043499992.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/9e/9ee9fe75241c38de93557382e0f187a2c4c6dfca_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="icdwkr"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198025707302.html" style="color: #4D7455;">BIGHEAD</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/katplv5.html">#429 Vacation Probs</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198025707302.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/e7/e73c68a62a6e253901b9c35c14072ce7ec0ec866_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="atplv5"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198045579933.html" style="color: #4D7455;">Bill Nye The Science Guy</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/ktvn6lk.html">Summer</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198045579933.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/bf/bfc0a0cfabdf9ae7881145f92e4eb6088ee32d50_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="tvn6lk"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198078878570.html" style="color: #FFD700;">Pikachu</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k8e7l8i.html">Road 2 unusual</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198078878570.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/a3/a3d28b93604b5e7c89de7336fa55eed01b311bb8_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="8e7l8i"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198067267487.html" style="color: #EBE2CA;">HI™</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/khtbsnr.html">5 FREE GAMES!!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198067267487.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/86/861155e545768b24c4e5cfc4e438b3fad616779a_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="htbsnr"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561197990742787.html" style="color: #EBE2CA;">Kinky Pie #ScrapTF</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k8ewjcd.html">Bah BAH</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561197990742787.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/42/42bbfe57a84edcaab0244d05e2b2650c35093083_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="8ewjcd"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198021620602.html" style="color: #EBE2CA;">Honey Bear</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k7ankgg.html">Seriously?</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198021620602.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/63/6314bb0b98f3d567bdf88377709e463844fa0087_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="7ankgg"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198081963512.html" style="color: #CD9B1D;">Dark</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kk7ezyp.html">Sad day mates.</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198081963512.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/b0/b0436f416f187ae577dbbec8fd89a691a92fa385_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="k7ezyp"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198144053601.html" style="color: #EBE2CA;">keviccc</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k2ffrlu.html">Merry Taunting Christmas!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198144053601.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/eb/eb89dcaad32cc26b3be6e63177faffc06c494f82_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="2ffrlu"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198065386964.html" style="color: #EBE2CA;">Da Muffin Man♡ #keyboard broke</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kmic3d6.html">do i have a "rare" prof fab?</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198065386964.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/4a/4af8cf5c58c500e317115854652be113988a20e2_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="mic3d6"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198068940464.html" style="color: #EBE2CA;">=THT= Luis</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kpr5l69.html">By the power of Grayskull!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198068940464.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/ed/ede2cafe38629872fe8c065d61d893cf8b0d5bbd_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="pr5l69"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198012467854.html" style="color: #C599F2;">Jetty</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kt90hcg.html">Hairy </a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198012467854.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/60/6052aebd287ec2376a500bbaee43e2bd480deb9c_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="t90hcg"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198089459378.html" style="color: #EBE2CA;">wow</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k4fqdqy.html">Crates.....I guess.</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198089459378.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/d8/d824bcf6037b90df6bc54e55691bc6c177f9b6bc_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="4fqdqy"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198066038973.html" style="color: #EBE2CA;">Zant</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/koxac1q.html">Samurai</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198066038973.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/14/14cefb30890f2c1efc0e5c5e22e1411728e72237_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="oxac1q"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198103752892.html" style="color: #EBE2CA;">grzesio010</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kfzdlbf.html">+500 rep</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198103752892.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/26/26a729919b13a6a142da3677a08099eb40f00618_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="fzdlbf"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198134625531.html" style="color: #EBE2CA;">ƒ² | Eren</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k7qk4xw.html">Scammer T_T</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198134625531.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/b4/b4a41ed4c648bbfbaa5eb53370fd7942eec1db50_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="7qk4xw"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198103752892.html" style="color: #EBE2CA;">grzesio010</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k5sxou6.html">Fabricators :3</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198103752892.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/26/26a729919b13a6a142da3677a08099eb40f00618_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="5sxou6"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198045218909.html" style="color: #4D7455;">FlyingRabidUnicornPig™</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/ksj28cl.html">6) Counting</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198045218909.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/d8/d883f0bcce67db9dc0fe01999245635b57c6ace4_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="sj28cl"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198055366604.html" style="color: #EBE2CA;">-pg- Scootabacon</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k6pf4id.html">Crate-O-Mania 500+</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198055366604.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/d7/d7f55c5c968d6f51e5654dc9933d188071a6c1ff_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="6pf4id"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198070866632.html" style="color: #EBE2CA;">MariosKLB (Φονική Μπουγάτσα)</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/ktv7qo2.html">Question</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198070866632.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/6f/6f9ea6667ee177d7013d01970bcd4169fee7bf3f_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="tv7qo2"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198042752085.html" style="color: #EBE2CA;">[ISA] *_XeDoX_*</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k3qj8fn.html">END RAFFLE :3 ENJOY guys :D</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198042752085.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/93/934ed712db7f5ec01e08f6490f59e21572897d88_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="3qj8fn"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198039357450.html" style="color: #FFD700;">¿</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kbvaqzz.html">Titlehasbeentaken</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198039357450.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/96/961a24d44b599de658cbffbf9004ac6b590ea573_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="bvaqzz"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198011466206.html" style="color: #EBE2CA;">DeadBunny</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/knfv4jv.html">need anime's to watch</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198011466206.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/1b/1b3d9c1aedc64f086a2f36803b2ffb884dac522f_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="nfv4jv"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198122453560.html" style="color: #EBE2CA;">[TWS][UK:WAR] THE BLURRED DOGE</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kpmdwru.html"> EMPTIED MY BACKPACK!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198122453560.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/26/2697f5f00fc5f88a271923eb6fe4e706a97bb874_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="pmdwru"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198033148253.html" style="color: #FFD700;">MuddaFugga</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k9d4hl9.html">Life is good *knock wood</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198033148253.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/bd/bd0723aee78d9b5ccc72d514ccd40337edcf5e35_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="9d4hl9"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198057110555.html" style="color: #FFD700;">Saber</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/klazmb9.html">That engineer</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198057110555.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/f8/f8b704d99f18d5ad2d3f2c7141e1a4257d678cb5_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="lazmb9"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198068113912.html" style="color: #EBE2CA;">greg99ist</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kjihkuh.html">Something Good Happened?!?!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198068113912.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/14/14bb03585f17da93d7cad7f5a4b1fce9b8324e92_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="jihkuh"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198068662533.html" style="color: #EBE2CA;">Snowball ♥</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k84yeld.html">You see nothing</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198068662533.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/92/92d8a24c8970c0961c1e2900b30c9f52c9d4f88f_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="84yeld"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198011528195.html" style="color: #FFD700;">Jeefk0</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kpesrch.html">Birthday Raffle!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198011528195.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/9e/9e62a2bb32b1031676ace1e66953cad15c0d0059_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="pesrch"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198083663777.html" style="color: #EBE2CA;">Omegaknuckles3 [DNRG]</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/klfhx6e.html">Tribute to Masuo15 and Jeek0</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198083663777.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/be/be57e7026524cd4d447afddc9f21753ead9306fa_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="lfhx6e"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198104180629.html" style="color: #EBE2CA;">Mannlex21</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k7ui694.html">213123123123</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198104180629.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/34/34a0cf6b5f827df93e5ef36f80b682ce36822a78_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="7ui694"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198055322457.html" style="color: #EBE2CA;">-_Madara_-</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/ka111su.html">Raffu !</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198055322457.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/c5/c5f21e749a592754a085cbc0061cd3a30dfd7fc1_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="a111su"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561197995906298.html" style="color: #EBE2CA;">Hefaistos</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k1er5ks.html">Box Of Chocolates</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561197995906298.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/78/78f09ca3e994907faa7db6f374e211d654de4fd4_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="1er5ks"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198044469332.html" style="color: #CD9B1D;">Hyaenidaeღ</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/k5jygb7.html">Get fried</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198044469332.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/1c/1ca6e4553e7b96b437ca6c6b17bcb41f058a9dc3_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="5jygb7"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198102725855.html" style="color: #EBE2CA;">HunterKillerDrone</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kfs34iq.html">I'm Poor so sorry </a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198102725855.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/fc/fc13bb1f59388dc6070a14f9224b6f697e08a4d3_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="fs34iq"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198081963512.html" style="color: #CD9B1D;">Dark</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kmyr0pb.html">Whaz up.</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198081963512.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/b0/b0436f416f187ae577dbbec8fd89a691a92fa385_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="myr0pb"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561197995235996.html" style="color: #EBE2CA;">Johnny Moarr</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kiw2uus.html">I know you're all hungry.</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561197995235996.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/48/4857362fe7c17a0839a13ed9abb537b9dcd96be2_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="iw2uus"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198089487031.html" style="color: #FFD700;">(TAoGS) Mr. Sir Shpee</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kua8e86.html">Thank you based Alver</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198089487031.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/7b/7b7edcb4cd930385f9cc899e14a3e2c0563fe75b_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="ua8e86"></div></div><div class="clear"></div><div class="pubrhead"><div class="pubrhead-text-left"><a href="http://tf2r.com/user/76561198083658594.html" style="color: #EBE2CA;">Bananas</a></div><div class="pubrhead-text-right"><a href="http://tf2r.com/kzkp8jo.html">Here we go again!</a></div><div class="pubrhead-arrow-border"></div><div class="pubrhead-arrow"></div></div><div class="pubrcont"><div class="pubrleft"><div class="pubrav"><a href="http://tf2r.com/user/76561198083658594.html"><img src="http://media.steampowered.com/steamcommunity/public/images/avatars/64/64af8aec0c1d2b6bcd661681d2cfcc23f52ab8e0_medium.jpg" width="64px" height="64px"></a></div><div class="pubrarro"></div></div><div class="pubrright jqueryitemsgather" rqitems="zkp8jo"></div></div><div class="clear"></div>
|
306
|
+
</div></div>
|
307
|
+
<div style="margin: 5px auto; text-align: center;">This site uses the Steam Web API - Powered by <a href=' http://steampowered.com'>Steam</a><br /><a href='http://tf2r.com/rules.html'>TOS and Rules</a> - <a href='http://tf2r.com/privacy.html'>Privacy Policy</a></div>
|
308
|
+
</div>
|
309
|
+
</div>
|
310
|
+
|
311
|
+
<div class="adverts">
|
312
|
+
<div style="width: 750px; height: 90px; margin: auto;">
|
313
|
+
<!-- BuySellAds Zone Code -->
|
314
|
+
<div id="bsap_1286776" class="bsarocks bsap_8bb763b0d69d123f42fe844ab196f2b5"></div>
|
315
|
+
<!-- End BuySellAds Zone Code -->
|
316
|
+
</div>
|
317
|
+
</div>
|
318
|
+
</div>
|
319
|
+
<body>
|
320
|
+
</html>
|