<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">

<wml>
  <card id="card" title="Mobile Stocks">
  
    <p align="center">
    <big>Welcome to Mobile Stocks!</big><br/>
    If this is your first time using this site, you may want to look at the instructions page.<br/>
    <a href="instructions.wml">Instructions</a><br/>
      <b>Symbol:</b><input type="text" name="symbol"/><br/>
      <b>Number of Shares Owned:</b><input type="text" name="numofshares"/><br/>
      
      <anchor>
        <go method="get" href="port.php">
          <postfield name="n" value="1"/>
          <postfield name="s1" value="$(symbol)!$(numofshares)"/>
        </go>
        Enter
      </anchor>
    </p>
  </card>
</wml>