﻿    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
	    if (typeof vGoldBuy != "undefined")
	    	document.write('<tr><td style="font-size:8pt">&nbsp;&nbsp;Mua</td><td style="font-size:8pt">&nbsp;' + vGoldBuy + '</td></tr>');
	    if (typeof vGoldSell != "undefined")
	    	document.write('<tr><td style="font-size:8pt">&nbsp;&nbsp;Bán</td><td style="font-size:8pt">&nbsp;' + vGoldSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source" align="center" style="font-size:8pt"><a href="http://www.vuaweb.com">http://www.vuaweb.com</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="source" align="center" style="font-size:8pt"><i>(Nguồn: Cty SJC Hà Nội)</i></td></tr>');
	document.write('</table>');
