﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
(c) 2008 www.TUFaT.com
All Rights Reserved. Please
do not re-sell/re-distribute
this software.
-->
<settings>
	<interface>
		<colors>
			<backgroundColor value="#ffffff" />
			<underlay value="#6666ff" />
			<normalFont value="#000000" />
			<increaseFont value="#009900" />
			<decreaseFont value="#990000" />
			<interfaceFont value="#ffffff" />
		</colors>
		<text>
			<labelText value="Live Quotes" />
		</text>
		<popup enabled="true">
			<!-- This prefix is used by Yahoo finance. If you know any other site that works with specified prefixes you can specify it. -->
			<url prefix="http://finance.yahoo.com/q?s=" />
		</popup>
		<showLabel value="false" />
		<!-- Unavailable in this case means which wasn't loaded successfully. Values of such an item will be swapped to N/A. -->
		<showUnavailableStockItems value="false" />
		<scrollSpeed value="2" />
	</interface>
	<!-- Stock & indeces codes used by aggregator -->
	<stock show="false">
		<stock id="GOOG" description="Google (GOOG)" />
	</stock>
	<indices>
    <index id="^DJI" description="DOW JONES (DJIA)" />
		<index id="^IXIC" description="NASDAQ" />
		<index id="^GSPC" description="S&amp;P 500" />
		<index id="MSFT" description="MICROSOFT CP (MSFT)" />
		<index id="MGM" description="M G M MIRAGE (MGM)" />
	</indices>
	<quotes>
		<prefix><![CDATA[http://download.finance.yahoo.com/d/quotes.csv?s=]]></prefix>
		<middle><![CDATA[]]></middle>
		<postfix><![CDATA[&f=st5l9c2p2b1a3&e=.csv]]></postfix>
	</quotes>
</settings>
