﻿	document.write('<div id="tygia">');
	document.write('<link rel="stylesheet" href="/tanthanh/modules/mod_tygia/mod_tygia.css" type="text/css">');
	
	try
	{
		var i=0;
		document.write('<table width="160px" border="0" bordercolor="silver" cellspacing="0" cellpadding="2">');
		document.write('<tr><td height="20" style="color: blue; border-bottom: 1px dotted #999">');
		document.write('<img src="http://thietkewebsitevip.com/tanthanh/images/circle-chart.gif" align="left" vspace="2" border="0px" /><label id="daytitle" style="color:#990000">Hôm nay</label>');
		document.write('</td><td height="20" style="color: blue; border-bottom: 1px dotted #999">&nbsp;</td></tr>');
		for (i=0;i<12;i++)
		{
			document.write('<tr>');
			if (typeof vForexs[i] != "undefined")
	    	document.write('<td height="20" style="color: blue; border-bottom: 1px dotted #999">' + vForexs[i] + ':</td><td height="20" style="border-bottom: 1px dotted #999" align="right">' + vCosts[i] + ' VND');
			document.write('</td></tr>');
		}
        document.write('</table>');
	   
	}
	catch (error)
	{
	    document.write('<p><a href="http://vinadesign.vn">http://vinadesign.vn</a></p>');
	}
	document.write('</div>');
