var lastCCId; function send(str) { var JSONscript = document.createElement("script"); JSONscript.setAttribute("type","text/javascript"); JSONscript.setAttribute("src","http://www.finotec.com/finoconvert.php?convert="+str); try { document.getElementsByTagName("head").item(0).appendChild(JSONscript); } catch(e) { document.body.appendChild(JSONscript); } } function delay() { clearTimeout(ajaxTimerCC); ajaxTimerCC = setTimeout("send(ajaxCC)",400); } function convert() { var amount = document.getElementById('convert_amount').value; var from = document.getElementById('fromCurrency').value; var to = document.getElementById('toCurrency').value; ajaxCC = amount+'|'+from+'|'+to ; delay(); } var ajaxTimerCC; document.write("
"); document.write(""); document.write(""); document.write(" "); document.write("
Amount:"); document.write(""); document.write("
From:"); document.write("
'); document.write("To: "); document.write("
"); document.write("
"); document.write("
");