<?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="Calculator"><p><b>Calculator</b><br/>Enter Value:<br/><input emptyok="true" name="no"  format="*n" maxlength="255" size="4"/><small><br/><anchor title="Square Root">Square Root<go href="calc.php?action=sqrt" method="post"><postfield name="no" value="$no"/></go></anchor><br/><anchor title="Cosine">Cosine<go href="calc.php?action=cosine" method="post"><postfield name="no" value="$no"/></go></anchor><br/><anchor title="Sine">Sine<go href="calc.php?action=sine" method="post"><postfield name="no" value="$no"/></go></anchor><br/><anchor title="Tangent">Tangent<go href="calc.php?action=tangent" method="post"><postfield name="no" value="$no"/></go></anchor><br/><b>Other Calcs:</b><br/><a href="calc.php?action=areacalc">Area Calculator</a><br/><a href="calc.php?action=hypotcalc">Hypotenuse Calculator</a></small><br/><br/><a href="index.php">=AyOn'S Wo&#174;ld=</a><br/><b><small>&#169; AyOn.BiZ</small></b></p></card></wml>