﻿//	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

//----------------------------
document.write('<table border="1" cellpadding="0" cellspacing="0" width="95%" style="font-size: 12px;border-collapse: collapse">');
	try
	{
		if (typeof vForexs[0] != "undefined")
	    	document.write('<tr height=20><td>&nbsp;&nbsp;' +vForexs[0] + '</td><td align=right>&nbsp;' + vCosts[0] + '&nbsp;&nbsp;</td></tr>');
	    if (typeof vForexs[1] != "undefined")
	    	document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[1] + '</td><td align=right>&nbsp;' + vCosts[1] + '&nbsp;&nbsp;</td></tr>');
	    if (typeof vForexs[2] != "undefined")
	    	document.write('<tr height=20><td>&nbsp;&nbsp;' +vForexs[2] + '</td><td align=right>&nbsp;' + vCosts[2] + '&nbsp;&nbsp;</td></tr>');

	    if (typeof vForexs[4] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[4] + '</td><td align=right>&nbsp;' + vCosts[4] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[6] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[6] + '</td><td align=right>&nbsp;' + vCosts[6] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[7] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[7] + '</td><td align=right>&nbsp;' + vCosts[7] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[8] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[8] + '</td><td align=right>&nbsp;' + vCosts[8] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[9] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[9] + '</td><td align=right>&nbsp;' + vCosts[9] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[10] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[10] + '</td><td align=right>&nbsp;' + vCosts[10] + '&nbsp;&nbsp;</td></tr>');
		if (typeof vForexs[11] != "undefined")
		    document.write('<tr height=20><td>&nbsp;&nbsp;' + vForexs[11] + '</td><td align=right>&nbsp;' + vCosts[11] + '&nbsp;&nbsp;</td></tr>');	
	}
	catch (error)
	{
	    document.write('<tr><td colspan="2" class="source"><a href="http://www.quangduonghp.com">http://www.quangduonghp.com</a></td></tr>');
	}
	document.write('</table>');