﻿//	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')
{
    document.write('<table border="1"  cellpadding="0" cellspacing="0" width="100%">');
    try
    {
    	if (typeof vHanoi != "undefined")
	    	document.write('<tr><td width="50%">&nbsp;&nbsp;' + vHanoi + '</td><td width="50%">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td width="50%">&nbsp;&nbsp;' + vHaiPhong + '</td><td width="50%">&nbsp;' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td width="50%">&nbsp;&nbsp;' + vHue + '</td><td width="50%">&nbsp;' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td width="50%">&nbsp;&nbsp;' + vDaNang + '</td><td width="50%">&nbsp;' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td width="50%">&nbsp;&nbsp;' + vHoChiMinh + '</td><td width="50%">&nbsp;' + dHoChiMinh + '&deg;C</td></tr>');
	}
	catch (error)
	{
	    document.write('<a href="http://www.fpt.vn">http://www.fpt.vn</a>' + error.message);
	    //document.write('<a href="http://www.fpt.vn">http://www.fpt.vn</a>');
	}
    document.write('<tr><td colspan="3" height="10px">&nbsp;</td></tr>');
    document.write('</table>');
}
else
	{
    document.write('<table border="1" bgcolor="#F2F2F2" style="border-collapse:collapse" align="center" cellpadding="0" cellspacing="0" width="68%">');
    try
    {
    	if (typeof vHanoi != "undefined")
	    	document.write('<tr><td align="left" height="20" width="50%">&nbsp;&nbsp;' + vHanoi + '</td><td width="50%">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td align="left" width="50%" height="20">&nbsp;&nbsp;' + vHaiPhong + '</td><td width="50%">&nbsp;' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td align="left" height="20">&nbsp;&nbsp;' + vHue + '</td><td>&nbsp;' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td align="left" height="20">&nbsp;&nbsp;' + vDaNang + '</td><td>&nbsp;' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td align="left" height="20">&nbsp;&nbsp;' + vHoChiMinh + '</td><td>&nbsp;' + dHoChiMinh + '&deg;C</td></tr>');
	}
	catch (error)
	{
	    document.write('<a href="http://www.fpt.vn">http://www.fpt.vn</a>' + error.message);
	    //document.write('<a href="http://www.fpt.vn">http://www.fpt.vn</a>');
	}
    document.write('</table>');
}
;