<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Выделить цену из текста с помощью регулярного выражения]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13007</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13007&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Выделить цену из текста с помощью регулярного выражения».]]></description>
		<lastBuildDate>Sat, 16 Sep 2017 16:31:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Выделить цену из текста с помощью регулярного выражения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119384#p119384</link>
			<description><![CDATA[<div class="codebox"><pre><code>url = http://steamcommunity.com/market/search?category_753_Game%5B%5D=tag_app_394540&amp;category_753_cardborder%5B%5D=tag_cardborder_0&amp;category_753_item_class%5B%5D=tag_item_class_2&amp;appid=753

html := QueryResponseWebsite(url)
prices := []

while RegExMatch( html, &quot;O)&lt;span class=&quot;&quot;normal_price&quot;&quot;&gt;\$([0-9\.]+)\s*USD&lt;/span&gt;&quot;, price, A_Index = 1 ? 1 : price.Pos(1) + price.Len(1) )
   prices.Push(price[1])

; цены в массиве prices
; проверка:

for k, v in prices
   MsgBox, % v

QueryResponseWebsite(url)
{
   HttpObj := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
   ComObjError(false)
   HttpObj.Open(&quot;GET&quot;, Url) 
   HttpObj.Send()   
   HttpObj.WaitForResponse()
   return HttpObj.ResponseText
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 16 Sep 2017 16:31:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119384#p119384</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Выделить цену из текста с помощью регулярного выражения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119383#p119383</link>
			<description><![CDATA[<p>В ответ приходит приблизетельно такая информация:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>&lt;!DOCTYPE html&gt;<br />&lt;html class=&quot; responsive&quot; lang=&quot;en&quot;&gt;<br />&lt;head&gt;<br />	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;<br />			&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot;&gt;<br />		&lt;meta name=&quot;theme-color&quot; content=&quot;#171a21&quot;&gt;<br />		&lt;title&gt;Steam Community Market :: Showing results for: Steam, app_394540, Normal, Trading Card&lt;/title&gt;<br />	&lt;link rel=&quot;shortcut icon&quot; href=&quot;/favicon.ico&quot; type=&quot;image/x-icon&quot;&gt;</p><p>	&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/shared/css/motiva_sans.css?v=Sd0odMs2NjL1&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/shared/css/buttons.css?v=FMXZx9fv9yp_&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/shared/css/shared_global.css?v=ezCZ54xw7bxo&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/css/globalv2.css?v=3X1Hz39cVBqV&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/css/skin_1/economy.css?v=q6EkkWwqjgQx&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/css/skin_1/economy_market.css?v=QrxQA0ehAQbn&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/css/skin_1/html5.css?v=.MtSlvoLZL0Tb&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/shared/css/shared_responsive.css?v=Dm6dKxyudx2Y&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />&lt;link href=&quot;http://steamcommunity-a.akamaihd.net/public/css/skin_1/header.css?v=tZYBxDBV1D4c&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; &gt;<br />			&lt;script&gt;<br />				(function(i,s,o,g,r,a,m){i[&#039;GoogleAnalyticsObject&#039;]=r;i[r]=i[r]||function(){<br />						(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),<br />					m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)<br />				})(window,document,&#039;script&#039;,&#039;//www.google-analytics.com/analytics.js&#039;,&#039;ga&#039;);</p><p>				ga(&#039;create&#039;, &#039;UA-33779068-1&#039;, &#039;auto&#039;, {<br />					&#039;sampleRate&#039;: 0.4				});<br />				ga(&#039;set&#039;, &#039;dimension1&#039;, false );<br />				ga(&#039;set&#039;, &#039;dimension2&#039;, &#039;External&#039; );<br />				ga(&#039;set&#039;, &#039;dimension3&#039;, &#039;market&#039; );<br />				ga(&#039;set&#039;, &#039;dimension4&#039;, &quot;market\/search&quot; );<br />				ga(&#039;send&#039;, &#039;pageview&#039;);</p><p>			&lt;/script&gt;<br />			&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/prototype-1.7.js?v=.55t44gwuwgvw&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/scriptaculous/_combined.js?v=9XVsa_Ni33oN&amp;amp;l=english&amp;amp;load=effects,controls,slider,dragdrop&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/global.js?v=FOZ8PR9YQrt_&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/jquery-1.11.1.min.js?v=.isFTSRckeNhC&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/javascript/tooltip.js?v=.gcRSUfx-SLlh&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/javascript/shared_global.js?v=AiRJ4Ock7jbc&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;$J = jQuery.noConflict();<br />if ( typeof JSON != &#039;object&#039; || !JSON.stringify || !JSON.parse ) { document.write( &quot;&lt;scr&quot; + &quot;ipt type=\&quot;text\/javascript\&quot; src=\&quot;http:\/\/steamcommunity-a.akamaihd.net\/public\/javascript\/json2.js?v=pmScf4470EZP&amp;amp;l=english\&quot; &gt;&lt;\/script&gt;\n&quot; ); };<br />&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/economy_common.js?v=tsXdRVB0yEaR&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/economy.js?v=jsMHcqsTyBbv&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/market.js?v=j8zjMwxvejTH&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/modalv2.js?v=dfMhuy-Lrpyo&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/javascript/modalContent.js?v=_GJo7RLtKayG&amp;amp;l=english&quot; &gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/javascript/shared_responsive_adapter.js?v=qLEcRmcHn-kc&amp;amp;l=english&quot; &gt;&lt;/script&gt;</p>	<br /><p>						&lt;meta property=&quot;fb:app_id&quot; content=&quot;105386699540688&quot;&gt;</p>	<br /><p>			&lt;link rel=&quot;image_src&quot; href=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/responsive/share_steam_logo.png&quot;&gt;<br />		&lt;meta property=&quot;og:image&quot; content=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/responsive/share_steam_logo.png&quot;&gt;<br />					&lt;meta property=&quot;og:image:secure&quot; content=&quot;https://steamcommunity-a.akamaihd.net/public/shared/images/responsive/share_steam_logo.png&quot;&gt;</p>	<br />	<br /><p>	&lt;/head&gt;<br />&lt;body class=&quot; responsive_page&quot;&gt;</p><p>&lt;div class=&quot;responsive_page_frame with_header&quot;&gt;</p><p>						&lt;div class=&quot;responsive_page_menu_ctn mainmenu&quot;&gt;<br />				&lt;div class=&quot;responsive_page_menu&quot;&nbsp; id=&quot;responsive_page_menu&quot;&gt;<br />										&lt;div class=&quot;mainmenu_contents&quot;&gt;<br />						&lt;div class=&quot;mainmenu_contents_items&quot;&gt;<br />															&lt;a class=&quot;menuitem&quot; href=&quot;https://steamcommunity.com/login/home/?goto=market%2Fsearch%3Fcategory_753_Game%255B%255D%3Dtag_app_394540%26category_753_cardborder%255B%255D%3Dtag_cardborder_0%26category_753_item_class%255B%255D%3Dtag_item_class_2%26appid%3D753&quot;&gt;<br />									Login								&lt;/a&gt;</p><p>								&lt;a class=&quot;menuitem supernav&quot; href=&quot;http://store.steampowered.com/&quot; data-tooltip-type=&quot;selector&quot; data-tooltip-content=&quot;.submenu_store&quot;&gt;<br />		Store	&lt;/a&gt;<br />	&lt;div class=&quot;submenu_store&quot; style=&quot;display: none;&quot; data-submenuid=&quot;store&quot;&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/&quot;&gt;Featured&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/explore/&quot;&gt;Explore&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/curators/&quot;&gt;Curators&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/my/wishlist/&quot;&gt;Wishlist&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/news/&quot;&gt;News&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/stats/&quot;&gt;Stats&lt;/a&gt;<br />	&lt;/div&gt;</p><br /><p>	&lt;a class=&quot;menuitem supernav&quot; style=&quot;display: block&quot; href=&quot;http://steamcommunity.com/&quot; data-tooltip-type=&quot;selector&quot; data-tooltip-content=&quot;.submenu_community&quot;&gt;<br />		Community	&lt;/a&gt;<br />	&lt;div class=&quot;submenu_community&quot; style=&quot;display: none;&quot; data-submenuid=&quot;community&quot;&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/&quot;&gt;Home&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/discussions/&quot;&gt;Discussions&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/workshop/&quot;&gt;Workshop&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/market/&quot;&gt;Market&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/?subsection=broadcasts&quot;&gt;Broadcasts&lt;/a&gt;<br />					&lt;/div&gt;</p>	<br /><br />	<br />	<br /><p>	&lt;a class=&quot;menuitem&quot; href=&quot;https://help.steampowered.com/en/&quot;&gt;<br />		Support	&lt;/a&gt;</p><p>							&lt;div class=&quot;minor_menu_items&quot;&gt;<br />																&lt;div class=&quot;menuitem change_language_action&quot;&gt;<br />									Change language								&lt;/div&gt;<br />																									&lt;div class=&quot;menuitem&quot; onclick=&quot;Responsive_RequestDesktopView();&quot;&gt;<br />										View desktop website									&lt;/div&gt;<br />															&lt;/div&gt;<br />						&lt;/div&gt;<br />						&lt;div class=&quot;mainmenu_footer_spacer&quot;&gt;&lt;/div&gt;<br />						&lt;div class=&quot;mainmenu_footer&quot;&gt;<br />							&lt;div class=&quot;mainmenu_footer_logo&quot;&gt;&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/responsive/logo_valve_footer.png&quot;&gt;&lt;/div&gt;<br />							© Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.							&lt;span class=&quot;mainmenu_valve_links&quot;&gt;<br />								&lt;a href=&quot;http://store.steampowered.com/privacy_agreement/&quot; target=&quot;_blank&quot;&gt;Privacy Policy&lt;/a&gt;<br />								&amp;nbsp;| &amp;nbsp;&lt;a href=&quot;http://www.valvesoftware.com/legal.htm&quot; target=&quot;_blank&quot;&gt;Legal&lt;/a&gt;<br />								&amp;nbsp;| &amp;nbsp;&lt;a href=&quot;http://store.steampowered.com/subscriber_agreement/&quot; target=&quot;_blank&quot;&gt;Steam Subscriber Agreement&lt;/a&gt;<br />								&amp;nbsp;| &amp;nbsp;&lt;a href=&quot;http://store.steampowered.com/steam_refunds/&quot; target=&quot;_blank&quot;&gt;Refunds&lt;/a&gt;<br />							&lt;/span&gt;<br />						&lt;/div&gt;<br />					&lt;/div&gt;<br />									&lt;/div&gt;<br />			&lt;/div&gt;</p><p>		&lt;div class=&quot;responsive_local_menu_tab&quot;&gt;</p><p>		&lt;/div&gt;</p><p>		&lt;div class=&quot;responsive_page_menu_ctn localmenu&quot;&gt;<br />			&lt;div class=&quot;responsive_page_menu&quot;&nbsp; id=&quot;responsive_page_local_menu&quot;&gt;<br />				&lt;div class=&quot;localmenu_content&quot;&gt;<br />				&lt;/div&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><br /><br /><p>					&lt;div class=&quot;responsive_header&quot;&gt;<br />				&lt;div class=&quot;responsive_header_content&quot;&gt;<br />					&lt;div id=&quot;responsive_menu_logo&quot;&gt;<br />						&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/responsive/header_menu_hamburger.png&quot; height=&quot;100%&quot;&gt;<br />											&lt;/div&gt;<br />					&lt;div class=&quot;responsive_header_logo&quot;&gt;<br />						&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/responsive/header_logo.png&quot; height=&quot;36&quot; border=&quot;0&quot; alt=&quot;STEAM&quot;&gt;<br />					&lt;/div&gt;<br />				&lt;/div&gt;<br />			&lt;/div&gt;</p><p>		&lt;div class=&quot;responsive_page_content_overlay&quot;&gt;</p><p>		&lt;/div&gt;</p><p>		&lt;div class=&quot;responsive_fixonscroll_ctn nonresponsive_hidden &quot;&gt;<br />		&lt;/div&gt;</p><p>	&lt;div class=&quot;responsive_page_content&quot;&gt;</p><p>		&lt;div id=&quot;global_header&quot;&gt;<br />	&lt;div class=&quot;content&quot;&gt;</p><p>		&lt;div class=&quot;logo&quot;&gt;<br />			&lt;span id=&quot;logo_holder&quot;&gt;<br />				&lt;a href=&quot;http://store.steampowered.com/&quot;&gt;<br />					&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/shared/images/header/globalheader_logo.png?t=962016&quot; width=&quot;176&quot; height=&quot;44&quot;&gt;<br />				&lt;/a&gt;<br />			&lt;/span&gt;<br />			&lt;!--[if lt IE 7]&gt;<br />			&lt;style type=&quot;text/css&quot;&gt;<br />				#logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }<br />				#logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;http://steamcommunity-a.akamaihd.net/public/images/v5/globalheader_logo.png&#039;); }<br />			&lt;/style&gt;<br />			&lt;![endif]--&gt;<br />		&lt;/div&gt;</p><p>			&lt;div class=&quot;supernav_container&quot;&gt;<br />	&lt;a class=&quot;menuitem supernav&quot; href=&quot;http://store.steampowered.com/&quot; data-tooltip-type=&quot;selector&quot; data-tooltip-content=&quot;.submenu_store&quot;&gt;<br />		STORE	&lt;/a&gt;<br />	&lt;div class=&quot;submenu_store&quot; style=&quot;display: none;&quot; data-submenuid=&quot;store&quot;&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/&quot;&gt;Featured&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/explore/&quot;&gt;Explore&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/curators/&quot;&gt;Curators&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/my/wishlist/&quot;&gt;Wishlist&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/news/&quot;&gt;News&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://store.steampowered.com/stats/&quot;&gt;Stats&lt;/a&gt;<br />	&lt;/div&gt;</p><br /><p>	&lt;a class=&quot;menuitem supernav&quot; style=&quot;display: block&quot; href=&quot;http://steamcommunity.com/&quot; data-tooltip-type=&quot;selector&quot; data-tooltip-content=&quot;.submenu_community&quot;&gt;<br />		COMMUNITY	&lt;/a&gt;<br />	&lt;div class=&quot;submenu_community&quot; style=&quot;display: none;&quot; data-submenuid=&quot;community&quot;&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/&quot;&gt;Home&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/discussions/&quot;&gt;Discussions&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/workshop/&quot;&gt;Workshop&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/market/&quot;&gt;Market&lt;/a&gt;<br />		&lt;a class=&quot;submenuitem&quot; href=&quot;http://steamcommunity.com/?subsection=broadcasts&quot;&gt;Broadcasts&lt;/a&gt;<br />					&lt;/div&gt;</p>	<br /><br />	<br /><p>			&lt;a class=&quot;menuitem&quot; href=&quot;http://store.steampowered.com/about/&quot;&gt;<br />			ABOUT		&lt;/a&gt;</p><p>	&lt;a class=&quot;menuitem&quot; href=&quot;https://help.steampowered.com/en/&quot;&gt;<br />		SUPPORT	&lt;/a&gt;<br />	&lt;/div&gt;<br />	&lt;script type=&quot;text/javascript&quot;&gt;<br />		jQuery(function($) {<br />			$(&#039;.tooltip&#039;).v_tooltip();<br />			$(&#039;#global_header .supernav&#039;).v_tooltip({&#039;location&#039;:&#039;bottom&#039;, &#039;tooltipClass&#039;: &#039;supernav_content&#039;, &#039;offsetY&#039;:-4, &#039;offsetX&#039;: 1, &#039;horizontalSnap&#039;: 4, &#039;tooltipParent&#039;: &#039;#global_header .supernav_container&#039;, &#039;correctForScreenSize&#039;: false});<br />		});<br />	&lt;/script&gt;</p><p>		&lt;div id=&quot;global_actions&quot;&gt;<br />			&lt;div id=&quot;global_action_menu&quot;&gt;<br />				&lt;div class=&quot;header_installsteam_btn header_installsteam_btn_green&quot;&gt;<br />					&lt;div class=&quot;header_installsteam_btn_leftcap&quot;&gt;&lt;/div&gt;<br />					&lt;div class=&quot;header_installsteam_btn_rightcap&quot;&gt;&lt;/div&gt;<br />					&lt;a class=&quot;header_installsteam_btn_content&quot; href=&quot;http://store.steampowered.com/about/&quot;&gt;<br />						Install Steam					&lt;/a&gt;<br />				&lt;/div&gt;</p>				<br /><p>														&lt;a class=&quot;global_action_link&quot; href=&quot;https://steamcommunity.com/login/home/?goto=market%2Fsearch%3Fcategory_753_Game%255B%255D%3Dtag_app_394540%26category_753_cardborder%255B%255D%3Dtag_cardborder_0%26category_753_item_class%255B%255D%3Dtag_item_class_2%26appid%3D753&quot;&gt;login&lt;/a&gt;<br />					&amp;nbsp;|&amp;nbsp;<br />					&lt;span class=&quot;pulldown global_action_link&quot; id=&quot;language_pulldown&quot; onclick=&quot;ShowMenu( this, &#039;language_dropdown&#039;, &#039;right&#039; );&quot;&gt;language&lt;/span&gt;<br />					&lt;div class=&quot;popup_block_new&quot; id=&quot;language_dropdown&quot; style=&quot;display: none;&quot;&gt;<br />						&lt;div class=&quot;popup_body popup_menu&quot;&gt;<br />																																	&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=bulgarian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;bulgarian&#039; ); return false;&quot;&gt;Български (Bulgarian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=czech&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;czech&#039; ); return false;&quot;&gt;cestina (Czech)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=danish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;danish&#039; ); return false;&quot;&gt;Dansk (Danish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=dutch&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;dutch&#039; ); return false;&quot;&gt;Nederlands (Dutch)&lt;/a&gt;<br />																																			&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=finnish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;finnish&#039; ); return false;&quot;&gt;Suomi (Finnish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=french&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;french&#039; ); return false;&quot;&gt;Francais (French)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=german&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;german&#039; ); return false;&quot;&gt;Deutsch (German)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=greek&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;greek&#039; ); return false;&quot;&gt;???????? (Greek)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=hungarian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;hungarian&#039; ); return false;&quot;&gt;Magyar (Hungarian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=italian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;italian&#039; ); return false;&quot;&gt;Italiano (Italian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=japanese&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;japanese&#039; ); return false;&quot;&gt;??? (Japanese)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=koreana&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;koreana&#039; ); return false;&quot;&gt;??? (Korean)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=norwegian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;norwegian&#039; ); return false;&quot;&gt;Norsk (Norwegian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=polish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;polish&#039; ); return false;&quot;&gt;Polski (Polish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=portuguese&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;portuguese&#039; ); return false;&quot;&gt;Portugues (Portuguese)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=brazilian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;brazilian&#039; ); return false;&quot;&gt;Portugues-Brasil (Portuguese-Brazil)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=romanian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;romanian&#039; ); return false;&quot;&gt;Romana (Romanian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=russian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;russian&#039; ); return false;&quot;&gt;Русский (Russian)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=schinese&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;schinese&#039; ); return false;&quot;&gt;???? (Simplified Chinese)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=spanish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;spanish&#039; ); return false;&quot;&gt;Espanol (Spanish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=swedish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;swedish&#039; ); return false;&quot;&gt;Svenska (Swedish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=tchinese&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;tchinese&#039; ); return false;&quot;&gt;???? (Traditional Chinese)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=thai&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;thai&#039; ); return false;&quot;&gt;??? (Thai)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=turkish&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;turkish&#039; ); return false;&quot;&gt;Turkce (Turkish)&lt;/a&gt;<br />																										&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;?l=ukrainian&amp;category_753_Game%5B0%5D=tag_app_394540&amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;appid=753&quot; onclick=&quot;ChangeLanguage( &#039;ukrainian&#039; ); return false;&quot;&gt;Українська (Ukrainian)&lt;/a&gt;<br />																						&lt;a class=&quot;popup_menu_item tight&quot; href=&quot;http://translation.steampowered.com&quot; target=&quot;_blank&quot;&gt;Help us translate Steam&lt;/a&gt;<br />						&lt;/div&gt;<br />					&lt;/div&gt;<br />							&lt;/div&gt;<br />					&lt;/div&gt;<br />			&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />	g_sessionID = &quot;95faacf0adca559b3e5d6786&quot;;<br />	g_steamID = false;</p><p>	// We always want to have the timezone cookie set for PHP to use<br />	setTimezoneCookies();</p><p>	$J( function() {</p><p>		InitMiniprofileHovers();<br />		InitEmoticonHovers();<br />		window.BindCommunityTooltip = function( $Selector ) { $Selector.v_tooltip( {&#039;tooltipClass&#039;: &#039;community_tooltip&#039;, &#039;dataName&#039;: &#039;communityTooltip&#039; } ); };<br />		BindCommunityTooltip( $J(&#039;[data-community-tooltip]&#039;) );<br />	});</p><p>	$J( function() { InitEconomyHovers( &quot;http:\/\/steamcommunity-a.akamaihd.net\/public\/css\/skin_1\/economy.css?v=q6EkkWwqjgQx&quot;, &quot;http:\/\/steamcommunity-a.akamaihd.net\/public\/javascript\/economy_common.js?v=tsXdRVB0yEaR&amp;l=english&quot;, &quot;http:\/\/steamcommunity-a.akamaihd.net\/public\/javascript\/economy.js?v=jsMHcqsTyBbv&amp;l=english&quot; );});&lt;/script&gt;<br />		&lt;div class=&quot;responsive_page_template_content&quot;&gt;</p><p>			&lt;style&gt;<br />	#sideBar &gt; div {<br />		margin-top: 0;<br />		margin-bottom: 2em;<br />	}<br />	.market_page_left {<br />		padding-top: 0;<br />	}<br />&lt;/style&gt;<br />&lt;div class=&quot;pagecontent no_header &quot;&gt;<br />&lt;!-- top content --&gt;<br />&lt;div id=&quot;modalContentScrollbarHack&quot; style=&quot;display: none&quot;&gt;&lt;/div&gt;</p><p>&lt;div id=&quot;modalContent&quot; class=&quot;modal_frame&quot; style=&quot;display: none&quot;&gt;<br />	&lt;div id=&quot;modalContentTitleBar&quot;&gt;<br />		&lt;a id=&quot;modalContentTitleBarLink&quot; href=&quot;&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;&lt;/a&gt;<br />		&lt;a id=&quot;modalContentTitleBarImageLink&quot; href=&quot;&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/images/skin_1/ico_external_link.gif&quot; alt=&quot;&quot;&gt;&lt;/a&gt;<br />		&lt;div id=&quot;modalContentDismiss&quot; class=&quot;modalContentDismissImage&quot; onclick=&quot;HideModalContent();&quot;&gt;<br />			&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/images/x9x9.gif&quot; width=&quot;9&quot; height=&quot;9&quot; border=&quot;0&quot; alt=&quot;Close&quot;&gt;<br />		&lt;/div&gt;<br />	&lt;/div&gt;<br />	&lt;div id=&quot;modalContentWait&quot;&gt;&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/images/login/throbber.gif&quot; alt=&quot;Loading&quot;&gt;&lt;/div&gt;<br />	&lt;div id=&quot;modalContentFrameContainer&quot;&gt;&lt;/div&gt;<br />&lt;/div&gt;&lt;div class=&quot;market_header_bg&quot;&gt;<br />	&lt;div id=&quot;BG_top&quot;&gt;<br />		&lt;h1 class=&quot;market_header&quot;&gt;<br />			&lt;a href=&quot;http://steamcommunity.com/market/&quot;&gt;<br />				&lt;div class=&quot;market_header_logo&quot;&gt;<br />					&lt;div class=&quot;market_header_text&quot;&gt;<br />						&lt;span class=&quot;market_title_text&quot;&gt;Community Market&lt;/span&gt;&lt;br/&gt;<br />						&lt;span class=&quot;market_subtitle_text&quot;&gt;Buy and sell items with community members for Steam Wallet funds.&lt;/span&gt;<br />					&lt;/div&gt;<br />				&lt;/div&gt;<br />				&lt;!--&lt;img class=&quot;market_header_logo&quot; src=&quot;http://steamcommunity-a.akamaihd.net/public/images/economy/market/header/header_en.png&quot; alt=&quot;Steam Community Market&quot; /&gt; --&gt;<br />			&lt;/a&gt;<br />		&lt;/h1&gt;<br />				&lt;div class=&quot;market_header_hidden&quot;&gt;<br />			&lt;p&gt;Buy and sell items with community members for Steam Wallet funds.&lt;/p&gt;<br />		&lt;/div&gt;</p>		<br /><p>	&lt;/div&gt;<br />&lt;/div&gt;</p><br /><br /><p>&lt;!-- /top content --&gt;<br />&lt;!-- main body --&gt;<br />&lt;div id=&quot;BG_bottom&quot;&gt;<br />	&lt;div class=&quot;market_search_results_header&quot;&gt;<br />		&lt;h2 class=&quot;market_search_results_title&quot;&gt;Showing results for:&lt;/h2&gt;<br />					&lt;div style=&quot;display: inline-block; margin: 10px 0;&quot;&gt;<br />									&lt;a href=&quot;http://steamcommunity.com/market/search?category_753_Game%5B0%5D=tag_app_394540&amp;amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;amp;category_753_item_class%5B0%5D=tag_item_class_2&quot; class=&quot;market_searchedForTerm&quot;&gt;<br />						&lt;img src=&quot;http://cdn.akamai.steamstatic.com/steamcommunity/public/images/apps/753/135dc1ac1cd9763dfc8ad52f4e880d2ac058a36c.jpg&quot; alt=&quot;&quot;&gt;Steam&lt;span class=&quot;removeIcon&quot;&gt;&lt;/span&gt;					&lt;/a&gt;<br />									&lt;a href=&quot;http://steamcommunity.com/market/search?category_753_cardborder%5B0%5D=tag_cardborder_0&amp;amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;amp;appid=753&quot; class=&quot;market_searchedForTerm&quot;&gt;<br />						app_394540&lt;span class=&quot;removeIcon&quot;&gt;&lt;/span&gt;					&lt;/a&gt;<br />									&lt;a href=&quot;http://steamcommunity.com/market/search?category_753_Game%5B0%5D=tag_app_394540&amp;amp;category_753_item_class%5B0%5D=tag_item_class_2&amp;amp;appid=753&quot; class=&quot;market_searchedForTerm&quot;&gt;<br />						Normal&lt;span class=&quot;removeIcon&quot;&gt;&lt;/span&gt;					&lt;/a&gt;<br />									&lt;a href=&quot;http://steamcommunity.com/market/search?category_753_Game%5B0%5D=tag_app_394540&amp;amp;category_753_cardborder%5B0%5D=tag_cardborder_0&amp;amp;appid=753&quot; class=&quot;market_searchedForTerm&quot;&gt;<br />						Trading Card&lt;span class=&quot;removeIcon&quot;&gt;&lt;/span&gt;					&lt;/a&gt;</p><p>									&lt;a href=&quot;http://steamcommunity.com/market/search?q=&quot;&gt;Clear all&lt;/a&gt;<br />							&lt;/div&gt;<br />			&lt;/div&gt;<br />	&lt;div id=&quot;mainContents&quot;&gt;<br />		&lt;div id=&quot;sideBar&quot;&gt;<br />			&lt;div id=&quot;findItems&quot;&gt;<br />				&lt;div class=&quot;market_search_sidebar_contents&quot;&gt;<br />					&lt;span class=&quot;market_search_sidebar_section_tip_small&quot;&gt;<br />						Search for Items					&lt;/span&gt;<br />					&lt;div class=&quot;market_search_box_container&quot;&gt;<br />						&lt;form id=&quot;market_search&quot; accept-charset=&quot;UTF8&quot; action=&quot;http://steamcommunity.com/market/search&quot; method=&quot;GET&quot; &gt;<br />							&lt;input type=&quot;hidden&quot; name=&quot;category_753_Game[]&quot; value=&quot;tag_app_394540&quot;/&gt;&lt;input type=&quot;hidden&quot; name=&quot;category_753_cardborder[]&quot; value=&quot;tag_cardborder_0&quot;/&gt;&lt;input type=&quot;hidden&quot; name=&quot;category_753_item_class[]&quot; value=&quot;tag_item_class_2&quot;/&gt;&lt;input type=&quot;hidden&quot; name=&quot;appid&quot; value=&quot;753&quot;/&gt;							&lt;span class=&quot;market_search_sidebar_search_box market_search_input_container&quot;&gt;<br />								&lt;span&gt;<br />									&lt;input class=&quot;&quot; type=&quot;text&quot; id=&quot;findItemsSearchBox&quot; value=&quot;&quot; placeholder=&quot;Search&quot; name=&quot;q&quot; autocomplete=&quot;off&quot; tabindex=&quot;1&quot; /&gt;<br />									&lt;input class=&quot;market_search_submit_button&quot; id=&quot;findItemsSearchSubmit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; tabindex=&quot;3&quot; /&gt;<br />								&lt;/span&gt;<br />							&lt;/span&gt;<br />							&lt;div class=&quot;market_search_input_container&quot;&gt;<br />								&lt;div id=&quot;market_search_advanced_show&quot; onclick=&quot;ShowAdvancedSearchOptions();&quot;&gt;<br />									&lt;div class=&quot;market_search_advanced_button&quot;&gt;<br />										&lt;span&gt;Show advanced options...&lt;/span&gt;<br />										&lt;span class=&quot;btn_details_arrow down&quot; &gt;&lt;/span&gt;<br />									&lt;/div&gt;<br />								&lt;/div&gt;<br />							&lt;/div&gt;<br />						&lt;/form&gt;<br />					&lt;/div&gt;<br />				&lt;/div&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;<br />		&lt;div id=&quot;searchResults&quot; class=&quot;market_page_left&quot;&gt;<br />			&lt;div id=&quot;searchResultsTable&quot; class=&quot;market_content_block market_home_listing_table market_home_main_listing_table market_listing_table market_listing_table_active&quot;&gt;<br />				&lt;div id=&quot;searchResultsRows&quot;&gt;<br />						&lt;div class=&quot;market_listing_table_header&quot;&gt;<br />		&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price market_sortable_column&quot; data-sorttype=&quot;price&quot;&gt;PRICE&lt;span class=&quot;market_sort_arrow&quot; style=&quot;display:none;&quot;&gt;&lt;/span&gt;&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings market_sortable_column&quot; data-sorttype=&quot;quantity&quot;&gt;QUANTITY&lt;span class=&quot;market_sort_arrow&quot; style=&quot;display:none;&quot;&gt;&lt;/span&gt;&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_price_listings_combined market_sortable_column&quot; data-sorttype=&quot;price&quot;&gt;PRICE&lt;span class=&quot;market_sort_arrow&quot; style=&quot;display:none;&quot;&gt;&lt;/span&gt;&lt;/div&gt;<br />		&lt;/div&gt;<br />				&lt;div class=&quot;market_sortable_column&quot; data-sorttype=&quot;name&quot;&gt;&lt;span class=&quot;market_listing_header_namespacer&quot;&gt;&lt;/span&gt;NAME&lt;span class=&quot;market_sort_arrow&quot; style=&quot;display:none;&quot;&gt;&lt;/span&gt;&lt;/div&gt;<br />	&lt;/div&gt;</p><p>&lt;a class=&quot;market_listing_row_link&quot; href=&quot;http://steamcommunity.com/market/listings/753/394540-Mayor&quot; id=&quot;resultlink_0&quot;&gt;<br />	&lt;div class=&quot;market_listing_row market_recent_listing_row market_listing_searchresult&quot; id=&quot;result_0&quot;&gt;<br />				&lt;img id=&quot;result_0_image&quot; src=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QTirvDLFXn2bzKZeXaNGl0_SeVYNj7frDamtuvHR2ubE-okRgoNdfcMoGEda8qLOhRp0JlLpWL-lUtvGhM6TcxLcQi-l3VFZ74jnSBGdpJTnSCjIZDZ1F9nOxJsX73lU7nFa9Skwy91XBM1GPYEJNXCrmPh-cE-9wqZ/62fx62f&quot; srcset=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QTirvDLFXn2bzKZeXaNGl0_SeVYNj7frDamtuvHR2ubE-okRgoNdfcMoGEda8qLOhRp0JlLpWL-lUtvGhM6TcxLcQi-l3VFZ74jnSBGdpJTnSCjIZDZ1F9nOxJsX73lU7nFa9Skwy91XBM1GPYEJNXCrmPh-cE-9wqZ/62fx62f 1x, http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QTirvDLFXn2bzKZeXaNGl0_SeVYNj7frDamtuvHR2ubE-okRgoNdfcMoGEda8qLOhRp0JlLpWL-lUtvGhM6TcxLcQi-l3VFZ74jnSBGdpJTnSCjIZDZ1F9nOxJsX73lU7nFa9Skwy91XBM1GPYEJNXCrmPh-cE-9wqZ/62fx62fdpx2x 2x&quot; style=&quot;&quot; class=&quot;market_listing_item_img&quot; alt=&quot;&quot; /&gt;		<br />				&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings&quot;&gt;<br />				&lt;span class=&quot;market_table_value&quot;&gt;<br />					&lt;span class=&quot;market_listing_num_listings_qty&quot;&gt;305&lt;/span&gt;<br />				&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price&quot;&gt;<br />				&lt;span class=&quot;market_table_value normal_price&quot;&gt;<br />					Starting at:&lt;br/&gt;<br />					&lt;span class=&quot;normal_price&quot;&gt;$0.05 USD&lt;/span&gt;<br />					&lt;span class=&quot;sale_price&quot;&gt;$0.04 USD&lt;/span&gt;<br />				&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_down&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_up&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><p>				&lt;div class=&quot;market_listing_item_name_block&quot;&gt;<br />			&lt;span id=&quot;result_0_name&quot; class=&quot;market_listing_item_name&quot; style=&quot;color: #;&quot;&gt;Mayor&lt;/span&gt;<br />			&lt;br/&gt;<br />			&lt;span class=&quot;market_listing_game_name&quot;&gt;Spaceport Hope Trading Card&lt;/span&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/a&gt;</p><p>&lt;a class=&quot;market_listing_row_link&quot; href=&quot;http://steamcommunity.com/market/listings/753/394540-Female%20Citizen&quot; id=&quot;resultlink_1&quot;&gt;<br />	&lt;div class=&quot;market_listing_row market_recent_listing_row market_listing_searchresult&quot; id=&quot;result_1&quot;&gt;<br />				&lt;img id=&quot;result_1_image&quot; src=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b5gD2oO6IV1f-fD7eKi-fFVNpGuZTPGrc-zD04bmQFjqaF-56F1sDL6FR8zIcPpqJaxo90INY-zDqwkEoSlg4fMIAcgCpznEBDrQoySYXeMpUn3emI8XdhlZjbEI5XbznB7zHPNWjlSomWB9gG_UbN4vEuSy-_8HvKqnRO746ZXKJ50Gq/62fx62f&quot; srcset=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b5gD2oO6IV1f-fD7eKi-fFVNpGuZTPGrc-zD04bmQFjqaF-56F1sDL6FR8zIcPpqJaxo90INY-zDqwkEoSlg4fMIAcgCpznEBDrQoySYXeMpUn3emI8XdhlZjbEI5XbznB7zHPNWjlSomWB9gG_UbN4vEuSy-_8HvKqnRO746ZXKJ50Gq/62fx62f 1x, http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b5gD2oO6IV1f-fD7eKi-fFVNpGuZTPGrc-zD04bmQFjqaF-56F1sDL6FR8zIcPpqJaxo90INY-zDqwkEoSlg4fMIAcgCpznEBDrQoySYXeMpUn3emI8XdhlZjbEI5XbznB7zHPNWjlSomWB9gG_UbN4vEuSy-_8HvKqnRO746ZXKJ50Gq/62fx62fdpx2x 2x&quot; style=&quot;&quot; class=&quot;market_listing_item_img&quot; alt=&quot;&quot; /&gt;		<br />				&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings&quot;&gt;<br />				&lt;span class=&quot;market_table_value&quot;&gt;<br />					&lt;span class=&quot;market_listing_num_listings_qty&quot;&gt;351&lt;/span&gt;<br />				&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price&quot;&gt;<br />				&lt;span class=&quot;market_table_value normal_price&quot;&gt;<br />					Starting at:&lt;br/&gt;<br />					&lt;span class=&quot;normal_price&quot;&gt;$0.05 USD&lt;/span&gt;<br />					&lt;span class=&quot;sale_price&quot;&gt;$0.04 USD&lt;/span&gt;<br />				&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_down&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_up&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><p>				&lt;div class=&quot;market_listing_item_name_block&quot;&gt;<br />			&lt;span id=&quot;result_1_name&quot; class=&quot;market_listing_item_name&quot; style=&quot;color: #;&quot;&gt;Female Citizen&lt;/span&gt;<br />			&lt;br/&gt;<br />			&lt;span class=&quot;market_listing_game_name&quot;&gt;Spaceport Hope Trading Card&lt;/span&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/a&gt;</p><p>&lt;a class=&quot;market_listing_row_link&quot; href=&quot;http://steamcommunity.com/market/listings/753/394540-Seth&quot; id=&quot;resultlink_2&quot;&gt;<br />	&lt;div class=&quot;market_listing_row market_recent_listing_row market_listing_searchresult&quot; id=&quot;result_2&quot;&gt;<br />				&lt;img id=&quot;result_2_image&quot; src=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b8wDvqaSEEXXwbWqSLHSLSwxtSbZZY2CL-Tqt4LvFSj7PSe0qR1gNdKYE9jIbPsrfPBI6ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijtAhpXvmA/62fx62f&quot; srcset=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b8wDvqaSEEXXwbWqSLHSLSwxtSbZZY2CL-Tqt4LvFSj7PSe0qR1gNdKYE9jIbPsrfPBI6ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijtAhpXvmA/62fx62f 1x, http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b8wDvqaSEEXXwbWqSLHSLSwxtSbZZY2CL-Tqt4LvFSj7PSe0qR1gNdKYE9jIbPsrfPBI6ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijtAhpXvmA/62fx62fdpx2x 2x&quot; style=&quot;&quot; class=&quot;market_listing_item_img&quot; alt=&quot;&quot; /&gt;		<br />				&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings&quot;&gt;<br />				&lt;span class=&quot;market_table_value&quot;&gt;<br />					&lt;span class=&quot;market_listing_num_listings_qty&quot;&gt;248&lt;/span&gt;<br />				&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price&quot;&gt;<br />				&lt;span class=&quot;market_table_value normal_price&quot;&gt;<br />					Starting at:&lt;br/&gt;<br />					&lt;span class=&quot;normal_price&quot;&gt;$0.07 USD&lt;/span&gt;<br />					&lt;span class=&quot;sale_price&quot;&gt;$0.06 USD&lt;/span&gt;<br />				&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_down&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_up&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><p>				&lt;div class=&quot;market_listing_item_name_block&quot;&gt;<br />			&lt;span id=&quot;result_2_name&quot; class=&quot;market_listing_item_name&quot; style=&quot;color: #;&quot;&gt;Seth&lt;/span&gt;<br />			&lt;br/&gt;<br />			&lt;span class=&quot;market_listing_game_name&quot;&gt;Spaceport Hope Trading Card&lt;/span&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/a&gt;</p><p>&lt;a class=&quot;market_listing_row_link&quot; href=&quot;http://steamcommunity.com/market/listings/753/394540-Hero&quot; id=&quot;resultlink_3&quot;&gt;<br />	&lt;div class=&quot;market_listing_row market_recent_listing_row market_listing_searchresult&quot; id=&quot;result_3&quot;&gt;<br />				&lt;img id=&quot;result_3_image&quot; src=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b6ADprqSEEXXwbWrBeySMSVo-SOJYZG7Z_zD2t-_HRz7OFOArQw9Qe6JW8GJINJyNaxM9ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijt-ugsTuw/62fx62f&quot; srcset=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b6ADprqSEEXXwbWrBeySMSVo-SOJYZG7Z_zD2t-_HRz7OFOArQw9Qe6JW8GJINJyNaxM9ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijt-ugsTuw/62fx62f 1x, http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b6ADprqSEEXXwbWrBeySMSVo-SOJYZG7Z_zD2t-_HRz7OFOArQw9Qe6JW8GJINJyNaxM9ysdVrCO6mFZ5GwQXe8hHdwrmyyJFMrtwyXVBfJpWnXf3IpSIhVoxPEBvX7riU7vGOoD2kH4lVEhgSb5aOtyD_ijt-ugsTuw/62fx62fdpx2x 2x&quot; style=&quot;&quot; class=&quot;market_listing_item_img&quot; alt=&quot;&quot; /&gt;		<br />				&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings&quot;&gt;<br />				&lt;span class=&quot;market_table_value&quot;&gt;<br />					&lt;span class=&quot;market_listing_num_listings_qty&quot;&gt;229&lt;/span&gt;<br />				&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price&quot;&gt;<br />				&lt;span class=&quot;market_table_value normal_price&quot;&gt;<br />					Starting at:&lt;br/&gt;<br />					&lt;span class=&quot;normal_price&quot;&gt;$0.08 USD&lt;/span&gt;<br />					&lt;span class=&quot;sale_price&quot;&gt;$0.07 USD&lt;/span&gt;<br />				&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_down&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_up&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><p>				&lt;div class=&quot;market_listing_item_name_block&quot;&gt;<br />			&lt;span id=&quot;result_3_name&quot; class=&quot;market_listing_item_name&quot; style=&quot;color: #;&quot;&gt;Hero&lt;/span&gt;<br />			&lt;br/&gt;<br />			&lt;span class=&quot;market_listing_game_name&quot;&gt;Spaceport Hope Trading Card&lt;/span&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/a&gt;</p><p>&lt;a class=&quot;market_listing_row_link&quot; href=&quot;http://steamcommunity.com/market/listings/753/394540-Male%20Citizen&quot; id=&quot;resultlink_4&quot;&gt;<br />	&lt;div class=&quot;market_listing_row market_recent_listing_row market_listing_searchresult&quot; id=&quot;result_4&quot;&gt;<br />				&lt;img id=&quot;result_4_image&quot; src=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QT3pKmuFWD-cjLKaSjUHVltQLMNM2mIqzHx4OuSSjmaRrkoQQEBdaUM821PNcHaNxQ_1dFYrma7khAzDhgvNMdJYgu-2EsaPLwizXwTc50BzyGhIpfQhFtmO0FuWunnU--WaYSgkiohWh4yHvMaNYqc6iK65tevPeHAIPmj9AQNCg/62fx62f&quot; srcset=&quot;http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QT3pKmuFWD-cjLKaSjUHVltQLMNM2mIqzHx4OuSSjmaRrkoQQEBdaUM821PNcHaNxQ_1dFYrma7khAzDhgvNMdJYgu-2EsaPLwizXwTc50BzyGhIpfQhFtmO0FuWunnU--WaYSgkiohWh4yHvMaNYqc6iK65tevPeHAIPmj9AQNCg/62fx62f 1x, http://steamcommunity-a.akamaihd.net/economy/image/IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdA3g5gMEPvUZZEaiHLrVJRsl8vGuCUY7Cjc9ehDNVzDMFc3atiSQrcex4NM6b7QT3pKmuFWD-cjLKaSjUHVltQLMNM2mIqzHx4OuSSjmaRrkoQQEBdaUM821PNcHaNxQ_1dFYrma7khAzDhgvNMdJYgu-2EsaPLwizXwTc50BzyGhIpfQhFtmO0FuWunnU--WaYSgkiohWh4yHvMaNYqc6iK65tevPeHAIPmj9AQNCg/62fx62fdpx2x 2x&quot; style=&quot;&quot; class=&quot;market_listing_item_img&quot; alt=&quot;&quot; /&gt;		<br />				&lt;div class=&quot;market_listing_price_listings_block&quot;&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_num_listings&quot;&gt;<br />				&lt;span class=&quot;market_table_value&quot;&gt;<br />					&lt;span class=&quot;market_listing_num_listings_qty&quot;&gt;217&lt;/span&gt;<br />				&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_listing_right_cell market_listing_their_price&quot;&gt;<br />				&lt;span class=&quot;market_table_value normal_price&quot;&gt;<br />					Starting at:&lt;br/&gt;<br />					&lt;span class=&quot;normal_price&quot;&gt;$0.07 USD&lt;/span&gt;<br />					&lt;span class=&quot;sale_price&quot;&gt;$0.06 USD&lt;/span&gt;<br />				&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_down&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />				&lt;span class=&quot;market_arrow_up&quot; style=&quot;display: none&quot;&gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />		&lt;/div&gt;</p><p>				&lt;div class=&quot;market_listing_item_name_block&quot;&gt;<br />			&lt;span id=&quot;result_4_name&quot; class=&quot;market_listing_item_name&quot; style=&quot;color: #;&quot;&gt;Male Citizen&lt;/span&gt;<br />			&lt;br/&gt;<br />			&lt;span class=&quot;market_listing_game_name&quot;&gt;Spaceport Hope Trading Card&lt;/span&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/a&gt;<br />				&lt;/div&gt;</p><p>		&lt;div id=&quot;searchResults_ctn&quot; class=&quot;market_paging&quot; style=&quot;&quot;&gt;<br />			&lt;div class=&quot;market_paging_controls&quot; id=&quot;searchResults_controls&quot;&gt;<br />				&lt;span id=&quot;searchResults_btn_prev&quot; class=&quot;pagebtn&quot;&gt;&amp;lt;&lt;/span&gt;<br />				&lt;span id=&quot;searchResults_links&quot;&gt;&lt;/span&gt;<br />				&lt;span id=&quot;searchResults_btn_next&quot; class=&quot;pagebtn&quot;&gt;&amp;gt;&lt;/span&gt;<br />			&lt;/div&gt;<br />			&lt;div class=&quot;market_paging_summary ellipsis&quot;&gt;<br />				Showing &lt;span id=&quot;searchResults_start&quot;&gt;1&lt;/span&gt;-&lt;span id=&quot;searchResults_end&quot;&gt;5&lt;/span&gt; of &lt;span id=&quot;searchResults_total&quot;&gt;5&lt;/span&gt; results			&lt;/div&gt;<br />			&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;<br />		&lt;/div&gt;<br />					&lt;/div&gt;<br />		&lt;/div&gt;<br />		&lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;<br />	&lt;/div&gt;<br />	&lt;br /&gt;<br />&lt;/div&gt;&lt;/div&gt;<br />&lt;div id=&quot;market_advancedsearch_dialog&quot; class=&quot;&quot; style=&quot;display: none;&quot;&gt;<br />	&lt;div&gt;<br />		&lt;form id=&quot;market_advanced_search&quot; accept-charset=&quot;UTF8&quot; action=&quot;http://steamcommunity.com/market/search&quot; method=&quot;GET&quot; &gt;<br />						&lt;div id=&quot;market_advancedsearch_left&quot;&gt;<br />					&lt;input class=&quot;filter_search_box market_search_sidebar_search_box&quot; type=&quot;text&quot; id=&quot;advancedSearchBox&quot; value=&quot;&quot; placeholder=&quot;Search&quot; name=&quot;q&quot; autocomplete=&quot;off&quot; tabindex=&quot;1&quot; /&gt;<br />					&lt;input class=&quot;market_search_submit_button&quot; id=&quot;advancedSearchSubmit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; tabindex=&quot;3&quot; /&gt;<br />					&lt;div id=&quot;market_advancedsearch_options&quot;&gt;<br />						&lt;input class=&quot;market_search_checkbox&quot; id=&quot;market_advanced_searchdescriptions_checkbox&quot; type=&quot;checkbox&quot; name=&quot;descriptions&quot; value=&quot;1&quot; title=&quot;By default, the Community Market will only look for matches in the items&#039; names and types. If you check this box, all of the text in the items&#039; descriptions will be searched too. Searching for matches in descriptions may cause your search to take more time to complete.&quot; tabindex=&quot;2&quot; /&gt;<br />						&lt;label for=&quot;market_advanced_searchdescriptions_checkbox&quot; title=&quot;By default, the Community Market will only look for matches in the items&#039; names and types. If you check this box, all of the text in the items&#039; descriptions will be searched too. Searching for matches in descriptions may cause your search to take more time to complete.&quot;&gt;Include descriptions in search&lt;/label&gt;<br />					&lt;/div&gt;<br />			&lt;/div&gt;<br />			&lt;div style=&quot;overflow: hidden&quot;&gt;<br />				&lt;div&nbsp; class=&quot;market_app_selector&quot;&gt;<br />					&lt;div class=&quot;appselect&quot; id=&quot;market_advancedsearch_appselect&quot; onclick=&quot;ShowMenu( &#039;market_advancedsearch_appselect&#039;, &#039;market_advancedsearch_appselect_options&#039;, &#039;left&#039; );&quot;&gt;<br />						&lt;div id=&quot;market_advancedsearch_appselect_activeapp&quot; class=&quot;option&quot;&gt;<br />							&lt;div id=&quot;app_option_0_selected&quot; class=&quot;popup_item market_advancedsearch_appname&quot;&gt;<br />								&lt;span&gt;All Games&lt;/span&gt;<br />							&lt;/div&gt;<br />						&lt;/div&gt;<br />						&lt;div id=&quot;appselect_arrow&quot;&gt;&lt;/div&gt;<br />					&lt;/div&gt;<br />					&lt;div id=&quot;market_advancedsearch_appselect_options&quot; class=&quot;popup_block_new&quot; style=&quot;display: none;&quot;&gt;<br />						&lt;div id=&quot;market_advancedsearch_appselect_options_apps&quot; class=&quot;popup_body popup_menu&quot;&gt;<br />							&lt;div id=&quot;app_option_0&quot; class=&quot;popup_item popup_menu_item market_advancedsearch_appname&quot;&gt;<br />								&lt;span&gt;All Games&lt;/span&gt;<br />							&lt;/div&gt;<br />															&lt;div id=&quot;app_option_614910&quot; class=&quot;popup_item popup_menu_item market_advancedsearch_appname&quot; data-appid=&quot;614910&quot;&gt;<br />									&lt;img src=&quot;http://cdn.akamai.steamstatic.com/steamcommunity/public/images/apps/614910/c6f1651397f184591392261660b11ac2aa03d694.jpg&quot; alt=&quot;#monstercakes&quot; /&gt;&lt;span&gt;#monstercakes&lt;/span&gt;<br />								&lt;/div&gt;<br />													&lt;/div&gt;<br />					&lt;/div&gt;<br />				&lt;/div&gt;<br />				&lt;div id=&quot;market_advancedsearch_filters&quot; class=&quot;market_advancedsearch_filters&quot;&gt;<br />					Pick a game from the drop-down list above to see the available filters.				&lt;/div&gt;<br />			&lt;/div&gt;<br />		&lt;/form&gt;<br />	&lt;/div&gt;</p><p>	&lt;div class=&quot;market_advancedsearch_bottombuttons&quot;&gt;<br />		&lt;a href=&quot;javascript:ResetSearchFilters();&quot;&gt;Reset to default&lt;/a&gt;<br />		&lt;div onclick=&quot;document.forms[&#039;market_advanced_search&#039;].submit();&quot; class=&quot;btn_medium btn_green_white_innerfade&quot;&gt;<br />			&lt;span&gt;<br />				Search			&lt;/span&gt;<br />		&lt;/div&gt;<br />	&lt;/div&gt;<br />&lt;/div&gt;</p><p>&lt;script type=&quot;text/javascript&quot;&gt;<br />var g_bLoggedIn = false;<br />var g_strCountryCode = &quot;UA&quot;;<br />var g_strLanguage = &quot;english&quot;;</p><p>g_bModalModifyAnchorTargets = false;<br />g_bModalCacheContent = false;</p><p>	function HandleHashChange( bClearResults )<br />	{<br />		if ( window.location.hash.length &gt; 2 &amp;&amp; window.location.hash.substr(0,2) == &quot;#p&quot; )<br />		{<br />			var elParts = window.location.hash.substr(2).split(&#039;_&#039;);</p><p>			var nPage = parseInt( elParts[0] );<br />			var strNewSortColumn = elParts.length &gt;= 3 ? elParts[1] : g_strSortColumn;<br />			var strNewSortDir = elParts.length &gt;= 3 ? elParts[2] : g_strSortDir;<br />			var bSortingChanged = strNewSortColumn != g_strSortColumn || strNewSortDir != g_strSortDir;</p><p>			if ( nPage - 1 != g_oSearchResults.m_iCurrentPage || bSortingChanged )<br />			{<br />				g_strSortColumn = strNewSortColumn;<br />				g_strSortDir = strNewSortDir;</p><p>				if ( bClearResults )<br />				{<br />					$(&#039;searchResultsRows&#039;).innerHTML = &#039;&#039;;<br />				}</p><p>				g_oSearchResults.GoToPage( nPage - 1, bSortingChanged );<br />			}<br />		}<br />	}</p><p>	Event.observe( document, &#039;dom:loaded&#039;, function() {<br />		g_oSearchResults = new CAjaxPagingControls( g_oSearchData, &#039;http://steamcommunity.com/market/search/&#039; );<br />		g_oSearchResults.SetPageChangingHandler( function( nPage ) {<br />			if ( !g_bInHashChange )<br />			{<br />				window.location.hash = &#039;p&#039; + ( nPage + 1 ) + &#039;_&#039; + g_strSortColumn + &#039;_&#039; + g_strSortDir;<br />			}<br />		} );</p><p>		g_oSearchResults.SetPreRequestHandler( function( params ) {<br />			$J(&#039;#searchResultsTable&#039;).removeClass( &#039;market_listing_table_active&#039; );<br />			$J(&#039;#searchResultsRows&#039;).fadeTo( &#039;fast&#039;, 0.5 );</p><p>			params[&#039;search_descriptions&#039;] = ( g_oSearchData[&#039;search_descriptions&#039;] ? 1 : 0 );<br />			params[&#039;sort_column&#039;] = g_strSortColumn;<br />			params[&#039;sort_dir&#039;] = g_strSortDir;<br />						params[&#039;appid&#039;] = 753;<br />										params[&quot;category_753_Game[]&quot;] = [&quot;tag_app_394540&quot;];<br />							params[&quot;category_753_cardborder[]&quot;] = [&quot;tag_cardborder_0&quot;];<br />							params[&quot;category_753_item_class[]&quot;] = [&quot;tag_item_class_2&quot;];<br />					} );</p><p>		g_oSearchResults.SetResponseHandler( function( response ) {<br />			WatchForSortableColumnClicks();</p><p>			$J(&#039;#searchResultsTable&#039;).addClass( &#039;market_listing_table_active&#039; );<br />			$J(&#039;#searchResultsRows&#039;).fadeTo( &#039;fast&#039;, 1.0 );</p><p>			UpdateSortArrows();<br />		} );</p><p>		WatchForSortableColumnClicks();</p><p>		HandleHashChange( true );<br />		UpdateSortArrows();<br />	} );</p><p>	Event.observe( window, &#039;hashchange&#039;, function() {<br />		g_bInHashChange = true;<br />		try<br />		{<br />			HandleHashChange( false );<br />		}<br />		finally<br />		{<br />			g_bInHashChange = false;<br />		}<br />	});<br />	&lt;/script&gt;</p><p>		&lt;/div&gt;	&lt;!-- responsive_page_legacy_content --&gt;</p><p>			&lt;div id=&quot;footer_spacer&quot;&gt;&lt;/div&gt;<br />	&lt;div id=&quot;footer_responsive_optin_spacer&quot;&gt;&lt;/div&gt;<br />	&lt;div id=&quot;footer&quot;&gt;<br />		&lt;div class=&quot;footer_content&quot;&gt;<br />			&lt;span id=&quot;footerLogo&quot;&gt;&lt;img src=&quot;http://steamcommunity-a.akamaihd.net/public/images/skin_1/footerLogo_valve.png?v=1&quot; width=&quot;96&quot; height=&quot;26&quot; border=&quot;0&quot; alt=&quot;Valve Logo&quot; /&gt;&lt;/span&gt;<br />			&lt;span id=&quot;footerText&quot;&gt;<br />				&amp;copy; Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.&lt;br/&gt;Some geospatial data on this website is provided by &lt;a href=&quot;https://steamcommunity.com/linkfilter/?url=http://www.geonames.org&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;geonames.org&lt;/a&gt;.				&lt;br&gt;<br />									&lt;span class=&quot;valve_links&quot;&gt;<br />						&lt;a href=&quot;http://store.steampowered.com/privacy_agreement/&quot; target=&quot;_blank&quot;&gt;Privacy Policy&lt;/a&gt;<br />						&amp;nbsp; | &amp;nbsp;&lt;a href=&quot;http://www.valvesoftware.com/legal.htm&quot; target=&quot;_blank&quot;&gt;Legal&lt;/a&gt;<br />						&amp;nbsp;| &amp;nbsp;&lt;a href=&quot;http://store.steampowered.com/subscriber_agreement/&quot; target=&quot;_blank&quot;&gt;Steam Subscriber Agreement&lt;/a&gt;<br />					&lt;/span&gt;<br />							&lt;/span&gt;<br />		&lt;/div&gt;<br />					&lt;div class=&quot;responsive_optin_link&quot;&gt;<br />				&lt;div class=&quot;btn_medium btnv6_grey_black&quot; onclick=&quot;Responsive_RequestMobileView()&quot;&gt;<br />					&lt;span&gt;View mobile website&lt;/span&gt;<br />				&lt;/div&gt;<br />			&lt;/div&gt;<br />			&lt;/div&gt;</p><p>	&lt;/div&gt;	&lt;!-- responsive_page_content --&gt;</p><p>&lt;/div&gt;	&lt;!-- responsive_page_frame --&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</p></div></div><p>Какое-то число с точкой может и выше в коде проскочить, нужно считать все параметры из строчек типа:<br /></p><div class="codebox"><pre><code>&lt;span class=&quot;normal_price&quot;&gt;$0.07 USD&lt;/span&gt;</code></pre></div><p>P.S. Таких строчек может быть 5 и больше, нужно их все считать.</p>]]></description>
			<author><![CDATA[null@example.com (sememix)]]></author>
			<pubDate>Sat, 16 Sep 2017 15:26:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119383#p119383</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Выделить цену из текста с помощью регулярного выражения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119382#p119382</link>
			<description><![CDATA[<div class="codebox"><pre><code>str = &lt;span class=&quot;normal_price&quot;&gt;$0.07 USD&lt;/span&gt;
MsgBox, % price := RegExReplace(str, &quot;.*\$([0-9.]+).*&quot;, &quot;$1&quot;)
MsgBox, % price*2</code></pre></div><p>Так?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 16 Sep 2017 14:42:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119382#p119382</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Выделить цену из текста с помощью регулярного выражения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119381#p119381</link>
			<description><![CDATA[<p>Получаю HTML код по ссылке, нужно выразить цену из строки и преобразовать её в число, для дальнейших математический операций.<br />Строка из которой нужно вытащить цену:<br /></p><div class="codebox"><pre><code>&lt;span class=&quot;normal_price&quot;&gt;$0.07 USD&lt;/span&gt;</code></pre></div><p>Функция получения HTML кода:<br /></p><div class="codebox"><pre><code>QueryResponseWebsite(url)
{
	HttpObj := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
	ComObjError(false)
	HttpObj.Open(&quot;GET&quot;, Url) 
	HttpObj.Send()	
	HttpObj.WaitForResponse()
	return HttpObj.ResponseText
}</code></pre></div><p>Пример ссылки для запроса: <a href="http://steamcommunity.com/market/search?category_753_Game%5B%5D=tag_app_394540&amp;category_753_cardborder%5B%5D=tag_cardborder_0&amp;category_753_item_class%5B%5D=tag_item_class_2&amp;appid=753">http://steamcommunity.com/market/search … ;appid=753</a>.</p>]]></description>
			<author><![CDATA[null@example.com (sememix)]]></author>
			<pubDate>Sat, 16 Sep 2017 14:17:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119381#p119381</guid>
		</item>
	</channel>
</rss>
