document.write(
'<form name="arbcalculator" action="">\
<table cellspacing="2" cellpadding="0" border="0">\
<tr>\
  <td width="60" style="padding-right:20px">Dec. Odds</td>\
  <td width="70">Bet</td>\
  <td width="70">Total Bet:</td>\
  <td width="100">£&nbsp;<input size="6" type="text" name="total_stake" value="1000" onchange="calcArb()" onkeyup="calcArb()"" /></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_1" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake1"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_1" />Total Return:</td>\
  <td width="100"><span id="TotalReturn"></span></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_2" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake2"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_2" />Earn:</td>\
  <td width="100"><span id="Profit"></span></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_3" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake3"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_3" />Profit:</td>\
  <td width="100"><span id="profitability"></span></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_4" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake4"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_4" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_5" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake5"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_5" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_6" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake6"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_6" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_7" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake7"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_7" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_8" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake8"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_8" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_9" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake9"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_9" /></td>\
  <td width="100"></td>\
</tr>\
<tr>\
  <td width="60" style="padding-right:20px"><input size="6" type="text" name="dec_odds_10" onchange="calcArb()" onkeyup="calcArb()" /></td>\
  <td width="70"><span id="Stake10"></span></td>\
  <td width="70"><input type="hidden" name="frac_odds_10" /></td>\
  <td width="100"></td>\
</tr>\
</table>\
</form>'
)