function ShowGoldPrice(){	
	function AddGoldPrice(Currency, Rate)
	{
		document.writeln('<tr><td class="Tygia_BoxItem">&nbsp;', Currency, '</td><td class="Tygia_BoxItem"><p align="right">', Rate, '</p></td></tr>');
	}	
	//if (!AddHeader('Gold', 'Gi&#225; v&#224;ng 9999', 3, PageHost.concat('./images/i_Stock.gif')))
	if (!AddHeader('Gold', txt_giavang, 3))
		return;
	if (typeof(vGoldBuy) !='undefined') AddGoldPrice(txt_mua, vGoldBuy);
	if (typeof(vGoldSell)!='undefined') AddGoldPrice(txt_ban, vGoldSell);
	//document.writeln('<tr><td colspan="2" class="Tygia_BoxItem"><p align="center"><i>(Ngu&#7891;n: Cty SJC H&#224; N&#7897;i)</i></p></td></tr>');
	AddFooter();
}
ShowGoldPrice();