<?xml                  version="1.0" encoding="UTF-8" ?> 
<Module> 
<ModulePrefs title="Male Girth Calculator"
             title_url="http://my-google-gadgets.blogspot.com/"
             category="sports"
             category2="lifestyle"
             description="The wrist circumference is measured just below the hand where it bends distal to the styloid process on the right arm. The results of the calculator should be taken with a grain of salt; everyone is different. If your goal is to be proportional, it may give you a clue to body parts that are under par."
             author="Alice Wonders"
             author_email="atat@icmail.net"
             screenshot="http://static.howstuffworks.com/gif/adam/images/en/abdominal-girth-measurement-picture.jpg"
             thumbnail="http://static.howstuffworks.com/gif/adam/images/en/abdominal-girth-measurement-picture.jpg"
             author_location="GR"
             author_affiliation="PortalRomanesc"
             author_photo="http://sites.google.com/site/portalromanesc/sumotv.gif"
             author_aboutme="I just love building gadgets" 
             author_link="http://my-google-gadgets.blogspot.com/"
             author_quote="Never argue with an idiot. They'll bring you down to their level, then beat you with experience"         
             height="250" 
scrolling="true"  
             width="330"> 
</ModulePrefs> 
<!--  --> 
<Content type="html"><![CDATA[

<SCRIPT LANGUAGE="JavaScript">
function verifyForm(form) {
with (form) {
if (!wrist.value || isNaN(wrist.value) ) {
return false;
}
var chest = wrist.value * 6.5;
chestsize.value = chest;
waistsize.value = chest * .7;
hipsize.value = chest * .85;
bicepsize.value = chest * .36;
forearmsize.value = chest * .29;
thighsize.value = chest * .53;
calvesize.value = chest * .34;
necksize.value = chest * .37;
return false;
   }
}
  </SCRIPT>
  
<FORM onSubmit="return verifyForm(this);">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">

  <TR>
    <TD WIDTH="100%" ALIGN="CENTER">
    <TABLE BORDER="1" CELLPADDING="5" CELLSPACING="0" WIDTH="300">
      <TR>
        <TD ALIGN="CENTER"><FONT SIZE="-1" FACE="Arial">Wrist Size: <INPUT TYPE="text"
        NAME="wrist" SIZE="4">&nbsp;Inches</FONT>&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE="-1" FACE="Arial"><INPUT TYPE="submit" VALUE="Calculate"></FONT><br><iframe name="explain" src="http://atat.ro/about.html" marginwidth="0" marginheight="0" height="60" width="234" title="Portal" scrolling="no" border="0" frameborder="0"></iframe><br><FONT SIZE="-1" FACE="Arial">Your ideal body measurements
        (inches) are:</FONT>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
          <TR>
            <TD WIDTH="45%">
            <P><CENTER><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
              <TR>
                <TD WIDTH="60%">

                Chest:</TD> 
                <TD WIDTH="40%">
                <INPUT TYPE="text" SIZE="4" NAME="chestsize">
</TD>
              </TR>
              <TR>
                <TD WIDTH="60%">
                Waist:</TD> 
                <TD WIDTH="40%">

                <INPUT TYPE="text" SIZE="4" NAME="waistsize">
</TD>
              </TR>
              <TR>
                <TD WIDTH="60%">
                Hip:</TD> 
                <TD WIDTH="40%">
                <INPUT TYPE="text" SIZE="4" NAME="hipsize">
</TD>
              </TR>

              <TR>
                <TD WIDTH="60%">
                Biceps:</TD> 
                <TD WIDTH="40%">
                <INPUT TYPE="text" SIZE="4" NAME="bicepsize">
</TD>
              </TR>
            </TABLE></CENTER></TD>
            <TD WIDTH="10%"></TD>

            <TD WIDTH="45%">
            <P><CENTER><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
              <TR>
                <TD WIDTH="60%">
                Forearm:</TD> 
                <TD WIDTH="40%">
                <P><CENTER><INPUT TYPE="text" SIZE="4" NAME="forearmsize"></CENTER></TD>
              </TR>
              <TR>

                <TD WIDTH="60%">
                Thigh:</TD> 
                <TD WIDTH="40%">
                <P><CENTER><INPUT TYPE="text" SIZE="4" NAME="thighsize"></CENTER></TD>
              </TR>
              <TR>
                <TD WIDTH="60%">
                Calf:</TD> 
                <TD WIDTH="40%">

                <P><CENTER><INPUT TYPE="text" SIZE="4" NAME="calvesize"></CENTER></TD>
              </TR>
              <TR>
                <TD WIDTH="60%">
                Neck:</TD> 
                <TD WIDTH="40%">
                <P><CENTER><INPUT TYPE="text" SIZE="4" NAME="necksize"></CENTER></TD>
              </TR>
            </TABLE></CENTER></TD>

          </TR>
        </TABLE></TD>
      </TR>
    </TABLE></TD>
  </TR>
</TABLE></CENTER>

 
]]></Content> 
</Module> 
 
 
 
 
 
 
 
 
 
 
 
 
 
 