﻿if (location.host !=='vnexpress.net')
{
	document.write('<table border="0" cellpadding="0" cellspacing="0"  width="80%" class="tblGold"><tr><th height="5" colspan="2"/>');
	try
	{
		for(i in vForexs){
			if (typeof vForexs[i] != "undefined")
		    	document.write('<tr><td align="left">&nbsp;' + vForexs[i] + '</td><td align="right">' + vCosts[i] + '&nbsp;</td></tr>');
	    }
	}
	catch (error)
	{
	    
	}	
	document.write('<tr><th height="5" colspan="2"/></table>');
}
