<?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=10"/>
</head>
<template>
<do type="options" label = "Home"><go href="#card0"/></do>
<do type="accept" label="Back"><prev/></do>
</template>
<card id="card0" title="icepirate.com">
	<do type="options" label = "About"><go href="about.wml"/></do>		
	<p mode = "nowrap">icepirate.com
		<select name="topic">		
			<option value="1" onpick = "#card1" title = "ice">ice climbing</option>
			<option value="2" onpick = "#card2" title = "Services">Wireless Services</option>
			<option value="3" onpick = "#card3" title = "Sites">WML Sites</option>
			<option value="4" onpick = "#card4" title ="WAP">WAP Info</option>
			<option value="5" onpick = "#card5" title = "Apps">Wapplications</option>
			<option value="6" onpick = "#card6" title = "Demos">Client Demos</option>
			<option value="7" onpick = "login.wml" title = "Login">Nextel</option>
			<option value="8" onpick = "../test_area/test2.wml" title = "Test">Test Area</option>
			<option value="9" onpick = "about.wml" title = "About">About this site.</option>
		</select>
	</p>
</card>
<card id="card1" title="Ice Climbing" ontimer="ice/index.wml">
<timer value="50"/>
	<do type="accept" label = "Climb"><go href="ice/index.wml"/></do>	
	<p align="left">A collection of information on climbing 
		routes and conditions in the New England area.</p>
</card>
<card id="card2" title="Services" ontimer="services.wml">
<timer value="50"/>
	<do type="accept" label = "Go"><go href="services.wml"/></do>	
	<p align="left">A collection of wireless personal information management services.</p>
</card>
<card id="card3" title="Info Page 2" ontimer="sites.wml">
<timer value="50"/>
	<do type="accept" label = "Sites"><go href="sites.wml"/></do>
	<p align="left">This is a collection of links to WAP enabled web sites that I have 
		found useful in conducting my life or simply amusing my brain.</p>
</card>
<card id="card4" ontimer="wapinfo/index.wml">
<timer value="50"/>
	<do type="accept" label = "WAP"><go href="wapinfo/index.wml"/></do>	
	<p>Information and links to sites about wireless web design.</p>
</card>
<card id="card5" ontimer="wapplications/index.wml">
<timer value="50"/>
	<do type="accept" label = "WAPPS"><go href="wapplications/index.wml"/></do>	
	<p>A collection of wireless web based applications designed by myself.</p>
</card>
<card id="card6" title="Demos" ontimer="demos/index.wml">
<timer value="50"/>
	<do type="accept" label = "Demos"><go href="demos/index.wml"/></do>	
	<p>A collection of client's sites modified for display on a mobile web browser.</p>
</card>
</wml>