if (location.host !=='vnexpress.net')
{
    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
		document.write('<tr><td colspan="2">&nbsp;&nbsp;SBJ:</td></tr>');
		if (typeof vGoldSbjBuy != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mua</td><td>&nbsp;' + vGoldSbjBuy + '</td></tr>');
	    if (typeof vGoldSbjSell != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bán</td><td>&nbsp;' + vGoldSbjSell + '</td></tr>');
	    document.write('<tr><td colspan="2">&nbsp;&nbsp;SJC:</td></tr>');
	    if (typeof vGoldSjcBuy != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mua</td><td>&nbsp;' + vGoldSjcBuy + '</td></tr>');
	    if (typeof vGoldSjcSell != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bán</td><td>&nbsp;' + vGoldSjcSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.sacombank-sbj.com">&nbsp;Sacombank-SBJ</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="source"><i>&nbsp;&nbsp;(Nguồn: Sacombank-SBJ)</i></td></tr>');
	
	document.write('</table>');
}
