
if (location.host=='www.agifish.com.vn'||location.host=='agifish.com.vn')
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
		for(i in vForexs){
			if (typeof vForexs[i] != "undefined")
		    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[i] + '</td><td>&nbsp;' + vCosts[i] + '</td></tr>');
	    }
	}
	catch (error)
	{
	    document.write('Error');
	}
	document.write('<tr><td colspan="2">(Ngu&#7891;n: NH Ngo&#7841;i th&#432;&#417;ng VN)</td></tr>');
	document.write('</table>');
}
else
	document.write('');