<?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="Cafe">
<do type="options" label="Menu">
   <go href="#card2" />
</do>

<do type="accept" label="Location">
   <go href="#card3" />
</do>

<p align="center">
   <strong>WW IT's Cafe of Death</strong>
</p>

<p align="center">
   Greasy projects charbroiled to perfection, then killed some more
</p>

<p align="center">
   <a href="#card2">Menu</a>   
   <a href="#card3">Location</a>
</p>

</card>


<card id="card2" title="Menu">
<do type="accept" label="Back">
   <go href="#card1" />
</do>

<p align="center"><strong>Menu</strong></p>

<p align="center">
Fried Requirements<br/>
Scrambled Documentation<br/>
Beer<br/>
No napkins
</p>

<p align="center">
   <a href="http://www.google.com/wml?q=indigestion">Medical Help</a>
</p>

<p align="center"><a href="#card1">Back</a></p>

</card>


<card id="card3" title="Location">
<do type="accept" label="Back">
   <go href="#card1" />
</do>

<p align="center"><strong>Location</strong></p>

<p align="center">309 West 49th St.<br/>NYC<br/>NY 10019</p>

<p align="center">
   <a href="mailto:addison.chappell@ogilvy.com">Email Us</a>
</p>

<p align="center">Phone:
   <a href="wtai://wp/mc;%2B4969962255512">+49 69 96225 5512</a><br/>
   <a href="wtai://wp/ap;%2B16464171350;Addison's_Cell">Add to Your Contacts</a>
</p>


<p align="center"><a href="#card1">Back</a></p>
</card>

</wml>


