<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.WAPforum.org/DTD/wml_1.1.xml">
<wml>
	<head>
		<meta forua="true" http-equiv="Cache-Control" content="no-cache"/>
		<meta forua="true" name="application/x-up-cacheop" content="true"/>
		<meta forua="true" http-equiv="Cache-Control" content="max-age=0"/>
		<meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
		<meta forua="true" http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT"/>
	</head>
	<card id="welcome" title="TransitTracker">
		<p>Find out when your ride is coming!</p>
		<p>
			<anchor><go href="#byRoute"/>By bus line #</anchor></p>
		<p>
			<anchor><go href="#byStop"/>By stop ID</anchor></p>
		<p>
			<anchor><go method="get" href="/arrivals/wml/route.wml">
			<postfield name="r" value="100"/>
			</go>MAX Blue Line</anchor></p>
		<p>
			<anchor><go method="get" href="/arrivals/wml/route.wml">
			<postfield name="r" value="90"/>
			</go>MAX Red Line</anchor></p>
		<p>
			<anchor><go method="get" href="/arrivals/wml/route.wml">
			<postfield name="r" value="190"/>
			</go>MAX Yellow Line</anchor></p>
		<p>
			<anchor><go method="get" href="/arrivals/wml/route.wml">
			<postfield name="r" value="193"/>
			</go>Portland Streetcar</anchor></p>
		<p>
			<anchor><go href="#help"/>Help</anchor></p>
	</card>
	<card id="byRoute" title="Enter Bus Line">
		<p>Enter your bus line #: <br/>
			<input name="r" size="3" emptyok="true" format="*N"/>
			<anchor>
			<go method="get" href="/arrivals/wml/routeCheck.wml">
			<postfield name="r" value="$(r)"/>
			</go>Go
			</anchor>
		</p>
	</card>
	<card id="byStop" title="Enter Stop">
		<p>Enter your stop ID : <br/>
			<input name="l" size="3" emptyok="true" format="*N"/>
			<anchor>
			<go method="get" href="/arrivals/wml/tracker.wml">
			<postfield name="l" value="$(l)"/>
			</go>Go
			</anchor>
		</p>
	</card>
	<card id="help" title="Help">
		<p>Use your bus line number found on your schedule.</p>
		<p>You can also see a <a href="/arrivals/wml/pickroute.wml">list of all bus lines.</a>.</p>
		<p>Stop ID's uniquely identify each stop and can be found on our web site at www.trimet.org.</p>
	</card>
</wml>
