﻿var vForexs = new Array();
var vCosts = new Array();
vForexs[0]  = 'USD';  vCosts[0]  = '20.850';
vForexs[1]  = 'GBP';  vCosts[1]  = '32.763';
vForexs[2]  = 'HKD';  vCosts[2]  = '2.702';
vForexs[3]  = 'CHF';  vCosts[3]  = '22.972';
vForexs[4]  = 'JPY';  vCosts[4]  = '260.85';
vForexs[5]  = 'AUD'; vCosts[5]  = '22.211';
vForexs[6]  = 'CAD'; vCosts[6]  = '20.916';
vForexs[7]  = 'SGD'; vCosts[7]  = '16.622';
vForexs[8]  = 'EUR'; vCosts[8]  = '27.706';
vForexs[9]  = 'NZD'; vCosts[9]  = '17.376';
vForexs[10] = 'Bat Thái Lan'; vCosts[10] = '785';
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"  class="weather">');
	try
	{
		if (typeof vForexs[0]  != 'undefined')
	    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[0] + '</td><td>&nbsp;' + vCosts[0] + '</td></tr>');
		if (typeof vForexs[1]  != 'undefined')
	    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[1] + '</td><td>&nbsp;' + vCosts[1] + '</td></tr>');
	    if (typeof vForexs[2]  != 'undefined')
	    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[2] + '</td><td>&nbsp;' + vCosts[2] + '</td></tr>');
	    if (typeof vForexs[3]  != 'undefined')
	    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[3] + '</td><td>&nbsp;' + vCosts[3] + '</td></tr>');
	    if (typeof vForexs[4]  != 'undefined')
	    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[4] + '</td><td>&nbsp;' + vCosts[4] + '</td></tr>');
	    if (typeof vForexs[5]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[5] + '</td><td>&nbsp;' + vCosts[5] + '</td></tr>');
		if (typeof vForexs[6]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[6] + '</td><td>&nbsp;' + vCosts[6] + '</td></tr>');
		if (typeof vForexs[7]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[7] + '</td><td>&nbsp;' + vCosts[7] + '</td></tr>');
		if (typeof vForexs[8]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[8] + '</td><td>&nbsp;' + vCosts[8] + '</td></tr>');
		if (typeof vForexs[9]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[9] + '</td><td>&nbsp;' + vCosts[9] + '</td></tr>');
		if (typeof vForexs[10]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[10] + '</td><td>&nbsp;' + vCosts[10] + '</td></tr>');
		if (typeof vForexs[11]  != 'undefined')
		    document.write('<tr><td>&nbsp;&nbsp;' + vForexs[11] + '</td><td>&nbsp;' + vCosts[11] + '</td></tr>');
		//if (typeof vForexs[12]  != 'undefined')
		    //document.write('<tr><td>&nbsp;&nbsp;' + vForexs[12] + '</td><td>&nbsp;' + vCosts[12] + '</td></tr>');
		//if (typeof vForexs[13]  != 'undefined')
		   // document.write('<tr><td>&nbsp;&nbsp;' + vForexs[13] + '</td><td>&nbsp;' + vCosts[13] + '</td></tr>');
		//if (typeof vForexs[14]  != 'undefined')
		    //document.write('<tr><td>&nbsp;&nbsp;' + vForexs[14] + '</td><td>&nbsp;' + vCosts[14] + '</td></tr>');
	}
	catch (error)
	{

	}
	document.write('</table>');
