﻿document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
	if (typeof vGoldBuy != "undefined")
	document.write('<tr><td align="left">&nbsp;&nbsp;Mua</td><td align="right">&nbsp;' + vGoldBuy + '&nbsp;&nbsp;</td></tr>');
	if (typeof vGoldSell != "undefined")
	document.write('<tr><td align="left">&nbsp;&nbsp;Bán</td><td align="right">&nbsp;' + vGoldSell + '&nbsp;&nbsp;</td></tr>');
document.write('</table>');
