function ShowGoldPrice()
{
	function AddGoldPrice(Currency, Rate)
	{
		document.writeln('<tr bgcolor="#e2e2e2"><td class="titl">&nbsp;', Currency, '</td><td class="titl" align=right>', Rate, '&nbsp;</td></tr>');
	}
	if (!AddHeader('Gold', 'GIÁ VÀNG 9999', 3, PageHost.concat('images/i_Stock.gif')))
		return;
	if (typeof(vGoldBuy) !='undefined') AddGoldPrice('Mua', vGoldBuy);
	if (typeof(vGoldSell)!='undefined') AddGoldPrice('B&#225;n', vGoldSell);
	document.writeln('<tr bgcolor="#e2e2e2"><td colspan=2 class="titl" align=center><i>(Ngu&#7891;n: Cty SJC H&#224; N&#7897;i)</td></tr>');
	AddFooter();
}
ShowGoldPrice();