﻿if (location.host !=='vnexpress.net')
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	document.write('<tr><td colspan="2" align="left"><img src="images/ttc/tygia.png" />&nbsp;Tỷ giá<td></tr>');
	try
	{
		for(i in vForexs){
			if (typeof vForexs[i] != "undefined")
			{
		    	document.write("<tr onMouseover=this.style.backgroundColor='#FFCC66' onMouseout=this.style.backgroundColor=''>");
				document.write('<td align="left" style="border-top:1px dotted #FFCC00;border-left:1px dotted #FFCC00; border-right:1px dotted #FFCC00;padding-left:10px">&nbsp;&nbsp;' + vForexs[i] + '</td><td style="border-top:1px dotted #FFCC00;border-right:1px dotted #FFCC00">&nbsp;' + vCosts[i] + '</td></tr>');
			}
	    }
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://giaitri24h.mobi">GiaiTri24h.Mobi</a></td></tr>');
	}
	document.write('<tr><td style="border-top:1px dotted #FFCC00;" colspan="2" class="source"><i>(Nguồn: Ngân hàng Ngoại thương VN)</i></td></tr>');
	document.write('<tr><td colspan="2" class="source">Soạn tin <b>TG</b>&lt;mã tiền tệ&gt; gửi tới 8100 để nhận tỷ giá hàng ngày</td></tr>');
	document.write('</table>');
}
else
	document.write('<a href="http://giaitri24h.mobi">GiaiTri24h.Mobi</a>');
