<TABLE class=boxBackground style="BORDER-COLLAPSE: collapse" borderColor=#cecfb5 cellSpacing=0 cellPadding=5 width="90%" border=1><TBODY><TR><TD scope=col align=middle width="100%" bgColor=#ffcc99><TABLE id=AutoNumber1 style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD width="50%">
For the information you entered:
</TD><TD width="50%">
</TD></TR></TBODY></TABLE></TD></TR><TR><TD scope=row bgColor=#ffffff><TABLE id=AutoNumber3 style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0 cellPadding=5 width="100%" border=0><TBODY><TR><TD vAlign=top width="50%"><SCRIPT language=javascript> var inches = delineate2(text) var inches = inches - 0; // arithmetic operation converts string to numeric var pounds = delineate(text); var pounds = pounds - 0; // arithmetic operation converts string to numeric var bmi = Math.round(pounds * 703 * 10 / inches / inches) / 10; var feet = parseInt(inches / 12); var inches = inches % 12; var inches = Math.round(inches*100)/100; //rounds off long javascript decimals document.write('Height: ' + feet + ' feet, ' + inches + ' inches
'); document.write('Weight: ' + pounds + ' pounds
'); document.write('Your BMI is
' + bmi + ', '); </SCRIPT>Height: 5 feet, 7 inches
Weight: 171 pounds
Your BMI is
26.8, indicating your weight is in the
overweight category for adults of your height.
</TD><TD width="50%">
<TABLE class=boxBackground style="BORDER-COLLAPSE: collapse" borderColor=#cecfb5 cellSpacing=0 cellPadding=5 border=1><TBODY><TR><TD class=psmall scope=col align=middle bgColor=#ffcc99>
BMI</TD><TD class=psmall scope=col align=middle bgColor=#ffcc99>
Weight Status</TD></TR><TR><TD class=psmall scope=row align=middle bgColor=#ffffff>Below 18.5</TD><TD class=psmall align=middle bgColor=#ffffff>Underweight</TD></TR><TR><TD class=psmall scope=row align=middle bgColor=#ffffff>18.5–24.9</TD><TD class=psmall align=middle bgColor=#ffffff>Normal</TD></TR><TR><TD class=psmall scope=row align=middle bgColor=#ffffff>
25.0–29.9</TD><TD class=psmall align=middle bgColor=#ffffff>
Overweight</TD></TR><TR><TD class=psmall scope=row align=middle bgColor=#ffffff>30.0 and Above</TD><TD class=psmall align=middle bgColor=#ffffff>Obese</TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
About what I figured....I could stand to lose a few pounds, but really more than that I just need to get in the habit of working out more often again.