stew 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. data/.gitignore +18 -0
  2. data/.rspec +2 -0
  3. data/Gemfile +4 -0
  4. data/Guardfile +6 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +97 -0
  7. data/Rakefile +9 -0
  8. data/lib/stew.rb +58 -0
  9. data/lib/stew/community/profile.rb +23 -0
  10. data/lib/stew/community/profile_friends.rb +18 -0
  11. data/lib/stew/community/profile_game.rb +28 -0
  12. data/lib/stew/community/profile_games.rb +17 -0
  13. data/lib/stew/community/steam_id.rb +52 -0
  14. data/lib/stew/community_client.rb +42 -0
  15. data/lib/stew/store/app.rb +76 -0
  16. data/lib/stew/store/app_offer.rb +38 -0
  17. data/lib/stew/store/app_offer_sale.rb +23 -0
  18. data/lib/stew/store/app_offers.rb +25 -0
  19. data/lib/stew/store_client.rb +39 -0
  20. data/lib/stew/version.rb +3 -0
  21. data/lib/stew/web_client.rb +30 -0
  22. data/lib/stew/xml_client.rb +49 -0
  23. data/spec/fixtures/profiles/4d.txt +16 -0
  24. data/spec/fixtures/profiles/76561197992917668.txt +122 -0
  25. data/spec/fixtures/profiles/76561197992917668.yml +94 -0
  26. data/spec/fixtures/profiles/friends/76561197992917668.yml +36 -0
  27. data/spec/fixtures/profiles/games/76561197992917668.yml +616 -0
  28. data/spec/fixtures/store/apps/16870.txt +1078 -0
  29. data/spec/fixtures/store/apps/211400_offers_sale.txt +46 -0
  30. data/spec/fixtures/store/apps/211400_sale.txt +1327 -0
  31. data/spec/fixtures/store/apps/211420.txt +1320 -0
  32. data/spec/fixtures/store/apps/211420_us.txt +1306 -0
  33. data/spec/fixtures/store/apps/219150.txt +1134 -0
  34. data/spec/fixtures/store/apps/2290.txt +1059 -0
  35. data/spec/fixtures/store/apps/49520.txt +1471 -0
  36. data/spec/fixtures/store/apps/49520_offers.txt +111 -0
  37. data/spec/fixtures/store/apps/no_app.txt +5 -0
  38. data/spec/integration/community_integration_spec.rb +50 -0
  39. data/spec/integration/store_integration_spec.rb +129 -0
  40. data/spec/lib/stew/community/profile_friends_spec.rb +38 -0
  41. data/spec/lib/stew/community/profile_game_spec.rb +37 -0
  42. data/spec/lib/stew/community/profile_games_spec.rb +36 -0
  43. data/spec/lib/stew/community/profile_spec.rb +18 -0
  44. data/spec/lib/stew/community/steam_id_spec.rb +116 -0
  45. data/spec/lib/stew/community_client_spec.rb +88 -0
  46. data/spec/lib/stew/store/app_offer_sale_spec.rb +36 -0
  47. data/spec/lib/stew/store/app_offer_spec.rb +47 -0
  48. data/spec/lib/stew/store/app_offers_spec.rb +64 -0
  49. data/spec/lib/stew/store/app_spec.rb +142 -0
  50. data/spec/lib/stew/store_client_spec.rb +58 -0
  51. data/spec/lib/stew/web_client_spec.rb +25 -0
  52. data/spec/lib/stew/xml_client_spec.rb +36 -0
  53. data/spec/lib/stew_spec.rb +4 -0
  54. data/spec/spec_helper.rb +23 -0
  55. data/stew.gemspec +38 -0
  56. metadata +412 -0
