﻿
if (location.host=='www.fpt.vn' ||location.host=='fpt.vn'||location.host=='adfpt.net'||location.host=='www.hieulc.com'||location.host=='hieulc.com')
{
    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
	    if (typeof vGoldBuy != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;&nbsp;Mua</td><td>&nbsp;' + vGoldBuy + '</td></tr>');
	    if (typeof vGoldSell != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;&nbsp;Bán</td><td>&nbsp;' + vGoldSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.fpt.vn">http://www.fpt.vn</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="viewtour"><i>&nbsp;&nbsp;(Nguồn: Cty SJC Hà Nội)</i></td></tr>');
	document.write('<tr><td colspan="2" class="source"></td></tr>');
	document.write('</table>');
}
else
	{
    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
	    if (typeof vGoldBuy != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;&nbsp;Mua</td><td class="viewtour">&nbsp;' + vGoldBuy + '</td></tr>');
	    if (typeof vGoldSell != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;&nbsp;Bán</td><td class="viewtour">&nbsp;' + vGoldSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.fpt.vn">http://www.fpt.vn</a></td></tr>');
	}
	document.write('<tr><td colspan="2" class="viewtour"><i>&nbsp;&nbsp;(Nguồn: Cty SJC Hà Nội)</i></td></tr>');
	document.write('<tr><td colspan="2" class="source"></td></tr>');
	document.write('</table>');
};