document.write('');
document.write('');
document.write('<table width="285" height="170" border="1" align="center" cellpadding="0" cellspacing="0" background="images/kitko-bg.jpg" valign="top" >');
document.write('<tr>');
document.write('<td>');
document.write('<form action="#" name="general" id="general">');
document.write('<input type="hidden" name="defin" value="USD" />');
document.write('<input type="hidden" name="defout" value="INR" />');
document.write('<table align="center" >');
document.write('<tr>');
document.write('<td colspan="3" class="currencytext"> Currency Converter </td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="bodytext" align="right">&nbsp;</td>');
document.write('<td><input type="text" name="amount" size="5" value="1" /></td>');
document.write('<td><select name="curin"></select></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="bodytext" align="right">&nbsp;=&nbsp;</td>');
document.write('<td class="currencytext" align="center" valign="center"><div id="result"></div></td>');
document.write('<td><select name="curout"></select></td>');
document.write('</tr>');
document.write('</table>');
document.write('<input type="hidden" name="texaccept" value="site operator accepts conditions at http://cconv.textor.com" />');
document.write('<p style="font-family: arial; font-size: 10px; margin-top: 0"><a id="textor" href="http://www.textor.com/" target="_blank"> Currency converter &copy; Textor Webmasters Ltd 1999-2009.<br />All rates are indicative only. </a> </p>');
document.write('</form>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('');

