﻿    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
	    if (typeof vGoldSbjBuy != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Mua(SBJ):</td><td>&nbsp;' + vGoldSbjBuy + '</td></tr>');
	    if (typeof vGoldSbjSell != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Bán(SBJ)</td><td>&nbsp;' + vGoldSbjSell + '</td></tr>');
		if (typeof vGoldSjcBuy != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Mua(SJC):</td><td>&nbsp;' + vGoldSjcBuy + '</td></tr>');
	    if (typeof vGoldSjcSell != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Bán(SJC)</td><td>&nbsp;' + vGoldSjcSell + '</td></tr>');	
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.noname.com">http://www.noname.com</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="source"><i>(Nguồn: Cty SJC Hà Nội)</i></td></tr>');
	document.write('</table>');

