function ShowGoldPrice()
{
	function AddGoldPrice(Currency, Rate)
	{
		document.writeln('<tr bgcolor="#ffffff"><td style="font-family:tahoma; font-size:11px; color:#000000;">&nbsp;', Currency, '</td><td style="font-family:tahoma; font-size:11px; color:#000000;" align=right>', Rate, '&nbsp;</td></tr>');
	}
	if (!AddForexHeader('Gold', 'V&#224;ng 9999', 3, PageHost.concat('Service/i_Stock.gif')))
		return;
	if (typeof(vGoldBuy) !='undefined') AddGoldPrice('Mua ', vGoldBuy);
	if (typeof(vGoldSell)!='undefined') AddGoldPrice('B&#225;n ', vGoldSell);
	AddForexFooter();
}
ShowGoldPrice();