@@ -0,0 +1,1134 @@
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
+ "http://www.w3.org/TR/html4/loose.dtd">
4
+ <html>
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
+ <title>Hotline Miami on Steam</title>
8
+ <link href="http://cdn.store.steampowered.com/public/css/styles_storev5.css?v=605909703" rel="stylesheet" type="text/css">
9
+ <!--[if lte IE 6]> <link href="http://cdn.store.steampowered.com/public/css/styles_storev5_ie6.css?v=2526402532" rel="stylesheet" type="text/css">
10
+ <![endif]-->
11
+ <!--[if lte IE 7]> <style type="text/css"> .iepopupfix{ display: block; } </style> <![endif]-->
12
+ <link href="http://cdn.store.steampowered.com/public/css/styles_linux.css?v=4130945887" rel="stylesheet" type="text/css">
13
+ <link href="http://cdn.store.steampowered.com/public/css/styles_gamev5.css?v=3028087060" rel="stylesheet" type="text/css">
14
+ <link href="http://cdn.store.steampowered.com/public/css/styles_recommended.css?v=3669185169" rel="stylesheet" type="text/css">
15
+ <link href="http://cdn.store.steampowered.com/public/shared/css/apphub.css?v=3597625768" rel="stylesheet" type="text/css">
16
+ <link href="http://cdn.store.steampowered.com/public/shared/css/buttons.css?v=777997768" rel="stylesheet" type="text/css">
17
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/swfobject.js?v=3816786344&amp;l=english"></script>
18
+
19
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/prototype-1.7.js?v=1879158345&amp;l=english"></script>
20
+
21
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/scriptaculous/scriptaculous.js?v=2605761387&amp;l=english&amp;load=effects,controls,slider"></script>
22
+
23
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/javascript.js?v=835551046&amp;l=english"></script>
24
+
25
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/main.js?v=594385535&amp;l=english"></script>
26
+
27
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/jserrorreport.js?v=2719817279&amp;l=english"></script>
28
+
29
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/header.js?v=3755887123&amp;l=english"></script>
30
+
31
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/search.js?v=3621829282&amp;l=english"></script>
32
+
33
+ <script type="text/javascript">
34
+ var _gaq = _gaq || [];
35
+ _gaq.push(['_setAccount', 'UA-33786258-1']);
36
+ _gaq.push(['_setCustomVar', 1, 'Logged In', 'false', 2]);
37
+ _gaq.push(['_setCustomVar', 2, 'Client Type', 'External', 2]);
38
+ _gaq.push(['_trackPageview']);
39
+ _gaq.push(['_setSessionCookieTimeout', 900000]);
40
+ (function() {
41
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
42
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
43
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
44
+ })();
45
+ </script>
46
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/modal.js?v=3995118001&amp;l=english"></script>
47
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/gamehighlightplayer.js?v=1164026444&amp;l=english"></script>
48
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/comments.js?v=1692965998&amp;l=english"></script>
49
+ <link rel="image_src" href="http://cdn.steampowered.com/v/gfx/apps/219150/capsule_231x87.jpg?t=1355882402">
50
+ <meta name="description" content="Hotline Miami is a high-octane action game overflowing with raw brutality, hard-boiled gunplay and skull crushing close combat. Set in an alternative 1989 Miami, you will assume the role of a mysterious antihero on a murderous rampage against the shady underworld at the behest of voices on your answering machine.">
51
+ <script language="JavaScript">
52
+ <!--
53
+ function screenshot_popup( url, width, height )
54
+ {
55
+ var append = '?';
56
+ if ( url.indexOf( '?' ) >= 0 )
57
+ append = '&';
58
+ if ( screen.width >= 1280 && screen.height >= 1024 )
59
+ popup( url+append+'size=1024', 1044, 803, 1, 1 );
60
+ else
61
+ popup( url+append+'size=800', 820, 635, 1, 1 );
62
+ }
63
+
64
+ Event.observe( window, 'load', function() {
65
+ if ( Prototype.Browser.IE )
66
+ {
67
+ //trick IE6 into putting some things in the correct spot
68
+ $$('.discount_block').invoke( 'hide' );
69
+ $$('.discount_block').invoke( 'show' );
70
+ }
71
+ } );
72
+ -->
73
+ </script>
74
+ </head>
75
+
76
+ <body>
77
+
78
+ <div id="global_header">
79
+ <div class="content">
80
+
81
+ <div class="logo">
82
+ <span id="logo_holder">
83
+ <a href="http://store.steampowered.com/">
84
+ <img src="http://cdn.store.steampowered.com/public/images/v5/globalheader_logo.png" width="176" height="44">
85
+ </a>
86
+ </span>
87
+ <!--[if lt IE 7]>
88
+ <style type="text/css">
89
+ #logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
90
+ #logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.store.steampowered.com/public/images/v5/globalheader_logo.png'); }
91
+ </style>
92
+ <![endif]-->
93
+ </div>
94
+
95
+ <a class="menuitem active" href="http://store.steampowered.com/">
96
+ <div class="activebg">&nbsp;</div> STORE </a>
97
+ <a class="menuitem" href="http://steamcommunity.com/">
98
+ Community </a>
99
+ <a class="menuitem " href="http://store.steampowered.com/news/?snr=1_5_9__10">
100
+ NEWS </a>
101
+ <a class="menuitem " href="http://store.steampowered.com/about/?snr=1_5_9__10">
102
+ ABOUT </a>
103
+ <a class="menuitem" href="http://support.steampowered.com/">
104
+ SUPPORT </a>
105
+ <a class="menuitem " href="http://store.steampowered.com/stats/?snr=1_5_9__10">
106
+ STATS </a>
107
+
108
+ <div id="global_actions">
109
+ <div id="global_action_menu">
110
+ <div class="header_installsteam_btn header_installsteam_btn_green">
111
+ <div class="header_installsteam_btn_leftcap"></div>
112
+ <div class="header_installsteam_btn_rightcap"></div>
113
+ <a class="header_installsteam_btn_content" href="http://store.steampowered.com/about/?snr=1_5_9__11">
114
+ Install Steam </a>
115
+ </div>
116
+ <a class="global_action_link" href="http://store.steampowered.com/login/?snr=1_5_9__11">login</a>
117
+ &nbsp;|&nbsp;
118
+ <span class="pulldown global_action_link" id="language_pulldown" onclick="ShowMenu( this, 'language_dropdown', 'right' );">language</span>
119
+ <div class="popup_block" id="language_dropdown" style="display: none;">
120
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
121
+ <a class="popup_menu_item tight" href="?l=bulgarian">Български (Bulgarian)</a>
122
+ <a class="popup_menu_item tight" href="?l=czech">čeština (Czech)</a>
123
+ <a class="popup_menu_item tight" href="?l=danish">Dansk (Danish)</a>
124
+ <a class="popup_menu_item tight" href="?l=dutch">Nederlands (Dutch)</a>
125
+ <a class="popup_menu_item tight" href="?l=finnish">Suomi (Finnish)</a>
126
+ <a class="popup_menu_item tight" href="?l=french">Français (French)</a>
127
+ <a class="popup_menu_item tight" href="?l=greek">Ελληνικά (Greek)</a>
128
+ <a class="popup_menu_item tight" href="?l=german">Deutsch (German)</a>
129
+ <a class="popup_menu_item tight" href="?l=hungarian">Magyar (Hungarian)</a>
130
+ <a class="popup_menu_item tight" href="?l=italian">Italiano (Italian)</a>
131
+ <a class="popup_menu_item tight" href="?l=japanese">日本語 (Japanese)</a>
132
+ <a class="popup_menu_item tight" href="?l=koreana">한국어 (Korean)</a>
133
+ <a class="popup_menu_item tight" href="?l=norwegian">Norsk (Norwegian)</a>
134
+ <a class="popup_menu_item tight" href="?l=polish">Polski (Polish)</a>
135
+ <a class="popup_menu_item tight" href="?l=portuguese">Português (Portuguese)</a>
136
+ <a class="popup_menu_item tight" href="?l=brazilian">Português-Brasil (Portuguese-Brazil)</a>
137
+ <a class="popup_menu_item tight" href="?l=russian">Русский (Russian)</a>
138
+ <a class="popup_menu_item tight" href="?l=romanian">Română (Romanian)</a>
139
+ <a class="popup_menu_item tight" href="?l=schinese">简体中文 (Simplified Chinese)</a>
140
+ <a class="popup_menu_item tight" href="?l=spanish">Español (Spanish)</a>
141
+ <a class="popup_menu_item tight" href="?l=swedish">Svenska (Swedish)</a>
142
+ <a class="popup_menu_item tight" href="?l=tchinese">繁體中文 (Traditional Chinese)</a>
143
+ <a class="popup_menu_item tight" href="?l=thai">ไทย (Thai)</a>
144
+ <a class="popup_menu_item tight" href="?l=turkish">Türkçe (Turkish)</a>
145
+ <a class="popup_menu_item tight" href="http://translation.steampowered.com" target="_blank">Help us translate Steam</a>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <div id="game_background_holder"><div id="game_background" style="background-image: url(http://cdn.steampowered.com/v/gfx/apps/219150/page.bg.jpg?t=1355882402);"></div></div>
154
+ <div id="store_header">
155
+ <div class="content">
156
+ <div id="store_controls">
157
+ <div id="cart_status_data">
158
+
159
+ <div class="store_header_btn_green store_header_btn" id="store_header_cart_btn" style="display: none;">
160
+ <div class="store_header_btn_caps store_header_btn_leftcap"></div>
161
+ <div class="store_header_btn_caps store_header_btn_rightcap"></div>
162
+ <a id="cart_link" class="store_header_btn_content" href="http://store.steampowered.com/cart/?snr=1_5_9__12">
163
+ Cart (<span id="cart_item_count_value">0</span>)
164
+ </a>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ <div id="store_nav_area">
169
+ <div class="store_nav_leftcap"></div>
170
+ <div class="store_nav_bg">
171
+ <div class="store_nav">
172
+ <a class="tab " href="http://store.steampowered.com/?snr=1_5_9__12">
173
+ <span>Featured Items </a>
174
+ <div class="tab " id="genre_tab" onmouseover="FlyoutMenu( 'genre_tab', 'genre_flyout', 'left', 'bottom' );" onmouseout="HideFlyoutMenu( event, 'genre_tab', 'genre_flyout' );">
175
+ <span class="pulldown">Games<span ></span></span>
176
+
177
+ </div>
178
+ <div class="popup_block" id="genre_flyout" style="display: none;" onmouseout="HideFlyoutMenu( event, 'genre_tab', 'genre_flyout' );">
179
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
180
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play/?snr=1_5_9__12">
181
+ Free to Play </a>
182
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Action/?snr=1_5_9__12">
183
+ Action </a>
184
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Adventure/?snr=1_5_9__12">
185
+ Adventure </a>
186
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Strategy/?snr=1_5_9__12">
187
+ Strategy </a>
188
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/RPG/?snr=1_5_9__12">
189
+ RPG </a>
190
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Indie/?snr=1_5_9__12">
191
+ Indie </a>
192
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Massively%20Multiplayer/?snr=1_5_9__12">
193
+ Massively Multiplayer </a>
194
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Casual/?snr=1_5_9__12">
195
+ Casual </a>
196
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Simulation/?snr=1_5_9__12">
197
+ Simulation </a>
198
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Racing/?snr=1_5_9__12">
199
+ Racing </a>
200
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sports/?snr=1_5_9__12">
201
+ Sports </a>
202
+ <div class="hr"></div>
203
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/mac/?snr=1_5_9__12">
204
+ Mac OS X </a>
205
+ </div>
206
+ </div>
207
+ <a class="tab " href="http://store.steampowered.com/software/?snr=1_5_9__12">
208
+ <span>Software</span>
209
+ </a>
210
+ <a class="tab " href="http://store.steampowered.com/freestuff/demos/?snr=1_5_9__12">
211
+ <span>Demos</span>
212
+ </a>
213
+ <a class="tab " href="http://store.steampowered.com/recommended/?snr=1_5_9__12">
214
+ <span>Recommended</span>
215
+ </a>
216
+ <a class="tab " href="http://store.steampowered.com/news/?snr=1_5_9__12">
217
+ <span>NEWS</span>
218
+ </a>
219
+ <a class="tab " href="http://store.steampowered.com/browse/linux/?snr=1_5_9__12">
220
+ <span>Linux</span>
221
+ </a>
222
+
223
+ <div id="store_search">
224
+ <form id="searchform" name="searchform" method="get" action="http://store.steampowered.com/search/" onsubmit="return SearchSuggestCheckTerm(this);">
225
+ <input type="hidden" name="snr" value="1_5_9__12" >
226
+ <div class="searchbox">
227
+ <input id="store_nav_search_term" name="term" type="text" class="default" value="search the store" size="22" autocomplete="off">
228
+ <a href="#" id="store_search_link" onclick="var form = $(this).up('form'); if ( form.onsubmit() ) form.submit(); return false;"><img src="http://cdn.store.steampowered.com/public/images/blank.gif"></a>
229
+ </div>
230
+ </form>
231
+ </div>
232
+ <div id="searchterm_options" class="search_suggest popup_block" style="display: none;">
233
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body shadow_content" style="border-top: none;">
234
+ <div id="search_suggestion_contents">
235
+ </div>
236
+ </div>
237
+ </div>
238
+ <script language="JavaScript">
239
+ <!--
240
+ EnableSearchSuggestions( $('searchform').elements['term'], '1_5_9_', 'SE', 'english' );
241
+ //-->
242
+ </script>
243
+
244
+ </div>
245
+ </div>
246
+ <div class="store_nav_rightcap"></div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ <script type="text/javascript">
251
+ var g_SteamID = 0;
252
+
253
+ function GetUserTimeDelta()
254
+ {
255
+ var cookies = document.cookie.split(";");
256
+ for( var i = 0; i < cookies.length; i++ )
257
+ {
258
+ var key = cookies[i].substr( 0, cookies[i].indexOf( "=" ) );
259
+ key = key.replace( /^\s+|\s+$/g, "" );
260
+
261
+ if( key == "user_time_delta" )
262
+ {
263
+ var value = unescape( cookies[i].substr( cookies[i].indexOf( "=" ) + 1 ) );
264
+
265
+ var parts = value.split("|");
266
+ if (parts.length != 2)
267
+ {
268
+ return null;
269
+ }
270
+
271
+ var utd =
272
+ {
273
+ lastServerTime: parseInt(parts[0]),
274
+ timeDelta: parseInt(parts[1])
275
+ };
276
+
277
+ if ( utd.lastServerTime == 0)
278
+ {
279
+ return null;
280
+ }
281
+
282
+ return utd;
283
+ }
284
+ }
285
+ return null;
286
+ }
287
+
288
+ function SetUserTimeDelta( utd )
289
+ {
290
+ var expirationDate = new Date();
291
+ expirationDate.setDate( expirationDate.getDate() + 365 );
292
+ var cookieValue = escape( utd.lastServerTime.toString() + '|' + utd.timeDelta.toString() ) + "; expires=" + expirationDate.toUTCString() + "; path=/";
293
+
294
+ document.cookie = "user_time_delta=" + cookieValue;
295
+ }
296
+
297
+ var curServerTime = 1358945043;
298
+
299
+ var userTimeDelta = GetUserTimeDelta();
300
+
301
+ var g_ServerTime = 0;
302
+
303
+ if ( userTimeDelta !== null && userTimeDelta.lastServerTime >= curServerTime )
304
+ {
305
+ g_ServerTime = Math.round( new Date().getTime() / 1000 ) + userTimeDelta.timeDelta;
306
+ }
307
+ else
308
+ {
309
+ g_ServerTime = curServerTime;
310
+ var utd =
311
+ {
312
+ lastServerTime: curServerTime.toString(),
313
+ timeDelta: (curServerTime - Math.round( new Date().getTime() / 1000 )).toString()
314
+ };
315
+
316
+ SetUserTimeDelta(utd);
317
+ }
318
+ </script><!-- Main Background -->
319
+ <div id="main">
320
+
321
+
322
+ <div id="main_content" itemscope itemtype="http://schema.org/Product">
323
+ <meta itemprop="image" content = "http://cdn.steampowered.com/v/gfx/apps/219150/capsule_231x87.jpg?t=1355882402"/>
324
+ <div class="page_title_area game_title_area">
325
+ <div class="breadcrumbs">
326
+ <div class="blockbg">
327
+ <a href="http://store.steampowered.com/search/?term=&snr=1_5_9__205">All Games</a>
328
+ &gt; <a href="http://store.steampowered.com/genre/Action/?snr=1_5_9__205">Action Games</a>
329
+ &gt; <a href="http://store.steampowered.com/app/219150/?snr=1_5_9__205"><span itemprop="name">Hotline Miami</span></a>
330
+
331
+ </div>
332
+ <div style="clear: left;"></div>
333
+ </div>
334
+ <div class="apphub_HeaderStandardTop">
335
+ <div class="apphub_OtherSiteInfo">
336
+ <a class="btn_darkblue_white_innerfade btn_medium" href="http://steamcommunity.com//app/219150">
337
+ <span>Community Hub</span>
338
+ </a>
339
+ </div>
340
+ <div class="apphub_AppIcon"><img src="http://media.steampowered.com/steamcommunity/public/images/apps/219150/d5bf432ec0975cbd26282389575858df9730364f.jpg"><div class="overlay"></div></div>
341
+ <div class="apphub_AppName">Hotline Miami</div>
342
+ <div style="clear: both"></div>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="block">
347
+ <div class="block_content" id="game_highlights">
348
+ <div class="leftcol">
349
+ <div class="highlight_ctn">
350
+ <div class="highlight_overflow">
351
+ <div id="highlight_player_area" >
352
+ <div class="highlight_player_item highlight_movie" id="highlight_movie_82136" style="display: none;">
353
+ <div id="movie_82136" class="highlight_flash_player_notice" style="display: none;">
354
+ <p>You will need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">Install</a> the latest Flash plugin to view this page properly.</p>
355
+ </div>
356
+ </div>
357
+ <div class="highlight_player_item highlight_movie" id="highlight_movie_82138" style="display: none;">
358
+ <div id="movie_82138" class="highlight_flash_player_notice" style="display: none;">
359
+ <p>You will need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">Install</a> the latest Flash plugin to view this page properly.</p>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_263387d83df0626c58a484baa8f78f9394074b76.jpg" style="display: none;">
364
+ <div class="screenshot_holder">
365
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_263387d83df0626c58a484baa8f78f9394074b76.1920x1080.jpg?t=1355882402" target="_blank"">
366
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
367
+ </a>
368
+ </div>
369
+ </div>
370
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.jpg" style="display: none;">
371
+ <div class="screenshot_holder">
372
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.1920x1080.jpg?t=1355882402" target="_blank"">
373
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
374
+ </a>
375
+ </div>
376
+ </div>
377
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_a868b45895c06a2e45a6f6a8646c4574b0157525.jpg" style="display: none;">
378
+ <div class="screenshot_holder">
379
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_a868b45895c06a2e45a6f6a8646c4574b0157525.1920x1080.jpg?t=1355882402" target="_blank"">
380
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
381
+ </a>
382
+ </div>
383
+ </div>
384
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.jpg" style="display: none;">
385
+ <div class="screenshot_holder">
386
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.1920x1080.jpg?t=1355882402" target="_blank"">
387
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
388
+ </a>
389
+ </div>
390
+ </div>
391
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_75386edf15a48d844dc28ffdc61eb5c458d68533.jpg" style="display: none;">
392
+ <div class="screenshot_holder">
393
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_75386edf15a48d844dc28ffdc61eb5c458d68533.1920x1080.jpg?t=1355882402" target="_blank"">
394
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
395
+ </a>
396
+ </div>
397
+ </div>
398
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.jpg" style="display: none;">
399
+ <div class="screenshot_holder">
400
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.1920x1080.jpg?t=1355882402" target="_blank"">
401
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
402
+ </a>
403
+ </div>
404
+ </div>
405
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.jpg" style="display: none;">
406
+ <div class="screenshot_holder">
407
+ <a href="http://cdn.steampowered.com/v/gfx/apps/219150/ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.1920x1080.jpg?t=1355882402" target="_blank"">
408
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
409
+ </a>
410
+ </div>
411
+ </div>
412
+ <script type="text/javascript">
413
+ var rgMovieFlashvars = {
414
+ 'movie_82136': {
415
+ FILENAME: "http://media.steampowered.com/steam/apps/82136/movieLrg.flv?t=1351006260",
416
+ MOVIE_NAME: "Hotline+Miami+The+Masks"
417
+ },
418
+ 'movie_82138': {
419
+ FILENAME: "http://media.steampowered.com/steam/apps/82138/movieLrg.flv?t=1351111634",
420
+ MOVIE_NAME: "Hotline+Miami+The+Weapons"
421
+ },
422
+ '' : ''
423
+ };
424
+ var rgCommonFlashVars = {
425
+ clientLanguage: "english",
426
+ capsuleSize: "huge",
427
+ STAGE_WIDTH: 600,
428
+ STAGE_HEIGHT: 338,
429
+ AUTO_PLAY: "true",
430
+ ALLOW_JSPAUSE: "true",
431
+ TRACK_MUTE: "true",
432
+ CHECKBOX_AUTOPLAY_SHOW: "true",
433
+ CHECKBOX_AUTOPLAY_TEXT: "Autoplay+videos"
434
+ };
435
+ var rgScreenshotURLs = {
436
+ 'ss_263387d83df0626c58a484baa8f78f9394074b76.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_263387d83df0626c58a484baa8f78f9394074b76.600x338.jpg?t=1355882402',
437
+ 'ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.600x338.jpg?t=1355882402',
438
+ 'ss_a868b45895c06a2e45a6f6a8646c4574b0157525.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_a868b45895c06a2e45a6f6a8646c4574b0157525.600x338.jpg?t=1355882402',
439
+ 'ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.600x338.jpg?t=1355882402',
440
+ 'ss_75386edf15a48d844dc28ffdc61eb5c458d68533.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_75386edf15a48d844dc28ffdc61eb5c458d68533.600x338.jpg?t=1355882402',
441
+ 'ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.600x338.jpg?t=1355882402',
442
+ 'ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/219150/ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.600x338.jpg?t=1355882402',
443
+ '' : ''
444
+ };
445
+ </script>
446
+ </div>
447
+ <div id="highlight_strip">
448
+ <div id="highlight_strip_scroll" style="width: 1082px;">
449
+ <div class="highlight_selector"></div>
450
+
451
+ <div class="highlight_strip_item highlight_strip_movie" id="thumb_movie_82136" >
452
+ <img class="movie_thumb" src="http://cdn.steampowered.com/v/gfx/apps/82136/movie.184x123.jpg?t=1351006260">
453
+ <div class="highlight_movie_marker"></div>
454
+ </div>
455
+ <div class="highlight_strip_item highlight_strip_movie" id="thumb_movie_82138" >
456
+ <img class="movie_thumb" src="http://cdn.steampowered.com/v/gfx/apps/82138/movie.184x123.jpg?t=1351111634">
457
+ <div class="highlight_movie_marker"></div>
458
+ </div>
459
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_263387d83df0626c58a484baa8f78f9394074b76.jpg" >
460
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_263387d83df0626c58a484baa8f78f9394074b76.116x65.jpg?t=1355882402">
461
+ </div>
462
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.jpg" >
463
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_bdf28f59652e53e725d96d94cdc8db97fc277cf2.116x65.jpg?t=1355882402">
464
+ </div>
465
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_a868b45895c06a2e45a6f6a8646c4574b0157525.jpg" >
466
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_a868b45895c06a2e45a6f6a8646c4574b0157525.116x65.jpg?t=1355882402">
467
+ </div>
468
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.jpg" >
469
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_a2aa276b25345368d00338cfe54ebbcfa0c60168.116x65.jpg?t=1355882402">
470
+ </div>
471
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_75386edf15a48d844dc28ffdc61eb5c458d68533.jpg" >
472
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_75386edf15a48d844dc28ffdc61eb5c458d68533.116x65.jpg?t=1355882402">
473
+ </div>
474
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.jpg" >
475
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_f83ca303a29e85a9d1ded58dfac10b282f0df481.116x65.jpg?t=1355882402">
476
+ </div>
477
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.jpg" >
478
+ <img src="http://cdn.steampowered.com/v/gfx/apps/219150/ss_26a84e91cd13e3cc457f8560bcc6b131a7c8055e.116x65.jpg?t=1355882402">
479
+ </div>
480
+ </div>
481
+ </div>
482
+ <div>
483
+ <div class="slider" id="highlight_slider" >
484
+ <div class="slider_bg">
485
+ </div>
486
+ <div class="handle">
487
+ </div>
488
+ </div>
489
+ </div>
490
+ <script type="text/javascript">
491
+
492
+ Event.observe( document, 'dom:loaded', function() {
493
+ new HighlightPlayer( {
494
+ elemPlayerArea: 'highlight_player_area',
495
+ elemStrip: 'highlight_strip',
496
+ elemStripScroll: 'highlight_strip_scroll',
497
+ elemSlider: 'highlight_slider',
498
+ rgMovieFlashvars: rgMovieFlashvars,
499
+ rgScreenshotURLs: rgScreenshotURLs,
500
+ rgDefaultMovieFlashvars: rgCommonFlashVars
501
+ } );
502
+ } );
503
+
504
+ </script>
505
+ </div>
506
+ </div>
507
+ </div>
508
+ <div class="rightcol">
509
+ <div class="glance_ctn">
510
+ <div class="game_header_image_ctn">
511
+ <img class="game_header_image" src="http://cdn.steampowered.com/v/gfx/apps/219150/header_292x136.jpg?t=1355882402">
512
+ </div>
513
+ <div class="game_description_snippet">
514
+ Hotline Miami is a high-octane action game overflowing with raw brutality, hard-boiled gunplay and skull crushing close combat. Set in an alternative 1989 Miami, you will assume the role of a mysterious antihero on a murderous rampage against the shady underworld at the behest of voices on your answering machine. </div>
515
+
516
+ <div class="inner_rule"></div>
517
+
518
+
519
+ <div class="glance_details">
520
+ <div>
521
+ Genre: <a href="http://store.steampowered.com/genre/Action?snr=1_5_9__400/">Action</a>, <a href="http://store.steampowered.com/genre/Indie?snr=1_5_9__400/">Indie</a><br>
522
+ </div>
523
+ <div>
524
+ Release Date: 23 Oct 2012 </div>
525
+ </div>
526
+
527
+ <div class="inner_rule"></div>
528
+
529
+ <a class="linkbar" href="javascript:screenshot_popup('http://store.steampowered.com/screenshot/view/219150/0?snr=1_5_9__400', 800, 635, 0, 0);">
530
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_screenshots.png"></div>
531
+ View all 7 screenshots </a>
532
+
533
+
534
+ <a class="linkbar" href="http://store.steampowered.com/video/219150?snr=1_5_9__400">
535
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_trailers.png"></div>
536
+ Watch all 2 trailers </a>
537
+
538
+
539
+ </div>
540
+ </div>
541
+ <div style="clear: both;"></div>
542
+ </div>
543
+ </div>
544
+
545
+ <div class="leftcol game_description_column">
546
+
547
+
548
+
549
+ <div id="game_area_purchase">
550
+
551
+
552
+
553
+ <div class="game_area_purchase_game_wrapper">
554
+ <div class="game_area_purchase_game">
555
+ <form name="add_to_cart_17111" action="http://store.steampowered.com/cart/" method="POST">
556
+ <input type="hidden" name="snr" value="1_5_9__403">
557
+ <input type="hidden" name="action" value="add_to_cart">
558
+ <input type="hidden" name="subid" value="17111">
559
+ </form>
560
+ <div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
561
+ <h1>Buy Hotline Miami</h1>
562
+
563
+
564
+ <div class="game_purchase_action" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
565
+ <div class="game_purchase_action_bg">
566
+ <div class="game_purchase_price price" itemprop="price">
567
+ 8,49&#8364; </div>
568
+ <div class="btn_addtocart">
569
+ <div class="btn_addtocart_left"></div>
570
+
571
+ <a class="btn_addtocart_content" href="javascript:addToCart( 17111);">Add to Cart</a>
572
+ <div class="btn_addtocart_right"></div>
573
+ </div>
574
+ </div>
575
+ </div>
576
+ </div>
577
+ </div>
578
+
579
+ </div>
580
+ <!-- game_area_purchase -->
581
+
582
+
583
+ <div id="game_area_reviews" class="game_area_description">
584
+ <h2>Reviews</h2>
585
+ <p><p><a href="http://www.eurogamer.net/articles/2012-10-23-hotline-miami-review">Eurogamer - 10/10</a> - "Hotline Miami is an immaculate super-violent top-down action game."</p>
586
+
587
+
588
+ <p><a href="http://www.rockpapershotgun.com/2012/10/23/hotline-miami-review/">Rock Paper Shotgun</a> - "You could argue that HOTLINE MIAMI is brilliant, vital, a tactical and aesthetic masterpiece as well as a pixel-art odyssey of ice-cold violence. It is."</p>
589
+
590
+
591
+ <p><a href="http://penny-arcade.com/report/editorial-article/hotline-miami-is-premeditated-murder-emphasis-on-the-meditation">Penny Arcade Report</a> - "Hotline Miami is the split second between an inhale and an exhale."</p>
592
+
593
+
594
+ </p>
595
+ </div>
596
+
597
+
598
+ <div id="game_area_description" class="game_area_description">
599
+ <h2>About the Game</h2>
600
+ <p><p>Hotline Miami is a high-octane action game overflowing with raw brutality, hard-boiled gunplay and skull crushing close combat. Set in an alternative 1989 Miami, you will assume the role of a mysterious antihero on a murderous rampage against the shady underworld at the behest of voices on your answering machine. Soon you'll find yourself struggling to get a grip of what is going on and why you are prone to these acts of violence.</p>
601
+
602
+ <p>Rely on your wits to choreograph your way through seemingly impossible situations as you constantly find yourself outnumbered by vicious enemies. The action is unrelenting and every shot is deadly so each move must be quick and decisive if you hope to survive and unveil the sinister forces driving the bloodshed. Hotline Miami’s unmistakable visual style, a driving soundtrack, and a surreal chain of events will have you question your own thirst for blood while pushing you to the limits with a brutally unforgiving challenge.</p>
603
+
604
+ <h2>Key Features</h2>
605
+ <ul>
606
+ <li>Breakneck gunplay in bloodstained neon corridors combined with an intense, pumping soundtrack</li>
607
+ <li>A surreal and gritty storyline panned out over 20 brutal multi-level maps</li>
608
+ <li>Heart-stopping battles against a bizarre cast of bosses from Miami's underground</li>
609
+ <li>Wield 35 different weapons - from shotguns and assault rifles to katanas and lead pipes - everything is at your disposal</li>
610
+ <li>Over 1,000 different sprites for a fantastic variety of environments, weapons, items, and enemy death animations to keep the killing fresh</li>
611
+ <li>Slip on one of 25 unlockable animal masks to conceal your identity and tweak the gameplay in your favor or crank up the challenge</li>
612
+ <li>Driving beats and brooding sounds by Sun Araw, Coconuts, M.O.O.N., Jasper Byrne, El Huervo, Perturbator, Scattle, Elliott Berlin and Eirik Suhrke</li>
613
+ <li>Tough as nails Achievements that test your limits and leaderboards to prove your worth</li></p>
614
+ </div>
615
+
616
+ <div id="game_area_sys_req" class="game_area_description">
617
+ <h2>
618
+ System Requirements </h2>
619
+
620
+ <div id="game_area_sys_req_leftCol">
621
+ <ul>
622
+ <p><strong>Minimum:</strong></p>
623
+ <ul>
624
+ <li><strong>OS:</strong>Microsoft® Windows® XP / Vista / 7</li>
625
+ <li><strong>Processor:</strong>1.2GHz processor</li>
626
+ <li><strong>Memory:</strong>512 MB RAM</li>
627
+ <li><strong>Graphics:</strong>DirectX 8-compatible graphics card with at least 32MB of video memory</li>
628
+ <li><strong>DirectX&reg;:</strong>9.0c</li>
629
+ <li><strong>Hard Drive:</strong>250 MB HD space</li>
630
+ <li><strong>Additional:</strong>Microsoft Xbox 360 Controller or Direct Input compatible controller</li>
631
+ </ul> </ul>
632
+ </div>
633
+
634
+ <div id="game_area_sys_req_rightCol">
635
+ <ul>
636
+ <p><strong>Recommended:</strong></p>
637
+ <ul>
638
+ <li><strong>OS:</strong>Microsoft® Windows® XP / Vista / 7</li>
639
+ <li><strong>Processor:</strong>1.4GHz processor or faster</li>
640
+ <li><strong>Memory:</strong>1 GB RAM</li>
641
+ <li><strong>Graphics:</strong>DirectX 8-compatible graphics card with at least 32MB of video memory</li>
642
+ <li><strong>DirectX&reg;:</strong>9.0c</li>
643
+ <li><strong>Hard Drive:</strong>250 MB HD space</li>
644
+ <li><strong>Additional:</strong>Microsoft Xbox 360 Controller or Direct Input compatible controller</li>
645
+ </ul> </ul>
646
+ </div>
647
+
648
+
649
+ <div style="clear: both;"></div>
650
+ </div>
651
+
652
+
653
+ <div id="game_area_legal">
654
+ <p>Copyright 2012 Dennaton Games. All Rights Reserved.</p>
655
+ </div>
656
+
657
+
658
+ <div class="block">
659
+ <div class="block_header">
660
+ <h4>Recommended</h4>
661
+ </div>
662
+ <div class="block_content nopad">
663
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/214560/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;214560&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
664
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/214560/capsule_184x69.jpg?t=1357676084" border="0" width="184" height="69"/>
665
+ <h4>Mark of the Ninja</h4>
666
+ <h5>14,99&#8364; </h5>
667
+ </a>
668
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/204630/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;204630&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
669
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/204630/capsule_184x69.jpg?t=1355759426" border="0" width="184" height="69"/>
670
+ <h4>Retro City Rampage</h4>
671
+ <h5>13,99&#8364; </h5>
672
+ </a>
673
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/211400/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;211400&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
674
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/211400/capsule_184x69.jpg?t=1355882290" border="0" width="184" height="69"/>
675
+ <h4>Deadlight</h4>
676
+ <h5>11,99&#8364; </h5>
677
+ </a>
678
+ <div style="clear: left;"></div>
679
+ </div>
680
+ </div>
681
+
682
+ </div>
683
+
684
+ <!-- Right Column -->
685
+ <div class="rightcol">
686
+
687
+
688
+ <div class="block" id="demo_block">
689
+ <div class="block_content block_content_inner underlined_links">
690
+ <div class="demo_area_button">
691
+ <div class="demo_area_button">
692
+ <p><a href="http://store.steampowered.com/login/?redir=app%2F219150">Sign in</a> to add this game to your wishlist</p>
693
+ </div>
694
+ </div>
695
+ <div class="demo_area_button">
696
+ <div class="share">Share:&nbsp; <a href="http://store.steampowered.com/share/facebook/app/219150" target="_blank" title="Share on Facebook"><img src="http://cdn.store.steampowered.com/public/images/v5/social/facebook.gif"></a>&nbsp; <a href="http://store.steampowered.com/share/twitter/app/219150" target="_blank" title="Share on Twitter"><img src="http://cdn.store.steampowered.com/public/images/v5/social/twitter.gif"></a>&nbsp; <a href="http://store.steampowered.com/share/reddit/app/219150" target="_blank" title="Share on Reddit"><img src="http://cdn.store.steampowered.com/public/images/v5/social/reddit.gif"></a></div> </div>
697
+ </div>
698
+ </div>
699
+
700
+
701
+ <div class="block communitylink">
702
+ <div class="block_header">
703
+ <h4>Community</h4>
704
+ </div>
705
+ <div class="block_content">
706
+ <div class="block_content_inner">
707
+ <a class="linkbar" href="http://steamcommunity.com/app/219150/discussions/">
708
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_forums.gif" width="16" height="16" border="0" align="top" /></div>
709
+ Visit the forums </a>
710
+ <a class="linkbar" href="http://steamcommunity.com/games/hotlinemiami" target="_blank">
711
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/v5/ico_community.gif" width="16" height="16" border="0" align="top" /></div>
712
+ Visit Official Game Group
713
+ </a>
714
+ <a class="linkbar" href="http://steamcommunity.com/actions/Search?T=ClanAccount&K=Hotline%20Miami">
715
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/v5/ico_find.png" width="16" height="16" border="0" align="top" /></div>
716
+ Find Community Groups </a>
717
+ </div>
718
+
719
+
720
+
721
+
722
+ <div class="rule"></div>
723
+ <div class="block_content_inner">
724
+ <img src = "http://cdn.store.steampowered.com/public/images/recommended/thumb_big.png" style="float:left; padding:10px 15px 10px 0;" />
725
+ <div style = "padding-top: 6px">
726
+ 7,534 players recommend this game to their friends </div>
727
+ <div style="clear: left;"></div>
728
+ </div>
729
+
730
+ <div class="rule"></div>
731
+ <div class="block_content_inner">
732
+ <div class="communitylink_achievementblock">
733
+ <div class="communitylink_achievement_inner">
734
+ <p>Includes 35 Steam Achievements</p>
735
+ <div class="communitylink_achievement_images">
736
+ <div class="communitylink_achievement">
737
+ <img class="communitylink_achievement" title="Sewer Alligator" src="http://media.steampowered.com/steamcommunity/public/images/apps/219150/603c900019554f0a7681f4a168d326d4226f5e80.jpg">
738
+ </div>
739
+ <div class="communitylink_achievement">
740
+ <img class="communitylink_achievement" title="Cat Fight" src="http://media.steampowered.com/steamcommunity/public/images/apps/219150/c9a6cf97a1b8edd0160ed37ea946a17b2845d5bf.jpg">
741
+ </div>
742
+ <div class="communitylink_achievement">
743
+ <img class="communitylink_achievement" title="I Got New Friends" src="http://media.steampowered.com/steamcommunity/public/images/apps/219150/b142f6c5129d715b5f72ae8508877312ce122fc1.jpg">
744
+ </div>
745
+ <div class="communitylink_achievement communitylink_achivement_plusmore">
746
+ +32 </div>
747
+ <div style="clear: left;"></div>
748
+ </div>
749
+ <a class="linkbar" href="http://steamcommunity.com/stats/219150/achievements">
750
+ <div class="rightblock">
751
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_achievements.gif">
752
+ </div>
753
+ View Achievements </a>
754
+ </div>
755
+ </div>
756
+ </div>
757
+ </div>
758
+ </div>
759
+
760
+ <div class="block game_details underlined_links">
761
+ <div class="block_header">
762
+ <h4></h4>
763
+ </div>
764
+ <div class="block_content">
765
+ <div class="block_content_inner" itemprop="review" itemscope itemtype="http://www.schema.org/Review">
766
+ <div id="game_area_metascore">
767
+ 85 <meta itemprop="reviewRating" content = "4.25"/>
768
+ <meta itemprop="author" content = "Metacritic"/>
769
+ </div>
770
+ <div id="game_area_metalink"><a href="http://www.metacritic.com/game/pc/hotline-miami" target="_blank">Read Critic Reviews</a> <img src="http://cdn.store.steampowered.com/public/images/ico/iconExternalLink.gif" border="0" align="bottom"></div>
771
+ <div class="inner_rule"></div>
772
+
773
+
774
+ <div class="details_block">
775
+ <b>Title:</b> Hotline Miami<br>
776
+
777
+ <b>Genre:</b> <a href="http://store.steampowered.com/genre/Action/?snr=1_5_9__408">Action</a>, <a href="http://store.steampowered.com/genre/Indie/?snr=1_5_9__408">Indie</a><br>
778
+
779
+ <b>Developer:</b>
780
+ <a href="http://store.steampowered.com/search/?developer=Dennaton%20Games&snr=1_5_9__408">Dennaton Games</a>
781
+ <br>
782
+
783
+ <b>Publisher:</b>
784
+ <a href="http://store.steampowered.com/search/?publisher=Devolver%20Digital&snr=1_5_9__408">Devolver Digital</a> <br>
785
+
786
+
787
+ <b>Release Date:</b> 23 Oct 2012<br>
788
+ <b>Languages:</b> English </div>
789
+
790
+
791
+
792
+
793
+ <div class="details_block">
794
+ <div class="game_area_details_specs">
795
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_singlePlayer.gif" align="top" /></div>
796
+ <div class="name">Single-player</div>
797
+ </div>
798
+ <div class="game_area_details_specs">
799
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_achievements.gif" align="top" /></div>
800
+ <div class="name">Steam Achievements</div>
801
+ </div>
802
+ <div class="game_area_details_specs">
803
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_partial_controller.gif" align="top" /></div>
804
+ <div class="name">Partial Controller Support</div>
805
+ </div>
806
+ </div>
807
+
808
+
809
+
810
+ <div class="details_block">
811
+
812
+
813
+
814
+
815
+
816
+ <a class="linkbar" href="http://store.steampowered.com/news/?feed=steam_updates&appids=219150">
817
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_history.gif" width="16" height="16" border="0" align="top" /></div>
818
+ View update history </a>
819
+ <a class="linkbar" href="http://store.steampowered.com/news/?appids=219150">
820
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_news.gif" width="16" height="16" border="0" align="top" /></div>
821
+ Read related news </a>
822
+ </div>
823
+ </div>
824
+ </div>
825
+ </div>
826
+
827
+
828
+
829
+ <br>
830
+
831
+
832
+ </div>
833
+ <!-- End Right Column -->
834
+ <div style="clear: both;"></div>
835
+
836
+ <div class="hover" id="global_hover" style="display: none; left: 0px; top: 0px;">
837
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="hover_box shadow_content">
838
+ <div class="content" id="global_hover_content">
839
+ </div>
840
+ </div>
841
+ <div class="hover_arrow_left"></div>
842
+ <div class="hover_arrow_right"></div>
843
+ </div>
844
+ </div>
845
+ </div>
846
+
847
+ <div id="gotSteamModal" style="display:none;">
848
+ <div id="top_band">
849
+ <div id="modal_close"><a href="javascript:hideModal('gotSteamModal')"><img src="http://cdn.store.steampowered.com/public/images/x9x9.gif" width="9" height="9" border="0" /></a></div>
850
+ </div>
851
+ <div id="got_steam_box">
852
+ <h1>Got Steam?</h1>
853
+ <p>You need to have Steam installed to get <strong id="gotSteam_AppName"></strong></p>
854
+ <div id="gotsteam_buttons">
855
+ <a id="gotSteam_SteamURL" href="" class="btn_white leftbtn">
856
+ <h3>Yes, I have Steam</h3>
857
+ <h5>OPEN STEAM</h5>
858
+ </a>
859
+ <a href="http://store.steampowered.com/about/" class="btn_white">
860
+ <h3>No, I do not have Steam</h3>
861
+ <h5>FREE 1.5 MB DOWNLOAD</h5>
862
+ </a>
863
+ <div style="clear: left;"></div>
864
+ </div>
865
+ <div id="low_block">
866
+ <div id="steam_ico"><img src="http://cdn.store.steampowered.com/public/images/steam_ico.gif" width="40" height="40" border="0" /></div>
867
+ Steam is the premiere desktop gaming platform. It's free to join and easy to use. <a href="http://store.steampowered.com/about/">Learn more about Steam.</a>
868
+ </div></div>
869
+ </div>
870
+ <div id="modalBG" style="display: none;"></div>
871
+ <!-- Footer -->
872
+ <div id="footer">
873
+ <div class="footer_content">
874
+ <div class="rule"></div>
875
+
876
+ <div id="footer_nav">
877
+
878
+
879
+ <span class="pulldown" id="footer_genre_pulldown">
880
+ SHOP BY GENRE </span>
881
+ <div class="popup_block" id="footer_genre_dropdown" style="display: none;">
882
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
883
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play?snr=1_44_44__20">
884
+ Free to Play </a>
885
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Action?snr=1_44_44__20">
886
+ Action </a>
887
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Adventure?snr=1_44_44__20">
888
+ Adventure </a>
889
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Strategy?snr=1_44_44__20">
890
+ Strategy </a>
891
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/RPG?snr=1_44_44__20">
892
+ RPG </a>
893
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Indie?snr=1_44_44__20">
894
+ Indie </a>
895
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Massively%20Multiplayer?snr=1_44_44__20">
896
+ Massively Multiplayer </a>
897
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Casual?snr=1_44_44__20">
898
+ Casual </a>
899
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Simulation?snr=1_44_44__20">
900
+ Simulation </a>
901
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Racing?snr=1_44_44__20">
902
+ Racing </a>
903
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sports?snr=1_44_44__20">
904
+ Sports </a>
905
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Accounting?snr=1_44_44__20">
906
+ Accounting </a>
907
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Animation%20%26%20Modeling?snr=1_44_44__20">
908
+ Animation & Modeling </a>
909
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Audio%20Production?snr=1_44_44__20">
910
+ Audio Production </a>
911
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Design%20%26%20Illustration?snr=1_44_44__20">
912
+ Design & Illustration </a>
913
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Education?snr=1_44_44__20">
914
+ Education </a>
915
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Photo%20Editing?snr=1_44_44__20">
916
+ Photo Editing </a>
917
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Software%20Training?snr=1_44_44__20">
918
+ Software Training </a>
919
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Utilities?snr=1_44_44__20">
920
+ Utilities </a>
921
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Video%20Production?snr=1_44_44__20">
922
+ Video Production </a>
923
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Web%20Publishing?snr=1_44_44__20">
924
+ Web Publishing </a>
925
+ </div>
926
+ </div>
927
+ <span class="pulldown" id="footer_category_pulldown">
928
+ SHOP BY CATEGORY </span>
929
+ <div class="popup_block" id="footer_category_dropdown" style="display: none;">
930
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
931
+ <a class="popup_menu_item" href="http://store.steampowered.com/freestuff/demos/?snr=1_44_44__21">
932
+ Demos </a>
933
+ <a class="popup_menu_item" href="http://store.steampowered.com/freestuff/videos/?snr=1_44_44__21">
934
+ Videos </a>
935
+ <a class="popup_menu_item" href="http://store.steampowered.com/search/?category2=21&snr=1_44_44__21">
936
+ Downloadable Content </a>
937
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/publishers?snr=1_44_44__21">
938
+ Game Publisher Catalogs </a>
939
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/under10?snr=1_44_44__21">
940
+ Games Under 10&#8364; </a>
941
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/under5?snr=1_44_44__21">
942
+ Games Under 5&#8364; </a>
943
+ </div>
944
+ </div>
945
+ <span class="pulldown" id="footer_steam_pulldown">
946
+ ABOUT STEAM </span>
947
+ <div class="popup_block" id="footer_steam_dropdown" style="display: none;">
948
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
949
+ <a class="popup_menu_item" href="http://store.steampowered.com/about/?snr=1_44_44__22">
950
+ What is Steam? </a>
951
+ <!--
952
+ <a class="popup_menu_item" href="">
953
+ Download Steam now </a>
954
+ -->
955
+ <a class="popup_menu_item" href="https://support.steampowered.com/kb_article.php?p_faqid=549#gifts" target="_blank">
956
+ Gifting on Steam </a>
957
+ <a class="popup_menu_item" href="https://steamcommunity.com/?snr=1_44_44__22">
958
+ The Steam Community </a>
959
+ </div>
960
+ </div>
961
+
962
+ <span class="pulldown" id="footer_valve_pulldown">
963
+ ABOUT VALVE </span>
964
+ <div class="popup_block" id="footer_valve_dropdown" style="display: none;">
965
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
966
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/about.html" target="_blank">
967
+ About Valve </a>
968
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/business/" target="_blank">
969
+ Business Solutions </a>
970
+ <a class="popup_menu_item" href="http://www.steampowered.com/steamworks/" target="_blank">
971
+ Steamworks </a>
972
+ <a class="popup_menu_item" href="http://source.valvesoftware.com/" target="_blank">
973
+ Source Engine </a>
974
+ <a class="popup_menu_item" href="https://cafe.steampowered.com" target="_blank">
975
+ Cyber Caf&eacute;s </a>
976
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/jobs.html" target="_blank">
977
+ Jobs </a>
978
+ </div>
979
+ </div>
980
+
981
+
982
+ <span class="pulldown" id="footer_help_pulldown">
983
+ HELP </span>
984
+ <div class="popup_block" id="footer_help_dropdown" style="display: none;">
985
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
986
+ <a class="popup_menu_item" href="http://support.steampowered.com/" target="_blank">
987
+ Support </a>
988
+ <a class="popup_menu_item" href="http://store.steampowered.com/forums/?snr=1_44_44__23" target="_blank">
989
+ Forums </a>
990
+ <a class="popup_menu_item" href="http://store.steampowered.com/stats/?snr=1_44_44__23" target="_blank">
991
+ Stats </a>
992
+ </div>
993
+ </div>
994
+
995
+
996
+ <span class="pulldown" id="footer_tools_pulldown">
997
+ TOOLS </span>
998
+ <div class="popup_block" id="footer_tools_dropdown" style="display: none;">
999
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1000
+ <a class="popup_menu_item" href="http://storefront.steampowered.com/download/hldsupdatetool.exe">
1001
+ Windows HLDS Update Tool </a>
1002
+ <a class="popup_menu_item" href="http://storefront.steampowered.com/download/hldsupdatetool.bin">
1003
+ Linux HLDS Update Tool </a>
1004
+ </div>
1005
+ </div>
1006
+
1007
+
1008
+ <span class="pulldown" id="footer_feeds_pulldown">
1009
+ NEWS FEEDS </span>
1010
+ <div class="popup_block" id="footer_feeds_dropdown" style="display: none;">
1011
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1012
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/news.xml">
1013
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Steam News </a>
1014
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/newreleases.xml">
1015
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Game Releases </a>
1016
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/daily_deals.xml">
1017
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Daily Deals </a>
1018
+ </div>
1019
+ </div>
1020
+ <div style="clear: left;"></div>
1021
+
1022
+ <script type="text/javascript">
1023
+ RegisterFlyout( 'footer_genre_pulldown', 'footer_genre_dropdown', null, null, true );
1024
+ RegisterFlyout( 'footer_category_pulldown', 'footer_category_dropdown', null, null, true );
1025
+ RegisterFlyout( 'footer_steam_pulldown', 'footer_steam_dropdown', null, null, true );
1026
+ RegisterFlyout( 'footer_valve_pulldown', 'footer_valve_dropdown', null, null, true );
1027
+ RegisterFlyout( 'footer_help_pulldown', 'footer_help_dropdown', null, null, true );
1028
+ RegisterFlyout( 'footer_tools_pulldown', 'footer_tools_dropdown', null, null, true );
1029
+ RegisterFlyout( 'footer_feeds_pulldown', 'footer_feeds_dropdown', null, null, true );
1030
+ </script>
1031
+ </div>
1032
+
1033
+ <div class="footer_box">
1034
+ <h3>Publisher Catalogs</h3>
1035
+ <div class="publishercol">
1036
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/1C Company?snr=1_44_44__24">1C Company</a></div>
1037
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/2K Games?snr=1_44_44__24">2K Games</a></div>
1038
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Activision?snr=1_44_44__24">Activision</a></div>
1039
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Akella?snr=1_44_44__24">Akella</a></div>
1040
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Bethesda Softworks?snr=1_44_44__24">Bethesda</a></div>
1041
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Big Fish Games?snr=1_44_44__24">Big Fish Games</a></div>
1042
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/bitComposer Games?snr=1_44_44__24">bitComposer Games</a></div>
1043
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Bohemia Interactive?snr=1_44_44__24">Bohemia Interactive</a></div>
1044
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Capcom?snr=1_44_44__24">Capcom</a></div>
1045
+ </div>
1046
+ <div class="publishercol">
1047
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/City Interactive?snr=1_44_44__24">City Interactive</a></div>
1048
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Codemasters?snr=1_44_44__24">Codemasters</a></div>
1049
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Deep Silver?snr=1_44_44__24">Deep Silver</a></div>
1050
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Electronic Arts?snr=1_44_44__24">Electronic Arts</a></div>
1051
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Epic Games, Inc.?snr=1_44_44__24">Epic Games</a></div>
1052
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Focus Home Interactive?snr=1_44_44__24">Focus</a></div>
1053
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Funcom?snr=1_44_44__24">Funcom</a></div>
1054
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Her Interactive?snr=1_44_44__24">Her Interactive</a></div>
1055
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/id Software?snr=1_44_44__24">id Software</a></div>
1056
+ </div>
1057
+ <div class="publishercol">
1058
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Interplay Inc.?snr=1_44_44__24">Interplay</a></div>
1059
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/iWin?snr=1_44_44__24">iWin</a></div>
1060
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Kalypso Media Digital?snr=1_44_44__24">Kalypso</a></div>
1061
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Konami Digital Entertainment, Inc.?snr=1_44_44__24">Konami</a></div>
1062
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/LucasArts?snr=1_44_44__24">LucasArts</a></div>
1063
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Meridian4?snr=1_44_44__24">Meridian4</a></div>
1064
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/MumboJumbo?snr=1_44_44__24">MumboJumbo</a></div>
1065
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Namco Bandai Games?snr=1_44_44__24">Namco Bandai Games</a></div>
1066
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Nexon America Inc.?snr=1_44_44__24">Nexon</a></div>
1067
+ </div>
1068
+ <div class="publishercol">
1069
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Nordic Games?snr=1_44_44__24">Nordic Games</a></div>
1070
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/NovaLogic?snr=1_44_44__24">NovaLogic</a></div>
1071
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Paradox Interactive?snr=1_44_44__24">Paradox Interactive</a></div>
1072
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Perfect World Entertainment?snr=1_44_44__24">Perfect World Entertainment</a></div>
1073
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/PlayFirst?snr=1_44_44__24">PlayFirst</a></div>
1074
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/PopCap Games, Inc.?snr=1_44_44__24">PopCap</a></div>
1075
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Prima Games?snr=1_44_44__24">Prima Games</a></div>
1076
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/RailSimulator.com?snr=1_44_44__24">RailSimulator.com</a></div>
1077
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Rockstar Games?snr=1_44_44__24">Rockstar Games</a></div>
1078
+ </div>
1079
+ <div class="publishercol">
1080
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Sandlot Games?snr=1_44_44__24">Sandlot Games</a></div>
1081
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SEGA?snr=1_44_44__24">SEGA</a></div>
1082
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Sony Online Entertainment?snr=1_44_44__24">Sony Online</a></div>
1083
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SouthPeak Games?snr=1_44_44__24">SouthPeak Games</a></div>
1084
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SQUARE ENIX, Eidos Interactive?snr=1_44_44__24">SQUARE ENIX, Eidos Interactive</a></div>
1085
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Stardock Entertainment?snr=1_44_44__24">Stardock Entertainment</a></div>
1086
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Strategy First?snr=1_44_44__24">Strategy First</a></div>
1087
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Team17 Software Ltd.?snr=1_44_44__24">Team17 Software</a></div>
1088
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Telltale Games?snr=1_44_44__24">Telltale Games</a></div>
1089
+ </div>
1090
+ <div class="publishercol">
1091
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/THQ?snr=1_44_44__24">THQ</a></div>
1092
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Tilted Mill Entertainment, Inc.?snr=1_44_44__24">Tilted Mill</a></div>
1093
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Topware Interactive?snr=1_44_44__24">Topware</a></div>
1094
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Ubisoft?snr=1_44_44__24">Ubisoft</a></div>
1095
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Valve?snr=1_44_44__24">Valve</a></div>
1096
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Viva Media?snr=1_44_44__24">Viva Media</a></div>
1097
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Warner Bros. Interactive Entertainment?snr=1_44_44__24">Warner Bros.</a></div>
1098
+ </div>
1099
+ <div style="clear: left;"></div>
1100
+ </div>
1101
+
1102
+ <div class="btn_client_small get_game_on_steam">
1103
+ <a href="http://steamcommunity.com/greenlight" target="_blank">Get your game on Steam</a>
1104
+ </div>
1105
+
1106
+ <div>
1107
+ <a href="http://www.valvesoftware.com/about.html" target="_blank">About Valve</a>
1108
+ | <a href="http://www.valvesoftware.com/business/" target="_blank">Business Solutions</a>
1109
+ | <a href="http://www.steampowered.com/steamworks/" target="_blank">Steamworks</a>
1110
+ | <a href="http://source.valvesoftware.com/" target="_blank">Source Engine</a>
1111
+ | <a href="https://cafe.steampowered.com" target="_blank">Cyber Caf&eacute;s</a>
1112
+ | <a href="http://www.valvesoftware.com/jobs.html" target="_blank">Jobs</a>
1113
+ </div>
1114
+
1115
+
1116
+ <div class="rule"></div>
1117
+ <div id="footer_logo"><a href="http://www.valvesoftware.com" target="_blank"><img src="http://cdn.store.steampowered.com/public/images/logo_valve_footer.jpg" alt="Valve Software" border="0" /></a></div>
1118
+ <div id="footer_text">
1119
+ <div>&copy; 2013 Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.</div>
1120
+ <div>VAT included in all prices where applicable.</div>
1121
+ <div class="valve_links">
1122
+ <a href="http://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
1123
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1124
+ <a href="http://www.valvesoftware.com/legal.htm" target="_blank">Legal</a>
1125
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1126
+ <a href="http://store.steampowered.com/subscriber_agreement/" target="_blank">Steam Subscriber Agreement</a>
1127
+ </div>
1128
+ </div>
1129
+ </div>
1130
+ </div><!-- End Footer -->
1131
+
1132
+
1133
+ </body>
1134
+ </html>