//	AdCom.Javascript
//	Developer: Nguyen Xuan Hoang
//	Mobile: 0983251124
//	Email: hoangnx.fpt@gmail.com 
//	Company: FPT Telecom 
//	48 Van Bao - Ngoc Khanh - Ba Dinh - Ha Noi
//	Website: http://www.fpt.vn

//----------------------------
/*if (location.host=='www.agifish.com.vn' ||location.host=='agifish.com.vn')
{*/

    document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
	    if (typeof vGoldSjcBuy != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Mua</td><td>&nbsp;' + vGoldSjcBuy + '</td></tr>');
	    if (typeof vGoldSjcSell != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;B&#225;n</td><td>&nbsp;' + vGoldSjcSell + '</td></tr>');
	}
	catch (error)
	{
	    document.write('Error');
	}
	document.write('<tr><td colspan="2"><br>(Ngu&#7891;n: C&#244;ng ty SJC H&#224; N&#7897;i)</td></tr>');

	document.write('</table>');
/*}
else
	document.write('');*/