<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN"
"http://www.wapforum.org/DTD/wml20.dtd">
<wml>
   <card id="start" title="Begin Here">
   <p>Directions to Dibella's</p>
      <do type="prev" label="Next">
         <go href="#second" />
      </do>
   </card>

   <card id="second" title="Step 2">
   <p>Take US-23 South</p>
      <do type="prev" label="Back">
         <go href="#start" />
      </do>
      <do type="options" label="Next">
         <go href="#third" />
      </do>
   </card>

  <card id="third" title="Step 3">
   <p>Take I-94 West</p>
      <do type="prev" label="Back">
         <go href="#second" />
      </do>
      <do type="options" label="Next">
         <go href="#fourth" />
      </do>
   </card>

  <card id="fourth" title="Step 4">
   <p>Exit at Ann Arbor-Saline Rd</p>
      <do type="prev" label="Back">
         <go href="#third" />
      </do>
      <do type="options" label="Next">
         <go href="#fifth" />
      </do>
   </card>

  <card id="fifth" title="Step 5">
   <p>Turn right on Ann Arbor-Saline Rd</p>
      <do type="prev" label="Back">
         <go href="#fourth" />
      </do>
      <do type="options" label="Next">
         <go href="#sixth" />
      </do>
   </card>

  <card id="sixth" title="Step 6">
   <p>Turn right on Eisenhower</p>
      <do type="prev" label="Back">
         <go href="#fifth" />
      </do>
      <do type="options" label="Next">
         <go href="#seventh" />
      </do>
   </card>

  <card id="seventh" title="Step 7">
   <p>Turn left into Cranbrook Plaza</p>
      <do type="prev" label="Back">
         <go href="#sixth" />
      </do>
      <do type="options" label="Next">
         <go href="#eighth" />
      </do>
   </card>

  <card id="eighth" title="Step 8">
   <p>Eat subs and enjoy!</p>
      <do type="prev" label="Back">
         <go href="#seventh" />
      </do>
      <do type="options" label="Start Over">
         <go href="#start" />
      </do>
   </card>

</wml>








