bnet_scraper 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +7 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE +20 -0
- data/README.md +136 -0
- data/Rakefile +10 -0
- data/benchmarks/sc2_profile_parsing.rb +24 -0
- data/bnet_scraper.gemspec +22 -0
- data/lib/bnet_scraper.rb +7 -0
- data/lib/bnet_scraper/starcraft2.rb +46 -0
- data/lib/bnet_scraper/starcraft2/achievement_scraper.rb +63 -0
- data/lib/bnet_scraper/starcraft2/base_scraper.rb +53 -0
- data/lib/bnet_scraper/starcraft2/league_scraper.rb +50 -0
- data/lib/bnet_scraper/starcraft2/match_history_scraper.rb +65 -0
- data/lib/bnet_scraper/starcraft2/profile_scraper.rb +63 -0
- data/spec/spec_helper.rb +5 -0
- data/spec/starcraft2/achievement_scraper_spec.rb +99 -0
- data/spec/starcraft2/base_scraper_spec.rb +14 -0
- data/spec/starcraft2/league_scraper_spec.rb +71 -0
- data/spec/starcraft2/match_history_scraper_spec.rb +53 -0
- data/spec/starcraft2/profile_scraper_spec.rb +128 -0
- data/spec/starcraft2_spec.rb +32 -0
- data/spec/support/achievements.html +1156 -0
- data/spec/support/league.html +8310 -0
- data/spec/support/leagues.html +3810 -0
- data/spec/support/load_fakeweb.rb +26 -0
- data/spec/support/matches.html +1228 -0
- data/spec/support/profile.html +1192 -0
- data/spec/support/shared/sc2_scraper.rb +72 -0
- metadata +140 -0
@@ -0,0 +1,3810 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
105
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
|
106
|
+
<head xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
|
107
|
+
<title>1v1 Platinum - Demon - StarCraft II</title>
|
108
|
+
<meta content="false" http-equiv="imagetoolbar" />
|
109
|
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
|
110
|
+
<link rel="shortcut icon" href="/sc2/static/local-common/images/favicons/sc2.ico" type="image/x-icon"/>
|
111
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://us.battle.net/en-us/data/opensearch" title="Battle.net Search" />
|
112
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common.css?v39" />
|
113
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie.css?v39" />
|
114
|
+
<![endif]-->
|
115
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie6.css?v39" />
|
116
|
+
<![endif]-->
|
117
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie7.css?v39" />
|
118
|
+
<![endif]-->
|
119
|
+
<link title="StarCraft II - News" href="/sc2/en/feed/news" type="application/atom+xml" rel="alternate"/>
|
120
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2.css?v19" />
|
121
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile.css?v19" />
|
122
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile-ie6.css?v19" />
|
123
|
+
<![endif]-->
|
124
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie.css?v19" />
|
125
|
+
<![endif]-->
|
126
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie6.css?v19" />
|
127
|
+
<![endif]-->
|
128
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie7.css?v19" />
|
129
|
+
<![endif]-->
|
130
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.js?v39"></script>
|
131
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/core.js?v39"></script>
|
132
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/tooltip.js?v39"></script>
|
133
|
+
<!--[if IE 6]> <script type="text/javascript">
|
134
|
+
//<![CDATA[
|
135
|
+
try { document.execCommand('BackgroundImageCache', false, true) } catch(e) {}
|
136
|
+
//]]>
|
137
|
+
</script>
|
138
|
+
<![endif]-->
|
139
|
+
<script type="text/javascript">
|
140
|
+
//<![CDATA[
|
141
|
+
Core.staticUrl = '/sc2/static';
|
142
|
+
Core.sharedStaticUrl= '/sc2/static/local-common';
|
143
|
+
Core.baseUrl = '/sc2/en';
|
144
|
+
Core.projectUrl = '/sc2';
|
145
|
+
Core.cdnUrl = 'http://us.media.blizzard.com';
|
146
|
+
Core.supportUrl = 'http://us.battle.net/support/';
|
147
|
+
Core.secureSupportUrl= 'https://us.battle.net/support/';
|
148
|
+
Core.project = 'sc2';
|
149
|
+
Core.locale = 'en-us';
|
150
|
+
Core.language = 'en';
|
151
|
+
Core.buildRegion = 'us';
|
152
|
+
Core.region = 'us';
|
153
|
+
Core.shortDateFormat= 'MM/dd/yyyy';
|
154
|
+
Core.dateTimeFormat = 'MM/dd/yyyy hh:mm a';
|
155
|
+
Core.loggedIn = false;
|
156
|
+
Flash.videoPlayer = 'http://us.media.blizzard.com/global-video-player/themes/sc2/video-player.swf';
|
157
|
+
Flash.videoBase = 'http://us.media.blizzard.com/sc2/media/videos';
|
158
|
+
Flash.ratingImage = 'http://us.media.blizzard.com/global-video-player/ratings/sc2/en-us.jpg';
|
159
|
+
Flash.expressInstall= 'http://us.media.blizzard.com/global-video-player/expressInstall.swf';
|
160
|
+
var _gaq = _gaq || [];
|
161
|
+
_gaq.push(['_setAccount', 'UA-544112-16']);
|
162
|
+
_gaq.push(['_setDomainName', '.battle.net']);
|
163
|
+
_gaq.push(['_setAllowLinker', true]);
|
164
|
+
_gaq.push(['_trackPageview']);
|
165
|
+
_gaq.push(['_trackPageLoadTime']);
|
166
|
+
//]]>
|
167
|
+
</script>
|
168
|
+
<meta property="og:site_name" content="StarCraft II" />
|
169
|
+
<meta property="og:title" content="1v1 Platinum - Demon - StarCraft II" />
|
170
|
+
<meta property="og:image" content="http://us.media.blizzard.com/battle.net/logos/og-sc2.png" />
|
171
|
+
<meta property="og:url" content="http://us.battle.net/sc2/en/profile/2377239/1/Demon/ladder/leagues" />
|
172
|
+
<meta property="og:type" content="website" />
|
173
|
+
<meta property="og:locale" content="en_US" />
|
174
|
+
<meta property="fb:admins" content="470332842321,433163104416"/>
|
175
|
+
</head>
|
176
|
+
<body class="en-us"><div id="wrapper">
|
177
|
+
<div id="header">
|
178
|
+
<div class="search-bar">
|
179
|
+
<form action="/sc2/en/search" method="get" autocomplete="off">
|
180
|
+
<div>
|
181
|
+
<input type="text" class="search-field input" name="q" id="search-field" maxlength="200" tabindex="40" alt="Search StarCraft II" value="Search StarCraft II" />
|
182
|
+
<input type="submit" class="search-button" value="" tabindex="41" />
|
183
|
+
</div>
|
184
|
+
</form>
|
185
|
+
</div>
|
186
|
+
<h1 id="logo"><a href="/sc2/en/">Battle.net</a></h1>
|
187
|
+
<div id="header-plate">
|
188
|
+
<ul class="menu" id="menu">
|
189
|
+
<li class="menu-home">
|
190
|
+
<a href="/sc2/en/">
|
191
|
+
<span>Home</span>
|
192
|
+
</a>
|
193
|
+
</li>
|
194
|
+
<li class="menu-game">
|
195
|
+
<a href="/sc2/en/game/">
|
196
|
+
<span>Game Guide</span>
|
197
|
+
</a>
|
198
|
+
</li>
|
199
|
+
<li class="menu-community">
|
200
|
+
<a href="/sc2/en/community/">
|
201
|
+
<span>Community</span>
|
202
|
+
</a>
|
203
|
+
</li>
|
204
|
+
<li class="menu-media">
|
205
|
+
<a href="/sc2/en/media/">
|
206
|
+
<span>Media</span>
|
207
|
+
</a>
|
208
|
+
</li>
|
209
|
+
<li class="menu-forums">
|
210
|
+
<a href="/sc2/en/forum/">
|
211
|
+
<span>Forums</span>
|
212
|
+
</a>
|
213
|
+
</li>
|
214
|
+
<li class="menu-services">
|
215
|
+
<a href="/sc2/en/services/">
|
216
|
+
<span>Services</span>
|
217
|
+
</a>
|
218
|
+
</li>
|
219
|
+
</ul>
|
220
|
+
<div id="user-plate" class="ajax-update">
|
221
|
+
<div id="user-empty">
|
222
|
+
<a href="?login" onclick="return Login.open('https://us.battle.net/login/login.frag')"><strong>Log in</strong></a> with your Battle.net account to post comments and personalize your site content.
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<ol class="ui-breadcrumb">
|
226
|
+
<li>
|
227
|
+
<a href="/sc2/en/" rel="np">
|
228
|
+
StarCraft II
|
229
|
+
</a>
|
230
|
+
</li>
|
231
|
+
<li>
|
232
|
+
<a href="/sc2/en/profile/2377239/1/Demon/" rel="np">
|
233
|
+
Demon
|
234
|
+
</a>
|
235
|
+
</li>
|
236
|
+
<li>
|
237
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/" rel="np">
|
238
|
+
Leagues & Ladders
|
239
|
+
</a>
|
240
|
+
</li>
|
241
|
+
<li>
|
242
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/leagues" rel="np">
|
243
|
+
My Leagues
|
244
|
+
</a>
|
245
|
+
</li>
|
246
|
+
<li class="last">
|
247
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/leagues" rel="np">
|
248
|
+
1v1 Platinum
|
249
|
+
</a>
|
250
|
+
</li>
|
251
|
+
</ol>
|
252
|
+
</div>
|
253
|
+
</div>
|
254
|
+
<div id="content">
|
255
|
+
<div id="content-top">
|
256
|
+
<div id="content-bot"> <div id="profile-wrapper">
|
257
|
+
<div id="profile-header">
|
258
|
+
<div id="portrait" onclick="Core.goTo('/sc2/en/profile/2377239/1/Demon/');">
|
259
|
+
|
260
|
+
|
261
|
+
<span class="icon-frame "
|
262
|
+
style="background: url('/sc2/static/local-common/images/sc2/portraits/1-90.jpg?v39') -270px -90px no-repeat; width: 90px; height: 90px;">
|
263
|
+
|
264
|
+
</span>
|
265
|
+
|
266
|
+
<div id="portrait-frame"> </div>
|
267
|
+
</div>
|
268
|
+
|
269
|
+
<div id="current-decals">
|
270
|
+
<div class="current-decal" data-tooltip="Zerg Decal">
|
271
|
+
|
272
|
+
|
273
|
+
<span class="icon-frame "
|
274
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') -90px -270px no-repeat; width: 45px; height: 45px;">
|
275
|
+
|
276
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/zerg-decals#reward-2359737029" style="height: 45px"> </a>
|
277
|
+
</span>
|
278
|
+
</div>
|
279
|
+
|
280
|
+
<div class="current-decal" data-tooltip="Protoss Decal">
|
281
|
+
|
282
|
+
|
283
|
+
<span class="icon-frame "
|
284
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') -270px -225px no-repeat; width: 45px; height: 45px;">
|
285
|
+
|
286
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/protoss-decals#reward-979617312" style="height: 45px"> </a>
|
287
|
+
</span>
|
288
|
+
</div>
|
289
|
+
|
290
|
+
<div class="current-decal" data-tooltip="Terran Decal">
|
291
|
+
|
292
|
+
|
293
|
+
<span class="icon-frame "
|
294
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') 0px 0px no-repeat; width: 45px; height: 45px;">
|
295
|
+
|
296
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/terran-decals#reward-18730036" style="height: 45px"> </a>
|
297
|
+
</span>
|
298
|
+
</div>
|
299
|
+
</div>
|
300
|
+
|
301
|
+
<h2><a href="/sc2/en/profile/2377239/1/Demon/">Demon</a></h2>
|
302
|
+
<h3>3630</h3>
|
303
|
+
</div>
|
304
|
+
|
305
|
+
<div id="profile-left">
|
306
|
+
<ul id="profile-menu">
|
307
|
+
<li>
|
308
|
+
<a href="/sc2/en/profile/2377239/1/Demon/">
|
309
|
+
|
310
|
+
|
311
|
+
<span class="back"></span>
|
312
|
+
Back <span>Profile</span>
|
313
|
+
</a>
|
314
|
+
</li>
|
315
|
+
<li>
|
316
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/">
|
317
|
+
|
318
|
+
|
319
|
+
<span class="back"></span>
|
320
|
+
Back <span>Leagues & Ladde...</span>
|
321
|
+
</a>
|
322
|
+
</li>
|
323
|
+
<li class="active">
|
324
|
+
<a href="96905#current-rank" data-tooltip="#menu-team-96905">
|
325
|
+
|
326
|
+
|
327
|
+
1v1 Platinum Rank 95
|
328
|
+
</a>
|
329
|
+
</li>
|
330
|
+
<li>
|
331
|
+
<a href="96716#current-rank" data-tooltip="#menu-team-96716">
|
332
|
+
|
333
|
+
|
334
|
+
2v2 Random Platinum ...
|
335
|
+
</a>
|
336
|
+
</li>
|
337
|
+
<li>
|
338
|
+
<a href="98162#current-rank" data-tooltip="#menu-team-98162">
|
339
|
+
|
340
|
+
|
341
|
+
2v2 Diamond Rank 45
|
342
|
+
</a>
|
343
|
+
</li>
|
344
|
+
<li>
|
345
|
+
<a href="97369#current-rank" data-tooltip="#menu-team-97369">
|
346
|
+
|
347
|
+
|
348
|
+
2v2 Silver Rank 8
|
349
|
+
</a>
|
350
|
+
</li>
|
351
|
+
<li>
|
352
|
+
<a href="96828#current-rank" data-tooltip="#menu-team-96828">
|
353
|
+
|
354
|
+
|
355
|
+
3v3 Random Gold Rank...
|
356
|
+
</a>
|
357
|
+
</li>
|
358
|
+
<li>
|
359
|
+
<a href="97985#current-rank" data-tooltip="#menu-team-97985">
|
360
|
+
|
361
|
+
|
362
|
+
3v3 Diamond Rank 56
|
363
|
+
</a>
|
364
|
+
</li>
|
365
|
+
<li>
|
366
|
+
<a href="98523#current-rank" data-tooltip="#menu-team-98523">
|
367
|
+
|
368
|
+
|
369
|
+
3v3 Silver Rank 5
|
370
|
+
</a>
|
371
|
+
</li>
|
372
|
+
<li>
|
373
|
+
<a href="96863#current-rank" data-tooltip="#menu-team-96863">
|
374
|
+
|
375
|
+
|
376
|
+
3v3 Platinum Rank 88
|
377
|
+
</a>
|
378
|
+
</li>
|
379
|
+
<li>
|
380
|
+
<a href="97250#current-rank" data-tooltip="#menu-team-97250">
|
381
|
+
|
382
|
+
|
383
|
+
3v3 Gold Rank 75
|
384
|
+
</a>
|
385
|
+
</li>
|
386
|
+
<li>
|
387
|
+
<a href="96830#current-rank" data-tooltip="#menu-team-96830">
|
388
|
+
|
389
|
+
|
390
|
+
4v4 Random Platinum ...
|
391
|
+
</a>
|
392
|
+
</li>
|
393
|
+
<li>
|
394
|
+
<a href="98336#current-rank" data-tooltip="#menu-team-98336">
|
395
|
+
|
396
|
+
|
397
|
+
4v4 Gold Rank 38
|
398
|
+
</a>
|
399
|
+
</li>
|
400
|
+
<li>
|
401
|
+
<a href="98936#current-rank" data-tooltip="#menu-team-98936">
|
402
|
+
|
403
|
+
|
404
|
+
4v4 Diamond Rank 54
|
405
|
+
</a>
|
406
|
+
</li>
|
407
|
+
</ul>
|
408
|
+
|
409
|
+
|
410
|
+
</div>
|
411
|
+
|
412
|
+
<div id="profile-right">
|
413
|
+
|
414
|
+
<div id="menu-team-96905" style="display: none">
|
415
|
+
<div class="ladder-tooltip">
|
416
|
+
|
417
|
+
<span class="badge badge-platinum badge-medium-1">
|
418
|
+
</span>
|
419
|
+
|
420
|
+
<strong>Rank 95</strong><br />
|
421
|
+
Demon
|
422
|
+
</div>
|
423
|
+
</div>
|
424
|
+
<div id="menu-team-96716" style="display: none">
|
425
|
+
<div class="ladder-tooltip">
|
426
|
+
|
427
|
+
<span class="badge badge-platinum badge-medium-1">
|
428
|
+
</span>
|
429
|
+
|
430
|
+
<strong>Rank 84</strong><br />
|
431
|
+
Demon
|
432
|
+
</div>
|
433
|
+
</div>
|
434
|
+
<div id="menu-team-98162" style="display: none">
|
435
|
+
<div class="ladder-tooltip">
|
436
|
+
|
437
|
+
<span class="badge badge-diamond badge-medium-2">
|
438
|
+
</span>
|
439
|
+
|
440
|
+
<strong>Rank 45</strong><br />
|
441
|
+
Demon,
|
442
|
+
GimbleB
|
443
|
+
</div>
|
444
|
+
</div>
|
445
|
+
<div id="menu-team-97369" style="display: none">
|
446
|
+
<div class="ladder-tooltip">
|
447
|
+
|
448
|
+
<span class="badge badge-silver badge-medium-4">
|
449
|
+
</span>
|
450
|
+
|
451
|
+
<strong>Rank 8</strong><br />
|
452
|
+
Mykaelos,
|
453
|
+
Demon
|
454
|
+
</div>
|
455
|
+
</div>
|
456
|
+
<div id="menu-team-96828" style="display: none">
|
457
|
+
<div class="ladder-tooltip">
|
458
|
+
|
459
|
+
<span class="badge badge-gold badge-medium-3">
|
460
|
+
</span>
|
461
|
+
|
462
|
+
<strong>Rank 19</strong><br />
|
463
|
+
Demon
|
464
|
+
</div>
|
465
|
+
</div>
|
466
|
+
<div id="menu-team-97985" style="display: none">
|
467
|
+
<div class="ladder-tooltip">
|
468
|
+
|
469
|
+
<span class="badge badge-diamond badge-medium-1">
|
470
|
+
</span>
|
471
|
+
|
472
|
+
<strong>Rank 56</strong><br />
|
473
|
+
PandaPrime,
|
474
|
+
Demon,
|
475
|
+
GimbleB
|
476
|
+
</div>
|
477
|
+
</div>
|
478
|
+
<div id="menu-team-98523" style="display: none">
|
479
|
+
<div class="ladder-tooltip">
|
480
|
+
|
481
|
+
<span class="badge badge-silver badge-medium-4">
|
482
|
+
</span>
|
483
|
+
|
484
|
+
<strong>Rank 5</strong><br />
|
485
|
+
Mykaelos,
|
486
|
+
Demon,
|
487
|
+
Cadwallion
|
488
|
+
</div>
|
489
|
+
</div>
|
490
|
+
<div id="menu-team-96863" style="display: none">
|
491
|
+
<div class="ladder-tooltip">
|
492
|
+
|
493
|
+
<span class="badge badge-platinum badge-medium-1">
|
494
|
+
</span>
|
495
|
+
|
496
|
+
<strong>Rank 88</strong><br />
|
497
|
+
Demon,
|
498
|
+
Cadwallion,
|
499
|
+
GimbleB
|
500
|
+
</div>
|
501
|
+
</div>
|
502
|
+
<div id="menu-team-97250" style="display: none">
|
503
|
+
<div class="ladder-tooltip">
|
504
|
+
|
505
|
+
<span class="badge badge-gold badge-medium-1">
|
506
|
+
</span>
|
507
|
+
|
508
|
+
<strong>Rank 75</strong><br />
|
509
|
+
Mykaelos,
|
510
|
+
Demon,
|
511
|
+
GimbleB
|
512
|
+
</div>
|
513
|
+
</div>
|
514
|
+
<div id="menu-team-96830" style="display: none">
|
515
|
+
<div class="ladder-tooltip">
|
516
|
+
|
517
|
+
<span class="badge badge-platinum badge-medium-1">
|
518
|
+
</span>
|
519
|
+
|
520
|
+
<strong>Rank 88</strong><br />
|
521
|
+
Demon
|
522
|
+
</div>
|
523
|
+
</div>
|
524
|
+
<div id="menu-team-98336" style="display: none">
|
525
|
+
<div class="ladder-tooltip">
|
526
|
+
|
527
|
+
<span class="badge badge-gold badge-medium-2">
|
528
|
+
</span>
|
529
|
+
|
530
|
+
<strong>Rank 38</strong><br />
|
531
|
+
Fyrefly,
|
532
|
+
Mykaelos,
|
533
|
+
Demon,
|
534
|
+
Cadwallion
|
535
|
+
</div>
|
536
|
+
</div>
|
537
|
+
<div id="menu-team-98936" style="display: none">
|
538
|
+
<div class="ladder-tooltip">
|
539
|
+
|
540
|
+
<span class="badge badge-diamond badge-medium-1">
|
541
|
+
</span>
|
542
|
+
|
543
|
+
<strong>Rank 54</strong><br />
|
544
|
+
GimbleB,
|
545
|
+
Demon,
|
546
|
+
Mykaelos,
|
547
|
+
Fyrefly
|
548
|
+
</div>
|
549
|
+
</div>
|
550
|
+
|
551
|
+
<div class="data-title">
|
552
|
+
<span id="bonus-pool">Bonus Pool: <span>274</span></span>
|
553
|
+
|
554
|
+
<div class="data-label">
|
555
|
+
<h3>
|
556
|
+
Season 6 <span>-</span>
|
557
|
+
|
558
|
+
1v1 Platinum
|
559
|
+
|
560
|
+
<span>Division Shelak Whiskey</span>
|
561
|
+
</h3>
|
562
|
+
</div>
|
563
|
+
</div>
|
564
|
+
|
565
|
+
<table class="data-table ladder-table">
|
566
|
+
<thead>
|
567
|
+
<tr>
|
568
|
+
<th> </th>
|
569
|
+
<th> </th>
|
570
|
+
<th>Rank</th>
|
571
|
+
<th colspan="1" width="33%">Player</th>
|
572
|
+
<th>Points</th>
|
573
|
+
<th>Wins</th>
|
574
|
+
</tr>
|
575
|
+
</thead>
|
576
|
+
<tbody>
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
<tr class="row2"
|
581
|
+
>
|
582
|
+
|
583
|
+
<td class="banner tier-1" rowspan="8" valign="top">
|
584
|
+
<div class="relative">
|
585
|
+
|
586
|
+
<div class="badge-banner">
|
587
|
+
|
588
|
+
<span class="badge badge-platinum badge-medium-4">
|
589
|
+
</span>
|
590
|
+
|
591
|
+
<span class="rank">
|
592
|
+
Top<br />
|
593
|
+
<strong>8</strong>
|
594
|
+
</span>
|
595
|
+
</div>
|
596
|
+
</div>
|
597
|
+
</td>
|
598
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
599
|
+
|
600
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
601
|
+
</td>
|
602
|
+
<td class="align-center" style="width: 40px">1st</td>
|
603
|
+
|
604
|
+
<td>
|
605
|
+
|
606
|
+
<a href="/sc2/en/profile/716883/1/coffeebandit/"
|
607
|
+
class="race-protoss"
|
608
|
+
data-tooltip="#player-info-716883">
|
609
|
+
coffeebandit
|
610
|
+
</a>
|
611
|
+
|
612
|
+
<div id="player-info-716883" style="display: none">
|
613
|
+
<div class="tooltip-title">coffeebandit</div>
|
614
|
+
<strong>Previous Rank:</strong> 2<br />
|
615
|
+
<strong>Favorite Race:</strong> Protoss
|
616
|
+
</div>
|
617
|
+
</td>
|
618
|
+
<td class="align-center">431</td>
|
619
|
+
<td class="align-center">66</td>
|
620
|
+
</tr>
|
621
|
+
|
622
|
+
<tr class="row1"
|
623
|
+
>
|
624
|
+
|
625
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
626
|
+
|
627
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
628
|
+
</td>
|
629
|
+
<td class="align-center" style="width: 40px">2nd</td>
|
630
|
+
|
631
|
+
<td>
|
632
|
+
|
633
|
+
<a href="/sc2/en/profile/1640879/1/EAsprtzKE/"
|
634
|
+
class="race-zerg"
|
635
|
+
data-tooltip="#player-info-1640879">
|
636
|
+
EAsprtzKE
|
637
|
+
</a>
|
638
|
+
|
639
|
+
<div id="player-info-1640879" style="display: none">
|
640
|
+
<div class="tooltip-title">EAsprtzKE</div>
|
641
|
+
<strong>Previous Rank:</strong> 13<br />
|
642
|
+
<strong>Favorite Race:</strong> Zerg
|
643
|
+
</div>
|
644
|
+
</td>
|
645
|
+
<td class="align-center">370</td>
|
646
|
+
<td class="align-center">21</td>
|
647
|
+
</tr>
|
648
|
+
|
649
|
+
<tr class="row2"
|
650
|
+
>
|
651
|
+
|
652
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
653
|
+
|
654
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
655
|
+
</td>
|
656
|
+
<td class="align-center" style="width: 40px">3rd</td>
|
657
|
+
|
658
|
+
<td>
|
659
|
+
|
660
|
+
<a href="/sc2/en/profile/2888559/1/Jlau/"
|
661
|
+
class="race-zerg"
|
662
|
+
data-tooltip="#player-info-2888559">
|
663
|
+
Jlau
|
664
|
+
</a>
|
665
|
+
|
666
|
+
<div id="player-info-2888559" style="display: none">
|
667
|
+
<div class="tooltip-title">Jlau</div>
|
668
|
+
<strong>Previous Rank:</strong> 7<br />
|
669
|
+
<strong>Favorite Race:</strong> Zerg
|
670
|
+
</div>
|
671
|
+
</td>
|
672
|
+
<td class="align-center">355</td>
|
673
|
+
<td class="align-center">75</td>
|
674
|
+
</tr>
|
675
|
+
|
676
|
+
<tr class="row1"
|
677
|
+
>
|
678
|
+
|
679
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
680
|
+
|
681
|
+
--
|
682
|
+
</td>
|
683
|
+
<td class="align-center" style="width: 40px">4th</td>
|
684
|
+
|
685
|
+
<td>
|
686
|
+
|
687
|
+
<a href="/sc2/en/profile/573350/1/FranticLemon/"
|
688
|
+
class="race-protoss"
|
689
|
+
data-tooltip="#player-info-573350">
|
690
|
+
FranticLemon
|
691
|
+
</a>
|
692
|
+
|
693
|
+
<div id="player-info-573350" style="display: none">
|
694
|
+
<div class="tooltip-title">FranticLemon</div>
|
695
|
+
<strong>Previous Rank:</strong> 4<br />
|
696
|
+
<strong>Favorite Race:</strong> Protoss
|
697
|
+
</div>
|
698
|
+
</td>
|
699
|
+
<td class="align-center">351</td>
|
700
|
+
<td class="align-center">34</td>
|
701
|
+
</tr>
|
702
|
+
|
703
|
+
<tr class="row2"
|
704
|
+
>
|
705
|
+
|
706
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
707
|
+
|
708
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
709
|
+
</td>
|
710
|
+
<td class="align-center" style="width: 40px">5th</td>
|
711
|
+
|
712
|
+
<td>
|
713
|
+
|
714
|
+
<a href="/sc2/en/profile/361936/1/Jeromy/"
|
715
|
+
class="race-terran"
|
716
|
+
data-tooltip="#player-info-361936">
|
717
|
+
Jeromy
|
718
|
+
</a>
|
719
|
+
|
720
|
+
<div id="player-info-361936" style="display: none">
|
721
|
+
<div class="tooltip-title">Jeromy</div>
|
722
|
+
<strong>Previous Rank:</strong> 11<br />
|
723
|
+
<strong>Favorite Race:</strong> Terran
|
724
|
+
</div>
|
725
|
+
</td>
|
726
|
+
<td class="align-center">335</td>
|
727
|
+
<td class="align-center">38</td>
|
728
|
+
</tr>
|
729
|
+
|
730
|
+
<tr class="row1"
|
731
|
+
>
|
732
|
+
|
733
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
734
|
+
|
735
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
736
|
+
</td>
|
737
|
+
<td class="align-center" style="width: 40px">6th</td>
|
738
|
+
|
739
|
+
<td>
|
740
|
+
|
741
|
+
<a href="/sc2/en/profile/1943677/1/Nehemiah/"
|
742
|
+
class="race-zerg"
|
743
|
+
data-tooltip="#player-info-1943677">
|
744
|
+
Nehemiah
|
745
|
+
</a>
|
746
|
+
|
747
|
+
<div id="player-info-1943677" style="display: none">
|
748
|
+
<div class="tooltip-title">Nehemiah</div>
|
749
|
+
<strong>Previous Rank:</strong> 15<br />
|
750
|
+
<strong>Favorite Race:</strong> Zerg
|
751
|
+
</div>
|
752
|
+
</td>
|
753
|
+
<td class="align-center">330</td>
|
754
|
+
<td class="align-center">54</td>
|
755
|
+
</tr>
|
756
|
+
|
757
|
+
<tr class="row2"
|
758
|
+
>
|
759
|
+
|
760
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
761
|
+
|
762
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
763
|
+
</td>
|
764
|
+
<td class="align-center" style="width: 40px">7th</td>
|
765
|
+
|
766
|
+
<td>
|
767
|
+
|
768
|
+
<a href="/sc2/en/profile/1681813/1/IHEARTPEARS/"
|
769
|
+
class="race-terran"
|
770
|
+
data-tooltip="#player-info-1681813">
|
771
|
+
IHEARTPEARS
|
772
|
+
</a>
|
773
|
+
|
774
|
+
<div id="player-info-1681813" style="display: none">
|
775
|
+
<div class="tooltip-title">IHEARTPEARS</div>
|
776
|
+
<strong>Previous Rank:</strong> 10<br />
|
777
|
+
<strong>Favorite Race:</strong> Terran
|
778
|
+
</div>
|
779
|
+
</td>
|
780
|
+
<td class="align-center">328</td>
|
781
|
+
<td class="align-center">28</td>
|
782
|
+
</tr>
|
783
|
+
|
784
|
+
<tr class="row1"
|
785
|
+
>
|
786
|
+
|
787
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
788
|
+
|
789
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
790
|
+
</td>
|
791
|
+
<td class="align-center" style="width: 40px">8th</td>
|
792
|
+
|
793
|
+
<td>
|
794
|
+
|
795
|
+
<a href="/sc2/en/profile/1961499/1/Paul/"
|
796
|
+
class="race-terran"
|
797
|
+
data-tooltip="#player-info-1961499">
|
798
|
+
Paul
|
799
|
+
</a>
|
800
|
+
|
801
|
+
<div id="player-info-1961499" style="display: none">
|
802
|
+
<div class="tooltip-title">Paul</div>
|
803
|
+
<strong>Previous Rank:</strong> 21<br />
|
804
|
+
<strong>Favorite Race:</strong> Terran
|
805
|
+
</div>
|
806
|
+
</td>
|
807
|
+
<td class="align-center">323</td>
|
808
|
+
<td class="align-center">31</td>
|
809
|
+
</tr>
|
810
|
+
|
811
|
+
<tr class="row2"
|
812
|
+
>
|
813
|
+
|
814
|
+
<td class="banner tier-9" rowspan="17" valign="top">
|
815
|
+
<div class="relative">
|
816
|
+
|
817
|
+
<div class="badge-banner">
|
818
|
+
|
819
|
+
<span class="badge badge-platinum badge-medium-3">
|
820
|
+
</span>
|
821
|
+
|
822
|
+
<span class="rank">
|
823
|
+
Top<br />
|
824
|
+
<strong>25</strong>
|
825
|
+
</span>
|
826
|
+
</div>
|
827
|
+
</div>
|
828
|
+
</td>
|
829
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/26/2012">
|
830
|
+
|
831
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
832
|
+
</td>
|
833
|
+
<td class="align-center" style="width: 40px">9th</td>
|
834
|
+
|
835
|
+
<td>
|
836
|
+
|
837
|
+
<a href="/sc2/en/profile/3010872/1/SZS/"
|
838
|
+
class="race-protoss"
|
839
|
+
data-tooltip="#player-info-3010872">
|
840
|
+
SZS
|
841
|
+
</a>
|
842
|
+
|
843
|
+
<div id="player-info-3010872" style="display: none">
|
844
|
+
<div class="tooltip-title">SZS</div>
|
845
|
+
<strong>Previous Rank:</strong> 57<br />
|
846
|
+
<strong>Favorite Race:</strong> Protoss
|
847
|
+
</div>
|
848
|
+
</td>
|
849
|
+
<td class="align-center">316</td>
|
850
|
+
<td class="align-center">15</td>
|
851
|
+
</tr>
|
852
|
+
|
853
|
+
<tr class="row1"
|
854
|
+
>
|
855
|
+
|
856
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
857
|
+
|
858
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
859
|
+
</td>
|
860
|
+
<td class="align-center" style="width: 40px">10th</td>
|
861
|
+
|
862
|
+
<td>
|
863
|
+
|
864
|
+
<a href="/sc2/en/profile/2286890/1/Blackmail/"
|
865
|
+
class="race-zerg"
|
866
|
+
data-tooltip="#player-info-2286890">
|
867
|
+
Blackmail
|
868
|
+
</a>
|
869
|
+
|
870
|
+
<div id="player-info-2286890" style="display: none">
|
871
|
+
<div class="tooltip-title">Blackmail</div>
|
872
|
+
<strong>Previous Rank:</strong> 31<br />
|
873
|
+
<strong>Favorite Race:</strong> Zerg
|
874
|
+
</div>
|
875
|
+
</td>
|
876
|
+
<td class="align-center">308</td>
|
877
|
+
<td class="align-center">18</td>
|
878
|
+
</tr>
|
879
|
+
|
880
|
+
<tr class="row2"
|
881
|
+
>
|
882
|
+
|
883
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
884
|
+
|
885
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
886
|
+
</td>
|
887
|
+
<td class="align-center" style="width: 40px">11th</td>
|
888
|
+
|
889
|
+
<td>
|
890
|
+
|
891
|
+
<a href="/sc2/en/profile/341357/1/Vriha/"
|
892
|
+
class="race-zerg"
|
893
|
+
data-tooltip="#player-info-341357">
|
894
|
+
Vriha
|
895
|
+
</a>
|
896
|
+
|
897
|
+
<div id="player-info-341357" style="display: none">
|
898
|
+
<div class="tooltip-title">Vriha</div>
|
899
|
+
<strong>Previous Rank:</strong> 8<br />
|
900
|
+
<strong>Favorite Race:</strong> Zerg
|
901
|
+
</div>
|
902
|
+
</td>
|
903
|
+
<td class="align-center">307</td>
|
904
|
+
<td class="align-center">57</td>
|
905
|
+
</tr>
|
906
|
+
|
907
|
+
<tr class="row1"
|
908
|
+
>
|
909
|
+
|
910
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
911
|
+
|
912
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
913
|
+
</td>
|
914
|
+
<td class="align-center" style="width: 40px">12th</td>
|
915
|
+
|
916
|
+
<td>
|
917
|
+
|
918
|
+
<a href="/sc2/en/profile/595023/1/ReVealed/"
|
919
|
+
class="race-protoss"
|
920
|
+
data-tooltip="#player-info-595023">
|
921
|
+
ReVealed
|
922
|
+
</a>
|
923
|
+
|
924
|
+
<div id="player-info-595023" style="display: none">
|
925
|
+
<div class="tooltip-title">ReVealed</div>
|
926
|
+
<strong>Previous Rank:</strong> 16<br />
|
927
|
+
<strong>Favorite Race:</strong> Protoss
|
928
|
+
</div>
|
929
|
+
</td>
|
930
|
+
<td class="align-center">302</td>
|
931
|
+
<td class="align-center">29</td>
|
932
|
+
</tr>
|
933
|
+
|
934
|
+
<tr class="row2"
|
935
|
+
>
|
936
|
+
|
937
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
938
|
+
|
939
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
940
|
+
</td>
|
941
|
+
<td class="align-center" style="width: 40px">13th</td>
|
942
|
+
|
943
|
+
<td>
|
944
|
+
|
945
|
+
<a href="/sc2/en/profile/1140570/1/Surreal/"
|
946
|
+
class="race-terran"
|
947
|
+
data-tooltip="#player-info-1140570">
|
948
|
+
Surreal
|
949
|
+
</a>
|
950
|
+
|
951
|
+
<div id="player-info-1140570" style="display: none">
|
952
|
+
<div class="tooltip-title">Surreal</div>
|
953
|
+
<strong>Previous Rank:</strong> 15<br />
|
954
|
+
<strong>Favorite Race:</strong> Terran
|
955
|
+
</div>
|
956
|
+
</td>
|
957
|
+
<td class="align-center">299</td>
|
958
|
+
<td class="align-center">38</td>
|
959
|
+
</tr>
|
960
|
+
|
961
|
+
<tr class="row1"
|
962
|
+
>
|
963
|
+
|
964
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
965
|
+
|
966
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
967
|
+
</td>
|
968
|
+
<td class="align-center" style="width: 40px">14th</td>
|
969
|
+
|
970
|
+
<td>
|
971
|
+
|
972
|
+
<a href="/sc2/en/profile/545403/1/Shienryu/"
|
973
|
+
class="race-protoss"
|
974
|
+
data-tooltip="#player-info-545403">
|
975
|
+
Shienryu
|
976
|
+
</a>
|
977
|
+
|
978
|
+
<div id="player-info-545403" style="display: none">
|
979
|
+
<div class="tooltip-title">Shienryu</div>
|
980
|
+
<strong>Previous Rank:</strong> 25<br />
|
981
|
+
<strong>Favorite Race:</strong> Protoss
|
982
|
+
</div>
|
983
|
+
</td>
|
984
|
+
<td class="align-center">298</td>
|
985
|
+
<td class="align-center">20</td>
|
986
|
+
</tr>
|
987
|
+
|
988
|
+
<tr class="row2"
|
989
|
+
>
|
990
|
+
|
991
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
992
|
+
|
993
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
994
|
+
</td>
|
995
|
+
<td class="align-center" style="width: 40px">15th</td>
|
996
|
+
|
997
|
+
<td>
|
998
|
+
|
999
|
+
<a href="/sc2/en/profile/1125642/1/Adubs/"
|
1000
|
+
class="race-random"
|
1001
|
+
data-tooltip="#player-info-1125642">
|
1002
|
+
Adubs
|
1003
|
+
</a>
|
1004
|
+
|
1005
|
+
<div id="player-info-1125642" style="display: none">
|
1006
|
+
<div class="tooltip-title">Adubs</div>
|
1007
|
+
<strong>Previous Rank:</strong> 30<br />
|
1008
|
+
<strong>Favorite Race:</strong> Random
|
1009
|
+
</div>
|
1010
|
+
</td>
|
1011
|
+
<td class="align-center">295</td>
|
1012
|
+
<td class="align-center">73</td>
|
1013
|
+
</tr>
|
1014
|
+
|
1015
|
+
<tr class="row1"
|
1016
|
+
>
|
1017
|
+
|
1018
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1019
|
+
|
1020
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1021
|
+
</td>
|
1022
|
+
<td class="align-center" style="width: 40px">16th</td>
|
1023
|
+
|
1024
|
+
<td>
|
1025
|
+
|
1026
|
+
<a href="/sc2/en/profile/2892196/1/TheRoachLord/"
|
1027
|
+
class="race-zerg"
|
1028
|
+
data-tooltip="#player-info-2892196">
|
1029
|
+
TheRoachLord
|
1030
|
+
</a>
|
1031
|
+
|
1032
|
+
<div id="player-info-2892196" style="display: none">
|
1033
|
+
<div class="tooltip-title">TheRoachLord</div>
|
1034
|
+
<strong>Previous Rank:</strong> 7<br />
|
1035
|
+
<strong>Favorite Race:</strong> Zerg
|
1036
|
+
</div>
|
1037
|
+
</td>
|
1038
|
+
<td class="align-center">293</td>
|
1039
|
+
<td class="align-center">24</td>
|
1040
|
+
</tr>
|
1041
|
+
|
1042
|
+
<tr class="row2"
|
1043
|
+
>
|
1044
|
+
|
1045
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1046
|
+
|
1047
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1048
|
+
</td>
|
1049
|
+
<td class="align-center" style="width: 40px">17th</td>
|
1050
|
+
|
1051
|
+
<td>
|
1052
|
+
|
1053
|
+
<a href="/sc2/en/profile/930665/1/Keming/"
|
1054
|
+
class="race-protoss"
|
1055
|
+
data-tooltip="#player-info-930665">
|
1056
|
+
Keming
|
1057
|
+
</a>
|
1058
|
+
|
1059
|
+
<div id="player-info-930665" style="display: none">
|
1060
|
+
<div class="tooltip-title">Keming</div>
|
1061
|
+
<strong>Previous Rank:</strong> 20<br />
|
1062
|
+
<strong>Favorite Race:</strong> Protoss
|
1063
|
+
</div>
|
1064
|
+
</td>
|
1065
|
+
<td class="align-center">291</td>
|
1066
|
+
<td class="align-center">28</td>
|
1067
|
+
</tr>
|
1068
|
+
|
1069
|
+
<tr class="row1"
|
1070
|
+
>
|
1071
|
+
|
1072
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1073
|
+
|
1074
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1075
|
+
</td>
|
1076
|
+
<td class="align-center" style="width: 40px">18th</td>
|
1077
|
+
|
1078
|
+
<td>
|
1079
|
+
|
1080
|
+
<a href="/sc2/en/profile/1627195/1/BirdofHermes/"
|
1081
|
+
class="race-random"
|
1082
|
+
data-tooltip="#player-info-1627195">
|
1083
|
+
BirdofHermes
|
1084
|
+
</a>
|
1085
|
+
|
1086
|
+
<div id="player-info-1627195" style="display: none">
|
1087
|
+
<div class="tooltip-title">BirdofHermes</div>
|
1088
|
+
<strong>Previous Rank:</strong> 12<br />
|
1089
|
+
<strong>Favorite Race:</strong> Random
|
1090
|
+
</div>
|
1091
|
+
</td>
|
1092
|
+
<td class="align-center">289</td>
|
1093
|
+
<td class="align-center">29</td>
|
1094
|
+
</tr>
|
1095
|
+
|
1096
|
+
<tr class="row2"
|
1097
|
+
>
|
1098
|
+
|
1099
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1100
|
+
|
1101
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1102
|
+
</td>
|
1103
|
+
<td class="align-center" style="width: 40px">19th</td>
|
1104
|
+
|
1105
|
+
<td>
|
1106
|
+
|
1107
|
+
<a href="/sc2/en/profile/2707539/1/JerrodCole/"
|
1108
|
+
class="race-zerg"
|
1109
|
+
data-tooltip="#player-info-2707539">
|
1110
|
+
JerrodCole
|
1111
|
+
</a>
|
1112
|
+
|
1113
|
+
<div id="player-info-2707539" style="display: none">
|
1114
|
+
<div class="tooltip-title">JerrodCole</div>
|
1115
|
+
<strong>Previous Rank:</strong> 4<br />
|
1116
|
+
<strong>Favorite Race:</strong> Zerg
|
1117
|
+
</div>
|
1118
|
+
</td>
|
1119
|
+
<td class="align-center">287</td>
|
1120
|
+
<td class="align-center">35</td>
|
1121
|
+
</tr>
|
1122
|
+
|
1123
|
+
<tr class="row1"
|
1124
|
+
>
|
1125
|
+
|
1126
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1127
|
+
|
1128
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1129
|
+
</td>
|
1130
|
+
<td class="align-center" style="width: 40px">20th</td>
|
1131
|
+
|
1132
|
+
<td>
|
1133
|
+
|
1134
|
+
<a href="/sc2/en/profile/1527766/1/Beefit/"
|
1135
|
+
class="race-zerg"
|
1136
|
+
data-tooltip="#player-info-1527766">
|
1137
|
+
Beefit
|
1138
|
+
</a>
|
1139
|
+
|
1140
|
+
<div id="player-info-1527766" style="display: none">
|
1141
|
+
<div class="tooltip-title">Beefit</div>
|
1142
|
+
<strong>Previous Rank:</strong> 37<br />
|
1143
|
+
<strong>Favorite Race:</strong> Zerg
|
1144
|
+
</div>
|
1145
|
+
</td>
|
1146
|
+
<td class="align-center">278</td>
|
1147
|
+
<td class="align-center">14</td>
|
1148
|
+
</tr>
|
1149
|
+
|
1150
|
+
<tr class="row2"
|
1151
|
+
>
|
1152
|
+
|
1153
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1154
|
+
|
1155
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1156
|
+
</td>
|
1157
|
+
<td class="align-center" style="width: 40px">21st</td>
|
1158
|
+
|
1159
|
+
<td>
|
1160
|
+
|
1161
|
+
<a href="/sc2/en/profile/2396275/1/MooMooCow/"
|
1162
|
+
class="race-terran"
|
1163
|
+
data-tooltip="#player-info-2396275">
|
1164
|
+
MooMooCow
|
1165
|
+
</a>
|
1166
|
+
|
1167
|
+
<div id="player-info-2396275" style="display: none">
|
1168
|
+
<div class="tooltip-title">MooMooCow</div>
|
1169
|
+
<strong>Previous Rank:</strong> 13<br />
|
1170
|
+
<strong>Favorite Race:</strong> Terran
|
1171
|
+
</div>
|
1172
|
+
</td>
|
1173
|
+
<td class="align-center">278</td>
|
1174
|
+
<td class="align-center">29</td>
|
1175
|
+
</tr>
|
1176
|
+
|
1177
|
+
<tr class="row1"
|
1178
|
+
>
|
1179
|
+
|
1180
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1181
|
+
|
1182
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1183
|
+
</td>
|
1184
|
+
<td class="align-center" style="width: 40px">22nd</td>
|
1185
|
+
|
1186
|
+
<td>
|
1187
|
+
|
1188
|
+
<a href="/sc2/en/profile/2423304/1/Mugen/"
|
1189
|
+
class="race-zerg"
|
1190
|
+
data-tooltip="#player-info-2423304">
|
1191
|
+
Mugen
|
1192
|
+
</a>
|
1193
|
+
|
1194
|
+
<div id="player-info-2423304" style="display: none">
|
1195
|
+
<div class="tooltip-title">Mugen</div>
|
1196
|
+
<strong>Previous Rank:</strong> 28<br />
|
1197
|
+
<strong>Favorite Race:</strong> Zerg
|
1198
|
+
</div>
|
1199
|
+
</td>
|
1200
|
+
<td class="align-center">273</td>
|
1201
|
+
<td class="align-center">18</td>
|
1202
|
+
</tr>
|
1203
|
+
|
1204
|
+
<tr class="row2"
|
1205
|
+
>
|
1206
|
+
|
1207
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1208
|
+
|
1209
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1210
|
+
</td>
|
1211
|
+
<td class="align-center" style="width: 40px">23rd</td>
|
1212
|
+
|
1213
|
+
<td>
|
1214
|
+
|
1215
|
+
<a href="/sc2/en/profile/788059/1/TheAssuager/"
|
1216
|
+
class="race-protoss"
|
1217
|
+
data-tooltip="#player-info-788059">
|
1218
|
+
TheAssuager
|
1219
|
+
</a>
|
1220
|
+
|
1221
|
+
<div id="player-info-788059" style="display: none">
|
1222
|
+
<div class="tooltip-title">TheAssuager</div>
|
1223
|
+
<strong>Previous Rank:</strong> 30<br />
|
1224
|
+
<strong>Favorite Race:</strong> Protoss
|
1225
|
+
</div>
|
1226
|
+
</td>
|
1227
|
+
<td class="align-center">270</td>
|
1228
|
+
<td class="align-center">20</td>
|
1229
|
+
</tr>
|
1230
|
+
|
1231
|
+
<tr class="row1"
|
1232
|
+
>
|
1233
|
+
|
1234
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1235
|
+
|
1236
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1237
|
+
</td>
|
1238
|
+
<td class="align-center" style="width: 40px">24th</td>
|
1239
|
+
|
1240
|
+
<td>
|
1241
|
+
|
1242
|
+
<a href="/sc2/en/profile/3082638/1/Amenra/"
|
1243
|
+
class="race-protoss"
|
1244
|
+
data-tooltip="#player-info-3082638">
|
1245
|
+
Amenra
|
1246
|
+
</a>
|
1247
|
+
|
1248
|
+
<div id="player-info-3082638" style="display: none">
|
1249
|
+
<div class="tooltip-title">Amenra</div>
|
1250
|
+
<strong>Previous Rank:</strong> 29<br />
|
1251
|
+
<strong>Favorite Race:</strong> Protoss
|
1252
|
+
</div>
|
1253
|
+
</td>
|
1254
|
+
<td class="align-center">259</td>
|
1255
|
+
<td class="align-center">21</td>
|
1256
|
+
</tr>
|
1257
|
+
|
1258
|
+
<tr class="row2"
|
1259
|
+
>
|
1260
|
+
|
1261
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1262
|
+
|
1263
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1264
|
+
</td>
|
1265
|
+
<td class="align-center" style="width: 40px">25th</td>
|
1266
|
+
|
1267
|
+
<td>
|
1268
|
+
|
1269
|
+
<a href="/sc2/en/profile/1745149/1/salman/"
|
1270
|
+
class="race-protoss"
|
1271
|
+
data-tooltip="#player-info-1745149">
|
1272
|
+
salman
|
1273
|
+
</a>
|
1274
|
+
|
1275
|
+
<div id="player-info-1745149" style="display: none">
|
1276
|
+
<div class="tooltip-title">salman</div>
|
1277
|
+
<strong>Previous Rank:</strong> 23<br />
|
1278
|
+
<strong>Favorite Race:</strong> Protoss
|
1279
|
+
</div>
|
1280
|
+
</td>
|
1281
|
+
<td class="align-center">257</td>
|
1282
|
+
<td class="align-center">23</td>
|
1283
|
+
</tr>
|
1284
|
+
|
1285
|
+
<tr class="row1"
|
1286
|
+
>
|
1287
|
+
|
1288
|
+
<td class="banner tier-26" rowspan="25" valign="top">
|
1289
|
+
<div class="relative">
|
1290
|
+
|
1291
|
+
<div class="badge-banner">
|
1292
|
+
|
1293
|
+
<span class="badge badge-platinum badge-medium-2">
|
1294
|
+
</span>
|
1295
|
+
|
1296
|
+
<span class="rank">
|
1297
|
+
Top<br />
|
1298
|
+
<strong>50</strong>
|
1299
|
+
</span>
|
1300
|
+
</div>
|
1301
|
+
</div>
|
1302
|
+
</td>
|
1303
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1304
|
+
|
1305
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1306
|
+
</td>
|
1307
|
+
<td class="align-center" style="width: 40px">26th</td>
|
1308
|
+
|
1309
|
+
<td>
|
1310
|
+
|
1311
|
+
<a href="/sc2/en/profile/604278/1/Taishou/"
|
1312
|
+
class="race-protoss"
|
1313
|
+
data-tooltip="#player-info-604278">
|
1314
|
+
Taishou
|
1315
|
+
</a>
|
1316
|
+
|
1317
|
+
<div id="player-info-604278" style="display: none">
|
1318
|
+
<div class="tooltip-title">Taishou</div>
|
1319
|
+
<strong>Previous Rank:</strong> 69<br />
|
1320
|
+
<strong>Favorite Race:</strong> Protoss
|
1321
|
+
</div>
|
1322
|
+
</td>
|
1323
|
+
<td class="align-center">252</td>
|
1324
|
+
<td class="align-center">29</td>
|
1325
|
+
</tr>
|
1326
|
+
|
1327
|
+
<tr class="row2"
|
1328
|
+
>
|
1329
|
+
|
1330
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1331
|
+
|
1332
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1333
|
+
</td>
|
1334
|
+
<td class="align-center" style="width: 40px">27th</td>
|
1335
|
+
|
1336
|
+
<td>
|
1337
|
+
|
1338
|
+
<a href="/sc2/en/profile/2009294/1/SlayerSoulz/"
|
1339
|
+
class="race-protoss"
|
1340
|
+
data-tooltip="#player-info-2009294">
|
1341
|
+
SlayerSoulz
|
1342
|
+
</a>
|
1343
|
+
|
1344
|
+
<div id="player-info-2009294" style="display: none">
|
1345
|
+
<div class="tooltip-title">SlayerSoulz</div>
|
1346
|
+
<strong>Previous Rank:</strong> 40<br />
|
1347
|
+
<strong>Favorite Race:</strong> Protoss
|
1348
|
+
</div>
|
1349
|
+
</td>
|
1350
|
+
<td class="align-center">251</td>
|
1351
|
+
<td class="align-center">22</td>
|
1352
|
+
</tr>
|
1353
|
+
|
1354
|
+
<tr class="row1"
|
1355
|
+
>
|
1356
|
+
|
1357
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1358
|
+
|
1359
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1360
|
+
</td>
|
1361
|
+
<td class="align-center" style="width: 40px">28th</td>
|
1362
|
+
|
1363
|
+
<td>
|
1364
|
+
|
1365
|
+
<a href="/sc2/en/profile/2756838/1/Quarter/"
|
1366
|
+
class="race-protoss"
|
1367
|
+
data-tooltip="#player-info-2756838">
|
1368
|
+
Quarter
|
1369
|
+
</a>
|
1370
|
+
|
1371
|
+
<div id="player-info-2756838" style="display: none">
|
1372
|
+
<div class="tooltip-title">Quarter</div>
|
1373
|
+
<strong>Previous Rank:</strong> 38<br />
|
1374
|
+
<strong>Favorite Race:</strong> Protoss
|
1375
|
+
</div>
|
1376
|
+
</td>
|
1377
|
+
<td class="align-center">251</td>
|
1378
|
+
<td class="align-center">14</td>
|
1379
|
+
</tr>
|
1380
|
+
|
1381
|
+
<tr class="row2"
|
1382
|
+
>
|
1383
|
+
|
1384
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1385
|
+
|
1386
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1387
|
+
</td>
|
1388
|
+
<td class="align-center" style="width: 40px">29th</td>
|
1389
|
+
|
1390
|
+
<td>
|
1391
|
+
|
1392
|
+
<a href="/sc2/en/profile/271488/1/Tetris/"
|
1393
|
+
class="race-random"
|
1394
|
+
data-tooltip="#player-info-271488">
|
1395
|
+
Tetris
|
1396
|
+
</a>
|
1397
|
+
|
1398
|
+
<div id="player-info-271488" style="display: none">
|
1399
|
+
<div class="tooltip-title">Tetris</div>
|
1400
|
+
<strong>Previous Rank:</strong> 62<br />
|
1401
|
+
<strong>Favorite Race:</strong> Random
|
1402
|
+
</div>
|
1403
|
+
</td>
|
1404
|
+
<td class="align-center">246</td>
|
1405
|
+
<td class="align-center">15</td>
|
1406
|
+
</tr>
|
1407
|
+
|
1408
|
+
<tr class="row1"
|
1409
|
+
>
|
1410
|
+
|
1411
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1412
|
+
|
1413
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1414
|
+
</td>
|
1415
|
+
<td class="align-center" style="width: 40px">30th</td>
|
1416
|
+
|
1417
|
+
<td>
|
1418
|
+
|
1419
|
+
<a href="/sc2/en/profile/668199/1/derringdo/"
|
1420
|
+
class="race-protoss"
|
1421
|
+
data-tooltip="#player-info-668199">
|
1422
|
+
derringdo
|
1423
|
+
</a>
|
1424
|
+
|
1425
|
+
<div id="player-info-668199" style="display: none">
|
1426
|
+
<div class="tooltip-title">derringdo</div>
|
1427
|
+
<strong>Previous Rank:</strong> 18<br />
|
1428
|
+
<strong>Favorite Race:</strong> Protoss
|
1429
|
+
</div>
|
1430
|
+
</td>
|
1431
|
+
<td class="align-center">245</td>
|
1432
|
+
<td class="align-center">16</td>
|
1433
|
+
</tr>
|
1434
|
+
|
1435
|
+
<tr class="row2"
|
1436
|
+
>
|
1437
|
+
|
1438
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1439
|
+
|
1440
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1441
|
+
</td>
|
1442
|
+
<td class="align-center" style="width: 40px">31st</td>
|
1443
|
+
|
1444
|
+
<td>
|
1445
|
+
|
1446
|
+
<a href="/sc2/en/profile/1387735/1/toogoodforu/"
|
1447
|
+
class="race-protoss"
|
1448
|
+
data-tooltip="#player-info-1387735">
|
1449
|
+
toogoodforu
|
1450
|
+
</a>
|
1451
|
+
|
1452
|
+
<div id="player-info-1387735" style="display: none">
|
1453
|
+
<div class="tooltip-title">toogoodforu</div>
|
1454
|
+
<strong>Previous Rank:</strong> 40<br />
|
1455
|
+
<strong>Favorite Race:</strong> Protoss
|
1456
|
+
</div>
|
1457
|
+
</td>
|
1458
|
+
<td class="align-center">243</td>
|
1459
|
+
<td class="align-center">23</td>
|
1460
|
+
</tr>
|
1461
|
+
|
1462
|
+
<tr class="row1"
|
1463
|
+
>
|
1464
|
+
|
1465
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1466
|
+
|
1467
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1468
|
+
</td>
|
1469
|
+
<td class="align-center" style="width: 40px">32nd</td>
|
1470
|
+
|
1471
|
+
<td>
|
1472
|
+
|
1473
|
+
<a href="/sc2/en/profile/2223035/1/GreeneChron/"
|
1474
|
+
class="race-zerg"
|
1475
|
+
data-tooltip="#player-info-2223035">
|
1476
|
+
GreeneChron
|
1477
|
+
</a>
|
1478
|
+
|
1479
|
+
<div id="player-info-2223035" style="display: none">
|
1480
|
+
<div class="tooltip-title">GreeneChron</div>
|
1481
|
+
<strong>Previous Rank:</strong> 10<br />
|
1482
|
+
<strong>Favorite Race:</strong> Zerg
|
1483
|
+
</div>
|
1484
|
+
</td>
|
1485
|
+
<td class="align-center">235</td>
|
1486
|
+
<td class="align-center">13</td>
|
1487
|
+
</tr>
|
1488
|
+
|
1489
|
+
<tr class="row2"
|
1490
|
+
>
|
1491
|
+
|
1492
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1493
|
+
|
1494
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1495
|
+
</td>
|
1496
|
+
<td class="align-center" style="width: 40px">33rd</td>
|
1497
|
+
|
1498
|
+
<td>
|
1499
|
+
|
1500
|
+
<a href="/sc2/en/profile/1861048/1/liQuid/"
|
1501
|
+
class="race-protoss"
|
1502
|
+
data-tooltip="#player-info-1861048">
|
1503
|
+
liQuid
|
1504
|
+
</a>
|
1505
|
+
|
1506
|
+
<div id="player-info-1861048" style="display: none">
|
1507
|
+
<div class="tooltip-title">liQuid</div>
|
1508
|
+
<strong>Previous Rank:</strong> 55<br />
|
1509
|
+
<strong>Favorite Race:</strong> Protoss
|
1510
|
+
</div>
|
1511
|
+
</td>
|
1512
|
+
<td class="align-center">233</td>
|
1513
|
+
<td class="align-center">41</td>
|
1514
|
+
</tr>
|
1515
|
+
|
1516
|
+
<tr class="row1"
|
1517
|
+
>
|
1518
|
+
|
1519
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1520
|
+
|
1521
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1522
|
+
</td>
|
1523
|
+
<td class="align-center" style="width: 40px">34th</td>
|
1524
|
+
|
1525
|
+
<td>
|
1526
|
+
|
1527
|
+
<a href="/sc2/en/profile/833885/1/WhiteWomen/"
|
1528
|
+
class="race-zerg"
|
1529
|
+
data-tooltip="#player-info-833885">
|
1530
|
+
WhiteWomen
|
1531
|
+
</a>
|
1532
|
+
|
1533
|
+
<div id="player-info-833885" style="display: none">
|
1534
|
+
<div class="tooltip-title">WhiteWomen</div>
|
1535
|
+
<strong>Previous Rank:</strong> 4<br />
|
1536
|
+
<strong>Favorite Race:</strong> Zerg
|
1537
|
+
</div>
|
1538
|
+
</td>
|
1539
|
+
<td class="align-center">222</td>
|
1540
|
+
<td class="align-center">48</td>
|
1541
|
+
</tr>
|
1542
|
+
|
1543
|
+
<tr class="row2"
|
1544
|
+
>
|
1545
|
+
|
1546
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1547
|
+
|
1548
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1549
|
+
</td>
|
1550
|
+
<td class="align-center" style="width: 40px">35th</td>
|
1551
|
+
|
1552
|
+
<td>
|
1553
|
+
|
1554
|
+
<a href="/sc2/en/profile/1612597/1/Avek/"
|
1555
|
+
class="race-zerg"
|
1556
|
+
data-tooltip="#player-info-1612597">
|
1557
|
+
Avek
|
1558
|
+
</a>
|
1559
|
+
|
1560
|
+
<div id="player-info-1612597" style="display: none">
|
1561
|
+
<div class="tooltip-title">Avek</div>
|
1562
|
+
<strong>Previous Rank:</strong> 69<br />
|
1563
|
+
<strong>Favorite Race:</strong> Zerg
|
1564
|
+
</div>
|
1565
|
+
</td>
|
1566
|
+
<td class="align-center">221</td>
|
1567
|
+
<td class="align-center">10</td>
|
1568
|
+
</tr>
|
1569
|
+
|
1570
|
+
<tr class="row1"
|
1571
|
+
>
|
1572
|
+
|
1573
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1574
|
+
|
1575
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1576
|
+
</td>
|
1577
|
+
<td class="align-center" style="width: 40px">36th</td>
|
1578
|
+
|
1579
|
+
<td>
|
1580
|
+
|
1581
|
+
<a href="/sc2/en/profile/379830/1/DrkMaTTeR/"
|
1582
|
+
class="race-protoss"
|
1583
|
+
data-tooltip="#player-info-379830">
|
1584
|
+
DrkMaTTeR
|
1585
|
+
</a>
|
1586
|
+
|
1587
|
+
<div id="player-info-379830" style="display: none">
|
1588
|
+
<div class="tooltip-title">DrkMaTTeR</div>
|
1589
|
+
<strong>Previous Rank:</strong> 34<br />
|
1590
|
+
<strong>Favorite Race:</strong> Protoss
|
1591
|
+
</div>
|
1592
|
+
</td>
|
1593
|
+
<td class="align-center">215</td>
|
1594
|
+
<td class="align-center">14</td>
|
1595
|
+
</tr>
|
1596
|
+
|
1597
|
+
<tr class="row2"
|
1598
|
+
>
|
1599
|
+
|
1600
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1601
|
+
|
1602
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1603
|
+
</td>
|
1604
|
+
<td class="align-center" style="width: 40px">37th</td>
|
1605
|
+
|
1606
|
+
<td>
|
1607
|
+
|
1608
|
+
<a href="/sc2/en/profile/303635/1/oGizMo/"
|
1609
|
+
class="race-zerg"
|
1610
|
+
data-tooltip="#player-info-303635">
|
1611
|
+
oGizMo
|
1612
|
+
</a>
|
1613
|
+
|
1614
|
+
<div id="player-info-303635" style="display: none">
|
1615
|
+
<div class="tooltip-title">oGizMo</div>
|
1616
|
+
<strong>Previous Rank:</strong> 59<br />
|
1617
|
+
<strong>Favorite Race:</strong> Zerg
|
1618
|
+
</div>
|
1619
|
+
</td>
|
1620
|
+
<td class="align-center">212</td>
|
1621
|
+
<td class="align-center">21</td>
|
1622
|
+
</tr>
|
1623
|
+
|
1624
|
+
<tr class="row1"
|
1625
|
+
>
|
1626
|
+
|
1627
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1628
|
+
|
1629
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1630
|
+
</td>
|
1631
|
+
<td class="align-center" style="width: 40px">38th</td>
|
1632
|
+
|
1633
|
+
<td>
|
1634
|
+
|
1635
|
+
<a href="/sc2/en/profile/1686443/1/WNxMercy/"
|
1636
|
+
class="race-random"
|
1637
|
+
data-tooltip="#player-info-1686443">
|
1638
|
+
WNxMercy
|
1639
|
+
</a>
|
1640
|
+
|
1641
|
+
<div id="player-info-1686443" style="display: none">
|
1642
|
+
<div class="tooltip-title">WNxMercy</div>
|
1643
|
+
<strong>Previous Rank:</strong> 25<br />
|
1644
|
+
<strong>Favorite Race:</strong> Random
|
1645
|
+
</div>
|
1646
|
+
</td>
|
1647
|
+
<td class="align-center">208</td>
|
1648
|
+
<td class="align-center">9</td>
|
1649
|
+
</tr>
|
1650
|
+
|
1651
|
+
<tr class="row2"
|
1652
|
+
>
|
1653
|
+
|
1654
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1655
|
+
|
1656
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1657
|
+
</td>
|
1658
|
+
<td class="align-center" style="width: 40px">39th</td>
|
1659
|
+
|
1660
|
+
<td>
|
1661
|
+
|
1662
|
+
<a href="/sc2/en/profile/290260/2/Danifunk/"
|
1663
|
+
class="race-protoss"
|
1664
|
+
data-tooltip="#player-info-290260">
|
1665
|
+
Danifunk
|
1666
|
+
</a>
|
1667
|
+
|
1668
|
+
<div id="player-info-290260" style="display: none">
|
1669
|
+
<div class="tooltip-title">Danifunk</div>
|
1670
|
+
<strong>Previous Rank:</strong> 20<br />
|
1671
|
+
<strong>Favorite Race:</strong> Protoss
|
1672
|
+
</div>
|
1673
|
+
</td>
|
1674
|
+
<td class="align-center">205</td>
|
1675
|
+
<td class="align-center">16</td>
|
1676
|
+
</tr>
|
1677
|
+
|
1678
|
+
<tr class="row1"
|
1679
|
+
>
|
1680
|
+
|
1681
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1682
|
+
|
1683
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1684
|
+
</td>
|
1685
|
+
<td class="align-center" style="width: 40px">40th</td>
|
1686
|
+
|
1687
|
+
<td>
|
1688
|
+
|
1689
|
+
<a href="/sc2/en/profile/570105/1/Muspy/"
|
1690
|
+
class="race-zerg"
|
1691
|
+
data-tooltip="#player-info-570105">
|
1692
|
+
Muspy
|
1693
|
+
</a>
|
1694
|
+
|
1695
|
+
<div id="player-info-570105" style="display: none">
|
1696
|
+
<div class="tooltip-title">Muspy</div>
|
1697
|
+
<strong>Previous Rank:</strong> 69<br />
|
1698
|
+
<strong>Favorite Race:</strong> Zerg
|
1699
|
+
</div>
|
1700
|
+
</td>
|
1701
|
+
<td class="align-center">205</td>
|
1702
|
+
<td class="align-center">8</td>
|
1703
|
+
</tr>
|
1704
|
+
|
1705
|
+
<tr class="row2"
|
1706
|
+
>
|
1707
|
+
|
1708
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1709
|
+
|
1710
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1711
|
+
</td>
|
1712
|
+
<td class="align-center" style="width: 40px">41st</td>
|
1713
|
+
|
1714
|
+
<td>
|
1715
|
+
|
1716
|
+
<a href="/sc2/en/profile/2064532/1/TheSwarm/"
|
1717
|
+
class="race-terran"
|
1718
|
+
data-tooltip="#player-info-2064532">
|
1719
|
+
TheSwarm
|
1720
|
+
</a>
|
1721
|
+
|
1722
|
+
<div id="player-info-2064532" style="display: none">
|
1723
|
+
<div class="tooltip-title">TheSwarm</div>
|
1724
|
+
<strong>Previous Rank:</strong> 45<br />
|
1725
|
+
<strong>Favorite Race:</strong> Terran
|
1726
|
+
</div>
|
1727
|
+
</td>
|
1728
|
+
<td class="align-center">204</td>
|
1729
|
+
<td class="align-center">12</td>
|
1730
|
+
</tr>
|
1731
|
+
|
1732
|
+
<tr class="row1"
|
1733
|
+
>
|
1734
|
+
|
1735
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1736
|
+
|
1737
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1738
|
+
</td>
|
1739
|
+
<td class="align-center" style="width: 40px">42nd</td>
|
1740
|
+
|
1741
|
+
<td>
|
1742
|
+
|
1743
|
+
<a href="/sc2/en/profile/1394796/1/MrByrnes/"
|
1744
|
+
class="race-protoss"
|
1745
|
+
data-tooltip="#player-info-1394796">
|
1746
|
+
MrByrnes
|
1747
|
+
</a>
|
1748
|
+
|
1749
|
+
<div id="player-info-1394796" style="display: none">
|
1750
|
+
<div class="tooltip-title">MrByrnes</div>
|
1751
|
+
<strong>Previous Rank:</strong> 65<br />
|
1752
|
+
<strong>Favorite Race:</strong> Protoss
|
1753
|
+
</div>
|
1754
|
+
</td>
|
1755
|
+
<td class="align-center">191</td>
|
1756
|
+
<td class="align-center">14</td>
|
1757
|
+
</tr>
|
1758
|
+
|
1759
|
+
<tr class="row2"
|
1760
|
+
>
|
1761
|
+
|
1762
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1763
|
+
|
1764
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1765
|
+
</td>
|
1766
|
+
<td class="align-center" style="width: 40px">43rd</td>
|
1767
|
+
|
1768
|
+
<td>
|
1769
|
+
|
1770
|
+
<a href="/sc2/en/profile/315965/1/Slampon/"
|
1771
|
+
class="race-random"
|
1772
|
+
data-tooltip="#player-info-315965">
|
1773
|
+
Slampon
|
1774
|
+
</a>
|
1775
|
+
|
1776
|
+
<div id="player-info-315965" style="display: none">
|
1777
|
+
<div class="tooltip-title">Slampon</div>
|
1778
|
+
<strong>Previous Rank:</strong> 53<br />
|
1779
|
+
<strong>Favorite Race:</strong> Random
|
1780
|
+
</div>
|
1781
|
+
</td>
|
1782
|
+
<td class="align-center">189</td>
|
1783
|
+
<td class="align-center">12</td>
|
1784
|
+
</tr>
|
1785
|
+
|
1786
|
+
<tr class="row1"
|
1787
|
+
>
|
1788
|
+
|
1789
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1790
|
+
|
1791
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1792
|
+
</td>
|
1793
|
+
<td class="align-center" style="width: 40px">44th</td>
|
1794
|
+
|
1795
|
+
<td>
|
1796
|
+
|
1797
|
+
<a href="/sc2/en/profile/370804/1/TheWronskian/"
|
1798
|
+
class="race-zerg"
|
1799
|
+
data-tooltip="#player-info-370804">
|
1800
|
+
TheWronskian
|
1801
|
+
</a>
|
1802
|
+
|
1803
|
+
<div id="player-info-370804" style="display: none">
|
1804
|
+
<div class="tooltip-title">TheWronskian</div>
|
1805
|
+
<strong>Previous Rank:</strong> 12<br />
|
1806
|
+
<strong>Favorite Race:</strong> Zerg
|
1807
|
+
</div>
|
1808
|
+
</td>
|
1809
|
+
<td class="align-center">189</td>
|
1810
|
+
<td class="align-center">14</td>
|
1811
|
+
</tr>
|
1812
|
+
|
1813
|
+
<tr class="row2"
|
1814
|
+
>
|
1815
|
+
|
1816
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1817
|
+
|
1818
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1819
|
+
</td>
|
1820
|
+
<td class="align-center" style="width: 40px">45th</td>
|
1821
|
+
|
1822
|
+
<td>
|
1823
|
+
|
1824
|
+
<a href="/sc2/en/profile/1524731/1/gak/"
|
1825
|
+
class="race-zerg"
|
1826
|
+
data-tooltip="#player-info-1524731">
|
1827
|
+
gak
|
1828
|
+
</a>
|
1829
|
+
|
1830
|
+
<div id="player-info-1524731" style="display: none">
|
1831
|
+
<div class="tooltip-title">gak</div>
|
1832
|
+
<strong>Previous Rank:</strong> 40<br />
|
1833
|
+
<strong>Favorite Race:</strong> Zerg
|
1834
|
+
</div>
|
1835
|
+
</td>
|
1836
|
+
<td class="align-center">188</td>
|
1837
|
+
<td class="align-center">14</td>
|
1838
|
+
</tr>
|
1839
|
+
|
1840
|
+
<tr class="row1"
|
1841
|
+
>
|
1842
|
+
|
1843
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1844
|
+
|
1845
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1846
|
+
</td>
|
1847
|
+
<td class="align-center" style="width: 40px">46th</td>
|
1848
|
+
|
1849
|
+
<td>
|
1850
|
+
|
1851
|
+
<a href="/sc2/en/profile/388293/1/iNFiNiTY/"
|
1852
|
+
class="race-random"
|
1853
|
+
data-tooltip="#player-info-388293">
|
1854
|
+
iNFiNiTY
|
1855
|
+
</a>
|
1856
|
+
|
1857
|
+
<div id="player-info-388293" style="display: none">
|
1858
|
+
<div class="tooltip-title">iNFiNiTY</div>
|
1859
|
+
<strong>Previous Rank:</strong> 33<br />
|
1860
|
+
<strong>Favorite Race:</strong> Random
|
1861
|
+
</div>
|
1862
|
+
</td>
|
1863
|
+
<td class="align-center">185</td>
|
1864
|
+
<td class="align-center">31</td>
|
1865
|
+
</tr>
|
1866
|
+
|
1867
|
+
<tr class="row2"
|
1868
|
+
>
|
1869
|
+
|
1870
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1871
|
+
|
1872
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1873
|
+
</td>
|
1874
|
+
<td class="align-center" style="width: 40px">47th</td>
|
1875
|
+
|
1876
|
+
<td>
|
1877
|
+
|
1878
|
+
<a href="/sc2/en/profile/616800/1/DroolBucket/"
|
1879
|
+
class="race-random"
|
1880
|
+
data-tooltip="#player-info-616800">
|
1881
|
+
DroolBucket
|
1882
|
+
</a>
|
1883
|
+
|
1884
|
+
<div id="player-info-616800" style="display: none">
|
1885
|
+
<div class="tooltip-title">DroolBucket</div>
|
1886
|
+
<strong>Previous Rank:</strong> 50<br />
|
1887
|
+
<strong>Favorite Race:</strong> Random
|
1888
|
+
</div>
|
1889
|
+
</td>
|
1890
|
+
<td class="align-center">179</td>
|
1891
|
+
<td class="align-center">42</td>
|
1892
|
+
</tr>
|
1893
|
+
|
1894
|
+
<tr class="row1"
|
1895
|
+
>
|
1896
|
+
|
1897
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1898
|
+
|
1899
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1900
|
+
</td>
|
1901
|
+
<td class="align-center" style="width: 40px">48th</td>
|
1902
|
+
|
1903
|
+
<td>
|
1904
|
+
|
1905
|
+
<a href="/sc2/en/profile/2744339/1/MFfranklin/"
|
1906
|
+
class="race-terran"
|
1907
|
+
data-tooltip="#player-info-2744339">
|
1908
|
+
MFfranklin
|
1909
|
+
</a>
|
1910
|
+
|
1911
|
+
<div id="player-info-2744339" style="display: none">
|
1912
|
+
<div class="tooltip-title">MFfranklin</div>
|
1913
|
+
<strong>Previous Rank:</strong> 55<br />
|
1914
|
+
<strong>Favorite Race:</strong> Terran
|
1915
|
+
</div>
|
1916
|
+
</td>
|
1917
|
+
<td class="align-center">176</td>
|
1918
|
+
<td class="align-center">10</td>
|
1919
|
+
</tr>
|
1920
|
+
|
1921
|
+
<tr class="row2"
|
1922
|
+
>
|
1923
|
+
|
1924
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1925
|
+
|
1926
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1927
|
+
</td>
|
1928
|
+
<td class="align-center" style="width: 40px">49th</td>
|
1929
|
+
|
1930
|
+
<td>
|
1931
|
+
|
1932
|
+
<a href="/sc2/en/profile/1379808/1/Kunal/"
|
1933
|
+
class="race-zerg"
|
1934
|
+
data-tooltip="#player-info-1379808">
|
1935
|
+
Kunal
|
1936
|
+
</a>
|
1937
|
+
|
1938
|
+
<div id="player-info-1379808" style="display: none">
|
1939
|
+
<div class="tooltip-title">Kunal</div>
|
1940
|
+
<strong>Previous Rank:</strong> 23<br />
|
1941
|
+
<strong>Favorite Race:</strong> Zerg
|
1942
|
+
</div>
|
1943
|
+
</td>
|
1944
|
+
<td class="align-center">170</td>
|
1945
|
+
<td class="align-center">12</td>
|
1946
|
+
</tr>
|
1947
|
+
|
1948
|
+
<tr class="row1"
|
1949
|
+
>
|
1950
|
+
|
1951
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1952
|
+
|
1953
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
1954
|
+
</td>
|
1955
|
+
<td class="align-center" style="width: 40px">50th</td>
|
1956
|
+
|
1957
|
+
<td>
|
1958
|
+
|
1959
|
+
<a href="/sc2/en/profile/1043871/1/Skraatch/"
|
1960
|
+
class="race-zerg"
|
1961
|
+
data-tooltip="#player-info-1043871">
|
1962
|
+
Skraatch
|
1963
|
+
</a>
|
1964
|
+
|
1965
|
+
<div id="player-info-1043871" style="display: none">
|
1966
|
+
<div class="tooltip-title">Skraatch</div>
|
1967
|
+
<strong>Previous Rank:</strong> 46<br />
|
1968
|
+
<strong>Favorite Race:</strong> Zerg
|
1969
|
+
</div>
|
1970
|
+
</td>
|
1971
|
+
<td class="align-center">168</td>
|
1972
|
+
<td class="align-center">12</td>
|
1973
|
+
</tr>
|
1974
|
+
|
1975
|
+
<tr class="row2"
|
1976
|
+
>
|
1977
|
+
|
1978
|
+
<td class="banner tier-51" rowspan="50" valign="top">
|
1979
|
+
<div class="relative">
|
1980
|
+
|
1981
|
+
<div class="badge-banner">
|
1982
|
+
|
1983
|
+
<span class="badge badge-platinum badge-medium-1">
|
1984
|
+
</span>
|
1985
|
+
|
1986
|
+
<span class="rank">
|
1987
|
+
Top<br />
|
1988
|
+
<strong>100</strong>
|
1989
|
+
</span>
|
1990
|
+
</div>
|
1991
|
+
</div>
|
1992
|
+
</td>
|
1993
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
1994
|
+
|
1995
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
1996
|
+
</td>
|
1997
|
+
<td class="align-center" style="width: 40px">51st</td>
|
1998
|
+
|
1999
|
+
<td>
|
2000
|
+
|
2001
|
+
<a href="/sc2/en/profile/1000301/1/Shamwow/"
|
2002
|
+
class="race-terran"
|
2003
|
+
data-tooltip="#player-info-1000301">
|
2004
|
+
Shamwow
|
2005
|
+
</a>
|
2006
|
+
|
2007
|
+
<div id="player-info-1000301" style="display: none">
|
2008
|
+
<div class="tooltip-title">Shamwow</div>
|
2009
|
+
<strong>Previous Rank:</strong> 68<br />
|
2010
|
+
<strong>Favorite Race:</strong> Terran
|
2011
|
+
</div>
|
2012
|
+
</td>
|
2013
|
+
<td class="align-center">168</td>
|
2014
|
+
<td class="align-center">19</td>
|
2015
|
+
</tr>
|
2016
|
+
|
2017
|
+
<tr class="row1"
|
2018
|
+
>
|
2019
|
+
|
2020
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2021
|
+
|
2022
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2023
|
+
</td>
|
2024
|
+
<td class="align-center" style="width: 40px">52nd</td>
|
2025
|
+
|
2026
|
+
<td>
|
2027
|
+
|
2028
|
+
<a href="/sc2/en/profile/561182/1/end/"
|
2029
|
+
class="race-zerg"
|
2030
|
+
data-tooltip="#player-info-561182">
|
2031
|
+
end
|
2032
|
+
</a>
|
2033
|
+
|
2034
|
+
<div id="player-info-561182" style="display: none">
|
2035
|
+
<div class="tooltip-title">end</div>
|
2036
|
+
<strong>Previous Rank:</strong> 76<br />
|
2037
|
+
<strong>Favorite Race:</strong> Zerg
|
2038
|
+
</div>
|
2039
|
+
</td>
|
2040
|
+
<td class="align-center">165</td>
|
2041
|
+
<td class="align-center">8</td>
|
2042
|
+
</tr>
|
2043
|
+
|
2044
|
+
<tr class="row2"
|
2045
|
+
>
|
2046
|
+
|
2047
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/25/2012">
|
2048
|
+
|
2049
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2050
|
+
</td>
|
2051
|
+
<td class="align-center" style="width: 40px">53rd</td>
|
2052
|
+
|
2053
|
+
<td>
|
2054
|
+
|
2055
|
+
<a href="/sc2/en/profile/2644151/1/PainT/"
|
2056
|
+
class="race-terran"
|
2057
|
+
data-tooltip="#player-info-2644151">
|
2058
|
+
PainT
|
2059
|
+
</a>
|
2060
|
+
|
2061
|
+
<div id="player-info-2644151" style="display: none">
|
2062
|
+
<div class="tooltip-title">PainT</div>
|
2063
|
+
<strong>Previous Rank:</strong> 49<br />
|
2064
|
+
<strong>Favorite Race:</strong> Terran
|
2065
|
+
</div>
|
2066
|
+
</td>
|
2067
|
+
<td class="align-center">160</td>
|
2068
|
+
<td class="align-center">7</td>
|
2069
|
+
</tr>
|
2070
|
+
|
2071
|
+
<tr class="row1"
|
2072
|
+
>
|
2073
|
+
|
2074
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2075
|
+
|
2076
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2077
|
+
</td>
|
2078
|
+
<td class="align-center" style="width: 40px">54th</td>
|
2079
|
+
|
2080
|
+
<td>
|
2081
|
+
|
2082
|
+
<a href="/sc2/en/profile/2532650/1/PocketGlock/"
|
2083
|
+
class="race-terran"
|
2084
|
+
data-tooltip="#player-info-2532650">
|
2085
|
+
PocketGlock
|
2086
|
+
</a>
|
2087
|
+
|
2088
|
+
<div id="player-info-2532650" style="display: none">
|
2089
|
+
<div class="tooltip-title">PocketGlock</div>
|
2090
|
+
<strong>Previous Rank:</strong> 64<br />
|
2091
|
+
<strong>Favorite Race:</strong> Terran
|
2092
|
+
</div>
|
2093
|
+
</td>
|
2094
|
+
<td class="align-center">154</td>
|
2095
|
+
<td class="align-center">8</td>
|
2096
|
+
</tr>
|
2097
|
+
|
2098
|
+
<tr class="row2"
|
2099
|
+
>
|
2100
|
+
|
2101
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2102
|
+
|
2103
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2104
|
+
</td>
|
2105
|
+
<td class="align-center" style="width: 40px">55th</td>
|
2106
|
+
|
2107
|
+
<td>
|
2108
|
+
|
2109
|
+
<a href="/sc2/en/profile/704370/1/Yode/"
|
2110
|
+
class="race-zerg"
|
2111
|
+
data-tooltip="#player-info-704370">
|
2112
|
+
Yode
|
2113
|
+
</a>
|
2114
|
+
|
2115
|
+
<div id="player-info-704370" style="display: none">
|
2116
|
+
<div class="tooltip-title">Yode</div>
|
2117
|
+
<strong>Previous Rank:</strong> 50<br />
|
2118
|
+
<strong>Favorite Race:</strong> Zerg
|
2119
|
+
</div>
|
2120
|
+
</td>
|
2121
|
+
<td class="align-center">151</td>
|
2122
|
+
<td class="align-center">7</td>
|
2123
|
+
</tr>
|
2124
|
+
|
2125
|
+
<tr class="row1"
|
2126
|
+
>
|
2127
|
+
|
2128
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2129
|
+
|
2130
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2131
|
+
</td>
|
2132
|
+
<td class="align-center" style="width: 40px">56th</td>
|
2133
|
+
|
2134
|
+
<td>
|
2135
|
+
|
2136
|
+
<a href="/sc2/en/profile/1380192/1/Kensan/"
|
2137
|
+
class="race-zerg"
|
2138
|
+
data-tooltip="#player-info-1380192">
|
2139
|
+
Kensan
|
2140
|
+
</a>
|
2141
|
+
|
2142
|
+
<div id="player-info-1380192" style="display: none">
|
2143
|
+
<div class="tooltip-title">Kensan</div>
|
2144
|
+
<strong>Previous Rank:</strong> 21<br />
|
2145
|
+
<strong>Favorite Race:</strong> Zerg
|
2146
|
+
</div>
|
2147
|
+
</td>
|
2148
|
+
<td class="align-center">149</td>
|
2149
|
+
<td class="align-center">20</td>
|
2150
|
+
</tr>
|
2151
|
+
|
2152
|
+
<tr class="row2"
|
2153
|
+
>
|
2154
|
+
|
2155
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2156
|
+
|
2157
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2158
|
+
</td>
|
2159
|
+
<td class="align-center" style="width: 40px">57th</td>
|
2160
|
+
|
2161
|
+
<td>
|
2162
|
+
|
2163
|
+
<a href="/sc2/en/profile/2006754/1/Orpheus/"
|
2164
|
+
class="race-zerg"
|
2165
|
+
data-tooltip="#player-info-2006754">
|
2166
|
+
Orpheus
|
2167
|
+
</a>
|
2168
|
+
|
2169
|
+
<div id="player-info-2006754" style="display: none">
|
2170
|
+
<div class="tooltip-title">Orpheus</div>
|
2171
|
+
<strong>Previous Rank:</strong> 51<br />
|
2172
|
+
<strong>Favorite Race:</strong> Zerg
|
2173
|
+
</div>
|
2174
|
+
</td>
|
2175
|
+
<td class="align-center">147</td>
|
2176
|
+
<td class="align-center">10</td>
|
2177
|
+
</tr>
|
2178
|
+
|
2179
|
+
<tr class="row1"
|
2180
|
+
>
|
2181
|
+
|
2182
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2183
|
+
|
2184
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2185
|
+
</td>
|
2186
|
+
<td class="align-center" style="width: 40px">58th</td>
|
2187
|
+
|
2188
|
+
<td>
|
2189
|
+
|
2190
|
+
<a href="/sc2/en/profile/1798881/1/ABC/"
|
2191
|
+
class="race-terran"
|
2192
|
+
data-tooltip="#player-info-1798881">
|
2193
|
+
ABC
|
2194
|
+
</a>
|
2195
|
+
|
2196
|
+
<div id="player-info-1798881" style="display: none">
|
2197
|
+
<div class="tooltip-title">ABC</div>
|
2198
|
+
<strong>Previous Rank:</strong> 77<br />
|
2199
|
+
<strong>Favorite Race:</strong> Terran
|
2200
|
+
</div>
|
2201
|
+
</td>
|
2202
|
+
<td class="align-center">139</td>
|
2203
|
+
<td class="align-center">7</td>
|
2204
|
+
</tr>
|
2205
|
+
|
2206
|
+
<tr class="row2"
|
2207
|
+
>
|
2208
|
+
|
2209
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2210
|
+
|
2211
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2212
|
+
</td>
|
2213
|
+
<td class="align-center" style="width: 40px">59th</td>
|
2214
|
+
|
2215
|
+
<td>
|
2216
|
+
|
2217
|
+
<a href="/sc2/en/profile/618763/1/ALPHABLUE/"
|
2218
|
+
class="race-terran"
|
2219
|
+
data-tooltip="#player-info-618763">
|
2220
|
+
ALPHABLUE
|
2221
|
+
</a>
|
2222
|
+
|
2223
|
+
<div id="player-info-618763" style="display: none">
|
2224
|
+
<div class="tooltip-title">ALPHABLUE</div>
|
2225
|
+
<strong>Previous Rank:</strong> 76<br />
|
2226
|
+
<strong>Favorite Race:</strong> Terran
|
2227
|
+
</div>
|
2228
|
+
</td>
|
2229
|
+
<td class="align-center">137</td>
|
2230
|
+
<td class="align-center">6</td>
|
2231
|
+
</tr>
|
2232
|
+
|
2233
|
+
<tr class="row1"
|
2234
|
+
>
|
2235
|
+
|
2236
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2237
|
+
|
2238
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2239
|
+
</td>
|
2240
|
+
<td class="align-center" style="width: 40px">60th</td>
|
2241
|
+
|
2242
|
+
<td>
|
2243
|
+
|
2244
|
+
<a href="/sc2/en/profile/2226194/1/Shinji/"
|
2245
|
+
class="race-zerg"
|
2246
|
+
data-tooltip="#player-info-2226194">
|
2247
|
+
Shinji
|
2248
|
+
</a>
|
2249
|
+
|
2250
|
+
<div id="player-info-2226194" style="display: none">
|
2251
|
+
<div class="tooltip-title">Shinji</div>
|
2252
|
+
<strong>Previous Rank:</strong> 0<br />
|
2253
|
+
<strong>Favorite Race:</strong> Zerg
|
2254
|
+
</div>
|
2255
|
+
</td>
|
2256
|
+
<td class="align-center">137</td>
|
2257
|
+
<td class="align-center">11</td>
|
2258
|
+
</tr>
|
2259
|
+
|
2260
|
+
<tr class="row2"
|
2261
|
+
>
|
2262
|
+
|
2263
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2264
|
+
|
2265
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2266
|
+
</td>
|
2267
|
+
<td class="align-center" style="width: 40px">61st</td>
|
2268
|
+
|
2269
|
+
<td>
|
2270
|
+
|
2271
|
+
<a href="/sc2/en/profile/1086289/1/InsaneKoz/"
|
2272
|
+
class="race-terran"
|
2273
|
+
data-tooltip="#player-info-1086289">
|
2274
|
+
InsaneKoz
|
2275
|
+
</a>
|
2276
|
+
|
2277
|
+
<div id="player-info-1086289" style="display: none">
|
2278
|
+
<div class="tooltip-title">InsaneKoz</div>
|
2279
|
+
<strong>Previous Rank:</strong> 80<br />
|
2280
|
+
<strong>Favorite Race:</strong> Terran
|
2281
|
+
</div>
|
2282
|
+
</td>
|
2283
|
+
<td class="align-center">137</td>
|
2284
|
+
<td class="align-center">9</td>
|
2285
|
+
</tr>
|
2286
|
+
|
2287
|
+
<tr class="row1"
|
2288
|
+
>
|
2289
|
+
|
2290
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2291
|
+
|
2292
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2293
|
+
</td>
|
2294
|
+
<td class="align-center" style="width: 40px">62nd</td>
|
2295
|
+
|
2296
|
+
<td>
|
2297
|
+
|
2298
|
+
<a href="/sc2/en/profile/1466710/1/AzzWhooper/"
|
2299
|
+
class="race-zerg"
|
2300
|
+
data-tooltip="#player-info-1466710">
|
2301
|
+
AzzWhooper
|
2302
|
+
</a>
|
2303
|
+
|
2304
|
+
<div id="player-info-1466710" style="display: none">
|
2305
|
+
<div class="tooltip-title">AzzWhooper</div>
|
2306
|
+
<strong>Previous Rank:</strong> 46<br />
|
2307
|
+
<strong>Favorite Race:</strong> Zerg
|
2308
|
+
</div>
|
2309
|
+
</td>
|
2310
|
+
<td class="align-center">114</td>
|
2311
|
+
<td class="align-center">6</td>
|
2312
|
+
</tr>
|
2313
|
+
|
2314
|
+
<tr class="row2"
|
2315
|
+
>
|
2316
|
+
|
2317
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2318
|
+
|
2319
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2320
|
+
</td>
|
2321
|
+
<td class="align-center" style="width: 40px">63rd</td>
|
2322
|
+
|
2323
|
+
<td>
|
2324
|
+
|
2325
|
+
<a href="/sc2/en/profile/2893945/1/syn/"
|
2326
|
+
class="race-terran"
|
2327
|
+
data-tooltip="#player-info-2893945">
|
2328
|
+
syn
|
2329
|
+
</a>
|
2330
|
+
|
2331
|
+
<div id="player-info-2893945" style="display: none">
|
2332
|
+
<div class="tooltip-title">syn</div>
|
2333
|
+
<strong>Previous Rank:</strong> 0<br />
|
2334
|
+
<strong>Favorite Race:</strong> Terran
|
2335
|
+
</div>
|
2336
|
+
</td>
|
2337
|
+
<td class="align-center">113</td>
|
2338
|
+
<td class="align-center">12</td>
|
2339
|
+
</tr>
|
2340
|
+
|
2341
|
+
<tr class="row1"
|
2342
|
+
>
|
2343
|
+
|
2344
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2345
|
+
|
2346
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2347
|
+
</td>
|
2348
|
+
<td class="align-center" style="width: 40px">64th</td>
|
2349
|
+
|
2350
|
+
<td>
|
2351
|
+
|
2352
|
+
<a href="/sc2/en/profile/3060138/1/Cyclone/"
|
2353
|
+
class="race-terran"
|
2354
|
+
data-tooltip="#player-info-3060138">
|
2355
|
+
Cyclone
|
2356
|
+
</a>
|
2357
|
+
|
2358
|
+
<div id="player-info-3060138" style="display: none">
|
2359
|
+
<div class="tooltip-title">Cyclone</div>
|
2360
|
+
<strong>Previous Rank:</strong> 0<br />
|
2361
|
+
<strong>Favorite Race:</strong> Terran
|
2362
|
+
</div>
|
2363
|
+
</td>
|
2364
|
+
<td class="align-center">109</td>
|
2365
|
+
<td class="align-center">9</td>
|
2366
|
+
</tr>
|
2367
|
+
|
2368
|
+
<tr class="row2"
|
2369
|
+
>
|
2370
|
+
|
2371
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2372
|
+
|
2373
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2374
|
+
</td>
|
2375
|
+
<td class="align-center" style="width: 40px">65th</td>
|
2376
|
+
|
2377
|
+
<td>
|
2378
|
+
|
2379
|
+
<a href="/sc2/en/profile/2908155/1/Noobitus/"
|
2380
|
+
class="race-zerg"
|
2381
|
+
data-tooltip="#player-info-2908155">
|
2382
|
+
Noobitus
|
2383
|
+
</a>
|
2384
|
+
|
2385
|
+
<div id="player-info-2908155" style="display: none">
|
2386
|
+
<div class="tooltip-title">Noobitus</div>
|
2387
|
+
<strong>Previous Rank:</strong> 0<br />
|
2388
|
+
<strong>Favorite Race:</strong> Zerg
|
2389
|
+
</div>
|
2390
|
+
</td>
|
2391
|
+
<td class="align-center">107</td>
|
2392
|
+
<td class="align-center">7</td>
|
2393
|
+
</tr>
|
2394
|
+
|
2395
|
+
<tr class="row1"
|
2396
|
+
>
|
2397
|
+
|
2398
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2399
|
+
|
2400
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2401
|
+
</td>
|
2402
|
+
<td class="align-center" style="width: 40px">66th</td>
|
2403
|
+
|
2404
|
+
<td>
|
2405
|
+
|
2406
|
+
<a href="/sc2/en/profile/1173369/1/acegik/"
|
2407
|
+
class="race-terran"
|
2408
|
+
data-tooltip="#player-info-1173369">
|
2409
|
+
acegik
|
2410
|
+
</a>
|
2411
|
+
|
2412
|
+
<div id="player-info-1173369" style="display: none">
|
2413
|
+
<div class="tooltip-title">acegik</div>
|
2414
|
+
<strong>Previous Rank:</strong> 0<br />
|
2415
|
+
<strong>Favorite Race:</strong> Terran
|
2416
|
+
</div>
|
2417
|
+
</td>
|
2418
|
+
<td class="align-center">106</td>
|
2419
|
+
<td class="align-center">5</td>
|
2420
|
+
</tr>
|
2421
|
+
|
2422
|
+
<tr class="row2"
|
2423
|
+
>
|
2424
|
+
|
2425
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2426
|
+
|
2427
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2428
|
+
</td>
|
2429
|
+
<td class="align-center" style="width: 40px">67th</td>
|
2430
|
+
|
2431
|
+
<td>
|
2432
|
+
|
2433
|
+
<a href="/sc2/en/profile/1836365/1/Jwangcap/"
|
2434
|
+
class="race-terran"
|
2435
|
+
data-tooltip="#player-info-1836365">
|
2436
|
+
Jwangcap
|
2437
|
+
</a>
|
2438
|
+
|
2439
|
+
<div id="player-info-1836365" style="display: none">
|
2440
|
+
<div class="tooltip-title">Jwangcap</div>
|
2441
|
+
<strong>Previous Rank:</strong> 0<br />
|
2442
|
+
<strong>Favorite Race:</strong> Terran
|
2443
|
+
</div>
|
2444
|
+
</td>
|
2445
|
+
<td class="align-center">104</td>
|
2446
|
+
<td class="align-center">4</td>
|
2447
|
+
</tr>
|
2448
|
+
|
2449
|
+
<tr class="row1"
|
2450
|
+
>
|
2451
|
+
|
2452
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2453
|
+
|
2454
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2455
|
+
</td>
|
2456
|
+
<td class="align-center" style="width: 40px">68th</td>
|
2457
|
+
|
2458
|
+
<td>
|
2459
|
+
|
2460
|
+
<a href="/sc2/en/profile/2758805/1/PANDAmonium/"
|
2461
|
+
class="race-protoss"
|
2462
|
+
data-tooltip="#player-info-2758805">
|
2463
|
+
PANDAmonium
|
2464
|
+
</a>
|
2465
|
+
|
2466
|
+
<div id="player-info-2758805" style="display: none">
|
2467
|
+
<div class="tooltip-title">PANDAmonium</div>
|
2468
|
+
<strong>Previous Rank:</strong> 62<br />
|
2469
|
+
<strong>Favorite Race:</strong> Protoss
|
2470
|
+
</div>
|
2471
|
+
</td>
|
2472
|
+
<td class="align-center">94</td>
|
2473
|
+
<td class="align-center">5</td>
|
2474
|
+
</tr>
|
2475
|
+
|
2476
|
+
<tr class="row2"
|
2477
|
+
>
|
2478
|
+
|
2479
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2480
|
+
|
2481
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2482
|
+
</td>
|
2483
|
+
<td class="align-center" style="width: 40px">69th</td>
|
2484
|
+
|
2485
|
+
<td>
|
2486
|
+
|
2487
|
+
<a href="/sc2/en/profile/1210277/1/Liquiss/"
|
2488
|
+
class="race-zerg"
|
2489
|
+
data-tooltip="#player-info-1210277">
|
2490
|
+
Liquiss
|
2491
|
+
</a>
|
2492
|
+
|
2493
|
+
<div id="player-info-1210277" style="display: none">
|
2494
|
+
<div class="tooltip-title">Liquiss</div>
|
2495
|
+
<strong>Previous Rank:</strong> 58<br />
|
2496
|
+
<strong>Favorite Race:</strong> Zerg
|
2497
|
+
</div>
|
2498
|
+
</td>
|
2499
|
+
<td class="align-center">92</td>
|
2500
|
+
<td class="align-center">9</td>
|
2501
|
+
</tr>
|
2502
|
+
|
2503
|
+
<tr class="row1"
|
2504
|
+
>
|
2505
|
+
|
2506
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2507
|
+
|
2508
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2509
|
+
</td>
|
2510
|
+
<td class="align-center" style="width: 40px">70th</td>
|
2511
|
+
|
2512
|
+
<td>
|
2513
|
+
|
2514
|
+
<a href="/sc2/en/profile/2622489/1/CaptainPaul/"
|
2515
|
+
class="race-zerg"
|
2516
|
+
data-tooltip="#player-info-2622489">
|
2517
|
+
CaptainPaul
|
2518
|
+
</a>
|
2519
|
+
|
2520
|
+
<div id="player-info-2622489" style="display: none">
|
2521
|
+
<div class="tooltip-title">CaptainPaul</div>
|
2522
|
+
<strong>Previous Rank:</strong> 66<br />
|
2523
|
+
<strong>Favorite Race:</strong> Zerg
|
2524
|
+
</div>
|
2525
|
+
</td>
|
2526
|
+
<td class="align-center">86</td>
|
2527
|
+
<td class="align-center">18</td>
|
2528
|
+
</tr>
|
2529
|
+
|
2530
|
+
<tr class="row2"
|
2531
|
+
>
|
2532
|
+
|
2533
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2534
|
+
|
2535
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2536
|
+
</td>
|
2537
|
+
<td class="align-center" style="width: 40px">71st</td>
|
2538
|
+
|
2539
|
+
<td>
|
2540
|
+
|
2541
|
+
<a href="/sc2/en/profile/1546269/1/Toast/"
|
2542
|
+
class="race-terran"
|
2543
|
+
data-tooltip="#player-info-1546269">
|
2544
|
+
Toast
|
2545
|
+
</a>
|
2546
|
+
|
2547
|
+
<div id="player-info-1546269" style="display: none">
|
2548
|
+
<div class="tooltip-title">Toast</div>
|
2549
|
+
<strong>Previous Rank:</strong> 0<br />
|
2550
|
+
<strong>Favorite Race:</strong> Terran
|
2551
|
+
</div>
|
2552
|
+
</td>
|
2553
|
+
<td class="align-center">68</td>
|
2554
|
+
<td class="align-center">3</td>
|
2555
|
+
</tr>
|
2556
|
+
|
2557
|
+
<tr class="row1"
|
2558
|
+
>
|
2559
|
+
|
2560
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2561
|
+
|
2562
|
+
--
|
2563
|
+
</td>
|
2564
|
+
<td class="align-center" style="width: 40px">72nd</td>
|
2565
|
+
|
2566
|
+
<td>
|
2567
|
+
|
2568
|
+
<a href="/sc2/en/profile/2503963/1/LifeisGood/"
|
2569
|
+
class="race-protoss"
|
2570
|
+
data-tooltip="#player-info-2503963">
|
2571
|
+
LifeisGood
|
2572
|
+
</a>
|
2573
|
+
|
2574
|
+
<div id="player-info-2503963" style="display: none">
|
2575
|
+
<div class="tooltip-title">LifeisGood</div>
|
2576
|
+
<strong>Previous Rank:</strong> 72<br />
|
2577
|
+
<strong>Favorite Race:</strong> Protoss
|
2578
|
+
</div>
|
2579
|
+
</td>
|
2580
|
+
<td class="align-center">56</td>
|
2581
|
+
<td class="align-center">4</td>
|
2582
|
+
</tr>
|
2583
|
+
|
2584
|
+
<tr class="row2"
|
2585
|
+
>
|
2586
|
+
|
2587
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2588
|
+
|
2589
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2590
|
+
</td>
|
2591
|
+
<td class="align-center" style="width: 40px">73rd</td>
|
2592
|
+
|
2593
|
+
<td>
|
2594
|
+
|
2595
|
+
<a href="/sc2/en/profile/443175/1/Spincell/"
|
2596
|
+
class="race-protoss"
|
2597
|
+
data-tooltip="#player-info-443175">
|
2598
|
+
Spincell
|
2599
|
+
</a>
|
2600
|
+
|
2601
|
+
<div id="player-info-443175" style="display: none">
|
2602
|
+
<div class="tooltip-title">Spincell</div>
|
2603
|
+
<strong>Previous Rank:</strong> 0<br />
|
2604
|
+
<strong>Favorite Race:</strong> Protoss
|
2605
|
+
</div>
|
2606
|
+
</td>
|
2607
|
+
<td class="align-center">49</td>
|
2608
|
+
<td class="align-center">3</td>
|
2609
|
+
</tr>
|
2610
|
+
|
2611
|
+
<tr class="row1"
|
2612
|
+
>
|
2613
|
+
|
2614
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2615
|
+
|
2616
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2617
|
+
</td>
|
2618
|
+
<td class="align-center" style="width: 40px">74th</td>
|
2619
|
+
|
2620
|
+
<td>
|
2621
|
+
|
2622
|
+
<a href="/sc2/en/profile/1285222/1/esahc/"
|
2623
|
+
class="race-protoss"
|
2624
|
+
data-tooltip="#player-info-1285222">
|
2625
|
+
esahc
|
2626
|
+
</a>
|
2627
|
+
|
2628
|
+
<div id="player-info-1285222" style="display: none">
|
2629
|
+
<div class="tooltip-title">esahc</div>
|
2630
|
+
<strong>Previous Rank:</strong> 0<br />
|
2631
|
+
<strong>Favorite Race:</strong> Protoss
|
2632
|
+
</div>
|
2633
|
+
</td>
|
2634
|
+
<td class="align-center">48</td>
|
2635
|
+
<td class="align-center">2</td>
|
2636
|
+
</tr>
|
2637
|
+
|
2638
|
+
<tr class="row2"
|
2639
|
+
>
|
2640
|
+
|
2641
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2642
|
+
|
2643
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2644
|
+
</td>
|
2645
|
+
<td class="align-center" style="width: 40px">75th</td>
|
2646
|
+
|
2647
|
+
<td>
|
2648
|
+
|
2649
|
+
<a href="/sc2/en/profile/16006/2/Matacien/"
|
2650
|
+
class="race-terran"
|
2651
|
+
data-tooltip="#player-info-16006">
|
2652
|
+
Matacien
|
2653
|
+
</a>
|
2654
|
+
|
2655
|
+
<div id="player-info-16006" style="display: none">
|
2656
|
+
<div class="tooltip-title">Matacien</div>
|
2657
|
+
<strong>Previous Rank:</strong> 0<br />
|
2658
|
+
<strong>Favorite Race:</strong> Terran
|
2659
|
+
</div>
|
2660
|
+
</td>
|
2661
|
+
<td class="align-center">45</td>
|
2662
|
+
<td class="align-center">5</td>
|
2663
|
+
</tr>
|
2664
|
+
|
2665
|
+
<tr class="row1"
|
2666
|
+
>
|
2667
|
+
|
2668
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2669
|
+
|
2670
|
+
--
|
2671
|
+
</td>
|
2672
|
+
<td class="align-center" style="width: 40px">76th</td>
|
2673
|
+
|
2674
|
+
<td>
|
2675
|
+
|
2676
|
+
<a href="/sc2/en/profile/2615803/1/gosty/"
|
2677
|
+
class="race-protoss"
|
2678
|
+
data-tooltip="#player-info-2615803">
|
2679
|
+
gosty
|
2680
|
+
</a>
|
2681
|
+
|
2682
|
+
<div id="player-info-2615803" style="display: none">
|
2683
|
+
<div class="tooltip-title">gosty</div>
|
2684
|
+
<strong>Previous Rank:</strong> 76<br />
|
2685
|
+
<strong>Favorite Race:</strong> Protoss
|
2686
|
+
</div>
|
2687
|
+
</td>
|
2688
|
+
<td class="align-center">37</td>
|
2689
|
+
<td class="align-center">3</td>
|
2690
|
+
</tr>
|
2691
|
+
|
2692
|
+
<tr class="row2"
|
2693
|
+
>
|
2694
|
+
|
2695
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2696
|
+
|
2697
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2698
|
+
</td>
|
2699
|
+
<td class="align-center" style="width: 40px">77th</td>
|
2700
|
+
|
2701
|
+
<td>
|
2702
|
+
|
2703
|
+
<a href="/sc2/en/profile/626686/1/Sebz/"
|
2704
|
+
class="race-terran"
|
2705
|
+
data-tooltip="#player-info-626686">
|
2706
|
+
Sebz
|
2707
|
+
</a>
|
2708
|
+
|
2709
|
+
<div id="player-info-626686" style="display: none">
|
2710
|
+
<div class="tooltip-title">Sebz</div>
|
2711
|
+
<strong>Previous Rank:</strong> 95<br />
|
2712
|
+
<strong>Favorite Race:</strong> Terran
|
2713
|
+
</div>
|
2714
|
+
</td>
|
2715
|
+
<td class="align-center">37</td>
|
2716
|
+
<td class="align-center">2</td>
|
2717
|
+
</tr>
|
2718
|
+
|
2719
|
+
<tr class="row1"
|
2720
|
+
>
|
2721
|
+
|
2722
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2723
|
+
|
2724
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2725
|
+
</td>
|
2726
|
+
<td class="align-center" style="width: 40px">78th</td>
|
2727
|
+
|
2728
|
+
<td>
|
2729
|
+
|
2730
|
+
<a href="/sc2/en/profile/2720784/1/PhilliuS/"
|
2731
|
+
class="race-zerg"
|
2732
|
+
data-tooltip="#player-info-2720784">
|
2733
|
+
PhilliuS
|
2734
|
+
</a>
|
2735
|
+
|
2736
|
+
<div id="player-info-2720784" style="display: none">
|
2737
|
+
<div class="tooltip-title">PhilliuS</div>
|
2738
|
+
<strong>Previous Rank:</strong> 0<br />
|
2739
|
+
<strong>Favorite Race:</strong> Zerg
|
2740
|
+
</div>
|
2741
|
+
</td>
|
2742
|
+
<td class="align-center">32</td>
|
2743
|
+
<td class="align-center">2</td>
|
2744
|
+
</tr>
|
2745
|
+
|
2746
|
+
<tr class="row2"
|
2747
|
+
>
|
2748
|
+
|
2749
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2750
|
+
|
2751
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2752
|
+
</td>
|
2753
|
+
<td class="align-center" style="width: 40px">79th</td>
|
2754
|
+
|
2755
|
+
<td>
|
2756
|
+
|
2757
|
+
<a href="/sc2/en/profile/2806414/1/Nik/"
|
2758
|
+
class="race-terran"
|
2759
|
+
data-tooltip="#player-info-2806414">
|
2760
|
+
Nik
|
2761
|
+
</a>
|
2762
|
+
|
2763
|
+
<div id="player-info-2806414" style="display: none">
|
2764
|
+
<div class="tooltip-title">Nik</div>
|
2765
|
+
<strong>Previous Rank:</strong> 85<br />
|
2766
|
+
<strong>Favorite Race:</strong> Terran
|
2767
|
+
</div>
|
2768
|
+
</td>
|
2769
|
+
<td class="align-center">30</td>
|
2770
|
+
<td class="align-center">2</td>
|
2771
|
+
</tr>
|
2772
|
+
|
2773
|
+
<tr class="row1"
|
2774
|
+
>
|
2775
|
+
|
2776
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2777
|
+
|
2778
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2779
|
+
</td>
|
2780
|
+
<td class="align-center" style="width: 40px">80th</td>
|
2781
|
+
|
2782
|
+
<td>
|
2783
|
+
|
2784
|
+
<a href="/sc2/en/profile/2202811/1/MCMB/"
|
2785
|
+
class="race-zerg"
|
2786
|
+
data-tooltip="#player-info-2202811">
|
2787
|
+
MCMB
|
2788
|
+
</a>
|
2789
|
+
|
2790
|
+
<div id="player-info-2202811" style="display: none">
|
2791
|
+
<div class="tooltip-title">MCMB</div>
|
2792
|
+
<strong>Previous Rank:</strong> 0<br />
|
2793
|
+
<strong>Favorite Race:</strong> Zerg
|
2794
|
+
</div>
|
2795
|
+
</td>
|
2796
|
+
<td class="align-center">30</td>
|
2797
|
+
<td class="align-center">1</td>
|
2798
|
+
</tr>
|
2799
|
+
|
2800
|
+
<tr class="row2"
|
2801
|
+
>
|
2802
|
+
|
2803
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2804
|
+
|
2805
|
+
<img src="/sc2/static/images/icons/ladder/arrow-down.gif" alt="" />
|
2806
|
+
</td>
|
2807
|
+
<td class="align-center" style="width: 40px">81st</td>
|
2808
|
+
|
2809
|
+
<td>
|
2810
|
+
|
2811
|
+
<a href="/sc2/en/profile/1348225/1/edgaralando/"
|
2812
|
+
class="race-zerg"
|
2813
|
+
data-tooltip="#player-info-1348225">
|
2814
|
+
edgaralando
|
2815
|
+
</a>
|
2816
|
+
|
2817
|
+
<div id="player-info-1348225" style="display: none">
|
2818
|
+
<div class="tooltip-title">edgaralando</div>
|
2819
|
+
<strong>Previous Rank:</strong> 72<br />
|
2820
|
+
<strong>Favorite Race:</strong> Zerg
|
2821
|
+
</div>
|
2822
|
+
</td>
|
2823
|
+
<td class="align-center">22</td>
|
2824
|
+
<td class="align-center">3</td>
|
2825
|
+
</tr>
|
2826
|
+
|
2827
|
+
<tr class="row1"
|
2828
|
+
>
|
2829
|
+
|
2830
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2831
|
+
|
2832
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2833
|
+
</td>
|
2834
|
+
<td class="align-center" style="width: 40px">82nd</td>
|
2835
|
+
|
2836
|
+
<td>
|
2837
|
+
|
2838
|
+
<a href="/sc2/en/profile/2473365/1/HolyRobot/"
|
2839
|
+
class="race-zerg"
|
2840
|
+
data-tooltip="#player-info-2473365">
|
2841
|
+
HolyRobot
|
2842
|
+
</a>
|
2843
|
+
|
2844
|
+
<div id="player-info-2473365" style="display: none">
|
2845
|
+
<div class="tooltip-title">HolyRobot</div>
|
2846
|
+
<strong>Previous Rank:</strong> 0<br />
|
2847
|
+
<strong>Favorite Race:</strong> Zerg
|
2848
|
+
</div>
|
2849
|
+
</td>
|
2850
|
+
<td class="align-center">20</td>
|
2851
|
+
<td class="align-center">2</td>
|
2852
|
+
</tr>
|
2853
|
+
|
2854
|
+
<tr class="row2"
|
2855
|
+
>
|
2856
|
+
|
2857
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2858
|
+
|
2859
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2860
|
+
</td>
|
2861
|
+
<td class="align-center" style="width: 40px">83rd</td>
|
2862
|
+
|
2863
|
+
<td>
|
2864
|
+
|
2865
|
+
<a href="/sc2/en/profile/568240/1/FILSHTINSKY/"
|
2866
|
+
class="race-terran"
|
2867
|
+
data-tooltip="#player-info-568240">
|
2868
|
+
FILSHTINSKY
|
2869
|
+
</a>
|
2870
|
+
|
2871
|
+
<div id="player-info-568240" style="display: none">
|
2872
|
+
<div class="tooltip-title">FILSHTINSKY</div>
|
2873
|
+
<strong>Previous Rank:</strong> 0<br />
|
2874
|
+
<strong>Favorite Race:</strong> Terran
|
2875
|
+
</div>
|
2876
|
+
</td>
|
2877
|
+
<td class="align-center">11</td>
|
2878
|
+
<td class="align-center">2</td>
|
2879
|
+
</tr>
|
2880
|
+
|
2881
|
+
<tr class="row1"
|
2882
|
+
>
|
2883
|
+
|
2884
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/19/2012">
|
2885
|
+
|
2886
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2887
|
+
</td>
|
2888
|
+
<td class="align-center" style="width: 40px">84th</td>
|
2889
|
+
|
2890
|
+
<td>
|
2891
|
+
|
2892
|
+
<a href="/sc2/en/profile/1395962/1/limited/"
|
2893
|
+
class="race-terran"
|
2894
|
+
data-tooltip="#player-info-1395962">
|
2895
|
+
limited
|
2896
|
+
</a>
|
2897
|
+
|
2898
|
+
<div id="player-info-1395962" style="display: none">
|
2899
|
+
<div class="tooltip-title">limited</div>
|
2900
|
+
<strong>Previous Rank:</strong> 0<br />
|
2901
|
+
<strong>Favorite Race:</strong> Terran
|
2902
|
+
</div>
|
2903
|
+
</td>
|
2904
|
+
<td class="align-center">0</td>
|
2905
|
+
<td class="align-center">0</td>
|
2906
|
+
</tr>
|
2907
|
+
|
2908
|
+
<tr class="row2"
|
2909
|
+
>
|
2910
|
+
|
2911
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2912
|
+
|
2913
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2914
|
+
</td>
|
2915
|
+
<td class="align-center" style="width: 40px">85th</td>
|
2916
|
+
|
2917
|
+
<td>
|
2918
|
+
|
2919
|
+
<a href="/sc2/en/profile/1406100/1/Sinclairr/"
|
2920
|
+
class="race-protoss"
|
2921
|
+
data-tooltip="#player-info-1406100">
|
2922
|
+
Sinclairr
|
2923
|
+
</a>
|
2924
|
+
|
2925
|
+
<div id="player-info-1406100" style="display: none">
|
2926
|
+
<div class="tooltip-title">Sinclairr</div>
|
2927
|
+
<strong>Previous Rank:</strong> 0<br />
|
2928
|
+
<strong>Favorite Race:</strong> Protoss
|
2929
|
+
</div>
|
2930
|
+
</td>
|
2931
|
+
<td class="align-center">0</td>
|
2932
|
+
<td class="align-center">4</td>
|
2933
|
+
</tr>
|
2934
|
+
|
2935
|
+
<tr class="row1"
|
2936
|
+
>
|
2937
|
+
|
2938
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2939
|
+
|
2940
|
+
<img src="/sc2/static/images/icons/ladder/arrow-up.gif" alt="" />
|
2941
|
+
</td>
|
2942
|
+
<td class="align-center" style="width: 40px">86th</td>
|
2943
|
+
|
2944
|
+
<td>
|
2945
|
+
|
2946
|
+
<a href="/sc2/en/profile/597031/1/UCLAGameOnD/"
|
2947
|
+
class="race-terran"
|
2948
|
+
data-tooltip="#player-info-597031">
|
2949
|
+
UCLAGameOnD
|
2950
|
+
</a>
|
2951
|
+
|
2952
|
+
<div id="player-info-597031" style="display: none">
|
2953
|
+
<div class="tooltip-title">UCLAGameOnD</div>
|
2954
|
+
<strong>Previous Rank:</strong> 87<br />
|
2955
|
+
<strong>Favorite Race:</strong> Terran
|
2956
|
+
</div>
|
2957
|
+
</td>
|
2958
|
+
<td class="align-center">0</td>
|
2959
|
+
<td class="align-center">1</td>
|
2960
|
+
</tr>
|
2961
|
+
|
2962
|
+
<tr class="row2"
|
2963
|
+
>
|
2964
|
+
|
2965
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2966
|
+
|
2967
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2968
|
+
</td>
|
2969
|
+
<td class="align-center" style="width: 40px">87th</td>
|
2970
|
+
|
2971
|
+
<td>
|
2972
|
+
|
2973
|
+
<a href="/sc2/en/profile/595717/1/Psychadelia/"
|
2974
|
+
class="race-terran"
|
2975
|
+
data-tooltip="#player-info-595717">
|
2976
|
+
Psychadelia
|
2977
|
+
</a>
|
2978
|
+
|
2979
|
+
<div id="player-info-595717" style="display: none">
|
2980
|
+
<div class="tooltip-title">Psychadelia</div>
|
2981
|
+
<strong>Previous Rank:</strong> 0<br />
|
2982
|
+
<strong>Favorite Race:</strong> Terran
|
2983
|
+
</div>
|
2984
|
+
</td>
|
2985
|
+
<td class="align-center">0</td>
|
2986
|
+
<td class="align-center">0</td>
|
2987
|
+
</tr>
|
2988
|
+
|
2989
|
+
<tr class="row1"
|
2990
|
+
>
|
2991
|
+
|
2992
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
2993
|
+
|
2994
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
2995
|
+
</td>
|
2996
|
+
<td class="align-center" style="width: 40px">88th</td>
|
2997
|
+
|
2998
|
+
<td>
|
2999
|
+
|
3000
|
+
<a href="/sc2/en/profile/672092/1/Alteq/"
|
3001
|
+
class="race-protoss"
|
3002
|
+
data-tooltip="#player-info-672092">
|
3003
|
+
Alteq
|
3004
|
+
</a>
|
3005
|
+
|
3006
|
+
<div id="player-info-672092" style="display: none">
|
3007
|
+
<div class="tooltip-title">Alteq</div>
|
3008
|
+
<strong>Previous Rank:</strong> 0<br />
|
3009
|
+
<strong>Favorite Race:</strong> Protoss
|
3010
|
+
</div>
|
3011
|
+
</td>
|
3012
|
+
<td class="align-center">0</td>
|
3013
|
+
<td class="align-center">0</td>
|
3014
|
+
</tr>
|
3015
|
+
|
3016
|
+
<tr class="row2"
|
3017
|
+
>
|
3018
|
+
|
3019
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3020
|
+
|
3021
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3022
|
+
</td>
|
3023
|
+
<td class="align-center" style="width: 40px">89th</td>
|
3024
|
+
|
3025
|
+
<td>
|
3026
|
+
|
3027
|
+
<a href="/sc2/en/profile/398413/1/Xizzo/"
|
3028
|
+
class="race-zerg"
|
3029
|
+
data-tooltip="#player-info-398413">
|
3030
|
+
Xizzo
|
3031
|
+
</a>
|
3032
|
+
|
3033
|
+
<div id="player-info-398413" style="display: none">
|
3034
|
+
<div class="tooltip-title">Xizzo</div>
|
3035
|
+
<strong>Previous Rank:</strong> 0<br />
|
3036
|
+
<strong>Favorite Race:</strong> Zerg
|
3037
|
+
</div>
|
3038
|
+
</td>
|
3039
|
+
<td class="align-center">0</td>
|
3040
|
+
<td class="align-center">0</td>
|
3041
|
+
</tr>
|
3042
|
+
|
3043
|
+
<tr class="row1"
|
3044
|
+
>
|
3045
|
+
|
3046
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3047
|
+
|
3048
|
+
--
|
3049
|
+
</td>
|
3050
|
+
<td class="align-center" style="width: 40px">90th</td>
|
3051
|
+
|
3052
|
+
<td>
|
3053
|
+
|
3054
|
+
<a href="/sc2/en/profile/387761/1/kirai/"
|
3055
|
+
class="race-protoss"
|
3056
|
+
data-tooltip="#player-info-387761">
|
3057
|
+
kirai
|
3058
|
+
</a>
|
3059
|
+
|
3060
|
+
<div id="player-info-387761" style="display: none">
|
3061
|
+
<div class="tooltip-title">kirai</div>
|
3062
|
+
<strong>Previous Rank:</strong> 90<br />
|
3063
|
+
<strong>Favorite Race:</strong> Protoss
|
3064
|
+
</div>
|
3065
|
+
</td>
|
3066
|
+
<td class="align-center">0</td>
|
3067
|
+
<td class="align-center">2</td>
|
3068
|
+
</tr>
|
3069
|
+
|
3070
|
+
<tr class="row2"
|
3071
|
+
>
|
3072
|
+
|
3073
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3074
|
+
|
3075
|
+
--
|
3076
|
+
</td>
|
3077
|
+
<td class="align-center" style="width: 40px">91st</td>
|
3078
|
+
|
3079
|
+
<td>
|
3080
|
+
|
3081
|
+
<a href="/sc2/en/profile/900044/1/Father/"
|
3082
|
+
class="race-terran"
|
3083
|
+
data-tooltip="#player-info-900044">
|
3084
|
+
Father
|
3085
|
+
</a>
|
3086
|
+
|
3087
|
+
<div id="player-info-900044" style="display: none">
|
3088
|
+
<div class="tooltip-title">Father</div>
|
3089
|
+
<strong>Previous Rank:</strong> 91<br />
|
3090
|
+
<strong>Favorite Race:</strong> Terran
|
3091
|
+
</div>
|
3092
|
+
</td>
|
3093
|
+
<td class="align-center">0</td>
|
3094
|
+
<td class="align-center">0</td>
|
3095
|
+
</tr>
|
3096
|
+
|
3097
|
+
<tr class="row1"
|
3098
|
+
>
|
3099
|
+
|
3100
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3101
|
+
|
3102
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3103
|
+
</td>
|
3104
|
+
<td class="align-center" style="width: 40px">92nd</td>
|
3105
|
+
|
3106
|
+
<td>
|
3107
|
+
|
3108
|
+
<a href="/sc2/en/profile/2616225/1/Shinobier/"
|
3109
|
+
class="race-terran"
|
3110
|
+
data-tooltip="#player-info-2616225">
|
3111
|
+
Shinobier
|
3112
|
+
</a>
|
3113
|
+
|
3114
|
+
<div id="player-info-2616225" style="display: none">
|
3115
|
+
<div class="tooltip-title">Shinobier</div>
|
3116
|
+
<strong>Previous Rank:</strong> 0<br />
|
3117
|
+
<strong>Favorite Race:</strong> Terran
|
3118
|
+
</div>
|
3119
|
+
</td>
|
3120
|
+
<td class="align-center">0</td>
|
3121
|
+
<td class="align-center">1</td>
|
3122
|
+
</tr>
|
3123
|
+
|
3124
|
+
<tr class="row2"
|
3125
|
+
>
|
3126
|
+
|
3127
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3128
|
+
|
3129
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3130
|
+
</td>
|
3131
|
+
<td class="align-center" style="width: 40px">93rd</td>
|
3132
|
+
|
3133
|
+
<td>
|
3134
|
+
|
3135
|
+
<a href="/sc2/en/profile/692040/1/silenceman/"
|
3136
|
+
class="race-protoss"
|
3137
|
+
data-tooltip="#player-info-692040">
|
3138
|
+
silenceman
|
3139
|
+
</a>
|
3140
|
+
|
3141
|
+
<div id="player-info-692040" style="display: none">
|
3142
|
+
<div class="tooltip-title">silenceman</div>
|
3143
|
+
<strong>Previous Rank:</strong> 0<br />
|
3144
|
+
<strong>Favorite Race:</strong> Protoss
|
3145
|
+
</div>
|
3146
|
+
</td>
|
3147
|
+
<td class="align-center">0</td>
|
3148
|
+
<td class="align-center">1</td>
|
3149
|
+
</tr>
|
3150
|
+
|
3151
|
+
<tr class="row1"
|
3152
|
+
>
|
3153
|
+
|
3154
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3155
|
+
|
3156
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3157
|
+
</td>
|
3158
|
+
<td class="align-center" style="width: 40px">94th</td>
|
3159
|
+
|
3160
|
+
<td>
|
3161
|
+
|
3162
|
+
<a href="/sc2/en/profile/2321453/1/JofesJohnson/"
|
3163
|
+
class="race-zerg"
|
3164
|
+
data-tooltip="#player-info-2321453">
|
3165
|
+
JofesJohnson
|
3166
|
+
</a>
|
3167
|
+
|
3168
|
+
<div id="player-info-2321453" style="display: none">
|
3169
|
+
<div class="tooltip-title">JofesJohnson</div>
|
3170
|
+
<strong>Previous Rank:</strong> 0<br />
|
3171
|
+
<strong>Favorite Race:</strong> Zerg
|
3172
|
+
</div>
|
3173
|
+
</td>
|
3174
|
+
<td class="align-center">0</td>
|
3175
|
+
<td class="align-center">0</td>
|
3176
|
+
</tr>
|
3177
|
+
|
3178
|
+
<tr class="row2"
|
3179
|
+
id="current-rank">
|
3180
|
+
|
3181
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3182
|
+
|
3183
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3184
|
+
</td>
|
3185
|
+
<td class="align-center" style="width: 40px">95th</td>
|
3186
|
+
|
3187
|
+
<td>
|
3188
|
+
|
3189
|
+
<a href="/sc2/en/profile/2377239/1/Demon/"
|
3190
|
+
class="race-protoss"
|
3191
|
+
data-tooltip="#player-info-2377239">
|
3192
|
+
Demon
|
3193
|
+
</a>
|
3194
|
+
|
3195
|
+
<div id="player-info-2377239" style="display: none">
|
3196
|
+
<div class="tooltip-title">Demon</div>
|
3197
|
+
<strong>Previous Rank:</strong> 0<br />
|
3198
|
+
<strong>Favorite Race:</strong> Protoss
|
3199
|
+
</div>
|
3200
|
+
</td>
|
3201
|
+
<td class="align-center">0</td>
|
3202
|
+
<td class="align-center">1</td>
|
3203
|
+
</tr>
|
3204
|
+
|
3205
|
+
<tr class="row1"
|
3206
|
+
>
|
3207
|
+
|
3208
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3209
|
+
|
3210
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3211
|
+
</td>
|
3212
|
+
<td class="align-center" style="width: 40px">96th</td>
|
3213
|
+
|
3214
|
+
<td>
|
3215
|
+
|
3216
|
+
<a href="/sc2/en/profile/2185064/1/LuckyOracle/"
|
3217
|
+
class="race-zerg"
|
3218
|
+
data-tooltip="#player-info-2185064">
|
3219
|
+
LuckyOracle
|
3220
|
+
</a>
|
3221
|
+
|
3222
|
+
<div id="player-info-2185064" style="display: none">
|
3223
|
+
<div class="tooltip-title">LuckyOracle</div>
|
3224
|
+
<strong>Previous Rank:</strong> 0<br />
|
3225
|
+
<strong>Favorite Race:</strong> Zerg
|
3226
|
+
</div>
|
3227
|
+
</td>
|
3228
|
+
<td class="align-center">0</td>
|
3229
|
+
<td class="align-center">0</td>
|
3230
|
+
</tr>
|
3231
|
+
|
3232
|
+
<tr class="row2"
|
3233
|
+
>
|
3234
|
+
|
3235
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3236
|
+
|
3237
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3238
|
+
</td>
|
3239
|
+
<td class="align-center" style="width: 40px">97th</td>
|
3240
|
+
|
3241
|
+
<td>
|
3242
|
+
|
3243
|
+
<a href="/sc2/en/profile/1450458/1/Flip/"
|
3244
|
+
class="race-terran"
|
3245
|
+
data-tooltip="#player-info-1450458">
|
3246
|
+
Flip
|
3247
|
+
</a>
|
3248
|
+
|
3249
|
+
<div id="player-info-1450458" style="display: none">
|
3250
|
+
<div class="tooltip-title">Flip</div>
|
3251
|
+
<strong>Previous Rank:</strong> 0<br />
|
3252
|
+
<strong>Favorite Race:</strong> Terran
|
3253
|
+
</div>
|
3254
|
+
</td>
|
3255
|
+
<td class="align-center">0</td>
|
3256
|
+
<td class="align-center">1</td>
|
3257
|
+
</tr>
|
3258
|
+
|
3259
|
+
<tr class="row1"
|
3260
|
+
>
|
3261
|
+
|
3262
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3263
|
+
|
3264
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3265
|
+
</td>
|
3266
|
+
<td class="align-center" style="width: 40px">98th</td>
|
3267
|
+
|
3268
|
+
<td>
|
3269
|
+
|
3270
|
+
<a href="/sc2/en/profile/1634446/1/Lobo/"
|
3271
|
+
class="race-random"
|
3272
|
+
data-tooltip="#player-info-1634446">
|
3273
|
+
Lobo
|
3274
|
+
</a>
|
3275
|
+
|
3276
|
+
<div id="player-info-1634446" style="display: none">
|
3277
|
+
<div class="tooltip-title">Lobo</div>
|
3278
|
+
<strong>Previous Rank:</strong> 0<br />
|
3279
|
+
<strong>Favorite Race:</strong> Random
|
3280
|
+
</div>
|
3281
|
+
</td>
|
3282
|
+
<td class="align-center">0</td>
|
3283
|
+
<td class="align-center">0</td>
|
3284
|
+
</tr>
|
3285
|
+
|
3286
|
+
<tr class="row2"
|
3287
|
+
>
|
3288
|
+
|
3289
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3290
|
+
|
3291
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3292
|
+
</td>
|
3293
|
+
<td class="align-center" style="width: 40px">99th</td>
|
3294
|
+
|
3295
|
+
<td>
|
3296
|
+
|
3297
|
+
<a href="/sc2/en/profile/2884408/1/Keyd/"
|
3298
|
+
class="race-zerg"
|
3299
|
+
data-tooltip="#player-info-2884408">
|
3300
|
+
Keyd
|
3301
|
+
</a>
|
3302
|
+
|
3303
|
+
<div id="player-info-2884408" style="display: none">
|
3304
|
+
<div class="tooltip-title">Keyd</div>
|
3305
|
+
<strong>Previous Rank:</strong> 0<br />
|
3306
|
+
<strong>Favorite Race:</strong> Zerg
|
3307
|
+
</div>
|
3308
|
+
</td>
|
3309
|
+
<td class="align-center">0</td>
|
3310
|
+
<td class="align-center">0</td>
|
3311
|
+
</tr>
|
3312
|
+
|
3313
|
+
<tr class="row1"
|
3314
|
+
>
|
3315
|
+
|
3316
|
+
<td class="align-center" style="width: 15px" data-tooltip="Joined Division: 2/17/2012">
|
3317
|
+
|
3318
|
+
<img src="/sc2/static/images/icons/ladder/exclamation.gif" alt="" />
|
3319
|
+
</td>
|
3320
|
+
<td class="align-center" style="width: 40px">100th</td>
|
3321
|
+
|
3322
|
+
<td>
|
3323
|
+
|
3324
|
+
<a href="/sc2/en/profile/1319508/1/rgigz/"
|
3325
|
+
class="race-random"
|
3326
|
+
data-tooltip="#player-info-1319508">
|
3327
|
+
rgigz
|
3328
|
+
</a>
|
3329
|
+
|
3330
|
+
<div id="player-info-1319508" style="display: none">
|
3331
|
+
<div class="tooltip-title">rgigz</div>
|
3332
|
+
<strong>Previous Rank:</strong> 0<br />
|
3333
|
+
<strong>Favorite Race:</strong> Random
|
3334
|
+
</div>
|
3335
|
+
</td>
|
3336
|
+
<td class="align-center">0</td>
|
3337
|
+
<td class="align-center">0</td>
|
3338
|
+
</tr>
|
3339
|
+
|
3340
|
+
</tbody>
|
3341
|
+
</table>
|
3342
|
+
|
3343
|
+
|
3344
|
+
</div>
|
3345
|
+
|
3346
|
+
<span class="clear"><!-- --></span>
|
3347
|
+
</div>
|
3348
|
+
</div>
|
3349
|
+
</div>
|
3350
|
+
</div>
|
3351
|
+
<div id="footer">
|
3352
|
+
<div id="sitemap" class="promotions">
|
3353
|
+
<div class="column">
|
3354
|
+
<h3 class="bnet">
|
3355
|
+
<a href="http://us.battle.net/" tabindex="100">Battle.net Home</a>
|
3356
|
+
</h3>
|
3357
|
+
<ul>
|
3358
|
+
<li><a href="http://us.battle.net/what-is/">What is Battle.net?</a></li>
|
3359
|
+
<li><a href="https://us.battle.net/account/management/get-a-game.html">Buy Games</a></li>
|
3360
|
+
<li><a href="https://us.battle.net/account/management/">Account</a></li>
|
3361
|
+
<li><a href="http://us.battle.net/support/">Support</a></li>
|
3362
|
+
<li><a href="http://us.battle.net/realid/">Real ID</a></li>
|
3363
|
+
</ul>
|
3364
|
+
</div>
|
3365
|
+
<div class="column">
|
3366
|
+
<h3 class="games">
|
3367
|
+
<a href="http://us.battle.net/" tabindex="100">Games</a>
|
3368
|
+
</h3>
|
3369
|
+
<ul>
|
3370
|
+
<li><a href="http://us.battle.net/sc2/">StarCraft II</a></li>
|
3371
|
+
<li><a href="http://us.battle.net/wow/">World of Warcraft</a></li>
|
3372
|
+
<li><a href="http://us.battle.net/d3/">Diablo III</a></li>
|
3373
|
+
<li><a href="http://us.battle.net/games/classic">Classic Games</a></li>
|
3374
|
+
<li><a href="https://us.battle.net/account/download/">Game Client Downloads</a></li>
|
3375
|
+
</ul>
|
3376
|
+
</div>
|
3377
|
+
<div class="column">
|
3378
|
+
<h3 class="account">
|
3379
|
+
<a href="https://us.battle.net/account/management/" tabindex="100">Account</a>
|
3380
|
+
</h3>
|
3381
|
+
<ul>
|
3382
|
+
<li><a href="https://us.battle.net/account/support/login-support.html">Can’t log in?</a></li>
|
3383
|
+
<li><a href="https://us.battle.net/account/creation/tos.html">Create Account</a></li>
|
3384
|
+
<li><a href="https://us.battle.net/account/management/">Account Summary</a></li>
|
3385
|
+
<li><a href="https://us.battle.net/account/management/authenticator.html">Account Security</a></li>
|
3386
|
+
<li><a href="https://us.battle.net/account/management/add-game.html">Add a Game</a></li>
|
3387
|
+
<li><a href="https://us.battle.net/account/management/redemption/redeem.html">Redeem Promo Codes</a></li>
|
3388
|
+
</ul>
|
3389
|
+
</div>
|
3390
|
+
<div class="column">
|
3391
|
+
<h3 class="support">
|
3392
|
+
<a href="http://us.battle.net/support/" tabindex="100">Support</a>
|
3393
|
+
</h3>
|
3394
|
+
<ul>
|
3395
|
+
<li><a href="http://us.battle.net/support/">Support Articles</a></li>
|
3396
|
+
<li><a href="https://us.battle.net/account/parental-controls/index.html">Parental Controls</a></li>
|
3397
|
+
<li><a href="http://us.battle.net/security/">Protect Your Account</a></li>
|
3398
|
+
<li><a href="http://us.battle.net/security/help">Help! I got hacked!</a></li>
|
3399
|
+
</ul>
|
3400
|
+
</div>
|
3401
|
+
<div id="footer-promotions">
|
3402
|
+
<div class="sidebar-content"></div>
|
3403
|
+
<div id="sidebar-marketing" class="sidebar-module">
|
3404
|
+
<div class="bnet-offer">
|
3405
|
+
<!-- -->
|
3406
|
+
<div class="bnet-offer-bg">
|
3407
|
+
<a href="https://us.battle.net/account/sc2/starter-edition/" target="_blank" id="ad3985896" class="bnet-offer-image" onclick="BnetAds.trackEvent('3985896', 'TrySCII', 'sc2', true);">
|
3408
|
+
<img src="http://us.media2.battle.net/cms/ad_300x100/ZNB918LXVJ251309281567042.jpg" width="300" height="100" alt=""/>
|
3409
|
+
</a>
|
3410
|
+
</div>
|
3411
|
+
<script type="text/javascript">
|
3412
|
+
//<![CDATA[
|
3413
|
+
if(typeof (BnetAds.addEvent) != "undefined" )
|
3414
|
+
BnetAds.addEvent(window, 'load', function(){ BnetAds.trackEvent('3985896', 'TrySCII', 'sc2'); } );
|
3415
|
+
else
|
3416
|
+
BnetAds.trackEvent('3985896', 'TrySCII', 'sc2');
|
3417
|
+
//]]>
|
3418
|
+
</script>
|
3419
|
+
</div>
|
3420
|
+
</div>
|
3421
|
+
</div>
|
3422
|
+
<span class="clear"><!-- --></span>
|
3423
|
+
</div>
|
3424
|
+
<div id="copyright">
|
3425
|
+
<a href="javascript:;" tabindex="100" id="change-language">
|
3426
|
+
<span>Americas - English (US)</span>
|
3427
|
+
</a>
|
3428
|
+
©2012 Blizzard Entertainment, Inc. All rights reserved
|
3429
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/termsofuse.html" tabindex="100">Terms of Use</a>
|
3430
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/legal/" tabindex="100">Legal</a>
|
3431
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/privacy.html" tabindex="100">Privacy Policy</a>
|
3432
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/infringementnotice.html" tabindex="100">Copyright Infringement</a>
|
3433
|
+
</div>
|
3434
|
+
<div id="international"></div>
|
3435
|
+
<div id="legal">
|
3436
|
+
<div id="legal-ratings" class="png-fix">
|
3437
|
+
<a class="truste-link" href="//privacy-policy.truste.com/click-with-confidence/ctv/en/us.battle.net/seal_m" title="Validate TRUSTe privacy certification" onclick="return Core.open(this);">
|
3438
|
+
<img class="legal-image" src="//privacy-policy.truste.com/certified-seal/wps/en/us.battle.net/seal_m.png" alt="Validate TRUSTe privacy certification"/>
|
3439
|
+
</a>
|
3440
|
+
<a href="http://www.esrb.org/ratings/ratings_guide.jsp" onclick="return Core.open(this);">
|
3441
|
+
<img class="legal-image" alt="" src="/sc2/static/local-common/images/legal/us/esrb-teen-sc2.png" />
|
3442
|
+
</a>
|
3443
|
+
</div>
|
3444
|
+
<div id="blizzard" class="png-fix">
|
3445
|
+
<a href="http://blizzard.com" tabindex="100"><img src="/sc2/static/local-common/images/logos/blizz-sc2.png" alt="" /></a>
|
3446
|
+
</div>
|
3447
|
+
<span class="clear"><!-- --></span>
|
3448
|
+
</div>
|
3449
|
+
</div>
|
3450
|
+
<div id="service">
|
3451
|
+
<ul class="service-bar">
|
3452
|
+
<li class="service-cell service-home"><a href="http://us.battle.net/" tabindex="50" accesskey="1" title="Battle.net Home"> </a></li>
|
3453
|
+
<li class="service-cell service-welcome">
|
3454
|
+
<a href="?login" onclick="return Login.open()">Log in</a> or <a href="https://us.battle.net/account/creation/tos.html">Create an Account</a>
|
3455
|
+
</li>
|
3456
|
+
<li class="service-cell service-account"><a href="https://us.battle.net/account/management/" class="service-link" tabindex="50" accesskey="3">Account</a></li>
|
3457
|
+
<li class="service-cell service-support service-support-enhanced">
|
3458
|
+
<a href="#support" class="service-link service-link-dropdown" tabindex="50" accesskey="4" id="support-link" onclick="return false" style="cursor: progress" rel="javascript">Support<span class="no-support-tickets" id="support-ticket-count"></span></a>
|
3459
|
+
<div class="support-menu" id="support-menu" style="display:none;">
|
3460
|
+
<div class="support-primary">
|
3461
|
+
<ul class="support-nav">
|
3462
|
+
<li>
|
3463
|
+
<a href="http://us.battle.net/support/" tabindex="55" class="support-category">
|
3464
|
+
<strong class="support-caption">Knowledge Center</strong>
|
3465
|
+
Browse our support articles
|
3466
|
+
</a>
|
3467
|
+
</li>
|
3468
|
+
<li>
|
3469
|
+
<a href="https://us.battle.net/support/ticket/status" tabindex="55" class="support-category">
|
3470
|
+
<strong class="support-caption">Your Support Tickets</strong>
|
3471
|
+
View your active tickets (login required).
|
3472
|
+
</a>
|
3473
|
+
</li>
|
3474
|
+
</ul>
|
3475
|
+
<span class="clear"><!-- --></span>
|
3476
|
+
</div>
|
3477
|
+
<div class="support-secondary"></div>
|
3478
|
+
<!--[if IE 6]> <iframe id="support-shim" src="javascript:false;" frameborder="0" scrolling="no" style="display: block; position: absolute; top: 0; left: 9px; width: 297px; height: 400px; z-index: -1;"></iframe>
|
3479
|
+
<script type="text/javascript">
|
3480
|
+
//<![CDATA[
|
3481
|
+
(function(){
|
3482
|
+
var doc = document;
|
3483
|
+
var shim = doc.getElementById('support-shim');
|
3484
|
+
shim.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
|
3485
|
+
shim.style.display = 'block';
|
3486
|
+
})();
|
3487
|
+
//]]>
|
3488
|
+
</script>
|
3489
|
+
<![endif]-->
|
3490
|
+
</div>
|
3491
|
+
</li>
|
3492
|
+
<li class="service-cell service-explore">
|
3493
|
+
<a href="#explore" tabindex="50" accesskey="5" class="dropdown" id="explore-link" onclick="return false" style="cursor: progress" rel="javascript">Explore</a>
|
3494
|
+
<div class="explore-menu" id="explore-menu" style="display:none;">
|
3495
|
+
<div class="explore-primary">
|
3496
|
+
<ul class="explore-nav">
|
3497
|
+
<li>
|
3498
|
+
<a href="http://us.battle.net/" tabindex="55" data-label="Home">
|
3499
|
+
<strong class="explore-caption">Battle.net Home</strong>
|
3500
|
+
Connect. Play. Unite.
|
3501
|
+
</a>
|
3502
|
+
</li>
|
3503
|
+
<li>
|
3504
|
+
<a href="https://us.battle.net/account/management/" tabindex="55" data-label="Account">
|
3505
|
+
<strong class="explore-caption">Account</strong>
|
3506
|
+
Manage your Account
|
3507
|
+
</a>
|
3508
|
+
</li>
|
3509
|
+
<li>
|
3510
|
+
<a href="http://us.battle.net/support/" tabindex="55" data-label="Support">
|
3511
|
+
<strong class="explore-caption">Support</strong>
|
3512
|
+
Get Support and explore the knowledgebase.
|
3513
|
+
</a>
|
3514
|
+
</li>
|
3515
|
+
<li>
|
3516
|
+
<a href="https://us.battle.net/account/management/get-a-game.html" tabindex="55" data-label="Buy Games">
|
3517
|
+
<strong class="explore-caption">Buy Games</strong>
|
3518
|
+
Digital Games for Download
|
3519
|
+
</a>
|
3520
|
+
</li>
|
3521
|
+
</ul>
|
3522
|
+
<div class="explore-links">
|
3523
|
+
<h2 class="explore-caption">More</h2>
|
3524
|
+
<ul>
|
3525
|
+
<li><a href="http://us.battle.net/what-is/" tabindex="55" data-label="More">What is Battle.net?</a></li>
|
3526
|
+
<li><a href="https://us.battle.net/account/parental-controls/index.html" tabindex="55" data-label="More">Parental Controls</a></li>
|
3527
|
+
<li><a href="http://us.battle.net/security/" tabindex="55" data-label="More">Account Security</a></li>
|
3528
|
+
<li><a href="https://us.battle.net/account/management/add-game.html" tabindex="55" data-label="More">Add a Game</a></li>
|
3529
|
+
<li><a href="https://us.battle.net/account/support/password-reset.html" tabindex="55" data-label="More">Can’t log in?</a></li>
|
3530
|
+
<li><a href="https://us.battle.net/account/download/" tabindex="55" data-label="More">Game Client Downloads</a></li>
|
3531
|
+
<li><a href="https://us.battle.net/account/management/redemption/redeem.html" tabindex="55" data-label="More">Redeem Promo Codes</a></li>
|
3532
|
+
<li><a href="http://us.battle.net/games/classic" tabindex="55" data-label="More">Classic Games</a></li>
|
3533
|
+
</ul>
|
3534
|
+
</div>
|
3535
|
+
<span class="clear"><!-- --></span>
|
3536
|
+
<!--[if IE 6]> <iframe id="explore-shim" src="javascript:false;" frameborder="0" scrolling="no" style="display: block; position: absolute; top: 0; left: 9px; width: 409px; height: 400px; z-index: -1;"></iframe>
|
3537
|
+
<script type="text/javascript">
|
3538
|
+
//<![CDATA[
|
3539
|
+
(function(){
|
3540
|
+
var doc = document;
|
3541
|
+
var shim = doc.getElementById('explore-shim');
|
3542
|
+
shim.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
|
3543
|
+
shim.style.display = 'block';
|
3544
|
+
})();
|
3545
|
+
//]]>
|
3546
|
+
</script>
|
3547
|
+
<![endif]-->
|
3548
|
+
</div>
|
3549
|
+
<ul class="explore-secondary">
|
3550
|
+
<li class="explore-game explore-game-sc2">
|
3551
|
+
<a href="http://us.battle.net/sc2/" tabindex="55" data-label="Game - sc2">
|
3552
|
+
<span class="explore-game-inner">
|
3553
|
+
<strong class="explore-caption">StarCraft II</strong>
|
3554
|
+
<span>News & Forums</span> <span>Beginner’s Guide</span> <span>Player Profiles</span>
|
3555
|
+
</span>
|
3556
|
+
</a>
|
3557
|
+
</li>
|
3558
|
+
<li class="explore-game explore-game-wow">
|
3559
|
+
<a href="http://us.battle.net/wow/" tabindex="55" data-label="Game - wow">
|
3560
|
+
<span class="explore-game-inner">
|
3561
|
+
<strong class="explore-caption">World of Warcraft</strong>
|
3562
|
+
<span>Character Profiles</span> <span>News & Forums</span> <span>Game Guide</span>
|
3563
|
+
</span>
|
3564
|
+
</a>
|
3565
|
+
</li>
|
3566
|
+
<li class="explore-game explore-game-d3">
|
3567
|
+
<a href="http://us.battle.net/d3/" tabindex="55" data-label="Game - d3">
|
3568
|
+
<span class="explore-game-inner">
|
3569
|
+
<strong class="explore-caption">Diablo III</strong>
|
3570
|
+
<span>Game Guide</span> <span>Beta News</span> <span>Forums</span>
|
3571
|
+
</span>
|
3572
|
+
</a>
|
3573
|
+
</li>
|
3574
|
+
</ul>
|
3575
|
+
</div>
|
3576
|
+
</li>
|
3577
|
+
</ul>
|
3578
|
+
<div id="warnings-wrapper">
|
3579
|
+
<script type="text/javascript">
|
3580
|
+
//<![CDATA[
|
3581
|
+
$(function() {
|
3582
|
+
App.saveCookie('html5Warning');
|
3583
|
+
App.resetCookie('browserWarning');
|
3584
|
+
});
|
3585
|
+
//]]>
|
3586
|
+
</script>
|
3587
|
+
<!--[if lt IE 8]> <div id="browser-warning" class="warning warning-red">
|
3588
|
+
<div class="warning-inner2">
|
3589
|
+
You are using an outdated web browser.<br />
|
3590
|
+
<a href="http://us.blizzard.com/support/article/browserupdate">Upgrade</a> or <a href="http://www.google.com/chromeframe/?hl=en-US" id="chrome-frame-link">install Google Chrome Frame</a>.
|
3591
|
+
<a href="#close" class="warning-close" onclick="App.closeWarning('#browser-warning', 'browserWarning'); return false;"></a>
|
3592
|
+
</div>
|
3593
|
+
</div>
|
3594
|
+
<![endif]-->
|
3595
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/CFInstall.min.js?v39"></script>
|
3596
|
+
<script type="text/javascript">
|
3597
|
+
//<![CDATA[
|
3598
|
+
$(function() {
|
3599
|
+
var age = 365 * 24 * 60 * 60 * 1000;
|
3600
|
+
var src = 'https://www.google.com/chromeframe/?hl=en-US';
|
3601
|
+
if ('http:' == document.location.protocol) {
|
3602
|
+
src = 'http://www.google.com/chromeframe/?hl=en-US';
|
3603
|
+
}
|
3604
|
+
document.cookie = "disableGCFCheck=0;path=/;max-age="+age;
|
3605
|
+
$('#chrome-frame-link').bind({
|
3606
|
+
'click': function() {
|
3607
|
+
App.closeWarning('#browser-warning');
|
3608
|
+
CFInstall.check({
|
3609
|
+
mode: 'overlay',
|
3610
|
+
url: src
|
3611
|
+
});
|
3612
|
+
return false;
|
3613
|
+
}
|
3614
|
+
});
|
3615
|
+
});
|
3616
|
+
//]]>
|
3617
|
+
</script>
|
3618
|
+
<![endif]-->
|
3619
|
+
<noscript>
|
3620
|
+
<div id="javascript-warning" class="warning warning-red">
|
3621
|
+
<div class="warning-inner2">
|
3622
|
+
JavaScript must be enabled to use this site.
|
3623
|
+
</div>
|
3624
|
+
</div>
|
3625
|
+
</noscript>
|
3626
|
+
</div>
|
3627
|
+
</div>
|
3628
|
+
<div class="new-feature-tip" id="new-feature-tip" style="display: none">
|
3629
|
+
<div class="inner">
|
3630
|
+
<a href="javascript:;" rel="close" class="close"></a>
|
3631
|
+
<h3 class="category">
|
3632
|
+
Video Teasers
|
3633
|
+
<span>New</span>
|
3634
|
+
</h3>
|
3635
|
+
<a href="/sc2/en/game/heart-of-the-swarm-preview/#teaser" class="row hots" data-label="Heart of the Swarm">
|
3636
|
+
<span class="image">
|
3637
|
+
<span class="view"></span>
|
3638
|
+
</span>
|
3639
|
+
<span class="title">
|
3640
|
+
<strong>Heart of the Swarm</strong>
|
3641
|
+
Watch now!
|
3642
|
+
</span>
|
3643
|
+
</a>
|
3644
|
+
<a href="/sc2/en/game/maps-and-mods/mods/dota" class="row dota" data-label="Blizzard DOTA">
|
3645
|
+
<span class="image">
|
3646
|
+
<span class="view"></span>
|
3647
|
+
</span>
|
3648
|
+
<span class="title">
|
3649
|
+
<strong>Blizzard DOTA</strong>
|
3650
|
+
Watch now!
|
3651
|
+
</span>
|
3652
|
+
</a>
|
3653
|
+
</div>
|
3654
|
+
</div>
|
3655
|
+
<script type="text/javascript">
|
3656
|
+
//<![CDATA[
|
3657
|
+
$(document).ready(function() {
|
3658
|
+
Core.showUntilClosed('#new-feature-tip', 'sc2-feature-videos', {
|
3659
|
+
endDate: '2011/11/02',
|
3660
|
+
fadeIn: 333,
|
3661
|
+
trackingCategory: 'New Feature Tip',
|
3662
|
+
trackingAction: 'Video Teasers'
|
3663
|
+
});
|
3664
|
+
});
|
3665
|
+
//]]>
|
3666
|
+
</script>
|
3667
|
+
</div><script type="text/javascript" src="/sc2/static/local-common/js/search.js?v39"></script>
|
3668
|
+
<script type="text/javascript">
|
3669
|
+
//<![CDATA[
|
3670
|
+
var xsToken = '';
|
3671
|
+
var supportToken = '';
|
3672
|
+
var Msg = {
|
3673
|
+
support: {
|
3674
|
+
ticketNew: 'Ticket {0} was created.',
|
3675
|
+
ticketStatus: 'Ticket {0}’s status changed to {1}.',
|
3676
|
+
ticketOpen: 'Open',
|
3677
|
+
ticketAnswered: 'Answered',
|
3678
|
+
ticketResolved: 'Resolved',
|
3679
|
+
ticketCanceled: 'Canceled',
|
3680
|
+
ticketArchived: 'Archived',
|
3681
|
+
ticketInfo: 'Need Info',
|
3682
|
+
ticketAll: 'View All Tickets'
|
3683
|
+
},
|
3684
|
+
cms: {
|
3685
|
+
requestError: 'Your request cannot be completed.',
|
3686
|
+
ignoreNot: 'Not ignoring this user',
|
3687
|
+
ignoreAlready: 'Already ignoring this user',
|
3688
|
+
stickyRequested: 'Sticky requested',
|
3689
|
+
stickyHasBeenRequested: 'You have already sent a sticky request for this topic.',
|
3690
|
+
postAdded: 'Post added to tracker',
|
3691
|
+
postRemoved: 'Post removed from tracker',
|
3692
|
+
userAdded: 'User added to tracker',
|
3693
|
+
userRemoved: 'User removed from tracker',
|
3694
|
+
validationError: 'A required field is incomplete',
|
3695
|
+
characterExceed: 'The post body exceeds XXXXXX characters.',
|
3696
|
+
searchFor: "Search for",
|
3697
|
+
searchTags: "Articles tagged:",
|
3698
|
+
characterAjaxError: "You may have become logged out. Please refresh the page and try again.",
|
3699
|
+
ilvl: "Level {0}",
|
3700
|
+
shortQuery: "Search requests must be at least three characters long."
|
3701
|
+
},
|
3702
|
+
bml: {
|
3703
|
+
bold: 'Bold',
|
3704
|
+
italics: 'Italics',
|
3705
|
+
underline: 'Underline',
|
3706
|
+
list: 'Unordered List',
|
3707
|
+
listItem: 'List Item',
|
3708
|
+
quote: 'Quote',
|
3709
|
+
quoteBy: 'Posted by {0}',
|
3710
|
+
unformat: 'Remove Formating',
|
3711
|
+
cleanup: 'Fix Linebreaks',
|
3712
|
+
code: 'Code Blocks',
|
3713
|
+
item: 'WoW Item',
|
3714
|
+
itemPrompt: 'Item ID:',
|
3715
|
+
url: 'URL',
|
3716
|
+
urlPrompt: 'URL Address:'
|
3717
|
+
},
|
3718
|
+
ui: {
|
3719
|
+
submit: 'Submit',
|
3720
|
+
cancel: 'Cancel',
|
3721
|
+
reset: 'Reset',
|
3722
|
+
viewInGallery: 'View in gallery',
|
3723
|
+
loading: 'Loading…',
|
3724
|
+
unexpectedError: 'An error has occurred',
|
3725
|
+
fansiteFind: 'Find this on���',
|
3726
|
+
fansiteFindType: 'Find {0} on…',
|
3727
|
+
fansiteNone: 'No fansites available.'
|
3728
|
+
},
|
3729
|
+
grammar: {
|
3730
|
+
colon: '{0}:',
|
3731
|
+
first: 'First',
|
3732
|
+
last: 'Last'
|
3733
|
+
},
|
3734
|
+
fansite: {
|
3735
|
+
achievement: 'achievement',
|
3736
|
+
character: 'character',
|
3737
|
+
faction: 'faction',
|
3738
|
+
'class': 'class',
|
3739
|
+
object: 'object',
|
3740
|
+
talentcalc: 'talents',
|
3741
|
+
skill: 'profession',
|
3742
|
+
quest: 'quest',
|
3743
|
+
spell: 'spell',
|
3744
|
+
event: 'event',
|
3745
|
+
title: 'title',
|
3746
|
+
arena: 'arena team',
|
3747
|
+
guild: 'guild',
|
3748
|
+
zone: 'zone',
|
3749
|
+
item: 'item',
|
3750
|
+
race: 'race',
|
3751
|
+
npc: 'NPC',
|
3752
|
+
pet: 'pet'
|
3753
|
+
},
|
3754
|
+
search: {
|
3755
|
+
kb: 'Support',
|
3756
|
+
post: 'Forums',
|
3757
|
+
article: 'Blog Articles',
|
3758
|
+
static: 'General Content',
|
3759
|
+
wowcharacter: 'Characters',
|
3760
|
+
wowitem: 'Items',
|
3761
|
+
wowguild: 'Guilds',
|
3762
|
+
wowarenateam: 'Arena Teams',
|
3763
|
+
other: 'Other'
|
3764
|
+
}
|
3765
|
+
};
|
3766
|
+
//]]>
|
3767
|
+
</script>
|
3768
|
+
<script type="text/javascript">
|
3769
|
+
//<![CDATA[
|
3770
|
+
Core.load("/sc2/static/local-common/js/third-party/jquery-ui-1.8.6.custom.min.js?v39");
|
3771
|
+
Core.load("/sc2/static/local-common/js/login.js?v39", false, function() {
|
3772
|
+
Login.embeddedUrl = 'https://us.battle.net/login/login.frag';
|
3773
|
+
});
|
3774
|
+
//]]>
|
3775
|
+
</script>
|
3776
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/menu.js?v39"></script>
|
3777
|
+
<script type="text/javascript" src="/sc2/static/js/sc2.js?v19"></script>
|
3778
|
+
<script type="text/javascript">
|
3779
|
+
//<![CDATA[
|
3780
|
+
$(function(){
|
3781
|
+
Menu.initialize('/data/menu.json?v39');
|
3782
|
+
Tooltip.options.useTable = true;
|
3783
|
+
});
|
3784
|
+
//]]>
|
3785
|
+
</script>
|
3786
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.pngFix.pack.js?v39"></script>
|
3787
|
+
<script type="text/javascript">
|
3788
|
+
//<![CDATA[
|
3789
|
+
$('.png-fix').pngFix(); //]]>
|
3790
|
+
</script>
|
3791
|
+
<![endif]-->
|
3792
|
+
<script type="text/javascript">
|
3793
|
+
//<![CDATA[
|
3794
|
+
(function() {
|
3795
|
+
var ga = document.createElement('script');
|
3796
|
+
var src = "https://ssl.google-analytics.com/ga.js";
|
3797
|
+
if ('http:' == document.location.protocol) {
|
3798
|
+
src = "http://www.google-analytics.com/ga.js";
|
3799
|
+
}
|
3800
|
+
ga.type = 'text/javascript';
|
3801
|
+
ga.setAttribute('async', 'true');
|
3802
|
+
ga.src = src;
|
3803
|
+
var s = document.getElementsByTagName('script');
|
3804
|
+
s = s[s.length-1];
|
3805
|
+
s.parentNode.insertBefore(ga, s.nextSibling);
|
3806
|
+
})();
|
3807
|
+
//]]>
|
3808
|
+
</script>
|
3809
|
+
</body>
|
3810
|
+
</html>
|