	document.write('<table class="sg-thoitiet" cellpadding="0" cellspacing="0" >');
	try
	{
			document.write('<tr><td class="sg-forexs">&nbsp;Loại&nbsp;</td><td class="sg-forexs">&nbsp;&nbsp;Mua vào</td><td class="sg-costs">&nbsp;Bán ra</td></tr>');
	    	document.write('<tr><td class="sg-forexs">&nbsp;SBJ&nbsp;</td><td class="sg-forexs">&nbsp;&nbsp;' + vGoldSbjBuy + '</td><td class="sg-costs">&nbsp;' + vGoldSbjSell + '</td></tr>');
	    	//document.write('<tr><td class="sg-forexs">&nbsp;&nbsp;' + vGoldSjcBuy   + '</td><td class="sg-costs">&nbsp;' + vGoldSjcSell + '</td></tr>');			
			document.write('<tr><td class="sg-forexs sg-forexs-bot">&nbsp;SJC&nbsp;</td><td class="sg-forexs sg-forexs-bot">&nbsp;&nbsp;' + vGoldSjcBuy + '</td><td class="sg-costs sg-costs-bot">&nbsp;' + vGoldSjcSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.goalvn.com/">Võ Văn An</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="source"><i></i></td></tr>');
	document.write('</table>');

