function ShowGoldPrice()
{
	function AddGoldPrice(Currency, Rate)
	{
			document.writeln('<table  border="0" cellpadding="0" cellspacing="0" width="174"><tr><td width="78"  bgcolor="#FFFFFF" class="textngoaite borderrightngoaite borderleftngoaite borderbottomngoaite">', Currency, '</td><td width="78" class="textngoaite borderrightngoaite borderbottomngoaite" >', Rate, '</td></tr></table>');
	}
	if (typeof(vGoldBuy) !='undefined') AddGoldPrice('Mua', vGoldBuy);
	if (typeof(vGoldSell)!='undefined') AddGoldPrice('B&#225;n', vGoldSell);
	AddFooter();
}
ShowGoldPrice();
