
	try
	{
		if (typeof vForexs[0] != "undefined")
	    	document.write('1' + vForexs[0] + ' = <strong>' + vCosts[0] + '</strong> VND');
	  
	}
	catch (error)
	{
	    document.write('');
	}

