<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" 
           "http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>

<card id="card1" title="Heath Anderson">
<do type="options" label="Contact Me">
   <go href="#card2" />
</do>

<p align="center">
   <img src="heath.gif" alt="cafe"/><br/>
   <strong>Heath Anderson</strong>
</p>

<p align="center">
Hi. Welcome to the wireless version of my website. There's not much here becuase there's not too much you can do with mobile browsing yet. 
</p>

<p align="center">
   <a href="#card2">Contact Me</a>   
</p>

</card>

<card id="card2" title="Location">
<do type="accept" label="Back">
   <go href="#card1" />
</do>

<p align="center"><strong>Contact Me</strong></p>

<p align="center">
   <a href="mailto:handerson@wonis.com">Email Me</a>
</p>

<p align="center">Phone: 
   <a href="wtai://wp/mc;9702595893">970.259.5893</a><br/>
   <a href="wtai://wp/ap;9702595893;Heath_Anderson">Add to Your Contacts</a>
</p>

<p align="center"><a href="#card1">Back</a></p>
</card>

</wml>