document.writeln("<table cellspacing='0' cellpadding='0'  border='0' width='725' style='font-size: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align:left;' align='center'>");  
document.writeln("<tr><td align='left' valign='top' style='padding:5px 5px 5px 5px;'><table cellspacing='0' cellpadding='0' border='0' width='100%'><tbody><tr>");  
document.writeln("<td align='left' valign='top' colspan='8'><table cellspacing='0' cellpadding='0' border='0' width='100%'><tbody>"); 
document.writeln("<tr><td align='left' valign='top' width='550' style='background:url(images/fx-logo.jpg) no-repeat top left; width:480px; height:47px;'/>");  
document.writeln("<td align='left' valign='top' style='padding:0px 0px 0px 0px; background: url(images/currency-yellow.jpg) no-repeat 0px 20px;height:24px; width:170px;'></td>"); 
document.writeln("</tr></tbody></table></td></tr><tr><td align='left' valign='top' style='background:url(images/blue-line.jpg) repeat-x top;height:10px;' colspan='8'/>"); 
document.writeln("</tr><tr><td width='550'><table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.writeln("<tr><td align='left' width='115' valign='top' style='line-height:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003769;padding:10px 0px 0px 0px;margin-left:50px;  font-weight:bold;'>Amount<br/><br/>"); 
document.writeln("<input type='text' style='width:100px' tabindex='2' align='center' id='txt_from_value' maxlength='7' size='7' name='from_value'/>");  
document.writeln("</td><td align='left' width='140' valign='top' style='line-height:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003769;padding:10px 0px 0px 0px;margin-left:15px; font-weight:bold;' >From<br/><br/>"); 
document.writeln("<select tabindex='1' name='from_country_list' id='from' style='font-size: 10px; width: 130px;' id='from'><option>Loading..</option></select>"); 
document.writeln("<td align='left' width='140' valign='top' style='line-height:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003769;padding:10px 0px 0px 0px; font-weight:bold;'>To<br/>"); 
document.writeln("<br/><select name='to_country_list' tabindex='3' id='to' style='font-size: 10px; width: 130px;' id='to'><option>Loading..</option></select>");
document.writeln("<td align='left' width='100' valign='top' style='line-height:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#002d5b;padding:10px 5px 0px 00px; font-weight:bold;'><img src='images/convert.png' onclick='convert();'/></td>");  
document.writeln("</tr></table></td><td width='47' align='left' valign='top' style='background:url(images/vr-dot.gif) repeat-y 0px 8px; width:1px;' />");  
document.writeln("<td width='170' align='left' valign='top' style='line-height:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#002d5b;padding:10px 0px 0px 0px; font-weight:bold; padding:10px 0px 0px 10px;' >Total<br/>"); 
document.writeln("<span style='font-family:Arial, Helvetica, sans-serif; font-size:28px;line-height:32px;'id='total' name='total'>00.00</span>");  
document.writeln("<img src='images/loading.gif' id='gif'/><br/>");
document.writeln("<span style='font-family:Arial, Helvetica, sans-serif; color:#7793AB;font-size:12px;' id='txt_to_value'>Rate: 0.0000</span></td></tr>");
document.writeln("<tr><td align='left' valign='top' style='font-size:10px;font-weight:bold;color:#9A9999; padding-top:7px' colspan='6'>Delivered by <a href='http://www.currencyrate.com' style='text-decoration:none'><span style='font-size:10px;font-weight:bold;color:#9A9999;'>currencyrate.com</span></a></td></tr>");  
document.writeln("</tbody></table></td></tr></table>"); 

$(document).ready(function(){
load_combo_value();
});
