﻿//	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.fpt.vn' ||location.host=='fpt.vn'||location.host=='adfpt.net'||location.host=='www.hieulc.com'||location.host=='hieulc.com' || location.host=='localhost:81')
{*/
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
		for(i in vForexs){
			if (typeof vForexs[i] != "undefined")
		    	document.write('<tr><td>&nbsp;&nbsp;' + vForexs[i] + '</td><td>&nbsp;' + vCosts[i] + '</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="source"><i>(Nguồn: Ngân hàng Ngoại thương VN)</i></td></tr>');
	document.write('<tr><td colspan="2" class="source">Soạn tin <b>TG</b>&lt;mã tiền tệ&gt; gửi tới 8100 để nhận tỷ giá hàng ngày</td></tr>');
	document.write('</table>');
/*}
else
	document.write('<a href="http://www.fpt.vn">http://www.fpt.vn</a>');*/