document.write('<script Language="JavaScript" SRC="http://www.vatcalculator.com/global.js"></script>\n<form name="calculator" method="post" action="#">\n<table cellpadding="5" cellspacing="0" bgcolor="#FFEECC">\n<tbody>\n<tr>\n<td width="10" style="background:url(http://www.vatcalculator.com/images/ctlc.gif); background-repeat:no-repeat; background-position:left top">&nbsp;</td>\n<td width="250">&nbsp;</td>\n<td >&nbsp;</td>\n<td width="10" style="background:url(http://www.vatcalculator.com/images/ctrc.gif); background-repeat:no-repeat; background-position:right top">&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td>Rate:</td>\n<td><select class="calcInputSelect" id="vatrate" name="vatrate" title="" onclick="autocalc(this)">\n<option value="standard175">17.5% Standard</option>\n<option value="standard15">15% Standard</option>\n<option value="reduced">5% Reduced</option>\n</select>\n<script language="javascript">document.calculator.vatrate.selectedIndex = 0</script></td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td>Input amount:</td>\n<td>\n<input class="calcInputText" id="total" name="total" min="0" max="" format="" value="" size="9" onchange="autocalc(this)" type="text" /></td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td>Inclusive of VAT?</td>\n<td>\n<input class="calcInputCheck" id="chkvat" name="chkvat" onclick="autocalc(this)" type="checkbox" />\n<script language="javascript">document.calculator.chkvat.checked = false</script>\nYes</td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td>&nbsp;</td>\n<td>\n<button class="calcButton" onclick="calculate(this); return false;">Calculate</button></td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td class="calcSubtitle">&nbsp;</td>\n<td width="250" class="calcSubtitle">Results</td>\n<td class="calcSubtitle">&nbsp;</td>\n<td class="calcSubtitle">&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td>VAT:</td>\n<td>\n<input class="calcInputText" id="calcvat" name="calcvat" min="" max="" format="" value="" size="9" readonly="true" type="text" /></td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td>&nbsp;</td>\n<td><span id="netgross">Gross amount (including VAT)</span></td>\n<td>\n<input class="calcInputText" id="calctotal" name="calctotal" min="" max="" format="" value="" size="9" readonly="true" type="text" /></td>\n<td>&nbsp;</td>\n</tr>\n<tr>\n<td style="background:url(http://www.vatcalculator.com/images/cblc.gif); background-repeat:no-repeat; background-position:left bottom">&nbsp;</td>\n<td><font size="1"><a href="http://www.vatcalculator.com" target="_blank">Powered by VATCalculator.com</a></font></td>\n<td>&nbsp;</td>\n<td style="background:url(http://www.vatcalculator.com/images/cbrc.gif); background-repeat:no-repeat; background-position:right bottom">&nbsp;</td>\n</tr>\n</tbody>\n</table>\n</form>');