﻿//----------------------------
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 vHanoi != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHanoi + '</td><td></td><td class="viewtour">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHaiPhong + '</td><td></td><td class="viewtour">' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHue + '</td><td></td><td class="viewtour">' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td>&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vDaNang + '</td><td></td><td class="viewtour">' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td>&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHoChiMinh + '</td><td></td><td class="viewtour">' + 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="0" cellpadding="0" cellspacing="0" width="100%">');
    try
    {
    	if (typeof vHanoi != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHanoi + '</td><td></td><td class="viewtour">' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHaiPhong + '</td><td></td><td class="viewtour">' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHue + '</td><td></td><td class="viewtour">' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vDaNang + '</td><td></td><td class="viewtour">' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td class="viewtour">&nbsp;<img src="images/thoitiet.jpg"  align="absmiddle"/>&nbsp;' + vHoChiMinh + '</td><td></td><td class="viewtour">' + 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>');
}
;