<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
	"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head>
		<meta http-equiv="Cache-Control" content="max-age=0"/>
	</head>
	<template>
		<do type="prev" label="Back">
			<prev/>
		</do>
	</template>

	<card id="main" title="FreeRealTime">
		<p align="center">
		<img src="/gra/frtlogo_125x26.gif"
			alt="FreeRealTime.com"/><br/>
		<br/>
		
		<a title="OK" href="#getquote">Get Quote</a><br/>
		<a title="OK" href="wap?indices=1">Indices</a><br/>
<!--		<a title="OK" href="#mostactives">Most Actives</a><br/> -->
<!--		<a title="OK" href="#symsearch">Symbol Search</a><br/> -->
		<a title="OK" href="#login">Log In</a><br/>
		<br/>
		<i>Data is delayed until you log in.</i>
		</p>
	</card>

	<card id="getquote">
		<do type="accept">
			<go href="wap" method="get">
				<postfield name="symbol" value="$symbol"/>
				<postfield name="hid" value="$hid"/>
			</go>
		</do>
		<p align="center">
			Stock Symbol:
			<input name="symbol" maxlength="15" format="*M" emptyok="false" value="$symbol"/><br/>
			<b><a title="OK" href="wap?symbol=$(symbol:escape)">Get Quote</a></b><br/>
			<!--<a title="OK" href="wap?news=$(symbol:escape)">Get News</a><br/>-->
		</p>
	</card>

<!--	<card id="symsearch">
		<do type="accept">
			<go href="wap" method="get">
				<postfield name="symsearch" value="$symsearch"/>
				<postfield name="hid" value="$hid"/>
			</go>
		</do>
		<p align="center">
			Symbol Search:
			<input name="symsearch" maxlength="30" emptyok="false"/><br/>
			<a title="SEARCH" href="wap?symsearch=$(symsearch:escape)">Search</a><br/>
		</p>
	</card>
-->

	<card id="login">
		<do type="accept">
			<go href="wap" method="get">
				<postfield name="user" value="$user"/>
				<postfield name="pwd" value="$pwd"/>
			</go>
		</do>
		<p align="center">
			Username:
			<input name="user" maxlength="30" format="*m" emptyok="false" value="$user"/><br/>
			Password:
			<input name="pwd" maxlength="30" format="*m" emptyok="false" value="$pwd"/><br/>
			<a title="OK" href="wap?user=$(user:escape)&amp;pwd=$(pwd:escape)">Ok</a><br/>
		</p>
	</card>

<!--	<card id="mostactives" title="Most Actives">
		<p>
			<b>Nasdaq</b>:<br/>
			<a title="OK" href="wap?mostactives=1">Volume</a>,
			<a title="OK" href="wap?mostactives=2">% Up</a>,
			<a title="OK" href="wap?mostactives=3">% Down</a>,
			<a title="OK" href="wap?mostactives=4">$$ Up</a>,
			<a title="OK" href="wap?mostactives=5">$$ Down</a><br/>
			<b>NYSE</b>:<br/>
			<a title="OK" href="wap?mostactives=6">Volume</a>,
			<a title="OK" href="wap?mostactives=7">% Up</a>,
			<a title="OK" href="wap?mostactives=8">% Down</a>,
			<a title="OK" href="wap?mostactives=9">$$ Up</a>,
			<a title="OK" href="wap?mostactives=A">$$ Down</a><br/>
			<b>AMEX</b>:<br/>
			<a title="OK" href="wap?mostactives=B">Volume</a>,
			<a title="OK" href="wap?mostactives=C">% Up</a>,
			<a title="OK" href="wap?mostactives=D">% Down</a>,
			<a title="OK" href="wap?mostactives=E">$$ Up</a>,
			<a title="OK" href="wap?mostactives=F">$$ Down</a><br/>
		</p>
	</card>
-->

</wml>

